You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

21 lines
3.0 MiB

var mxdraw3d = (() => {
var _scriptDir = typeof document !== 'undefined' && document.currentScript ? document.currentScript.src : undefined;
if (typeof __filename !== 'undefined') _scriptDir = _scriptDir || __filename;
return (
function(mxdraw3d = {}) {
var Module=typeof mxdraw3d!="undefined"?mxdraw3d:{};var readyPromiseResolve,readyPromiseReject;Module["ready"]=new Promise(function(resolve,reject){readyPromiseResolve=resolve;readyPromiseReject=reject});if(!Module.expectedDataFileDownloads){Module.expectedDataFileDownloads=0}Module.expectedDataFileDownloads++;(function(){if(Module["ENVIRONMENT_IS_PTHREAD"]||Module["$ww"])return;var loadPackage=function(metadata){var PACKAGE_PATH="";if(typeof window==="object"){PACKAGE_PATH=window["encodeURIComponent"](window.location.pathname.toString().substring(0,window.location.pathname.toString().lastIndexOf("/"))+"/")}else if(typeof process==="undefined"&&typeof location!=="undefined"){PACKAGE_PATH=encodeURIComponent(location.pathname.toString().substring(0,location.pathname.toString().lastIndexOf("/"))+"/")}var PACKAGE_NAME="build/mxdraw3d_min.data";var REMOTE_PACKAGE_BASE="mxdraw3d_min.data";if(typeof Module["locateFilePackage"]==="function"&&!Module["locateFile"]){Module["locateFile"]=Module["locateFilePackage"];err("warning: you defined Module.locateFilePackage, that has been renamed to Module.locateFile (using your locateFilePackage for now)")}var REMOTE_PACKAGE_NAME=Module["locateFile"]?Module["locateFile"](REMOTE_PACKAGE_BASE,""):REMOTE_PACKAGE_BASE;var REMOTE_PACKAGE_SIZE=metadata["remote_package_size"];function fetchRemotePackage(packageName,packageSize,callback,errback){if(typeof process==="object"&&typeof process.versions==="object"&&typeof process.versions.node==="string"){require("fs").readFile(packageName,function(err,contents){if(err){errback(err)}else{callback(contents.buffer)}});return}var xhr=new XMLHttpRequest;xhr.open("GET",packageName,true);xhr.responseType="arraybuffer";xhr.onprogress=function(event){var url=packageName;var size=packageSize;if(event.total)size=event.total;if(event.loaded){if(!xhr.addedTotal){xhr.addedTotal=true;if(!Module.dataFileDownloads)Module.dataFileDownloads={};Module.dataFileDownloads[url]={loaded:event.loaded,total:size}}else{Module.dataFileDownloads[url].loaded=event.loaded}var total=0;var loaded=0;var num=0;for(var download in Module.dataFileDownloads){var data=Module.dataFileDownloads[download];total+=data.total;loaded+=data.loaded;num++}total=Math.ceil(total*Module.expectedDataFileDownloads/num);if(Module["setStatus"])Module["setStatus"]("Downloading data... ("+loaded+"/"+total+")")}else if(!Module.dataFileDownloads){if(Module["setStatus"])Module["setStatus"]("Downloading data...")}};xhr.onerror=function(event){throw new Error("NetworkError for: "+packageName)};xhr.onload=function(event){if(xhr.status==200||xhr.status==304||xhr.status==206||xhr.status==0&&xhr.response){var packageData=xhr.response;callback(packageData)}else{throw new Error(xhr.statusText+" : "+xhr.responseURL)}};xhr.send(null)}function handleError(error){console.error("package error:",error)}var fetchedCallback=null;var fetched=Module["getPreloadedPackage"]?Module["getPreloadedPackage"](REMOTE_PACKAGE_NAME,REMOTE_PACKAGE_SIZE):null;if(!fetched)fetchRemotePackage(REMOTE_PACKAGE_NAME,REMOTE_PACKAGE_SIZE,function(data){if(fetchedCallback){fetchedCallback(data);fetchedCallback=null}else{fetched=data}},handleError);function runWithFS(){function assert(check,msg){if(!check)throw msg+(new Error).stack}Module["FS_createPath"]("/","font",true,true);Module["FS_createPath"]("/font","images",true,true);function DataRequest(start,end,audio){this.start=start;this.end=end;this.audio=audio}DataRequest.prototype={requests:{},open:function(mode,name){this.name=name;this.requests[name]=this;Module["addRunDependency"]("fp "+this.name)},send:function(){},onload:function(){var byteArray=this.byteArray.subarray(this.start,this.end);this.finish(byteArray)},finish:function(byteArray){var that=this;Module["FS_createPreloadedFile"](this.name,null,byteArray,true,true,function(){Module["removeRunDependency"]("fp "+that.name)},function(){if(that.audio){Module["removeRunDependency"]("fp "+that.name)}else{err("Preloading file "+that.name+" failed")}},false,true);this.requests[this.name]=null}};var files=metadata["files"];for(var i=0;i<files.length;++i){new DataRequest(files[i]["start"],files[i]["end"],files[i]["audio"]||0).open("GET",files[i]["filename"])}function processPackageData(arrayBuffer){assert(arrayBuffer,"Loading data file failed.");assert(arrayBuffer.constructor.name===ArrayBuffer.name,"bad input to processPackageData");var byteArray=new Uint8Array(arrayBuffer);DataRequest.prototype.byteArray=byteArray;var files=metadata["files"];for(var i=0;i<files.length;++i){DataRequest.prototype.requests[files[i].filename].onload()}Module["removeRunDependency"]("datafile_build/mxdraw3d_min.data")}Module["addRunDependency"]("datafile_build/mxdraw3d_min.data");if(!Module.preloadResults)Module.preloadResults={};Module.preloadResults[PACKAGE_NAME]={fromCache:false};if(fetched){processPackageData(fetched);fetched=null}else{fetchedCallback=processPackageData}}if(Module["calledRun"]){runWithFS()}else{if(!Module["preRun"])Module["preRun"]=[];Module["preRun"].push(runWithFS)}};loadPackage({"files":[{"filename":"/font/AlibabaSans-Bold.otf","start":0,"end":98412},{"filename":"/font/AlimamaDongFangDaKai-Regular.ttf","start":98412,"end":5321884},{"filename":"/font/images/hatch_1.png","start":5321884,"end":5327581}],"remote_package_size":5327581})})();var moduleOverrides=Object.assign({},Module);var arguments_=[];var thisProgram="./this.program";var quit_=(status,toThrow)=>{throw toThrow};var ENVIRONMENT_IS_WEB=typeof window=="object";var ENVIRONMENT_IS_WORKER=typeof importScripts=="function";var ENVIRONMENT_IS_NODE=typeof process=="object"&&typeof process.versions=="object"&&typeof process.versions.node=="string";var scriptDirectory="";function locateFile(path){if(Module["locateFile"]){return Module["locateFile"](path,scriptDirectory)}return scriptDirectory+path}var read_,readAsync,readBinary,setWindowTitle;if(ENVIRONMENT_IS_NODE){var fs=require("fs");var nodePath=require("path");if(ENVIRONMENT_IS_WORKER){scriptDirectory=nodePath.dirname(scriptDirectory)+"/"}else{scriptDirectory=__dirname+"/"}read_=(filename,binary)=>{filename=isFileURI(filename)?new URL(filename):nodePath.normalize(filename);return fs.readFileSync(filename,binary?undefined:"utf8")};readBinary=filename=>{var ret=read_(filename,true);if(!ret.buffer){ret=new Uint8Array(ret)}return ret};readAsync=(filename,onload,onerror)=>{filename=isFileURI(filename)?new URL(filename):nodePath.normalize(filename);fs.readFile(filename,function(err,data){if(err)onerror(err);else onload(data.buffer)})};if(!Module["thisProgram"]&&process.argv.length>1){thisProgram=process.argv[1].replace(/\\/g,"/")}arguments_=process.argv.slice(2);quit_=(status,toThrow)=>{process.exitCode=status;throw toThrow};Module["inspect"]=function(){return"[Emscripten Module object]"}}else if(ENVIRONMENT_IS_WEB||ENVIRONMENT_IS_WORKER){if(ENVIRONMENT_IS_WORKER){scriptDirectory=self.location.href}else if(typeof document!="undefined"&&document.currentScript){scriptDirectory=document.currentScript.src}if(_scriptDir){scriptDirectory=_scriptDir}if(scriptDirectory.indexOf("blob:")!==0){scriptDirectory=scriptDirectory.substr(0,scriptDirectory.replace(/[?#].*/,"").lastIndexOf("/")+1)}else{scriptDirectory=""}{read_=url=>{var xhr=new XMLHttpRequest;xhr.open("GET",url,false);xhr.send(null);return xhr.responseText};if(ENVIRONMENT_IS_WORKER){readBinary=url=>{var xhr=new XMLHttpRequest;xhr.open("GET",url,false);xhr.responseType="arraybuffer";xhr.send(null);return new Uint8Array(xhr.response)}}readAsync=(url,onload,onerror)=>{var xhr=new XMLHttpRequest;xhr.open("GET",url,true);xhr.responseType="arraybuffer";xhr.onload=()=>{if(xhr.status==200||xhr.status==0&&xhr.response){onload(xhr.response);return}onerror()};xhr.onerror=onerror;xhr.send(null)}}setWindowTitle=title=>document.title=title}else{}var out=Module["print"]||console.log.bind(console);var err=Module["printErr"]||console.warn.bind(console);Object.assign(Module,moduleOverrides);moduleOverrides=null;if(Module["arguments"])arguments_=Module["arguments"];if(Module["thisProgram"])thisProgram=Module["thisProgram"];if(Module["quit"])quit_=Module["quit"];var wasmBinary;if(Module["wasmBinary"])wasmBinary=Module["wasmBinary"];var noExitRuntime=Module["noExitRuntime"]||true;if(typeof WebAssembly!="object"){abort("no native wasm support detected")}var wasmMemory;var ABORT=false;var EXITSTATUS;function assert(condition,text){if(!condition){abort(text)}}var HEAP8,HEAPU8,HEAP16,HEAPU16,HEAP32,HEAPU32,HEAPF32,HEAPF64;function updateMemoryViews(){var b=wasmMemory.buffer;Module["HEAP8"]=HEAP8=new Int8Array(b);Module["HEAP16"]=HEAP16=new Int16Array(b);Module["HEAP32"]=HEAP32=new Int32Array(b);Module["HEAPU8"]=HEAPU8=new Uint8Array(b);Module["HEAPU16"]=HEAPU16=new Uint16Array(b);Module["HEAPU32"]=HEAPU32=new Uint32Array(b);Module["HEAPF32"]=HEAPF32=new Float32Array(b);Module["HEAPF64"]=HEAPF64=new Float64Array(b)}var wasmTable;var __ATPRERUN__=[];var __ATINIT__=[];var __ATEXIT__=[];var __ATPOSTRUN__=[];var runtimeInitialized=false;var runtimeKeepaliveCounter=0;function keepRuntimeAlive(){return noExitRuntime||runtimeKeepaliveCounter>0}function preRun(){if(Module["preRun"]){if(typeof Module["preRun"]=="function")Module["preRun"]=[Module["preRun"]];while(Module["preRun"].length){addOnPreRun(Module["preRun"].shift())}}callRuntimeCallbacks(__ATPRERUN__)}function initRuntime(){runtimeInitialized=true;if(!Module["noFSInit"]&&!FS.init.initialized)FS.init();FS.ignorePermissions=false;TTY.init();callRuntimeCallbacks(__ATINIT__)}function postRun(){if(Module["postRun"]){if(typeof Module["postRun"]=="function")Module["postRun"]=[Module["postRun"]];while(Module["postRun"].length){addOnPostRun(Module["postRun"].shift())}}callRuntimeCallbacks(__ATPOSTRUN__)}function addOnPreRun(cb){__ATPRERUN__.unshift(cb)}function addOnInit(cb){__ATINIT__.unshift(cb)}function addOnPostRun(cb){__ATPOSTRUN__.unshift(cb)}var runDependencies=0;var runDependencyWatcher=null;var dependenciesFulfilled=null;function getUniqueRunDependency(id){return id}function addRunDependency(id){runDependencies++;if(Module["monitorRunDependencies"]){Module["monitorRunDependencies"](runDependencies)}}function removeRunDependency(id){runDependencies--;if(Module["monitorRunDependencies"]){Module["monitorRunDependencies"](runDependencies)}if(runDependencies==0){if(runDependencyWatcher!==null){clearInterval(runDependencyWatcher);runDependencyWatcher=null}if(dependenciesFulfilled){var callback=dependenciesFulfilled;dependenciesFulfilled=null;callback()}}}function abort(what){if(Module["onAbort"]){Module["onAbort"](what)}what="Aborted("+what+")";err(what);ABORT=true;EXITSTATUS=1;what+=". Build with -sASSERTIONS for more info.";var e=new WebAssembly.RuntimeError(what);readyPromiseReject(e);throw e}var dataURIPrefix="data:application/octet-stream;base64,";function isDataURI(filename){return filename.startsWith(dataURIPrefix)}function isFileURI(filename){return filename.startsWith("file://")}var wasmBinaryFile;wasmBinaryFile="mxdraw3d_min.wasm";if(!isDataURI(wasmBinaryFile)){wasmBinaryFile=locateFile(wasmBinaryFile)}function getBinary(file){try{if(file==wasmBinaryFile&&wasmBinary){return new Uint8Array(wasmBinary)}if(readBinary){return readBinary(file)}throw"both async and sync fetching of the wasm failed"}catch(err){abort(err)}}function getBinaryPromise(binaryFile){if(!wasmBinary&&(ENVIRONMENT_IS_WEB||ENVIRONMENT_IS_WORKER)){if(typeof fetch=="function"&&!isFileURI(binaryFile)){return fetch(binaryFile,{credentials:"same-origin"}).then(function(response){if(!response["ok"]){throw"failed to load wasm binary file at '"+binaryFile+"'"}return response["arrayBuffer"]()}).catch(function(){return getBinary(binaryFile)})}else{if(readAsync){return new Promise(function(resolve,reject){readAsync(binaryFile,function(response){resolve(new Uint8Array(response))},reject)})}}}return Promise.resolve().then(function(){return getBinary(binaryFile)})}function instantiateArrayBuffer(binaryFile,imports,receiver){return getBinaryPromise(binaryFile).then(function(binary){return WebAssembly.instantiate(binary,imports)}).then(function(instance){return instance}).then(receiver,function(reason){err("failed to asynchronously prepare wasm: "+reason);abort(reason)})}function instantiateAsync(binary,binaryFile,imports,callback){if(!binary&&typeof WebAssembly.instantiateStreaming=="function"&&!isDataURI(binaryFile)&&!isFileURI(binaryFile)&&!ENVIRONMENT_IS_NODE&&typeof fetch=="function"){return fetch(binaryFile,{credentials:"same-origin"}).then(function(response){var result=WebAssembly.instantiateStreaming(response,imports);return result.then(callback,function(reason){err("wasm streaming compile failed: "+reason);err("falling back to ArrayBuffer instantiation");return instantiateArrayBuffer(binaryFile,imports,callback)})})}else{return instantiateArrayBuffer(binaryFile,imports,callback)}}function createWasm(){var info={"a":wasmImports};function receiveInstance(instance,module){var exports=instance.exports;Module["asm"]=exports;wasmMemory=Module["asm"]["Et"];updateMemoryViews();wasmTable=Module["asm"]["m8a"];addOnInit(Module["asm"]["Ft"]);removeRunDependency("wasm-instantiate");return exports}addRunDependency("wasm-instantiate");function receiveInstantiationResult(result){receiveInstance(result["instance"])}if(Module["instantiateWasm"]){try{return Module["instantiateWasm"](info,receiveInstance)}catch(e){err("Module.instantiateWasm callback failed with error: "+e);readyPromiseReject(e)}}instantiateAsync(wasmBinary,wasmBinaryFile,info,receiveInstantiationResult).catch(readyPromiseReject);return{}}var tempDouble;var tempI64;var ASM_CONSTS={4433755:($0,$1)=>{let jsEventStr=UTF8ToString($0);let jsRetJsonStr=UTF8ToString($1);Module.emit(jsEventStr,jsRetJsonStr)},4433870:($0,$1)=>{let jsEventStr=UTF8ToString($0);let jsSubJsonStr=UTF8ToString($1);Module.emit(jsEventStr,jsSubJsonStr)},4433985:($0,$1)=>{removeFunction($0);removeFunction($1)},4434029:()=>{Module["noExitRuntime"]=true},4434060:($0,$1,$2)=>{let eventJsStr=UTF8ToString($0);let whJsArr=[];whJsArr.push($1);whJsArr.push($2);Module.emit(eventJsStr,whJsArr)},4434187:($0,$1)=>{let eventJsStr=UTF8ToString($0);let idJsArr=[];idJsArr.push($1);Module.emit(eventJsStr,idJsArr)},4434296:($0,$1,$2,$3)=>{let eventJsStr=UTF8ToString($0);let xyzJsArr=[];xyzJsArr.push($1);xyzJsArr.push($2);xyzJsArr.push($3);Module.emit(eventJsStr,xyzJsArr)},4434446:($0,$1)=>{const eventJsStr=UTF8ToString($0);const attrJsStr=UTF8ToString($1);Module.emit(eventJsStr,attrJsStr)},4434559:($0,$1)=>{let jsEventStr=UTF8ToString($0);let jsSubJsonStr=UTF8ToString($1);Module.emit(jsEventStr,jsSubJsonStr)},4434674:($0,$1,$2)=>{let eventJsStr=UTF8ToString($0);let idJsArr=[];for(let i=0;i<$2;i++){let num=HEAP32[$1+i*4>>2];idJsArr.push(num)}Module.emit(eventJsStr,idJsArr)},4434854:($0,$1)=>{let jsEventStr=UTF8ToString($0);let jsSubJsonStr=UTF8ToString($1);Module.emit(jsEventStr,jsSubJsonStr)},4434969:($0,$1)=>{let eventJsStr=UTF8ToString($0);let idJsArr=[];idJsArr.push($1);Module.emit(eventJsStr,idJsArr)},4435078:($0,$1)=>{let jsEventStr=UTF8ToString($0);let jsSubJsonStr=UTF8ToString($1);Module.emit(jsEventStr,jsSubJsonStr)},4435193:($0,$1)=>{let eventJsStr=UTF8ToString($0);let idJsArr=[];idJsArr.push($1);Module.emit(eventJsStr,idJsArr)},4435302:($0,$1)=>{let jsEventStr=UTF8ToString($0);let jsSubJsonStr=UTF8ToString($1);Module.emit(jsEventStr,jsSubJsonStr)},4435417:($0,$1,$2,$3)=>{Module.ctx.getBufferSubData($0,$1,HEAPU8.subarray($2,$2+$3))}};function jsUpdateBoundingClientRect(){Module._myCanvasRect=Module.canvas.getBoundingClientRect()}function jsGetBoundingClientTop(){return Math.round(Module._myCanvasRect.top)}function jsGetBoundingClientLeft(){return Math.round(Module._myCanvasRect.left)}function OSD_MemInfo_getModuleHeapLength(){return Module.HEAP8.length}function _emscripten_set_main_loop_timing(mode,value){Browser.mainLoop.timingMode=mode;Browser.mainLoop.timingValue=value;if(!Browser.mainLoop.func){return 1}if(!Browser.mainLoop.running){Browser.mainLoop.running=true}if(mode==0){Browser.mainLoop.scheduler=function Browser_mainLoop_scheduler_setTimeout(){var timeUntilNextTick=Math.max(0,Browser.mainLoop.tickStartTime+value-_emscripten_get_now())|0;setTimeout(Browser.mainLoop.runner,timeUntilNextTick)};Browser.mainLoop.method="timeout"}else if(mode==1){Browser.mainLoop.scheduler=function Browser_mainLoop_scheduler_rAF(){Browser.requestAnimationFrame(Browser.mainLoop.runner)};Browser.mainLoop.method="rAF"}else if(mode==2){if(typeof setImmediate=="undefined"){var setImmediates=[];var emscriptenMainLoopMessageId="setimmediate";var Browser_setImmediate_messageHandler=event=>{if(event.data===emscriptenMainLoopMessageId||event.data.target===emscriptenMainLoopMessageId){event.stopPropagation();setImmediates.shift()()}};addEventListener("message",Browser_setImmediate_messageHandler,true);setImmediate=function Browser_emulated_setImmediate(func){setImmediates.push(func);if(ENVIRONMENT_IS_WORKER){if(Module["setImmediates"]===undefined)Module["setImmediates"]=[];Module["setImmediates"].push(func);postMessage({target:emscriptenMainLoopMessageId})}else postMessage(emscriptenMainLoopMessageId,"*")}}Browser.mainLoop.scheduler=function Browser_mainLoop_scheduler_setImmediate(){setImmediate(Browser.mainLoop.runner)};Browser.mainLoop.method="immediate"}return 0}var _emscripten_get_now;if(ENVIRONMENT_IS_NODE){_emscripten_get_now=()=>{var t=process.hrtime();return t[0]*1e3+t[1]/1e6}}else _emscripten_get_now=()=>performance.now();function setMainLoop(browserIterationFunc,fps,simulateInfiniteLoop,arg,noSetTiming){assert(!Browser.mainLoop.func,"emscripten_set_main_loop: there can only be one main loop function at once: call emscripten_cancel_main_loop to cancel the previous one before setting a new one with different parameters.");Browser.mainLoop.func=browserIterationFunc;Browser.mainLoop.arg=arg;var thisMainLoopId=Browser.mainLoop.currentlyRunningMainloop;function checkIsRunning(){if(thisMainLoopId<Browser.mainLoop.currentlyRunningMainloop){return false}return true}Browser.mainLoop.running=false;Browser.mainLoop.runner=function Browser_mainLoop_runner(){if(ABORT)return;if(Browser.mainLoop.queue.length>0){var start=Date.now();var blocker=Browser.mainLoop.queue.shift();blocker.func(blocker.arg);if(Browser.mainLoop.remainingBlockers){var remaining=Browser.mainLoop.remainingBlockers;var next=remaining%1==0?remaining-1:Math.floor(remaining);if(blocker.counted){Browser.mainLoop.remainingBlockers=next}else{next=next+.5;Browser.mainLoop.remainingBlockers=(8*remaining+next)/9}}out('main loop blocker "'+blocker.name+'" took '+(Date.now()-start)+" ms");Browser.mainLoop.updateStatus();if(!checkIsRunning())return;setTimeout(Browser.mainLoop.runner,0);return}if(!checkIsRunning())return;Browser.mainLoop.currentFrameNumber=Browser.mainLoop.currentFrameNumber+1|0;if(Browser.mainLoop.timingMode==1&&Browser.mainLoop.timingValue>1&&Browser.mainLoop.currentFrameNumber%Browser.mainLoop.timingValue!=0){Browser.mainLoop.scheduler();return}else if(Browser.mainLoop.timingMode==0){Browser.mainLoop.tickStartTime=_emscripten_get_now()}GL.newRenderingFrameStarted();Browser.mainLoop.runIter(browserIterationFunc);if(!checkIsRunning())return;if(typeof SDL=="object"&&SDL.audio&&SDL.audio.queueNewAudioData)SDL.audio.queueNewAudioData();Browser.mainLoop.scheduler()};if(!noSetTiming){if(fps&&fps>0)_emscripten_set_main_loop_timing(0,1e3/fps);else _emscripten_set_main_loop_timing(1,1);Browser.mainLoop.scheduler()}if(simulateInfiniteLoop){throw"unwind"}}function handleException(e){if(e instanceof ExitStatus||e=="unwind"){return EXITSTATUS}quit_(1,e)}function ExitStatus(status){this.name="ExitStatus";this.message="Program terminated with exit("+status+")";this.status=status}var PATH={isAbs:path=>path.charAt(0)==="/",splitPath:filename=>{var splitPathRe=/^(\/?|)([\s\S]*?)((?:\.{1,2}|[^\/]+?|)(\.[^.\/]*|))(?:[\/]*)$/;return splitPathRe.exec(filename).slice(1)},normalizeArray:(parts,allowAboveRoot)=>{var up=0;for(var i=parts.length-1;i>=0;i--){var last=parts[i];if(last==="."){parts.splice(i,1)}else if(last===".."){parts.splice(i,1);up++}else if(up){parts.splice(i,1);up--}}if(allowAboveRoot){for(;up;up--){parts.unshift("..")}}return parts},normalize:path=>{var isAbsolute=PATH.isAbs(path),trailingSlash=path.substr(-1)==="/";path=PATH.normalizeArray(path.split("/").filter(p=>!!p),!isAbsolute).join("/");if(!path&&!isAbsolute){path="."}if(path&&trailingSlash){path+="/"}return(isAbsolute?"/":"")+path},dirname:path=>{var result=PATH.splitPath(path),root=result[0],dir=result[1];if(!root&&!dir){return"."}if(dir){dir=dir.substr(0,dir.length-1)}return root+dir},basename:path=>{if(path==="/")return"/";path=PATH.normalize(path);path=path.replace(/\/$/,"");var lastSlash=path.lastIndexOf("/");if(lastSlash===-1)return path;return path.substr(lastSlash+1)},join:function(){var paths=Array.prototype.slice.call(arguments);return PATH.normalize(paths.join("/"))},join2:(l,r)=>{return PATH.normalize(l+"/"+r)}};function initRandomFill(){if(typeof crypto=="object"&&typeof crypto["getRandomValues"]=="function"){return view=>crypto.getRandomValues(view)}else if(ENVIRONMENT_IS_NODE){try{var crypto_module=require("crypto");var randomFillSync=crypto_module["randomFillSync"];if(randomFillSync){return view=>crypto_module["randomFillSync"](view)}var randomBytes=crypto_module["randomBytes"];return view=>(view.set(randomBytes(view.byteLength)),view)}catch(e){}}abort("initRandomDevice")}function randomFill(view){return(randomFill=initRandomFill())(view)}var PATH_FS={resolve:function(){var resolvedPath="",resolvedAbsolute=false;for(var i=arguments.length-1;i>=-1&&!resolvedAbsolute;i--){var path=i>=0?arguments[i]:FS.cwd();if(typeof path!="string"){throw new TypeError("Arguments to path.resolve must be strings")}else if(!path){return""}resolvedPath=path+"/"+resolvedPath;resolvedAbsolute=PATH.isAbs(path)}resolvedPath=PATH.normalizeArray(resolvedPath.split("/").filter(p=>!!p),!resolvedAbsolute).join("/");return(resolvedAbsolute?"/":"")+resolvedPath||"."},relative:(from,to)=>{from=PATH_FS.resolve(from).substr(1);to=PATH_FS.resolve(to).substr(1);function trim(arr){var start=0;for(;start<arr.length;start++){if(arr[start]!=="")break}var end=arr.length-1;for(;end>=0;end--){if(arr[end]!=="")break}if(start>end)return[];return arr.slice(start,end-start+1)}var fromParts=trim(from.split("/"));var toParts=trim(to.split("/"));var length=Math.min(fromParts.length,toParts.length);var samePartsLength=length;for(var i=0;i<length;i++){if(fromParts[i]!==toParts[i]){samePartsLength=i;break}}var outputParts=[];for(var i=samePartsLength;i<fromParts.length;i++){outputParts.push("..")}outputParts=outputParts.concat(toParts.slice(samePartsLength));return outputParts.join("/")}};function lengthBytesUTF8(str){var len=0;for(var i=0;i<str.length;++i){var c=str.charCodeAt(i);if(c<=127){len++}else if(c<=2047){len+=2}else if(c>=55296&&c<=57343){len+=4;++i}else{len+=3}}return len}function stringToUTF8Array(str,heap,outIdx,maxBytesToWrite){if(!(maxBytesToWrite>0))return 0;var startIdx=outIdx;var endIdx=outIdx+maxBytesToWrite-1;for(var i=0;i<str.length;++i){var u=str.charCodeAt(i);if(u>=55296&&u<=57343){var u1=str.charCodeAt(++i);u=65536+((u&1023)<<10)|u1&1023}if(u<=127){if(outIdx>=endIdx)break;heap[outIdx++]=u}else if(u<=2047){if(outIdx+1>=endIdx)break;heap[outIdx++]=192|u>>6;heap[outIdx++]=128|u&63}else if(u<=65535){if(outIdx+2>=endIdx)break;heap[outIdx++]=224|u>>12;heap[outIdx++]=128|u>>6&63;heap[outIdx++]=128|u&63}else{if(outIdx+3>=endIdx)break;heap[outIdx++]=240|u>>18;heap[outIdx++]=128|u>>12&63;heap[outIdx++]=128|u>>6&63;heap[outIdx++]=128|u&63}}heap[outIdx]=0;return outIdx-startIdx}function intArrayFromString(stringy,dontAddNull,length){var len=length>0?length:lengthBytesUTF8(stringy)+1;var u8array=new Array(len);var numBytesWritten=stringToUTF8Array(stringy,u8array,0,u8array.length);if(dontAddNull)u8array.length=numBytesWritten;return u8array}var TTY={ttys:[],init:function(){},shutdown:function(){},register:function(dev,ops){TTY.ttys[dev]={input:[],output:[],ops:ops};FS.registerDevice(dev,TTY.stream_ops)},stream_ops:{open:function(stream){var tty=TTY.ttys[stream.node.rdev];if(!tty){throw new FS.ErrnoError(43)}stream.tty=tty;stream.seekable=false},close:function(stream){stream.tty.ops.fsync(stream.tty)},fsync:function(stream){stream.tty.ops.fsync(stream.tty)},read:function(stream,buffer,offset,length,pos){if(!stream.tty||!stream.tty.ops.get_char){throw new FS.ErrnoError(60)}var bytesRead=0;for(var i=0;i<length;i++){var result;try{result=stream.tty.ops.get_char(stream.tty)}catch(e){throw new FS.ErrnoError(29)}if(result===undefined&&bytesRead===0){throw new FS.ErrnoError(6)}if(result===null||result===undefined)break;bytesRead++;buffer[offset+i]=result}if(bytesRead){stream.node.timestamp=Date.now()}return bytesRead},write:function(stream,buffer,offset,length,pos){if(!stream.tty||!stream.tty.ops.put_char){throw new FS.ErrnoError(60)}try{for(var i=0;i<length;i++){stream.tty.ops.put_char(stream.tty,buffer[offset+i])}}catch(e){throw new FS.ErrnoError(29)}if(length){stream.node.timestamp=Date.now()}return i}},default_tty_ops:{get_char:function(tty){if(!tty.input.length){var result=null;if(ENVIRONMENT_IS_NODE){var BUFSIZE=256;var buf=Buffer.alloc(BUFSIZE);var bytesRead=0;try{bytesRead=fs.readSync(process.stdin.fd,buf,0,BUFSIZE,-1)}catch(e){if(e.toString().includes("EOF"))bytesRead=0;else throw e}if(bytesRead>0){result=buf.slice(0,bytesRead).toString("utf-8")}else{result=null}}else if(typeof window!="undefined"&&typeof window.prompt=="function"){result=window.prompt("Input: ");if(result!==null){result+="\n"}}else if(typeof readline=="function"){result=readline();if(result!==null){result+="\n"}}if(!result){return null}tty.input=intArrayFromString(result,true)}return tty.input.shift()},put_char:function(tty,val){if(val===null||val===10){out(UTF8ArrayToString(tty.output,0));tty.output=[]}else{if(val!=0)tty.output.push(val)}},fsync:function(tty){if(tty.output&&tty.output.length>0){out(UTF8ArrayToString(tty.output,0));tty.output=[]}}},default_tty1_ops:{put_char:function(tty,val){if(val===null||val===10){err(UTF8ArrayToString(tty.output,0));tty.output=[]}else{if(val!=0)tty.output.push(val)}},fsync:function(tty){if(tty.output&&tty.output.length>0){err(UTF8ArrayToString(tty.output,0));tty.output=[]}}}};function zeroMemory(address,size){HEAPU8.fill(0,address,address+size);return address}function alignMemory(size,alignment){return Math.ceil(size/alignment)*alignment}function mmapAlloc(size){size=alignMemory(size,65536);var ptr=_emscripten_builtin_memalign(65536,size);if(!ptr)return 0;return zeroMemory(ptr,size)}var MEMFS={ops_table:null,mount:function(mount){return MEMFS.createNode(null,"/",16384|511,0)},createNode:function(parent,name,mode,dev){if(FS.isBlkdev(mode)||FS.isFIFO(mode)){throw new FS.ErrnoError(63)}if(!MEMFS.ops_table){MEMFS.ops_table={dir:{node:{getattr:MEMFS.node_ops.getattr,setattr:MEMFS.node_ops.setattr,lookup:MEMFS.node_ops.lookup,mknod:MEMFS.node_ops.mknod,rename:MEMFS.node_ops.rename,unlink:MEMFS.node_ops.unlink,rmdir:MEMFS.node_ops.rmdir,readdir:MEMFS.node_ops.readdir,symlink:MEMFS.node_ops.symlink},stream:{llseek:MEMFS.stream_ops.llseek}},file:{node:{getattr:MEMFS.node_ops.getattr,setattr:MEMFS.node_ops.setattr},stream:{llseek:MEMFS.stream_ops.llseek,read:MEMFS.stream_ops.read,write:MEMFS.stream_ops.write,allocate:MEMFS.stream_ops.allocate,mmap:MEMFS.stream_ops.mmap,msync:MEMFS.stream_ops.msync}},link:{node:{getattr:MEMFS.node_ops.getattr,setattr:MEMFS.node_ops.setattr,readlink:MEMFS.node_ops.readlink},stream:{}},chrdev:{node:{getattr:MEMFS.node_ops.getattr,setattr:MEMFS.node_ops.setattr},stream:FS.chrdev_stream_ops}}}var node=FS.createNode(parent,name,mode,dev);if(FS.isDir(node.mode)){node.node_ops=MEMFS.ops_table.dir.node;node.stream_ops=MEMFS.ops_table.dir.stream;node.contents={}}else if(FS.isFile(node.mode)){node.node_ops=MEMFS.ops_table.file.node;node.stream_ops=MEMFS.ops_table.file.stream;node.usedBytes=0;node.contents=null}else if(FS.isLink(node.mode)){node.node_ops=MEMFS.ops_table.link.node;node.stream_ops=MEMFS.ops_table.link.stream}else if(FS.isChrdev(node.mode)){node.node_ops=MEMFS.ops_table.chrdev.node;node.stream_ops=MEMFS.ops_table.chrdev.stream}node.timestamp=Date.now();if(parent){parent.contents[name]=node;parent.timestamp=node.timestamp}return node},getFileDataAsTypedArray:function(node){if(!node.contents)return new Uint8Array(0);if(node.contents.subarray)return node.contents.subarray(0,node.usedBytes);return new Uint8Array(node.contents)},expandFileStorage:function(node,newCapacity){var prevCapacity=node.contents?node.contents.length:0;if(prevCapacity>=newCapacity)return;var CAPACITY_DOUBLING_MAX=1024*1024;newCapacity=Math.max(newCapacity,prevCapacity*(prevCapacity<CAPACITY_DOUBLING_MAX?2:1.125)>>>0);if(prevCapacity!=0)newCapacity=Math.max(newCapacity,256);var oldContents=node.contents;node.contents=new Uint8Array(newCapacity);if(node.usedBytes>0)node.contents.set(oldContents.subarray(0,node.usedBytes),0)},resizeFileStorage:function(node,newSize){if(node.usedBytes==newSize)return;if(newSize==0){node.contents=null;node.usedBytes=0}else{var oldContents=node.contents;node.contents=new Uint8Array(newSize);if(oldContents){node.contents.set(oldContents.subarray(0,Math.min(newSize,node.usedBytes)))}node.usedBytes=newSize}},node_ops:{getattr:function(node){var attr={};attr.dev=FS.isChrdev(node.mode)?node.id:1;attr.ino=node.id;attr.mode=node.mode;attr.nlink=1;attr.uid=0;attr.gid=0;attr.rdev=node.rdev;if(FS.isDir(node.mode)){attr.size=4096}else if(FS.isFile(node.mode)){attr.size=node.usedBytes}else if(FS.isLink(node.mode)){attr.size=node.link.length}else{attr.size=0}attr.atime=new Date(node.timestamp);attr.mtime=new Date(node.timestamp);attr.ctime=new Date(node.timestamp);attr.blksize=4096;attr.blocks=Math.ceil(attr.size/attr.blksize);return attr},setattr:function(node,attr){if(attr.mode!==undefined){node.mode=attr.mode}if(attr.timestamp!==undefined){node.timestamp=attr.timestamp}if(attr.size!==undefined){MEMFS.resizeFileStorage(node,attr.size)}},lookup:function(parent,name){throw FS.genericErrors[44]},mknod:function(parent,name,mode,dev){return MEMFS.createNode(parent,name,mode,dev)},rename:function(old_node,new_dir,new_name){if(FS.isDir(old_node.mode)){var new_node;try{new_node=FS.lookupNode(new_dir,new_name)}catch(e){}if(new_node){for(var i in new_node.contents){throw new FS.ErrnoError(55)}}}delete old_node.parent.contents[old_node.name];old_node.parent.timestamp=Date.now();old_node.name=new_name;new_dir.contents[new_name]=old_node;new_dir.timestamp=old_node.parent.timestamp;old_node.parent=new_dir},unlink:function(parent,name){delete parent.contents[name];parent.timestamp=Date.now()},rmdir:function(parent,name){var node=FS.lookupNode(parent,name);for(var i in node.contents){throw new FS.ErrnoError(55)}delete parent.contents[name];parent.timestamp=Date.now()},readdir:function(node){var entries=[".",".."];for(var key in node.contents){if(!node.contents.hasOwnProperty(key)){continue}entries.push(key)}return entries},symlink:function(parent,newname,oldpath){var node=MEMFS.createNode(parent,newname,511|40960,0);node.link=oldpath;return node},readlink:function(node){if(!FS.isLink(node.mode)){throw new FS.ErrnoError(28)}return node.link}},stream_ops:{read:function(stream,buffer,offset,length,position){var contents=stream.node.contents;if(position>=stream.node.usedBytes)return 0;var size=Math.min(stream.node.usedBytes-position,length);if(size>8&&contents.subarray){buffer.set(contents.subarray(position,position+size),offset)}else{for(var i=0;i<size;i++)buffer[offset+i]=contents[position+i]}return size},write:function(stream,buffer,offset,length,position,canOwn){if(buffer.buffer===HEAP8.buffer){canOwn=false}if(!length)return 0;var node=stream.node;node.timestamp=Date.now();if(buffer.subarray&&(!node.contents||node.contents.subarray)){if(canOwn){node.contents=buffer.subarray(offset,offset+length);node.usedBytes=length;return length}else if(node.usedBytes===0&&position===0){node.contents=buffer.slice(offset,offset+length);node.usedBytes=length;return length}else if(position+length<=node.usedBytes){node.contents.set(buffer.subarray(offset,offset+length),position);return length}}MEMFS.expandFileStorage(node,position+length);if(node.contents.subarray&&buffer.subarray){node.contents.set(buffer.subarray(offset,offset+length),position)}else{for(var i=0;i<length;i++){node.contents[position+i]=buffer[offset+i]}}node.usedBytes=Math.max(node.usedBytes,position+length);return length},llseek:function(stream,offset,whence){var position=offset;if(whence===1){position+=stream.position}else if(whence===2){if(FS.isFile(stream.node.mode)){position+=stream.node.usedBytes}}if(position<0){throw new FS.ErrnoError(28)}return position},allocate:function(stream,offset,length){MEMFS.expandFileStorage(stream.node,offset+length);stream.node.usedBytes=Math.max(stream.node.usedBytes,offset+length)},mmap:function(stream,length,position,prot,flags){if(!FS.isFile(stream.node.mode)){throw new FS.ErrnoError(43)}var ptr;var allocated;var contents=stream.node.contents;if(!(flags&2)&&contents.buffer===HEAP8.buffer){allocated=false;ptr=contents.byteOffset}else{if(position>0||position+length<contents.length){if(contents.subarray){contents=contents.subarray(position,position+length)}else{contents=Array.prototype.slice.call(contents,position,position+length)}}allocated=true;ptr=mmapAlloc(length);if(!ptr){throw new FS.ErrnoError(48)}HEAP8.set(contents,ptr)}return{ptr:ptr,allocated:allocated}},msync:function(stream,buffer,offset,length,mmapFlags){MEMFS.stream_ops.write(stream,buffer,0,length,offset,false);return 0}}};function asyncLoad(url,onload,onerror,noRunDep){var dep=!noRunDep?getUniqueRunDependency("al "+url):"";readAsync(url,arrayBuffer=>{assert(arrayBuffer,'Loading data file "'+url+'" failed (no arrayBuffer).');onload(new Uint8Array(arrayBuffer));if(dep)removeRunDependency(dep)},event=>{if(onerror){onerror()}else{throw'Loading data file "'+url+'" failed.'}});if(dep)addRunDependency(dep)}var FS={root:null,mounts:[],devices:{},streams:[],nextInode:1,nameTable:null,currentPath:"/",initialized:false,ignorePermissions:true,ErrnoError:null,genericErrors:{},filesystems:null,syncFSRequests:0,lookupPath:(path,opts={})=>{path=PATH_FS.resolve(path);if(!path)return{path:"",node:null};var defaults={follow_mount:true,recurse_count:0};opts=Object.assign(defaults,opts);if(opts.recurse_count>8){throw new FS.ErrnoError(32)}var parts=path.split("/").filter(p=>!!p);var current=FS.root;var current_path="/";for(var i=0;i<parts.length;i++){var islast=i===parts.length-1;if(islast&&opts.parent){break}current=FS.lookupNode(current,parts[i]);current_path=PATH.join2(current_path,parts[i]);if(FS.isMountpoint(current)){if(!islast||islast&&opts.follow_mount){current=current.mounted.root}}if(!islast||opts.follow){var count=0;while(FS.isLink(current.mode)){var link=FS.readlink(current_path);current_path=PATH_FS.resolve(PATH.dirname(current_path),link);var lookup=FS.lookupPath(current_path,{recurse_count:opts.recurse_count+1});current=lookup.node;if(count++>40){throw new FS.ErrnoError(32)}}}}return{path:current_path,node:current}},getPath:node=>{var path;while(true){if(FS.isRoot(node)){var mount=node.mount.mountpoint;if(!path)return mount;return mount[mount.length-1]!=="/"?mount+"/"+path:mount+path}path=path?node.name+"/"+path:node.name;node=node.parent}},hashName:(parentid,name)=>{var hash=0;for(var i=0;i<name.length;i++){hash=(hash<<5)-hash+name.charCodeAt(i)|0}return(parentid+hash>>>0)%FS.nameTable.length},hashAddNode:node=>{var hash=FS.hashName(node.parent.id,node.name);node.name_next=FS.nameTable[hash];FS.nameTable[hash]=node},hashRemoveNode:node=>{var hash=FS.hashName(node.parent.id,node.name);if(FS.nameTable[hash]===node){FS.nameTable[hash]=node.name_next}else{var current=FS.nameTable[hash];while(current){if(current.name_next===node){current.name_next=node.name_next;break}current=current.name_next}}},lookupNode:(parent,name)=>{var errCode=FS.mayLookup(parent);if(errCode){throw new FS.ErrnoError(errCode,parent)}var hash=FS.hashName(parent.id,name);for(var node=FS.nameTable[hash];node;node=node.name_next){var nodeName=node.name;if(node.parent.id===parent.id&&nodeName===name){return node}}return FS.lookup(parent,name)},createNode:(parent,name,mode,rdev)=>{var node=new FS.FSNode(parent,name,mode,rdev);FS.hashAddNode(node);return node},destroyNode:node=>{FS.hashRemoveNode(node)},isRoot:node=>{return node===node.parent},isMountpoint:node=>{return!!node.mounted},isFile:mode=>{return(mode&61440)===32768},isDir:mode=>{return(mode&61440)===16384},isLink:mode=>{return(mode&61440)===40960},isChrdev:mode=>{return(mode&61440)===8192},isBlkdev:mode=>{return(mode&61440)===24576},isFIFO:mode=>{return(mode&61440)===4096},isSocket:mode=>{return(mode&49152)===49152},flagModes:{"r":0,"r+":2,"w":577,"w+":578,"a":1089,"a+":1090},modeStringToFlags:str=>{var flags=FS.flagModes[str];if(typeof flags=="undefined"){throw new Error("Unknown file open mode: "+str)}return flags},flagsToPermissionString:flag=>{var perms=["r","w","rw"][flag&3];if(flag&512){perms+="w"}return perms},nodePermissions:(node,perms)=>{if(FS.ignorePermissions){return 0}if(perms.includes("r")&&!(node.mode&292)){return 2}else if(perms.includes("w")&&!(node.mode&146)){return 2}else if(perms.includes("x")&&!(node.mode&73)){return 2}return 0},mayLookup:dir=>{var errCode=FS.nodePermissions(dir,"x");if(errCode)return errCode;if(!dir.node_ops.lookup)return 2;return 0},mayCreate:(dir,name)=>{try{var node=FS.lookupNode(dir,name);return 20}catch(e){}return FS.nodePermissions(dir,"wx")},mayDelete:(dir,name,isdir)=>{var node;try{node=FS.lookupNode(dir,name)}catch(e){return e.errno}var errCode=FS.nodePermissions(dir,"wx");if(errCode){return errCode}if(isdir){if(!FS.isDir(node.mode)){return 54}if(FS.isRoot(node)||FS.getPath(node)===FS.cwd()){return 10}}else{if(FS.isDir(node.mode)){return 31}}return 0},mayOpen:(node,flags)=>{if(!node){return 44}if(FS.isLink(node.mode)){return 32}else if(FS.isDir(node.mode)){if(FS.flagsToPermissionString(flags)!=="r"||flags&512){return 31}}return FS.nodePermissions(node,FS.flagsToPermissionString(flags))},MAX_OPEN_FDS:4096,nextfd:(fd_start=0,fd_end=FS.MAX_OPEN_FDS)=>{for(var fd=fd_start;fd<=fd_end;fd++){if(!FS.streams[fd]){return fd}}throw new FS.ErrnoError(33)},getStream:fd=>FS.streams[fd],createStream:(stream,fd_start,fd_end)=>{if(!FS.FSStream){FS.FSStream=function(){this.shared={}};FS.FSStream.prototype={};Object.defineProperties(FS.FSStream.prototype,{object:{get:function(){return this.node},set:function(val){this.node=val}},isRead:{get:function(){return(this.flags&2097155)!==1}},isWrite:{get:function(){return(this.flags&2097155)!==0}},isAppend:{get:function(){return this.flags&1024}},flags:{get:function(){return this.shared.flags},set:function(val){this.shared.flags=val}},position:{get:function(){return this.shared.position},set:function(val){this.shared.position=val}}})}stream=Object.assign(new FS.FSStream,stream);var fd=FS.nextfd(fd_start,fd_end);stream.fd=fd;FS.streams[fd]=stream;return stream},closeStream:fd=>{FS.streams[fd]=null},chrdev_stream_ops:{open:stream=>{var device=FS.getDevice(stream.node.rdev);stream.stream_ops=device.stream_ops;if(stream.stream_ops.open){stream.stream_ops.open(stream)}},llseek:()=>{throw new FS.ErrnoError(70)}},major:dev=>dev>>8,minor:dev=>dev&255,makedev:(ma,mi)=>ma<<8|mi,registerDevice:(dev,ops)=>{FS.devices[dev]={stream_ops:ops}},getDevice:dev=>FS.devices[dev],getMounts:mount=>{var mounts=[];var check=[mount];while(check.length){var m=check.pop();mounts.push(m);check.push.apply(check,m.mounts)}return mounts},syncfs:(populate,callback)=>{if(typeof populate=="function"){callback=populate;populate=false}FS.syncFSRequests++;if(FS.syncFSRequests>1){err("warning: "+FS.syncFSRequests+" FS.syncfs operations in flight at once, probably just doing extra work")}var mounts=FS.getMounts(FS.root.mount);var completed=0;function doCallback(errCode){FS.syncFSRequests--;return callback(errCode)}function done(errCode){if(errCode){if(!done.errored){done.errored=true;return doCallback(errCode)}return}if(++completed>=mounts.length){doCallback(null)}}mounts.forEach(mount=>{if(!mount.type.syncfs){return done(null)}mount.type.syncfs(mount,populate,done)})},mount:(type,opts,mountpoint)=>{var root=mountpoint==="/";var pseudo=!mountpoint;var node;if(root&&FS.root){throw new FS.ErrnoError(10)}else if(!root&&!pseudo){var lookup=FS.lookupPath(mountpoint,{follow_mount:false});mountpoint=lookup.path;node=lookup.node;if(FS.isMountpoint(node)){throw new FS.ErrnoError(10)}if(!FS.isDir(node.mode)){throw new FS.ErrnoError(54)}}var mount={type:type,opts:opts,mountpoint:mountpoint,mounts:[]};var mountRoot=type.mount(mount);mountRoot.mount=mount;mount.root=mountRoot;if(root){FS.root=mountRoot}else if(node){node.mounted=mount;if(node.mount){node.mount.mounts.push(mount)}}return mountRoot},unmount:mountpoint=>{var lookup=FS.lookupPath(mountpoint,{follow_mount:false});if(!FS.isMountpoint(lookup.node)){throw new FS.ErrnoError(28)}var node=lookup.node;var mount=node.mounted;var mounts=FS.getMounts(mount);Object.keys(FS.nameTable).forEach(hash=>{var current=FS.nameTable[hash];while(current){var next=current.name_next;if(mounts.includes(current.mount)){FS.destroyNode(current)}current=next}});node.mounted=null;var idx=node.mount.mounts.indexOf(mount);node.mount.mounts.splice(idx,1)},lookup:(parent,name)=>{return parent.node_ops.lookup(parent,name)},mknod:(path,mode,dev)=>{var lookup=FS.lookupPath(path,{parent:true});var parent=lookup.node;var name=PATH.basename(path);if(!name||name==="."||name===".."){throw new FS.ErrnoError(28)}var errCode=FS.mayCreate(parent,name);if(errCode){throw new FS.ErrnoError(errCode)}if(!parent.node_ops.mknod){throw new FS.ErrnoError(63)}return parent.node_ops.mknod(parent,name,mode,dev)},create:(path,mode)=>{mode=mode!==undefined?mode:438;mode&=4095;mode|=32768;return FS.mknod(path,mode,0)},mkdir:(path,mode)=>{mode=mode!==undefined?mode:511;mode&=511|512;mode|=16384;return FS.mknod(path,mode,0)},mkdirTree:(path,mode)=>{var dirs=path.split("/");var d="";for(var i=0;i<dirs.length;++i){if(!dirs[i])continue;d+="/"+dirs[i];try{FS.mkdir(d,mode)}catch(e){if(e.errno!=20)throw e}}},mkdev:(path,mode,dev)=>{if(typeof dev=="undefined"){dev=mode;mode=438}mode|=8192;return FS.mknod(path,mode,dev)},symlink:(oldpath,newpath)=>{if(!PATH_FS.resolve(oldpath)){throw new FS.ErrnoError(44)}var lookup=FS.lookupPath(newpath,{parent:true});var parent=lookup.node;if(!parent){throw new FS.ErrnoError(44)}var newname=PATH.basename(newpath);var errCode=FS.mayCreate(parent,newname);if(errCode){throw new FS.ErrnoError(errCode)}if(!parent.node_ops.symlink){throw new FS.ErrnoError(63)}return parent.node_ops.symlink(parent,newname,oldpath)},rename:(old_path,new_path)=>{var old_dirname=PATH.dirname(old_path);var new_dirname=PATH.dirname(new_path);var old_name=PATH.basename(old_path);var new_name=PATH.basename(new_path);var lookup,old_dir,new_dir;lookup=FS.lookupPath(old_path,{parent:true});old_dir=lookup.node;lookup=FS.lookupPath(new_path,{parent:true});new_dir=lookup.node;if(!old_dir||!new_dir)throw new FS.ErrnoError(44);if(old_dir.mount!==new_dir.mount){throw new FS.ErrnoError(75)}var old_node=FS.lookupNode(old_dir,old_name);var relative=PATH_FS.relative(old_path,new_dirname);if(relative.charAt(0)!=="."){throw new FS.ErrnoError(28)}relative=PATH_FS.relative(new_path,old_dirname);if(relative.charAt(0)!=="."){throw new FS.ErrnoError(55)}var new_node;try{new_node=FS.lookupNode(new_dir,new_name)}catch(e){}if(old_node===new_node){return}var isdir=FS.isDir(old_node.mode);var errCode=FS.mayDelete(old_dir,old_name,isdir);if(errCode){throw new FS.ErrnoError(errCode)}errCode=new_node?FS.mayDelete(new_dir,new_name,isdir):FS.mayCreate(new_dir,new_name);if(errCode){throw new FS.ErrnoError(errCode)}if(!old_dir.node_ops.rename){throw new FS.ErrnoError(63)}if(FS.isMountpoint(old_node)||new_node&&FS.isMountpoint(new_node)){throw new FS.ErrnoError(10)}if(new_dir!==old_dir){errCode=FS.nodePermissions(old_dir,"w");if(errCode){throw new FS.ErrnoError(errCode)}}FS.hashRemoveNode(old_node);try{old_dir.node_ops.rename(old_node,new_dir,new_name)}catch(e){throw e}finally{FS.hashAddNode(old_node)}},rmdir:path=>{var lookup=FS.lookupPath(path,{parent:true});var parent=lookup.node;var name=PATH.basename(path);var node=FS.lookupNode(parent,name);var errCode=FS.mayDelete(parent,name,true);if(errCode){throw new FS.ErrnoError(errCode)}if(!parent.node_ops.rmdir){throw new FS.ErrnoError(63)}if(FS.isMountpoint(node)){throw new FS.ErrnoError(10)}parent.node_ops.rmdir(parent,name);FS.destroyNode(node)},readdir:path=>{var lookup=FS.lookupPath(path,{follow:true});var node=lookup.node;if(!node.node_ops.readdir){throw new FS.ErrnoError(54)}return node.node_ops.readdir(node)},unlink:path=>{var lookup=FS.lookupPath(path,{parent:true});var parent=lookup.node;if(!parent){throw new FS.ErrnoError(44)}var name=PATH.basename(path);var node=FS.lookupNode(parent,name);var errCode=FS.mayDelete(parent,name,false);if(errCode){throw new FS.ErrnoError(errCode)}if(!parent.node_ops.unlink){throw new FS.ErrnoError(63)}if(FS.isMountpoint(node)){throw new FS.ErrnoError(10)}parent.node_ops.unlink(parent,name);FS.destroyNode(node)},readlink:path=>{var lookup=FS.lookupPath(path);var link=lookup.node;if(!link){throw new FS.ErrnoError(44)}if(!link.node_ops.readlink){throw new FS.ErrnoError(28)}return PATH_FS.resolve(FS.getPath(link.parent),link.node_ops.readlink(link))},stat:(path,dontFollow)=>{var lookup=FS.lookupPath(path,{follow:!dontFollow});var node=lookup.node;if(!node){throw new FS.ErrnoError(44)}if(!node.node_ops.getattr){throw new FS.ErrnoError(63)}return node.node_ops.getattr(node)},lstat:path=>{return FS.stat(path,true)},chmod:(path,mode,dontFollow)=>{var node;if(typeof path=="string"){var lookup=FS.lookupPath(path,{follow:!dontFollow});node=lookup.node}else{node=path}if(!node.node_ops.setattr){throw new FS.ErrnoError(63)}node.node_ops.setattr(node,{mode:mode&4095|node.mode&~4095,timestamp:Date.now()})},lchmod:(path,mode)=>{FS.chmod(path,mode,true)},fchmod:(fd,mode)=>{var stream=FS.getStream(fd);if(!stream){throw new FS.ErrnoError(8)}FS.chmod(stream.node,mode)},chown:(path,uid,gid,dontFollow)=>{var node;if(typeof path=="string"){var lookup=FS.lookupPath(path,{follow:!dontFollow});node=lookup.node}else{node=path}if(!node.node_ops.setattr){throw new FS.ErrnoError(63)}node.node_ops.setattr(node,{timestamp:Date.now()})},lchown:(path,uid,gid)=>{FS.chown(path,uid,gid,true)},fchown:(fd,uid,gid)=>{var stream=FS.getStream(fd);if(!stream){throw new FS.ErrnoError(8)}FS.chown(stream.node,uid,gid)},truncate:(path,len)=>{if(len<0){throw new FS.ErrnoError(28)}var node;if(typeof path=="string"){var lookup=FS.lookupPath(path,{follow:true});node=lookup.node}else{node=path}if(!node.node_ops.setattr){throw new FS.ErrnoError(63)}if(FS.isDir(node.mode)){throw new FS.ErrnoError(31)}if(!FS.isFile(node.mode)){throw new FS.ErrnoError(28)}var errCode=FS.nodePermissions(node,"w");if(errCode){throw new FS.ErrnoError(errCode)}node.node_ops.setattr(node,{size:len,timestamp:Date.now()})},ftruncate:(fd,len)=>{var stream=FS.getStream(fd);if(!stream){throw new FS.ErrnoError(8)}if((stream.flags&2097155)===0){throw new FS.ErrnoError(28)}FS.truncate(stream.node,len)},utime:(path,atime,mtime)=>{var lookup=FS.lookupPath(path,{follow:true});var node=lookup.node;node.node_ops.setattr(node,{timestamp:Math.max(atime,mtime)})},open:(path,flags,mode)=>{if(path===""){throw new FS.ErrnoError(44)}flags=typeof flags=="string"?FS.modeStringToFlags(flags):flags;mode=typeof mode=="undefined"?438:mode;if(flags&64){mode=mode&4095|32768}else{mode=0}var node;if(typeof path=="object"){node=path}else{path=PATH.normalize(path);try{var lookup=FS.lookupPath(path,{follow:!(flags&131072)});node=lookup.node}catch(e){}}var created=false;if(flags&64){if(node){if(flags&128){throw new FS.ErrnoError(20)}}else{node=FS.mknod(path,mode,0);created=true}}if(!node){throw new FS.ErrnoError(44)}if(FS.isChrdev(node.mode)){flags&=~512}if(flags&65536&&!FS.isDir(node.mode)){throw new FS.ErrnoError(54)}if(!created){var errCode=FS.mayOpen(node,flags);if(errCode){throw new FS.ErrnoError(errCode)}}if(flags&512&&!created){FS.truncate(node,0)}flags&=~(128|512|131072);var stream=FS.createStream({node:node,path:FS.getPath(node),flags:flags,seekable:true,position:0,stream_ops:node.stream_ops,ungotten:[],error:false});if(stream.stream_ops.open){stream.stream_ops.open(stream)}if(Module["logReadFiles"]&&!(flags&1)){if(!FS.readFiles)FS.readFiles={};if(!(path in FS.readFiles)){FS.readFiles[path]=1}}return stream},close:stream=>{if(FS.isClosed(stream)){throw new FS.ErrnoError(8)}if(stream.getdents)stream.getdents=null;try{if(stream.stream_ops.close){stream.stream_ops.close(stream)}}catch(e){throw e}finally{FS.closeStream(stream.fd)}stream.fd=null},isClosed:stream=>{return stream.fd===null},llseek:(stream,offset,whence)=>{if(FS.isClosed(stream)){throw new FS.ErrnoError(8)}if(!stream.seekable||!stream.stream_ops.llseek){throw new FS.ErrnoError(70)}if(whence!=0&&whence!=1&&whence!=2){throw new FS.ErrnoError(28)}stream.position=stream.stream_ops.llseek(stream,offset,whence);stream.ungotten=[];return stream.position},read:(stream,buffer,offset,length,position)=>{if(length<0||position<0){throw new FS.ErrnoError(28)}if(FS.isClosed(stream)){throw new FS.ErrnoError(8)}if((stream.flags&2097155)===1){throw new FS.ErrnoError(8)}if(FS.isDir(stream.node.mode)){throw new FS.ErrnoError(31)}if(!stream.stream_ops.read){throw new FS.ErrnoError(28)}var seeking=typeof position!="undefined";if(!seeking){position=stream.position}else if(!stream.seekable){throw new FS.ErrnoError(70)}var bytesRead=stream.stream_ops.read(stream,buffer,offset,length,position);if(!seeking)stream.position+=bytesRead;return bytesRead},write:(stream,buffer,offset,length,position,canOwn)=>{if(length<0||position<0){throw new FS.ErrnoError(28)}if(FS.isClosed(stream)){throw new FS.ErrnoError(8)}if((stream.flags&2097155)===0){throw new FS.ErrnoError(8)}if(FS.isDir(stream.node.mode)){throw new FS.ErrnoError(31)}if(!stream.stream_ops.write){throw new FS.ErrnoError(28)}if(stream.seekable&&stream.flags&1024){FS.llseek(stream,0,2)}var seeking=typeof position!="undefined";if(!seeking){position=stream.position}else if(!stream.seekable){throw new FS.ErrnoError(70)}var bytesWritten=stream.stream_ops.write(stream,buffer,offset,length,position,canOwn);if(!seeking)stream.position+=bytesWritten;return bytesWritten},allocate:(stream,offset,length)=>{if(FS.isClosed(stream)){throw new FS.ErrnoError(8)}if(offset<0||length<=0){throw new FS.ErrnoError(28)}if((stream.flags&2097155)===0){throw new FS.ErrnoError(8)}if(!FS.isFile(stream.node.mode)&&!FS.isDir(stream.node.mode)){throw new FS.ErrnoError(43)}if(!stream.stream_ops.allocate){throw new FS.ErrnoError(138)}stream.stream_ops.allocate(stream,offset,length)},mmap:(stream,length,position,prot,flags)=>{if((prot&2)!==0&&(flags&2)===0&&(stream.flags&2097155)!==2){throw new FS.ErrnoError(2)}if((stream.flags&2097155)===1){throw new FS.ErrnoError(2)}if(!stream.stream_ops.mmap){throw new FS.ErrnoError(43)}return stream.stream_ops.mmap(stream,length,position,prot,flags)},msync:(stream,buffer,offset,length,mmapFlags)=>{if(!stream.stream_ops.msync){return 0}return stream.stream_ops.msync(stream,buffer,offset,length,mmapFlags)},munmap:stream=>0,ioctl:(stream,cmd,arg)=>{if(!stream.stream_ops.ioctl){throw new FS.ErrnoError(59)}return stream.stream_ops.ioctl(stream,cmd,arg)},readFile:(path,opts={})=>{opts.flags=opts.flags||0;opts.encoding=opts.encoding||"binary";if(opts.encoding!=="utf8"&&opts.encoding!=="binary"){throw new Error('Invalid encoding type "'+opts.encoding+'"')}var ret;var stream=FS.open(path,opts.flags);var stat=FS.stat(path);var length=stat.size;var buf=new Uint8Array(length);FS.read(stream,buf,0,length,0);if(opts.encoding==="utf8"){ret=UTF8ArrayToString(buf,0)}else if(opts.encoding==="binary"){ret=buf}FS.close(stream);return ret},writeFile:(path,data,opts={})=>{opts.flags=opts.flags||577;var stream=FS.open(path,opts.flags,opts.mode);if(typeof data=="string"){var buf=new Uint8Array(lengthBytesUTF8(data)+1);var actualNumBytes=stringToUTF8Array(data,buf,0,buf.length);FS.write(stream,buf,0,actualNumBytes,undefined,opts.canOwn)}else if(ArrayBuffer.isView(data)){FS.write(stream,data,0,data.byteLength,undefined,opts.canOwn)}else{throw new Error("Unsupported data type")}FS.close(stream)},cwd:()=>FS.currentPath,chdir:path=>{var lookup=FS.lookupPath(path,{follow:true});if(lookup.node===null){throw new FS.ErrnoError(44)}if(!FS.isDir(lookup.node.mode)){throw new FS.ErrnoError(54)}var errCode=FS.nodePermissions(lookup.node,"x");if(errCode){throw new FS.ErrnoError(errCode)}FS.currentPath=lookup.path},createDefaultDirectories:()=>{FS.mkdir("/tmp");FS.mkdir("/home");FS.mkdir("/home/web_user")},createDefaultDevices:()=>{FS.mkdir("/dev");FS.registerDevice(FS.makedev(1,3),{read:()=>0,write:(stream,buffer,offset,length,pos)=>length});FS.mkdev("/dev/null",FS.makedev(1,3));TTY.register(FS.makedev(5,0),TTY.default_tty_ops);TTY.register(FS.makedev(6,0),TTY.default_tty1_ops);FS.mkdev("/dev/tty",FS.makedev(5,0));FS.mkdev("/dev/tty1",FS.makedev(6,0));var randomBuffer=new Uint8Array(1024),randomLeft=0;var randomByte=()=>{if(randomLeft===0){randomLeft=randomFill(randomBuffer).byteLength}return randomBuffer[--randomLeft]};FS.createDevice("/dev","random",randomByte);FS.createDevice("/dev","urandom",randomByte);FS.mkdir("/dev/shm");FS.mkdir("/dev/shm/tmp")},createSpecialDirectories:()=>{FS.mkdir("/proc");var proc_self=FS.mkdir("/proc/self");FS.mkdir("/proc/self/fd");FS.mount({mount:()=>{var node=FS.createNode(proc_self,"fd",16384|511,73);node.node_ops={lookup:(parent,name)=>{var fd=+name;var stream=FS.getStream(fd);if(!stream)throw new FS.ErrnoError(8);var ret={parent:null,mount:{mountpoint:"fake"},node_ops:{readlink:()=>stream.path}};ret.parent=ret;return ret}};return node}},{},"/proc/self/fd")},createStandardStreams:()=>{if(Module["stdin"]){FS.createDevice("/dev","stdin",Module["stdin"])}else{FS.symlink("/dev/tty","/dev/stdin")}if(Module["stdout"]){FS.createDevice("/dev","stdout",null,Module["stdout"])}else{FS.symlink("/dev/tty","/dev/stdout")}if(Module["stderr"]){FS.createDevice("/dev","stderr",null,Module["stderr"])}else{FS.symlink("/dev/tty1","/dev/stderr")}var stdin=FS.open("/dev/stdin",0);var stdout=FS.open("/dev/stdout",1);var stderr=FS.open("/dev/stderr",1)},ensureErrnoError:()=>{if(FS.ErrnoError)return;FS.ErrnoError=function ErrnoError(errno,node){this.name="ErrnoError";this.node=node;this.setErrno=function(errno){this.errno=errno};this.setErrno(errno);this.message="FS error"};FS.ErrnoError.prototype=new Error;FS.ErrnoError.prototype.constructor=FS.ErrnoError;[44].forEach(code=>{FS.genericErrors[code]=new FS.ErrnoError(code);FS.genericErrors[code].stack="<generic error, no stack>"})},staticInit:()=>{FS.ensureErrnoError();FS.nameTable=new Array(4096);FS.mount(MEMFS,{},"/");FS.createDefaultDirectories();FS.createDefaultDevices();FS.createSpecialDirectories();FS.filesystems={"MEMFS":MEMFS}},init:(input,output,error)=>{FS.init.initialized=true;FS.ensureErrnoError();Module["stdin"]=input||Module["stdin"];Module["stdout"]=output||Module["stdout"];Module["stderr"]=error||Module["stderr"];FS.createStandardStreams()},quit:()=>{FS.init.initialized=false;for(var i=0;i<FS.streams.length;i++){var stream=FS.streams[i];if(!stream){continue}FS.close(stream)}},getMode:(canRead,canWrite)=>{var mode=0;if(canRead)mode|=292|73;if(canWrite)mode|=146;return mode},findObject:(path,dontResolveLastLink)=>{var ret=FS.analyzePath(path,dontResolveLastLink);if(!ret.exists){return null}return ret.object},analyzePath:(path,dontResolveLastLink)=>{try{var lookup=FS.lookupPath(path,{follow:!dontResolveLastLink});path=lookup.path}catch(e){}var ret={isRoot:false,exists:false,error:0,name:null,path:null,object:null,parentExists:false,parentPath:null,parentObject:null};try{var lookup=FS.lookupPath(path,{parent:true});ret.parentExists=true;ret.parentPath=lookup.path;ret.parentObject=lookup.node;ret.name=PATH.basename(path);lookup=FS.lookupPath(path,{follow:!dontResolveLastLink});ret.exists=true;ret.path=lookup.path;ret.object=lookup.node;ret.name=lookup.node.name;ret.isRoot=lookup.path==="/"}catch(e){ret.error=e.errno}return ret},createPath:(parent,path,canRead,canWrite)=>{parent=typeof parent=="string"?parent:FS.getPath(parent);var parts=path.split("/").reverse();while(parts.length){var part=parts.pop();if(!part)continue;var current=PATH.join2(parent,part);try{FS.mkdir(current)}catch(e){}parent=current}return current},createFile:(parent,name,properties,canRead,canWrite)=>{var path=PATH.join2(typeof parent=="string"?parent:FS.getPath(parent),name);var mode=FS.getMode(canRead,canWrite);return FS.create(path,mode)},createDataFile:(parent,name,data,canRead,canWrite,canOwn)=>{var path=name;if(parent){parent=typeof parent=="string"?parent:FS.getPath(parent);path=name?PATH.join2(parent,name):parent}var mode=FS.getMode(canRead,canWrite);var node=FS.create(path,mode);if(data){if(typeof data=="string"){var arr=new Array(data.length);for(var i=0,len=data.length;i<len;++i)arr[i]=data.charCodeAt(i);data=arr}FS.chmod(node,mode|146);var stream=FS.open(node,577);FS.write(stream,data,0,data.length,0,canOwn);FS.close(stream);FS.chmod(node,mode)}return node},createDevice:(parent,name,input,output)=>{var path=PATH.join2(typeof parent=="string"?parent:FS.getPath(parent),name);var mode=FS.getMode(!!input,!!output);if(!FS.createDevice.major)FS.createDevice.major=64;var dev=FS.makedev(FS.createDevice.major++,0);FS.registerDevice(dev,{open:stream=>{stream.seekable=false},close:stream=>{if(output&&output.buffer&&output.buffer.length){output(10)}},read:(stream,buffer,offset,length,pos)=>{var bytesRead=0;for(var i=0;i<length;i++){var result;try{result=input()}catch(e){throw new FS.ErrnoError(29)}if(result===undefined&&bytesRead===0){throw new FS.ErrnoError(6)}if(result===null||result===undefined)break;bytesRead++;buffer[offset+i]=result}if(bytesRead){stream.node.timestamp=Date.now()}return bytesRead},write:(stream,buffer,offset,length,pos)=>{for(var i=0;i<length;i++){try{output(buffer[offset+i])}catch(e){throw new FS.ErrnoError(29)}}if(length){stream.node.timestamp=Date.now()}return i}});return FS.mkdev(path,mode,dev)},forceLoadFile:obj=>{if(obj.isDevice||obj.isFolder||obj.link||obj.contents)return true;if(typeof XMLHttpRequest!="undefined"){throw new Error("Lazy loading should have been performed (contents set) in createLazyFile, but it was not. Lazy loading only works in web workers. Use --embed-file or --preload-file in emcc on the main thread.")}else if(read_){try{obj.contents=intArrayFromString(read_(obj.url),true);obj.usedBytes=obj.contents.length}catch(e){throw new FS.ErrnoError(29)}}else{throw new Error("Cannot load without read() or XMLHttpRequest.")}},createLazyFile:(parent,name,url,canRead,canWrite)=>{function LazyUint8Array(){this.lengthKnown=false;this.chunks=[]}LazyUint8Array.prototype.get=function LazyUint8Array_get(idx){if(idx>this.length-1||idx<0){return undefined}var chunkOffset=idx%this.chunkSize;var chunkNum=idx/this.chunkSize|0;return this.getter(chunkNum)[chunkOffset]};LazyUint8Array.prototype.setDataGetter=function LazyUint8Array_setDataGetter(getter){this.getter=getter};LazyUint8Array.prototype.cacheLength=function LazyUint8Array_cacheLength(){var xhr=new XMLHttpRequest;xhr.open("HEAD",url,false);xhr.send(null);if(!(xhr.status>=200&&xhr.status<300||xhr.status===304))throw new Error("Couldn't load "+url+". Status: "+xhr.status);var datalength=Number(xhr.getResponseHeader("Content-length"));var header;var hasByteServing=(header=xhr.getResponseHeader("Accept-Ranges"))&&header==="bytes";var usesGzip=(header=xhr.getResponseHeader("Content-Encoding"))&&header==="gzip";var chunkSize=1024*1024;if(!hasByteServing)chunkSize=datalength;var doXHR=(from,to)=>{if(from>to)throw new Error("invalid range ("+from+", "+to+") or no bytes requested!");if(to>datalength-1)throw new Error("only "+datalength+" bytes available! programmer error!");var xhr=new XMLHttpRequest;xhr.open("GET",url,false);if(datalength!==chunkSize)xhr.setRequestHeader("Range","bytes="+from+"-"+to);xhr.responseType="arraybuffer";if(xhr.overrideMimeType){xhr.overrideMimeType("text/plain; charset=x-user-defined")}xhr.send(null);if(!(xhr.status>=200&&xhr.status<300||xhr.status===304))throw new Error("Couldn't load "+url+". Status: "+xhr.status);if(xhr.response!==undefined){return new Uint8Array(xhr.response||[])}return intArrayFromString(xhr.responseText||"",true)};var lazyArray=this;lazyArray.setDataGetter(chunkNum=>{var start=chunkNum*chunkSize;var end=(chunkNum+1)*chunkSize-1;end=Math.min(end,datalength-1);if(typeof lazyArray.chunks[chunkNum]=="undefined"){lazyArray.chunks[chunkNum]=doXHR(start,end)}if(typeof lazyArray.chunks[chunkNum]=="undefined")throw new Error("doXHR failed!");return lazyArray.chunks[chunkNum]});if(usesGzip||!datalength){chunkSize=datalength=1;datalength=this.getter(0).length;chunkSize=datalength;out("LazyFiles on gzip forces download of the whole file when length is accessed")}this._length=datalength;this._chunkSize=chunkSize;this.lengthKnown=true};if(typeof XMLHttpRequest!="undefined"){if(!ENVIRONMENT_IS_WORKER)throw"Cannot do synchronous binary XHRs outside webworkers in modern browsers. Use --embed-file or --preload-file in emcc";var lazyArray=new LazyUint8Array;Object.defineProperties(lazyArray,{length:{get:function(){if(!this.lengthKnown){this.cacheLength()}return this._length}},chunkSize:{get:function(){if(!this.lengthKnown){this.cacheLength()}return this._chunkSize}}});var properties={isDevice:false,contents:lazyArray}}else{var properties={isDevice:false,url:url}}var node=FS.createFile(parent,name,properties,canRead,canWrite);if(properties.contents){node.contents=properties.contents}else if(properties.url){node.contents=null;node.url=properties.url}Object.defineProperties(node,{usedBytes:{get:function(){return this.contents.length}}});var stream_ops={};var keys=Object.keys(node.stream_ops);keys.forEach(key=>{var fn=node.stream_ops[key];stream_ops[key]=function forceLoadLazyFile(){FS.forceLoadFile(node);return fn.apply(null,arguments)}});function writeChunks(stream,buffer,offset,length,position){var contents=stream.node.contents;if(position>=contents.length)return 0;var size=Math.min(contents.length-position,length);if(contents.slice){for(var i=0;i<size;i++){buffer[offset+i]=contents[position+i]}}else{for(var i=0;i<size;i++){buffer[offset+i]=contents.get(position+i)}}return size}stream_ops.read=(stream,buffer,offset,length,position)=>{FS.forceLoadFile(node);return writeChunks(stream,buffer,offset,length,position)};stream_ops.mmap=(stream,length,position,prot,flags)=>{FS.forceLoadFile(node);var ptr=mmapAlloc(length);if(!ptr){throw new FS.ErrnoError(48)}writeChunks(stream,HEAP8,ptr,length,position);return{ptr:ptr,allocated:true}};node.stream_ops=stream_ops;return node},createPreloadedFile:(parent,name,url,canRead,canWrite,onload,onerror,dontCreateFile,canOwn,preFinish)=>{var fullname=name?PATH_FS.resolve(PATH.join2(parent,name)):parent;var dep=getUniqueRunDependency("cp "+fullname);function processData(byteArray){function finish(byteArray){if(preFinish)preFinish();if(!dontCreateFile){FS.createDataFile(parent,name,byteArray,canRead,canWrite,canOwn)}if(onload)onload();removeRunDependency(dep)}if(Browser.handledByPreloadPlugin(byteArray,fullname,finish,()=>{if(onerror)onerror();removeRunDependency(dep)})){return}finish(byteArray)}addRunDependency(dep);if(typeof url=="string"){asyncLoad(url,byteArray=>processData(byteArray),onerror)}else{processData(url)}}};var UTF8Decoder=typeof TextDecoder!="undefined"?new TextDecoder("utf8"):undefined;function UTF8ArrayToString(heapOrArray,idx,maxBytesToRead){var endIdx=idx+maxBytesToRead;var endPtr=idx;while(heapOrArray[endPtr]&&!(endPtr>=endIdx))++endPtr;if(endPtr-idx>16&&heapOrArray.buffer&&UTF8Decoder){return UTF8Decoder.decode(heapOrArray.subarray(idx,endPtr))}var str="";while(idx<endPtr){var u0=heapOrArray[idx++];if(!(u0&128)){str+=String.fromCharCode(u0);continue}var u1=heapOrArray[idx++]&63;if((u0&224)==192){str+=String.fromCharCode((u0&31)<<6|u1);continue}var u2=heapOrArray[idx++]&63;if((u0&240)==224){u0=(u0&15)<<12|u1<<6|u2}else{u0=(u0&7)<<18|u1<<12|u2<<6|heapOrArray[idx++]&63}if(u0<65536){str+=String.fromCharCode(u0)}else{var ch=u0-65536;str+=String.fromCharCode(55296|ch>>10,56320|ch&1023)}}return str}function UTF8ToString(ptr,maxBytesToRead){return ptr?UTF8ArrayToString(HEAPU8,ptr,maxBytesToRead):""}var SYSCALLS={DEFAULT_POLLMASK:5,calculateAt:function(dirfd,path,allowEmpty){if(PATH.isAbs(path)){return path}var dir;if(dirfd===-100){dir=FS.cwd()}else{var dirstream=SYSCALLS.getStreamFromFD(dirfd);dir=dirstream.path}if(path.length==0){if(!allowEmpty){throw new FS.ErrnoError(44)}return dir}return PATH.join2(dir,path)},doStat:function(func,path,buf){try{var stat=func(path)}catch(e){if(e&&e.node&&PATH.normalize(path)!==PATH.normalize(FS.getPath(e.node))){return-54}throw e}HEAP32[buf>>2]=stat.dev;HEAP32[buf+8>>2]=stat.ino;HEAP32[buf+12>>2]=stat.mode;HEAPU32[buf+16>>2]=stat.nlink;HEAP32[buf+20>>2]=stat.uid;HEAP32[buf+24>>2]=stat.gid;HEAP32[buf+28>>2]=stat.rdev;tempI64=[stat.size>>>0,(tempDouble=stat.size,+Math.abs(tempDouble)>=1?tempDouble>0?(Math.min(+Math.floor(tempDouble/4294967296),4294967295)|0)>>>0:~~+Math.ceil((tempDouble-+(~~tempDouble>>>0))/4294967296)>>>0:0)],HEAP32[buf+40>>2]=tempI64[0],HEAP32[buf+44>>2]=tempI64[1];HEAP32[buf+48>>2]=4096;HEAP32[buf+52>>2]=stat.blocks;var atime=stat.atime.getTime();var mtime=stat.mtime.getTime();var ctime=stat.ctime.getTime();tempI64=[Math.floor(atime/1e3)>>>0,(tempDouble=Math.floor(atime/1e3),+Math.abs(tempDouble)>=1?tempDouble>0?(Math.min(+Math.floor(tempDouble/4294967296),4294967295)|0)>>>0:~~+Math.ceil((tempDouble-+(~~tempDouble>>>0))/4294967296)>>>0:0)],HEAP32[buf+56>>2]=tempI64[0],HEAP32[buf+60>>2]=tempI64[1];HEAPU32[buf+64>>2]=atime%1e3*1e3;tempI64=[Math.floor(mtime/1e3)>>>0,(tempDouble=Math.floor(mtime/1e3),+Math.abs(tempDouble)>=1?tempDouble>0?(Math.min(+Math.floor(tempDouble/4294967296),4294967295)|0)>>>0:~~+Math.ceil((tempDouble-+(~~tempDouble>>>0))/4294967296)>>>0:0)],HEAP32[buf+72>>2]=tempI64[0],HEAP32[buf+76>>2]=tempI64[1];HEAPU32[buf+80>>2]=mtime%1e3*1e3;tempI64=[Math.floor(ctime/1e3)>>>0,(tempDouble=Math.floor(ctime/1e3),+Math.abs(tempDouble)>=1?tempDouble>0?(Math.min(+Math.floor(tempDouble/4294967296),4294967295)|0)>>>0:~~+Math.ceil((tempDouble-+(~~tempDouble>>>0))/4294967296)>>>0:0)],HEAP32[buf+88>>2]=tempI64[0],HEAP32[buf+92>>2]=tempI64[1];HEAPU32[buf+96>>2]=ctime%1e3*1e3;tempI64=[stat.ino>>>0,(tempDouble=stat.ino,+Math.abs(tempDouble)>=1?tempDouble>0?(Math.min(+Math.floor(tempDouble/4294967296),4294967295)|0)>>>0:~~+Math.ceil((tempDouble-+(~~tempDouble>>>0))/4294967296)>>>0:0)],HEAP32[buf+104>>2]=tempI64[0],HEAP32[buf+108>>2]=tempI64[1];return 0},doMsync:function(addr,stream,len,flags,offset){if(!FS.isFile(stream.node.mode)){throw new FS.ErrnoError(43)}if(flags&2){return 0}var buffer=HEAPU8.slice(addr,addr+len);FS.msync(stream,buffer,offset,len,flags)},varargs:undefined,get:function(){SYSCALLS.varargs+=4;var ret=HEAP32[SYSCALLS.varargs-4>>2];return ret},getStr:function(ptr){var ret=UTF8ToString(ptr);return ret},getStreamFromFD:function(fd){var stream=FS.getStream(fd);if(!stream)throw new FS.ErrnoError(8);return stream}};function _proc_exit(code){EXITSTATUS=code;if(!keepRuntimeAlive()){if(Module["onExit"])Module["onExit"](code);ABORT=true}quit_(code,new ExitStatus(code))}function exitJS(status,implicit){EXITSTATUS=status;_proc_exit(status)}var _exit=exitJS;function maybeExit(){if(!keepRuntimeAlive()){try{_exit(EXITSTATUS)}catch(e){handleException(e)}}}function callUserCallback(func){if(ABORT){return}try{func();maybeExit()}catch(e){handleException(e)}}function safeSetTimeout(func,timeout){return setTimeout(function(){callUserCallback(func)},timeout)}function warnOnce(text){if(!warnOnce.shown)warnOnce.shown={};if(!warnOnce.shown[text]){warnOnce.shown[text]=1;if(ENVIRONMENT_IS_NODE)text="warning: "+text;err(text)}}var Browser={mainLoop:{running:false,scheduler:null,method:"",currentlyRunningMainloop:0,func:null,arg:0,timingMode:0,timingValue:0,currentFrameNumber:0,queue:[],pause:function(){Browser.mainLoop.scheduler=null;Browser.mainLoop.currentlyRunningMainloop++},resume:function(){Browser.mainLoop.currentlyRunningMainloop++;var timingMode=Browser.mainLoop.timingMode;var timingValue=Browser.mainLoop.timingValue;var func=Browser.mainLoop.func;Browser.mainLoop.func=null;setMainLoop(func,0,false,Browser.mainLoop.arg,true);_emscripten_set_main_loop_timing(timingMode,timingValue);Browser.mainLoop.scheduler()},updateStatus:function(){if(Module["setStatus"]){var message=Module["statusMessage"]||"Please wait...";var remaining=Browser.mainLoop.remainingBlockers;var expected=Browser.mainLoop.expectedBlockers;if(remaining){if(remaining<expected){Module["setStatus"](message+" ("+(expected-remaining)+"/"+expected+")")}else{Module["setStatus"](message)}}else{Module["setStatus"]("")}}},runIter:function(func){if(ABORT)return;if(Module["preMainLoop"]){var preRet=Module["preMainLoop"]();if(preRet===false){return}}callUserCallback(func);if(Module["postMainLoop"])Module["postMainLoop"]()}},isFullscreen:false,pointerLock:false,moduleContextCreatedCallbacks:[],workers:[],init:function(){if(!Module["preloadPlugins"])Module["preloadPlugins"]=[];if(Browser.initted)return;Browser.initted=true;try{new Blob;Browser.hasBlobConstructor=true}catch(e){Browser.hasBlobConstructor=false;err("warning: no blob constructor, cannot create blobs with mimetypes")}Browser.BlobBuilder=typeof MozBlobBuilder!="undefined"?MozBlobBuilder:typeof WebKitBlobBuilder!="undefined"?WebKitBlobBuilder:!Browser.hasBlobConstructor?err("warning: no BlobBuilder"):null;Browser.URLObject=typeof window!="undefined"?window.URL?window.URL:window.webkitURL:undefined;if(!Module.noImageDecoding&&typeof Browser.URLObject=="undefined"){err("warning: Browser does not support creating object URLs. Built-in browser image decoding will not be available.");Module.noImageDecoding=true}var imagePlugin={};imagePlugin["canHandle"]=function imagePlugin_canHandle(name){return!Module.noImageDecoding&&/\.(jpg|jpeg|png|bmp)$/i.test(name)};imagePlugin["handle"]=function imagePlugin_handle(byteArray,name,onload,onerror){var b=null;if(Browser.hasBlobConstructor){try{b=new Blob([byteArray],{type:Browser.getMimetype(name)});if(b.size!==byteArray.length){b=new Blob([new Uint8Array(byteArray).buffer],{type:Browser.getMimetype(name)})}}catch(e){warnOnce("Blob constructor present but fails: "+e+"; falling back to blob builder")}}if(!b){var bb=new Browser.BlobBuilder;bb.append(new Uint8Array(byteArray).buffer);b=bb.getBlob()}var url=Browser.URLObject.createObjectURL(b);var img=new Image;img.onload=()=>{assert(img.complete,"Image "+name+" could not be decoded");var canvas=document.createElement("canvas");canvas.width=img.width;canvas.height=img.height;var ctx=canvas.getContext("2d");ctx.drawImage(img,0,0);preloadedImages[name]=canvas;Browser.URLObject.revokeObjectURL(url);if(onload)onload(byteArray)};img.onerror=event=>{out("Image "+url+" could not be decoded");if(onerror)onerror()};img.src=url};Module["preloadPlugins"].push(imagePlugin);var audioPlugin={};audioPlugin["canHandle"]=function audioPlugin_canHandle(name){return!Module.noAudioDecoding&&name.substr(-4)in{".ogg":1,".wav":1,".mp3":1}};audioPlugin["handle"]=function audioPlugin_handle(byteArray,name,onload,onerror){var done=false;function finish(audio){if(done)return;done=true;preloadedAudios[name]=audio;if(onload)onload(byteArray)}function fail(){if(done)return;done=true;preloadedAudios[name]=new Audio;if(onerror)onerror()}if(Browser.hasBlobConstructor){try{var b=new Blob([byteArray],{type:Browser.getMimetype(name)})}catch(e){return fail()}var url=Browser.URLObject.createObjectURL(b);var audio=new Audio;audio.addEventListener("canplaythrough",()=>finish(audio),false);audio.onerror=function audio_onerror(event){if(done)return;err("warning: browser could not fully decode audio "+name+", trying slower base64 approach");function encode64(data){var BASE="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";var PAD="=";var ret="";var leftchar=0;var leftbits=0;for(var i=0;i<data.length;i++){leftchar=leftchar<<8|data[i];leftbits+=8;while(leftbits>=6){var curr=leftchar>>leftbits-6&63;leftbits-=6;ret+=BASE[curr]}}if(leftbits==2){ret+=BASE[(leftchar&3)<<4];ret+=PAD+PAD}else if(leftbits==4){ret+=BASE[(leftchar&15)<<2];ret+=PAD}return ret}audio.src="data:audio/x-"+name.substr(-3)+";base64,"+encode64(byteArray);finish(audio)};audio.src=url;safeSetTimeout(function(){finish(audio)},1e4)}else{return fail()}};Module["preloadPlugins"].push(audioPlugin);function pointerLockChange(){Browser.pointerLock=document["pointerLockElement"]===Module["canvas"]||document["mozPointerLockElement"]===Module["canvas"]||document["webkitPointerLockElement"]===Module["canvas"]||document["msPointerLockElement"]===Module["canvas"]}var canvas=Module["canvas"];if(canvas){canvas.requestPointerLock=canvas["requestPointerLock"]||canvas["mozRequestPointerLock"]||canvas["webkitRequestPointerLock"]||canvas["msRequestPointerLock"]||(()=>{});canvas.exitPointerLock=document["exitPointerLock"]||document["mozExitPointerLock"]||document["webkitExitPointerLock"]||document["msExitPointerLock"]||(()=>{});canvas.exitPointerLock=canvas.exitPointerLock.bind(document);document.addEventListener("pointerlockchange",pointerLockChange,false);document.addEventListener("mozpointerlockchange",pointerLockChange,false);document.addEventListener("webkitpointerlockchange",pointerLockChange,false);document.addEventListener("mspointerlockchange",pointerLockChange,false);if(Module["elementPointerLock"]){canvas.addEventListener("click",ev=>{if(!Browser.pointerLock&&Module["canvas"].requestPointerLock){Module["canvas"].requestPointerLock();ev.preventDefault()}},false)}}},handledByPreloadPlugin:function(byteArray,fullname,finish,onerror){Browser.init();var handled=false;Module["preloadPlugins"].forEach(function(plugin){if(handled)return;if(plugin["canHandle"](fullname)){plugin["handle"](byteArray,fullname,finish,onerror);handled=true}});return handled},createContext:function(canvas,useWebGL,setInModule,webGLContextAttributes){if(useWebGL&&Module.ctx&&canvas==Module.canvas)return Module.ctx;var ctx;var contextHandle;if(useWebGL){var contextAttributes={antialias:false,alpha:false,majorVersion:typeof WebGL2RenderingContext!="undefined"?2:1};if(webGLContextAttributes){for(var attribute in webGLContextAttributes){contextAttributes[attribute]=webGLContextAttributes[attribute]}}if(typeof GL!="undefined"){contextHandle=GL.createContext(canvas,contextAttributes);if(contextHandle){ctx=GL.getContext(contextHandle).GLctx}}}else{ctx=canvas.getContext("2d")}if(!ctx)return null;if(setInModule){if(!useWebGL)assert(typeof GLctx=="undefined","cannot set in module if GLctx is used, but we are a non-GL context that would replace it");Module.ctx=ctx;if(useWebGL)GL.makeContextCurrent(contextHandle);Module.useWebGL=useWebGL;Browser.moduleContextCreatedCallbacks.forEach(function(callback){callback()});Browser.init()}return ctx},destroyContext:function(canvas,useWebGL,setInModule){},fullscreenHandlersInstalled:false,lockPointer:undefined,resizeCanvas:undefined,requestFullscreen:function(lockPointer,resizeCanvas){Browser.lockPointer=lockPointer;Browser.resizeCanvas=resizeCanvas;if(typeof Browser.lockPointer=="undefined")Browser.lockPointer=true;if(typeof Browser.resizeCanvas=="undefined")Browser.resizeCanvas=false;var canvas=Module["canvas"];function fullscreenChange(){Browser.isFullscreen=false;var canvasContainer=canvas.parentNode;if((document["fullscreenElement"]||document["mozFullScreenElement"]||document["msFullscreenElement"]||document["webkitFullscreenElement"]||document["webkitCurrentFullScreenElement"])===canvasContainer){canvas.exitFullscreen=Browser.exitFullscreen;if(Browser.lockPointer)canvas.requestPointerLock();Browser.isFullscreen=true;if(Browser.resizeCanvas){Browser.setFullscreenCanvasSize()}else{Browser.updateCanvasDimensions(canvas)}}else{canvasContainer.parentNode.insertBefore(canvas,canvasContainer);canvasContainer.parentNode.removeChild(canvasContainer);if(Browser.resizeCanvas){Browser.setWindowedCanvasSize()}else{Browser.updateCanvasDimensions(canvas)}}if(Module["onFullScreen"])Module["onFullScreen"](Browser.isFullscreen);if(Module["onFullscreen"])Module["onFullscreen"](Browser.isFullscreen)}if(!Browser.fullscreenHandlersInstalled){Browser.fullscreenHandlersInstalled=true;document.addEventListener("fullscreenchange",fullscreenChange,false);document.addEventListener("mozfullscreenchange",fullscreenChange,false);document.addEventListener("webkitfullscreenchange",fullscreenChange,false);document.addEventListener("MSFullscreenChange",fullscreenChange,false)}var canvasContainer=document.createElement("div");canvas.parentNode.insertBefore(canvasContainer,canvas);canvasContainer.appendChild(canvas);canvasContainer.requestFullscreen=canvasContainer["requestFullscreen"]||canvasContainer["mozRequestFullScreen"]||canvasContainer["msRequestFullscreen"]||(canvasContainer["webkitRequestFullscreen"]?()=>canvasContainer["webkitRequestFullscreen"](Element["ALLOW_KEYBOARD_INPUT"]):null)||(canvasContainer["webkitRequestFullScreen"]?()=>canvasContainer["webkitRequestFullScreen"](Element["ALLOW_KEYBOARD_INPUT"]):null);canvasContainer.requestFullscreen()},exitFullscreen:function(){if(!Browser.isFullscreen){return false}var CFS=document["exitFullscreen"]||document["cancelFullScreen"]||document["mozCancelFullScreen"]||document["msExitFullscreen"]||document["webkitCancelFullScreen"]||function(){};CFS.apply(document,[]);return true},nextRAF:0,fakeRequestAnimationFrame:function(func){var now=Date.now();if(Browser.nextRAF===0){Browser.nextRAF=now+1e3/60}else{while(now+2>=Browser.nextRAF){Browser.nextRAF+=1e3/60}}var delay=Math.max(Browser.nextRAF-now,0);setTimeout(func,delay)},requestAnimationFrame:function(func){if(typeof requestAnimationFrame=="function"){requestAnimationFrame(func);return}var RAF=Browser.fakeRequestAnimationFrame;RAF(func)},safeSetTimeout:function(func,timeout){return safeSetTimeout(func,timeout)},safeRequestAnimationFrame:function(func){return Browser.requestAnimationFrame(function(){callUserCallback(func)})},getMimetype:function(name){return{"jpg":"image/jpeg","jpeg":"image/jpeg","png":"image/png","bmp":"image/bmp","ogg":"audio/ogg","wav":"audio/wav","mp3":"audio/mpeg"}[name.substr(name.lastIndexOf(".")+1)]},getUserMedia:function(func){if(!window.getUserMedia){window.getUserMedia=navigator["getUserMedia"]||navigator["mozGetUserMedia"]}window.getUserMedia(func)},getMovementX:function(event){return event["movementX"]||event["mozMovementX"]||event["webkitMovementX"]||0},getMovementY:function(event){return event["movementY"]||event["mozMovementY"]||event["webkitMovementY"]||0},getMouseWheelDelta:function(event){var delta=0;switch(event.type){case"DOMMouseScroll":delta=event.detail/3;break;case"mousewheel":delta=event.wheelDelta/120;break;case"wheel":delta=event.deltaY;switch(event.deltaMode){case 0:delta/=100;break;case 1:delta/=3;break;case 2:delta*=80;break;default:throw"unrecognized mouse wheel delta mode: "+event.deltaMode}break;default:throw"unrecognized mouse wheel event: "+event.type}return delta},mouseX:0,mouseY:0,mouseMovementX:0,mouseMovementY:0,touches:{},lastTouches:{},calculateMouseEvent:function(event){if(Browser.pointerLock){if(event.type!="mousemove"&&"mozMovementX"in event){Browser.mouseMovementX=Browser.mouseMovementY=0}else{Browser.mouseMovementX=Browser.getMovementX(event);Browser.mouseMovementY=Browser.getMovementY(event)}if(typeof SDL!="undefined"){Browser.mouseX=SDL.mouseX+Browser.mouseMovementX;Browser.mouseY=SDL.mouseY+Browser.mouseMovementY}else{Browser.mouseX+=Browser.mouseMovementX;Browser.mouseY+=Browser.mouseMovementY}}else{var rect=Module["canvas"].getBoundingClientRect();var cw=Module["canvas"].width;var ch=Module["canvas"].height;var scrollX=typeof window.scrollX!="undefined"?window.scrollX:window.pageXOffset;var scrollY=typeof window.scrollY!="undefined"?window.scrollY:window.pageYOffset;if(event.type==="touchstart"||event.type==="touchend"||event.type==="touchmove"){var touch=event.touch;if(touch===undefined){return}var adjustedX=touch.pageX-(scrollX+rect.left);var adjustedY=touch.pageY-(scrollY+rect.top);adjustedX=adjustedX*(cw/rect.width);adjustedY=adjustedY*(ch/rect.height);var coords={x:adjustedX,y:adjustedY};if(event.type==="touchstart"){Browser.lastTouches[touch.identifier]=coords;Browser.touches[touch.identifier]=coords}else if(event.type==="touchend"||event.type==="touchmove"){var last=Browser.touches[touch.identifier];if(!last)last=coords;Browser.lastTouches[touch.identifier]=last;Browser.touches[touch.identifier]=coords}return}var x=event.pageX-(scrollX+rect.left);var y=event.pageY-(scrollY+rect.top);x=x*(cw/rect.width);y=y*(ch/rect.height);Browser.mouseMovementX=x-Browser.mouseX;Browser.mouseMovementY=y-Browser.mouseY;Browser.mouseX=x;Browser.mouseY=y}},resizeListeners:[],updateResizeListeners:function(){var canvas=Module["canvas"];Browser.resizeListeners.forEach(function(listener){listener(canvas.width,canvas.height)})},setCanvasSize:function(width,height,noUpdates){var canvas=Module["canvas"];Browser.updateCanvasDimensions(canvas,width,height);if(!noUpdates)Browser.updateResizeListeners()},windowedWidth:0,windowedHeight:0,setFullscreenCanvasSize:function(){if(typeof SDL!="undefined"){var flags=HEAPU32[SDL.screen>>2];flags=flags|8388608;HEAP32[SDL.screen>>2]=flags}Browser.updateCanvasDimensions(Module["canvas"]);Browser.updateResizeListeners()},setWindowedCanvasSize:function(){if(typeof SDL!="undefined"){var flags=HEAPU32[SDL.screen>>2];flags=flags&~8388608;HEAP32[SDL.screen>>2]=flags}Browser.updateCanvasDimensions(Module["canvas"]);Browser.updateResizeListeners()},updateCanvasDimensions:function(canvas,wNative,hNative){if(wNative&&hNative){canvas.widthNative=wNative;canvas.heightNative=hNative}else{wNative=canvas.widthNative;hNative=canvas.heightNative}var w=wNative;var h=hNative;if(Module["forcedAspectRatio"]&&Module["forcedAspectRatio"]>0){if(w/h<Module["forcedAspectRatio"]){w=Math.round(h*Module["forcedAspectRatio"])}else{h=Math.round(w/Module["forcedAspectRatio"])}}if((document["fullscreenElement"]||document["mozFullScreenElement"]||document["msFullscreenElement"]||document["webkitFullscreenElement"]||document["webkitCurrentFullScreenElement"])===canvas.parentNode&&typeof screen!="undefined"){var factor=Math.min(screen.width/w,screen.height/h);w=Math.round(w*factor);h=Math.round(h*factor)}if(Browser.resizeCanvas){if(canvas.width!=w)canvas.width=w;if(canvas.height!=h)canvas.height=h;if(typeof canvas.style!="undefined"){canvas.style.removeProperty("width");canvas.style.removeProperty("height")}}else{if(canvas.width!=wNative)canvas.width=wNative;if(canvas.height!=hNative)canvas.height=hNative;if(typeof canvas.style!="undefined"){if(w!=wNative||h!=hNative){canvas.style.setProperty("width",w+"px","important");canvas.style.setProperty("height",h+"px","important")}else{canvas.style.removeProperty("width");canvas.style.removeProperty("height")}}}}};function callRuntimeCallbacks(callbacks){while(callbacks.length>0){callbacks.shift()(Module)}}function ___assert_fail(condition,filename,line,func){abort("Assertion failed: "+UTF8ToString(condition)+", at: "+[filename?UTF8ToString(filename):"unknown filename",line,func?UTF8ToString(func):"unknown function"])}var exceptionCaught=[];var uncaughtExceptionCount=0;function ___cxa_begin_catch(ptr){var info=new ExceptionInfo(ptr);if(!info.get_caught()){info.set_caught(true);uncaughtExceptionCount--}info.set_rethrown(false);exceptionCaught.push(info);___cxa_increment_exception_refcount(info.excPtr);return info.get_exception_ptr()}var exceptionLast=0;function ___cxa_end_catch(){_setThrew(0);var info=exceptionCaught.pop();___cxa_decrement_exception_refcount(info.excPtr);exceptionLast=0}function ExceptionInfo(excPtr){this.excPtr=excPtr;this.ptr=excPtr-24;this.set_type=function(type){HEAPU32[this.ptr+4>>2]=type};this.get_type=function(){return HEAPU32[this.ptr+4>>2]};this.set_destructor=function(destructor){HEAPU32[this.ptr+8>>2]=destructor};this.get_destructor=function(){return HEAPU32[this.ptr+8>>2]};this.set_caught=function(caught){caught=caught?1:0;HEAP8[this.ptr+12>>0]=caught};this.get_caught=function(){return HEAP8[this.ptr+12>>0]!=0};this.set_rethrown=function(rethrown){rethrown=rethrown?1:0;HEAP8[this.ptr+13>>0]=rethrown};this.get_rethrown=function(){return HEAP8[this.ptr+13>>0]!=0};this.init=function(type,destructor){this.set_adjusted_ptr(0);this.set_type(type);this.set_destructor(destructor)};this.set_adjusted_ptr=function(adjustedPtr){HEAPU32[this.ptr+16>>2]=adjustedPtr};this.get_adjusted_ptr=function(){return HEAPU32[this.ptr+16>>2]};this.get_exception_ptr=function(){var isPointer=___cxa_is_pointer_type(this.get_type());if(isPointer){return HEAPU32[this.excPtr>>2]}var adjusted=this.get_adjusted_ptr();if(adjusted!==0)return adjusted;return this.excPtr}}function ___resumeException(ptr){if(!exceptionLast){exceptionLast=ptr}throw exceptionLast}function ___cxa_find_matching_catch(){var thrown=exceptionLast;if(!thrown){setTempRet0(0);return 0}var info=new ExceptionInfo(thrown);info.set_adjusted_ptr(thrown);var thrownType=info.get_type();if(!thrownType){setTempRet0(0);return thrown}for(var i=0;i<arguments.length;i++){var caughtType=arguments[i];if(caughtType===0||caughtType===thrownType){break}var adjusted_ptr_addr=info.ptr+16;if(___cxa_can_catch(caughtType,thrownType,adjusted_ptr_addr)){setTempRet0(caughtType);return thrown}}setTempRet0(thrownType);return thrown}var ___cxa_find_matching_catch_2=___cxa_find_matching_catch;var ___cxa_find_matching_catch_3=___cxa_find_matching_catch;var ___cxa_find_matching_catch_4=___cxa_find_matching_catch;var ___cxa_find_matching_catch_5=___cxa_find_matching_catch;function ___cxa_rethrow(){var info=exceptionCaught.pop();if(!info){abort("no exception to throw")}var ptr=info.excPtr;if(!info.get_rethrown()){exceptionCaught.push(info);info.set_rethrown(true);info.set_caught(false);uncaughtExceptionCount++}exceptionLast=ptr;throw exceptionLast}function ___cxa_throw(ptr,type,destructor){var info=new ExceptionInfo(ptr);info.init(type,destructor);exceptionLast=ptr;uncaughtExceptionCount++;throw exceptionLast}function ___cxa_uncaught_exceptions(){return uncaughtExceptionCount}var dlopenMissingError="To use dlopen, you need enable dynamic linking, see https://emscripten.org/docs/compiling/Dynamic-Linking.html";function ___dlsym(handle,symbol){abort(dlopenMissingError)}function ___syscall_chdir(path){try{path=SYSCALLS.getStr(path);FS.chdir(path);return 0}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}function ___syscall_chmod(path,mode){try{path=SYSCALLS.getStr(path);FS.chmod(path,mode);return 0}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}function ___syscall_faccessat(dirfd,path,amode,flags){try{path=SYSCALLS.getStr(path);path=SYSCALLS.calculateAt(dirfd,path);if(amode&~7){return-28}var lookup=FS.lookupPath(path,{follow:true});var node=lookup.node;if(!node){return-44}var perms="";if(amode&4)perms+="r";if(amode&2)perms+="w";if(amode&1)perms+="x";if(perms&&FS.nodePermissions(node,perms)){return-2}return 0}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}function setErrNo(value){HEAP32[___errno_location()>>2]=value;return value}function ___syscall_fcntl64(fd,cmd,varargs){SYSCALLS.varargs=varargs;try{var stream=SYSCALLS.getStreamFromFD(fd);switch(cmd){case 0:{var arg=SYSCALLS.get();if(arg<0){return-28}var newStream;newStream=FS.createStream(stream,arg);return newStream.fd}case 1:case 2:return 0;case 3:return stream.flags;case 4:{var arg=SYSCALLS.get();stream.flags|=arg;return 0}case 5:{var arg=SYSCALLS.get();var offset=0;HEAP16[arg+offset>>1]=2;return 0}case 6:case 7:return 0;case 16:case 8:return-28;case 9:setErrNo(28);return-1;default:{return-28}}}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}function ___syscall_fstat64(fd,buf){try{var stream=SYSCALLS.getStreamFromFD(fd);return SYSCALLS.doStat(FS.stat,stream.path,buf)}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}function stringToUTF8(str,outPtr,maxBytesToWrite){return stringToUTF8Array(str,HEAPU8,outPtr,maxBytesToWrite)}function ___syscall_getcwd(buf,size){try{if(size===0)return-28;var cwd=FS.cwd();var cwdLengthInBytes=lengthBytesUTF8(cwd)+1;if(size<cwdLengthInBytes)return-68;stringToUTF8(cwd,buf,size);return cwdLengthInBytes}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}function ___syscall_getdents64(fd,dirp,count){try{var stream=SYSCALLS.getStreamFromFD(fd);if(!stream.getdents){stream.getdents=FS.readdir(stream.path)}var struct_size=280;var pos=0;var off=FS.llseek(stream,0,1);var idx=Math.floor(off/struct_size);while(idx<stream.getdents.length&&pos+struct_size<=count){var id;var type;var name=stream.getdents[idx];if(name==="."){id=stream.node.id;type=4}else if(name===".."){var lookup=FS.lookupPath(stream.path,{parent:true});id=lookup.node.id;type=4}else{var child=FS.lookupNode(stream.node,name);id=child.id;type=FS.isChrdev(child.mode)?2:FS.isDir(child.mode)?4:FS.isLink(child.mode)?10:8}tempI64=[id>>>0,(tempDouble=id,+Math.abs(tempDouble)>=1?tempDouble>0?(Math.min(+Math.floor(tempDouble/4294967296),4294967295)|0)>>>0:~~+Math.ceil((tempDouble-+(~~tempDouble>>>0))/4294967296)>>>0:0)],HEAP32[dirp+pos>>2]=tempI64[0],HEAP32[dirp+pos+4>>2]=tempI64[1];tempI64=[(idx+1)*struct_size>>>0,(tempDouble=(idx+1)*struct_size,+Math.abs(tempDouble)>=1?tempDouble>0?(Math.min(+Math.floor(tempDouble/4294967296),4294967295)|0)>>>0:~~+Math.ceil((tempDouble-+(~~tempDouble>>>0))/4294967296)>>>0:0)],HEAP32[dirp+pos+8>>2]=tempI64[0],HEAP32[dirp+pos+12>>2]=tempI64[1];HEAP16[dirp+pos+16>>1]=280;HEAP8[dirp+pos+18>>0]=type;stringToUTF8(name,dirp+pos+19,256);pos+=struct_size;idx+=1}FS.llseek(stream,idx*struct_size,0);return pos}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}function ___syscall_ioctl(fd,op,varargs){SYSCALLS.varargs=varargs;try{var stream=SYSCALLS.getStreamFromFD(fd);switch(op){case 21509:case 21505:{if(!stream.tty)return-59;return 0}case 21510:case 21511:case 21512:case 21506:case 21507:case 21508:{if(!stream.tty)return-59;return 0}case 21519:{if(!stream.tty)return-59;var argp=SYSCALLS.get();HEAP32[argp>>2]=0;return 0}case 21520:{if(!stream.tty)return-59;return-28}case 21531:{var argp=SYSCALLS.get();return FS.ioctl(stream,op,argp)}case 21523:{if(!stream.tty)return-59;return 0}case 21524:{if(!stream.tty)return-59;return 0}default:return-28}}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}function ___syscall_lstat64(path,buf){try{path=SYSCALLS.getStr(path);return SYSCALLS.doStat(FS.lstat,path,buf)}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}function ___syscall_mkdirat(dirfd,path,mode){try{path=SYSCALLS.getStr(path);path=SYSCALLS.calculateAt(dirfd,path);path=PATH.normalize(path);if(path[path.length-1]==="/")path=path.substr(0,path.length-1);FS.mkdir(path,mode,0);return 0}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}function ___syscall_newfstatat(dirfd,path,buf,flags){try{path=SYSCALLS.getStr(path);var nofollow=flags&256;var allowEmpty=flags&4096;flags=flags&~6400;path=SYSCALLS.calculateAt(dirfd,path,allowEmpty);return SYSCALLS.doStat(nofollow?FS.lstat:FS.stat,path,buf)}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}function ___syscall_openat(dirfd,path,flags,varargs){SYSCALLS.varargs=varargs;try{path=SYSCALLS.getStr(path);path=SYSCALLS.calculateAt(dirfd,path);var mode=varargs?SYSCALLS.get():0;return FS.open(path,flags,mode).fd}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}function ___syscall_readlinkat(dirfd,path,buf,bufsize){try{path=SYSCALLS.getStr(path);path=SYSCALLS.calculateAt(dirfd,path);if(bufsize<=0)return-28;var ret=FS.readlink(path);var len=Math.min(bufsize,lengthBytesUTF8(ret));var endChar=HEAP8[buf+len];stringToUTF8(ret,buf,bufsize+1);HEAP8[buf+len]=endChar;return len}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}function ___syscall_rmdir(path){try{path=SYSCALLS.getStr(path);FS.rmdir(path);return 0}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}function ___syscall_stat64(path,buf){try{path=SYSCALLS.getStr(path);return SYSCALLS.doStat(FS.stat,path,buf)}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}function ___syscall_unlinkat(dirfd,path,flags){try{path=SYSCALLS.getStr(path);path=SYSCALLS.calculateAt(dirfd,path);if(flags===0){FS.unlink(path)}else if(flags===512){FS.rmdir(path)}else{abort("Invalid flags passed to unlinkat")}return 0}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}function __embind_register_bigint(primitiveType,name,size,minRange,maxRange){}function getShiftFromSize(size){switch(size){case 1:return 0;case 2:return 1;case 4:return 2;case 8:return 3;default:throw new TypeError("Unknown type size: "+size)}}function embind_init_charCodes(){var codes=new Array(256);for(var i=0;i<256;++i){codes[i]=String.fromCharCode(i)}embind_charCodes=codes}var embind_charCodes=undefined;function readLatin1String(ptr){var ret="";var c=ptr;while(HEAPU8[c]){ret+=embind_charCodes[HEAPU8[c++]]}return ret}var awaitingDependencies={};var registeredTypes={};var typeDependencies={};var char_0=48;var char_9=57;function makeLegalFunctionName(name){if(undefined===name){return"_unknown"}name=name.replace(/[^a-zA-Z0-9_]/g,"$");var f=name.charCodeAt(0);if(f>=char_0&&f<=char_9){return"_"+name}return name}function createNamedFunction(name,body){name=makeLegalFunctionName(name);return{[name]:function(){return body.apply(this,arguments)}}[name]}function extendError(baseErrorType,errorName){var errorClass=createNamedFunction(errorName,function(message){this.name=errorName;this.message=message;var stack=new Error(message).stack;if(stack!==undefined){this.stack=this.toString()+"\n"+stack.replace(/^Error(:[^\n]*)?\n/,"")}});errorClass.prototype=Object.create(baseErrorType.prototype);errorClass.prototype.constructor=errorClass;errorClass.prototype.toString=function(){if(this.message===undefined){return this.name}else{return this.name+": "+this.message}};return errorClass}var BindingError=undefined;function throwBindingError(message){throw new BindingError(message)}var InternalError=undefined;function throwInternalError(message){throw new InternalError(message)}function whenDependentTypesAreResolved(myTypes,dependentTypes,getTypeConverters){myTypes.forEach(function(type){typeDependencies[type]=dependentTypes});function onComplete(typeConverters){var myTypeConverters=getTypeConverters(typeConverters);if(myTypeConverters.length!==myTypes.length){throwInternalError("Mismatched type converter count")}for(var i=0;i<myTypes.length;++i){registerType(myTypes[i],myTypeConverters[i])}}var typeConverters=new Array(dependentTypes.length);var unregisteredTypes=[];var registered=0;dependentTypes.forEach((dt,i)=>{if(registeredTypes.hasOwnProperty(dt)){typeConverters[i]=registeredTypes[dt]}else{unregisteredTypes.push(dt);if(!awaitingDependencies.hasOwnProperty(dt)){awaitingDependencies[dt]=[]}awaitingDependencies[dt].push(()=>{typeConverters[i]=registeredTypes[dt];++registered;if(registered===unregisteredTypes.length){onComplete(typeConverters)}})}});if(0===unregisteredTypes.length){onComplete(typeConverters)}}function registerType(rawType,registeredInstance,options={}){if(!("argPackAdvance"in registeredInstance)){throw new TypeError("registerType registeredInstance requires argPackAdvance")}var name=registeredInstance.name;if(!rawType){throwBindingError('type "'+name+'" must have a positive integer typeid pointer')}if(registeredTypes.hasOwnProperty(rawType)){if(options.ignoreDuplicateRegistrations){return}else{throwBindingError("Cannot register type '"+name+"' twice")}}registeredTypes[rawType]=registeredInstance;delete typeDependencies[rawType];if(awaitingDependencies.hasOwnProperty(rawType)){var callbacks=awaitingDependencies[rawType];delete awaitingDependencies[rawType];callbacks.forEach(cb=>cb())}}function __embind_register_bool(rawType,name,size,trueValue,falseValue){var shift=getShiftFromSize(size);name=readLatin1String(name);registerType(rawType,{name:name,"fromWireType":function(wt){return!!wt},"toWireType":function(destructors,o){return o?trueValue:falseValue},"argPackAdvance":8,"readValueFromPointer":function(pointer){var heap;if(size===1){heap=HEAP8}else if(size===2){heap=HEAP16}else if(size===4){heap=HEAP32}else{throw new TypeError("Unknown boolean type size: "+name)}return this["fromWireType"](heap[pointer>>shift])},destructorFunction:null})}function HandleAllocator(){this.allocated=[undefined];this.freelist=[];this.get=function(id){return this.allocated[id]};this.allocate=function(handle){let id=this.freelist.pop()||this.allocated.length;this.allocated[id]=handle;return id};this.free=function(id){this.allocated[id]=undefined;this.freelist.push(id)}}var emval_handles=new HandleAllocator;function __emval_decref(handle){if(handle>=emval_handles.reserved&&0===--emval_handles.get(handle).refcount){emval_handles.free(handle)}}function count_emval_handles(){var count=0;for(var i=emval_handles.reserved;i<emval_handles.allocated.length;++i){if(emval_handles.allocated[i]!==undefined){++count}}return count}function init_emval(){emval_handles.allocated.push({value:undefined},{value:null},{value:true},{value:false});emval_handles.reserved=emval_handles.allocated.length;Module["count_emval_handles"]=count_emval_handles}var Emval={toValue:handle=>{if(!handle){throwBindingError("Cannot use deleted val. handle = "+handle)}return emval_handles.get(handle).value},toHandle:value=>{switch(value){case undefined:return 1;case null:return 2;case true:return 3;case false:return 4;default:{return emval_handles.allocate({refcount:1,value:value})}}}};function simpleReadValueFromPointer(pointer){return this["fromWireType"](HEAP32[pointer>>2])}function __embind_register_emval(rawType,name){name=readLatin1String(name);registerType(rawType,{name:name,"fromWireType":function(handle){var rv=Emval.toValue(handle);__emval_decref(handle);return rv},"toWireType":function(destructors,value){return Emval.toHandle(value)},"argPackAdvance":8,"readValueFromPointer":simpleReadValueFromPointer,destructorFunction:null})}function floatReadValueFromPointer(name,shift){switch(shift){case 2:return function(pointer){return this["fromWireType"](HEAPF32[pointer>>2])};case 3:return function(pointer){return this["fromWireType"](HEAPF64[pointer>>3])};default:throw new TypeError("Unknown float type: "+name)}}function __embind_register_float(rawType,name,size){var shift=getShiftFromSize(size);name=readLatin1String(name);registerType(rawType,{name:name,"fromWireType":function(value){return value},"toWireType":function(destructors,value){return value},"argPackAdvance":8,"readValueFromPointer":floatReadValueFromPointer(name,shift),destructorFunction:null})}function runDestructors(destructors){while(destructors.length){var ptr=destructors.pop();var del=destructors.pop();del(ptr)}}function newFunc(constructor,argumentList){if(!(constructor instanceof Function)){throw new TypeError("new_ called with constructor type "+typeof constructor+" which is not a function")}var dummy=createNamedFunction(constructor.name||"unknownFunctionName",function(){});dummy.prototype=constructor.prototype;var obj=new dummy;var r=constructor.apply(obj,argumentList);return r instanceof Object?r:obj}function craftInvokerFunction(humanName,argTypes,classType,cppInvokerFunc,cppTargetFunc,isAsync){var argCount=argTypes.length;if(argCount<2){throwBindingError("argTypes array size mismatch! Must at least get return value and 'this' types!")}var isClassMethodFunc=argTypes[1]!==null&&classType!==null;var needsDestructorStack=false;for(var i=1;i<argTypes.length;++i){if(argTypes[i]!==null&&argTypes[i].destructorFunction===undefined){needsDestructorStack=true;break}}var returns=argTypes[0].name!=="void";var argsList="";var argsListWired="";for(var i=0;i<argCount-2;++i){argsList+=(i!==0?", ":"")+"arg"+i;argsListWired+=(i!==0?", ":"")+"arg"+i+"Wired"}var invokerFnBody="return function "+makeLegalFunctionName(humanName)+"("+argsList+") {\n"+"if (arguments.length !== "+(argCount-2)+") {\n"+"throwBindingError('function "+humanName+" called with ' + arguments.length + ' arguments, expected "+(argCount-2)+" args!');\n"+"}\n";if(needsDestructorStack){invokerFnBody+="var destructors = [];\n"}var dtorStack=needsDestructorStack?"destructors":"null";var args1=["throwBindingError","invoker","fn","runDestructors","retType","classParam"];var args2=[throwBindingError,cppInvokerFunc,cppTargetFunc,runDestructors,argTypes[0],argTypes[1]];if(isClassMethodFunc){invokerFnBody+="var thisWired = classParam.toWireType("+dtorStack+", this);\n"}for(var i=0;i<argCount-2;++i){invokerFnBody+="var arg"+i+"Wired = argType"+i+".toWireType("+dtorStack+", arg"+i+"); // "+argTypes[i+2].name+"\n";args1.push("argType"+i);args2.push(argTypes[i+2])}if(isClassMethodFunc){argsListWired="thisWired"+(argsListWired.length>0?", ":"")+argsListWired}invokerFnBody+=(returns||isAsync?"var rv = ":"")+"invoker(fn"+(argsListWired.length>0?", ":"")+argsListWired+");\n";if(needsDestructorStack){invokerFnBody+="runDestructors(destructors);\n"}else{for(var i=isClassMethodFunc?1:2;i<argTypes.length;++i){var paramName=i===1?"thisWired":"arg"+(i-2)+"Wired";if(argTypes[i].destructorFunction!==null){invokerFnBody+=paramName+"_dtor("+paramName+"); // "+argTypes[i].name+"\n";args1.push(paramName+"_dtor");args2.push(argTypes[i].destructorFunction)}}}if(returns){invokerFnBody+="var ret = retType.fromWireType(rv);\n"+"return ret;\n"}else{}invokerFnBody+="}\n";args1.push(invokerFnBody);return newFunc(Function,args1).apply(null,args2)}function ensureOverloadTable(proto,methodName,humanName){if(undefined===proto[methodName].overloadTable){var prevFunc=proto[methodName];proto[methodName]=function(){if(!proto[methodName].overloadTable.hasOwnProperty(arguments.length)){throwBindingError("Function '"+humanName+"' called with an invalid number of arguments ("+arguments.length+") - expects one of ("+proto[methodName].overloadTable+")!")}return proto[methodName].overloadTable[arguments.length].apply(this,arguments)};proto[methodName].overloadTable=[];proto[methodName].overloadTable[prevFunc.argCount]=prevFunc}}function exposePublicSymbol(name,value,numArguments){if(Module.hasOwnProperty(name)){if(undefined===numArguments||undefined!==Module[name].overloadTable&&undefined!==Module[name].overloadTable[numArguments]){throwBindingError("Cannot register public name '"+name+"' twice")}ensureOverloadTable(Module,name,name);if(Module.hasOwnProperty(numArguments)){throwBindingError("Cannot register multiple overloads of a function with the same number of arguments ("+numArguments+")!")}Module[name].overloadTable[numArguments]=value}else{Module[name]=value;if(undefined!==numArguments){Module[name].numArguments=numArguments}}}function heap32VectorToArray(count,firstElement){var array=[];for(var i=0;i<count;i++){array.push(HEAPU32[firstElement+i*4>>2])}return array}function replacePublicSymbol(name,value,numArguments){if(!Module.hasOwnProperty(name)){throwInternalError("Replacing nonexistant public symbol")}if(undefined!==Module[name].overloadTable&&undefined!==numArguments){Module[name].overloadTable[numArguments]=value}else{Module[name]=value;Module[name].argCount=numArguments}}function dynCallLegacy(sig,ptr,args){var f=Module["dynCall_"+sig];return args&&args.length?f.apply(null,[ptr].concat(args)):f.call(null,ptr)}var wasmTableMirror=[];function getWasmTableEntry(funcPtr){var func=wasmTableMirror[funcPtr];if(!func){if(funcPtr>=wasmTableMirror.length)wasmTableMirror.length=funcPtr+1;wasmTableMirror[funcPtr]=func=wasmTable.get(funcPtr)}return func}function dynCall(sig,ptr,args){if(sig.includes("j")){return dynCallLegacy(sig,ptr,args)}var rtn=getWasmTableEntry(ptr).apply(null,args);return rtn}function getDynCaller(sig,ptr){var argCache=[];return function(){argCache.length=0;Object.assign(argCache,arguments);return dynCall(sig,ptr,argCache)}}function embind__requireFunction(signature,rawFunction){signature=readLatin1String(signature);function makeDynCaller(){if(signature.includes("j")){return getDynCaller(signature,rawFunction)}return getWasmTableEntry(rawFunction)}var fp=makeDynCaller();if(typeof fp!="function"){throwBindingError("unknown function pointer with signature "+signature+": "+rawFunction)}return fp}var UnboundTypeError=undefined;function getTypeName(type){var ptr=___getTypeName(type);var rv=readLatin1String(ptr);_free(ptr);return rv}function throwUnboundTypeError(message,types){var unboundTypes=[];var seen={};function visit(type){if(seen[type]){return}if(registeredTypes[type]){return}if(typeDependencies[type]){typeDependencies[type].forEach(visit);return}unboundTypes.push(type);seen[type]=true}types.forEach(visit);throw new UnboundTypeError(message+": "+unboundTypes.map(getTypeName).join([", "]))}function __embind_register_function(name,argCount,rawArgTypesAddr,signature,rawInvoker,fn,isAsync){var argTypes=heap32VectorToArray(argCount,rawArgTypesAddr);name=readLatin1String(name);rawInvoker=embind__requireFunction(signature,rawInvoker);exposePublicSymbol(name,function(){throwUnboundTypeError("Cannot call "+name+" due to unbound types",argTypes)},argCount-1);whenDependentTypesAreResolved([],argTypes,function(argTypes){var invokerArgsArray=[argTypes[0],null].concat(argTypes.slice(1));replacePublicSymbol(name,craftInvokerFunction(name,invokerArgsArray,null,rawInvoker,fn,isAsync),argCount-1);return[]})}function integerReadValueFromPointer(name,shift,signed){switch(shift){case 0:return signed?function readS8FromPointer(pointer){return HEAP8[pointer]}:function readU8FromPointer(pointer){return HEAPU8[pointer]};case 1:return signed?function readS16FromPointer(pointer){return HEAP16[pointer>>1]}:function readU16FromPointer(pointer){return HEAPU16[pointer>>1]};case 2:return signed?function readS32FromPointer(pointer){return HEAP32[pointer>>2]}:function readU32FromPointer(pointer){return HEAPU32[pointer>>2]};default:throw new TypeError("Unknown integer type: "+name)}}function __embind_register_integer(primitiveType,name,size,minRange,maxRange){name=readLatin1String(name);if(maxRange===-1){maxRange=4294967295}var shift=getShiftFromSize(size);var fromWireType=value=>value;if(minRange===0){var bitshift=32-8*size;fromWireType=value=>value<<bitshift>>>bitshift}var isUnsignedType=name.includes("unsigned");var checkAssertions=(value,toTypeName)=>{};var toWireType;if(isUnsignedType){toWireType=function(destructors,value){checkAssertions(value,this.name);return value>>>0}}else{toWireType=function(destructors,value){checkAssertions(value,this.name);return value}}registerType(primitiveType,{name:name,"fromWireType":fromWireType,"toWireType":toWireType,"argPackAdvance":8,"readValueFromPointer":integerReadValueFromPointer(name,shift,minRange!==0),destructorFunction:null})}function __embind_register_memory_view(rawType,dataTypeIndex,name){var typeMapping=[Int8Array,Uint8Array,Int16Array,Uint16Array,Int32Array,Uint32Array,Float32Array,Float64Array];var TA=typeMapping[dataTypeIndex];function decodeMemoryView(handle){handle=handle>>2;var heap=HEAPU32;var size=heap[handle];var data=heap[handle+1];return new TA(heap.buffer,data,size)}name=readLatin1String(name);registerType(rawType,{name:name,"fromWireType":decodeMemoryView,"argPackAdvance":8,"readValueFromPointer":decodeMemoryView},{ignoreDuplicateRegistrations:true})}function __embind_register_std_string(rawType,name){name=readLatin1String(name);var stdStringIsUTF8=name==="std::string";registerType(rawType,{name:name,"fromWireType":function(value){var length=HEAPU32[value>>2];var payload=value+4;var str;if(stdStringIsUTF8){var decodeStartPtr=payload;for(var i=0;i<=length;++i){var currentBytePtr=payload+i;if(i==length||HEAPU8[currentBytePtr]==0){var maxRead=currentBytePtr-decodeStartPtr;var stringSegment=UTF8ToString(decodeStartPtr,maxRead);if(str===undefined){str=stringSegment}else{str+=String.fromCharCode(0);str+=stringSegment}decodeStartPtr=currentBytePtr+1}}}else{var a=new Array(length);for(var i=0;i<length;++i){a[i]=String.fromCharCode(HEAPU8[payload+i])}str=a.join("")}_free(value);return str},"toWireType":function(destructors,value){if(value instanceof ArrayBuffer){value=new Uint8Array(value)}var length;var valueIsOfTypeString=typeof value=="string";if(!(valueIsOfTypeString||value instanceof Uint8Array||value instanceof Uint8ClampedArray||value instanceof Int8Array)){throwBindingError("Cannot pass non-string to std::string")}if(stdStringIsUTF8&&valueIsOfTypeString){length=lengthBytesUTF8(value)}else{length=value.length}var base=_malloc(4+length+1);var ptr=base+4;HEAPU32[base>>2]=length;if(stdStringIsUTF8&&valueIsOfTypeString){stringToUTF8(value,ptr,length+1)}else{if(valueIsOfTypeString){for(var i=0;i<length;++i){var charCode=value.charCodeAt(i);if(charCode>255){_free(ptr);throwBindingError("String has UTF-16 code units that do not fit in 8 bits")}HEAPU8[ptr+i]=charCode}}else{for(var i=0;i<length;++i){HEAPU8[ptr+i]=value[i]}}}if(destructors!==null){destructors.push(_free,base)}return base},"argPackAdvance":8,"readValueFromPointer":simpleReadValueFromPointer,destructorFunction:function(ptr){_free(ptr)}})}var UTF16Decoder=typeof TextDecoder!="undefined"?new TextDecoder("utf-16le"):undefined;function UTF16ToString(ptr,maxBytesToRead){var endPtr=ptr;var idx=endPtr>>1;var maxIdx=idx+maxBytesToRead/2;while(!(idx>=maxIdx)&&HEAPU16[idx])++idx;endPtr=idx<<1;if(endPtr-ptr>32&&UTF16Decoder)return UTF16Decoder.decode(HEAPU8.subarray(ptr,endPtr));var str="";for(var i=0;!(i>=maxBytesToRead/2);++i){var codeUnit=HEAP16[ptr+i*2>>1];if(codeUnit==0)break;str+=String.fromCharCode(codeUnit)}return str}function stringToUTF16(str,outPtr,maxBytesToWrite){if(maxBytesToWrite===undefined){maxBytesToWrite=2147483647}if(maxBytesToWrite<2)return 0;maxBytesToWrite-=2;var startPtr=outPtr;var numCharsToWrite=maxBytesToWrite<str.length*2?maxBytesToWrite/2:str.length;for(var i=0;i<numCharsToWrite;++i){var codeUnit=str.charCodeAt(i);HEAP16[outPtr>>1]=codeUnit;outPtr+=2}HEAP16[outPtr>>1]=0;return outPtr-startPtr}function lengthBytesUTF16(str){return str.length*2}function UTF32ToString(ptr,maxBytesToRead){var i=0;var str="";while(!(i>=maxBytesToRead/4)){var utf32=HEAP32[ptr+i*4>>2];if(utf32==0)break;++i;if(utf32>=65536){var ch=utf32-65536;str+=String.fromCharCode(55296|ch>>10,56320|ch&1023)}else{str+=String.fromCharCode(utf32)}}return str}function stringToUTF32(str,outPtr,maxBytesToWrite){if(maxBytesToWrite===undefined){maxBytesToWrite=2147483647}if(maxBytesToWrite<4)return 0;var startPtr=outPtr;var endPtr=startPtr+maxBytesToWrite-4;for(var i=0;i<str.length;++i){var codeUnit=str.charCodeAt(i);if(codeUnit>=55296&&codeUnit<=57343){var trailSurrogate=str.charCodeAt(++i);codeUnit=65536+((codeUnit&1023)<<10)|trailSurrogate&1023}HEAP32[outPtr>>2]=codeUnit;outPtr+=4;if(outPtr+4>endPtr)break}HEAP32[outPtr>>2]=0;return outPtr-startPtr}function lengthBytesUTF32(str){var len=0;for(var i=0;i<str.length;++i){var codeUnit=str.charCodeAt(i);if(codeUnit>=55296&&codeUnit<=57343)++i;len+=4}return len}function __embind_register_std_wstring(rawType,charSize,name){name=readLatin1String(name);var decodeString,encodeString,getHeap,lengthBytesUTF,shift;if(charSize===2){decodeString=UTF16ToString;encodeString=stringToUTF16;lengthBytesUTF=lengthBytesUTF16;getHeap=()=>HEAPU16;shift=1}else if(charSize===4){decodeString=UTF32ToString;encodeString=stringToUTF32;lengthBytesUTF=lengthBytesUTF32;getHeap=()=>HEAPU32;shift=2}registerType(rawType,{name:name,"fromWireType":function(value){var length=HEAPU32[value>>2];var HEAP=getHeap();var str;var decodeStartPtr=value+4;for(var i=0;i<=length;++i){var currentBytePtr=value+4+i*charSize;if(i==length||HEAP[currentBytePtr>>shift]==0){var maxReadBytes=currentBytePtr-decodeStartPtr;var stringSegment=decodeString(decodeStartPtr,maxReadBytes);if(str===undefined){str=stringSegment}else{str+=String.fromCharCode(0);str+=stringSegment}decodeStartPtr=currentBytePtr+charSize}}_free(value);return str},"toWireType":function(destructors,value){if(!(typeof value=="string")){throwBindingError("Cannot pass non-string to C++ string type "+name)}var length=lengthBytesUTF(value);var ptr=_malloc(4+length+charSize);HEAPU32[ptr>>2]=length>>shift;encodeString(value,ptr+4,length+charSize);if(destructors!==null){destructors.push(_free,ptr)}return ptr},"argPackAdvance":8,"readValueFromPointer":simpleReadValueFromPointer,destructorFunction:function(ptr){_free(ptr)}})}function __embind_register_void(rawType,name){name=readLatin1String(name);registerType(rawType,{isVoid:true,name:name,"argPackAdvance":0,"fromWireType":function(){return undefined},"toWireType":function(destructors,o){return undefined}})}var nowIsMonotonic=true;function __emscripten_get_now_is_monotonic(){return nowIsMonotonic}function __emscripten_throw_longjmp(){throw Infinity}function readI53FromI64(ptr){return HEAPU32[ptr>>2]+HEAP32[ptr+4>>2]*4294967296}function isLeapYear(year){return year%4===0&&(year%100!==0||year%400===0)}var MONTH_DAYS_LEAP_CUMULATIVE=[0,31,60,91,121,152,182,213,244,274,305,335];var MONTH_DAYS_REGULAR_CUMULATIVE=[0,31,59,90,120,151,181,212,243,273,304,334];function ydayFromDate(date){var leap=isLeapYear(date.getFullYear());var monthDaysCumulative=leap?MONTH_DAYS_LEAP_CUMULATIVE:MONTH_DAYS_REGULAR_CUMULATIVE;var yday=monthDaysCumulative[date.getMonth()]+date.getDate()-1;return yday}function __localtime_js(time,tmPtr){var date=new Date(readI53FromI64(time)*1e3);HEAP32[tmPtr>>2]=date.getSeconds();HEAP32[tmPtr+4>>2]=date.getMinutes();HEAP32[tmPtr+8>>2]=date.getHours();HEAP32[tmPtr+12>>2]=date.getDate();HEAP32[tmPtr+16>>2]=date.getMonth();HEAP32[tmPtr+20>>2]=date.getFullYear()-1900;HEAP32[tmPtr+24>>2]=date.getDay();var yday=ydayFromDate(date)|0;HEAP32[tmPtr+28>>2]=yday;HEAP32[tmPtr+36>>2]=-(date.getTimezoneOffset()*60);var start=new Date(date.getFullYear(),0,1);var summerOffset=new Date(date.getFullYear(),6,1).getTimezoneOffset();var winterOffset=start.getTimezoneOffset();var dst=(summerOffset!=winterOffset&&date.getTimezoneOffset()==Math.min(winterOffset,summerOffset))|0;HEAP32[tmPtr+32>>2]=dst}function __mmap_js(len,prot,flags,fd,off,allocated,addr){try{var stream=SYSCALLS.getStreamFromFD(fd);var res=FS.mmap(stream,len,off,prot,flags);var ptr=res.ptr;HEAP32[allocated>>2]=res.allocated;HEAPU32[addr>>2]=ptr;return 0}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}function __munmap_js(addr,len,prot,flags,fd,offset){try{var stream=SYSCALLS.getStreamFromFD(fd);if(prot&2){SYSCALLS.doMsync(addr,stream,len,flags,offset)}FS.munmap(stream)}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return-e.errno}}function stringToNewUTF8(str){var size=lengthBytesUTF8(str)+1;var ret=_malloc(size);if(ret)stringToUTF8(str,ret,size);return ret}function __tzset_js(timezone,daylight,tzname){var currentYear=(new Date).getFullYear();var winter=new Date(currentYear,0,1);var summer=new Date(currentYear,6,1);var winterOffset=winter.getTimezoneOffset();var summerOffset=summer.getTimezoneOffset();var stdTimezoneOffset=Math.max(winterOffset,summerOffset);HEAPU32[timezone>>2]=stdTimezoneOffset*60;HEAP32[daylight>>2]=Number(winterOffset!=summerOffset);function extractZone(date){var match=date.toTimeString().match(/\(([A-Za-z ]+)\)$/);return match?match[1]:"GMT"}var winterName=extractZone(winter);var summerName=extractZone(summer);var winterNamePtr=stringToNewUTF8(winterName);var summerNamePtr=stringToNewUTF8(summerName);if(summerOffset<winterOffset){HEAPU32[tzname>>2]=winterNamePtr;HEAPU32[tzname+4>>2]=summerNamePtr}else{HEAPU32[tzname>>2]=summerNamePtr;HEAPU32[tzname+4>>2]=winterNamePtr}}function _abort(){abort("")}function _dlopen(handle){abort(dlopenMissingError)}var EGL={errorCode:12288,defaultDisplayInitialized:false,currentContext:0,currentReadSurface:0,currentDrawSurface:0,contextAttributes:{alpha:false,depth:false,stencil:false,antialias:false},stringCache:{},setErrorCode:function(code){EGL.errorCode=code},chooseConfig:function(display,attribList,config,config_size,numConfigs){if(display!=62e3){EGL.setErrorCode(12296);return 0}if(attribList){for(;;){var param=HEAP32[attribList>>2];if(param==12321){var alphaSize=HEAP32[attribList+4>>2];EGL.contextAttributes.alpha=alphaSize>0}else if(param==12325){var depthSize=HEAP32[attribList+4>>2];EGL.contextAttributes.depth=depthSize>0}else if(param==12326){var stencilSize=HEAP32[attribList+4>>2];EGL.contextAttributes.stencil=stencilSize>0}else if(param==12337){var samples=HEAP32[attribList+4>>2];EGL.contextAttributes.antialias=samples>0}else if(param==12338){var samples=HEAP32[attribList+4>>2];EGL.contextAttributes.antialias=samples==1}else if(param==12544){var requestedPriority=HEAP32[attribList+4>>2];EGL.contextAttributes.lowLatency=requestedPriority!=12547}else if(param==12344){break}attribList+=8}}if((!config||!config_size)&&!numConfigs){EGL.setErrorCode(12300);return 0}if(numConfigs){HEAP32[numConfigs>>2]=1}if(config&&config_size>0){HEAP32[config>>2]=62002}EGL.setErrorCode(12288);return 1}};function _eglBindAPI(api){if(api==12448){EGL.setErrorCode(12288);return 1}EGL.setErrorCode(12300);return 0}function _eglChooseConfig(display,attrib_list,configs,config_size,numConfigs){return EGL.chooseConfig(display,attrib_list,configs,config_size,numConfigs)}function webgl_enable_ANGLE_instanced_arrays(ctx){var ext=ctx.getExtension("ANGLE_instanced_arrays");if(ext){ctx["vertexAttribDivisor"]=function(index,divisor){ext["vertexAttribDivisorANGLE"](index,divisor)};ctx["drawArraysInstanced"]=function(mode,first,count,primcount){ext["drawArraysInstancedANGLE"](mode,first,count,primcount)};ctx["drawElementsInstanced"]=function(mode,count,type,indices,primcount){ext["drawElementsInstancedANGLE"](mode,count,type,indices,primcount)};return 1}}function webgl_enable_OES_vertex_array_object(ctx){var ext=ctx.getExtension("OES_vertex_array_object");if(ext){ctx["createVertexArray"]=function(){return ext["createVertexArrayOES"]()};ctx["deleteVertexArray"]=function(vao){ext["deleteVertexArrayOES"](vao)};ctx["bindVertexArray"]=function(vao){ext["bindVertexArrayOES"](vao)};ctx["isVertexArray"]=function(vao){return ext["isVertexArrayOES"](vao)};return 1}}function webgl_enable_WEBGL_draw_buffers(ctx){var ext=ctx.getExtension("WEBGL_draw_buffers");if(ext){ctx["drawBuffers"]=function(n,bufs){ext["drawBuffersWEBGL"](n,bufs)};return 1}}function webgl_enable_WEBGL_draw_instanced_base_vertex_base_instance(ctx){return!!(ctx.dibvbi=ctx.getExtension("WEBGL_draw_instanced_base_vertex_base_instance"))}function webgl_enable_WEBGL_multi_draw_instanced_base_vertex_base_instance(ctx){return!!(ctx.mdibvbi=ctx.getExtension("WEBGL_multi_draw_instanced_base_vertex_base_instance"))}function webgl_enable_WEBGL_multi_draw(ctx){return!!(ctx.multiDrawWebgl=ctx.getExtension("WEBGL_multi_draw"))}var GL={counter:1,buffers:[],mappedBuffers:{},programs:[],framebuffers:[],renderbuffers:[],textures:[],shaders:[],vaos:[],contexts:[],offscreenCanvases:{},queries:[],samplers:[],transformFeedbacks:[],syncs:[],byteSizeByTypeRoot:5120,byteSizeByType:[1,1,2,2,4,4,4,2,3,4,8],stringCache:{},stringiCache:{},unpackAlignment:4,recordError:function recordError(errorCode){if(!GL.lastError){GL.lastError=errorCode}},getNewId:function(table){var ret=GL.counter++;for(var i=table.length;i<ret;i++){table[i]=null}return ret},MAX_TEMP_BUFFER_SIZE:2097152,numTempVertexBuffersPerSize:64,log2ceilLookup:function(i){return 32-Math.clz32(i===0?0:i-1)},generateTempBuffers:function(quads,context){var largestIndex=GL.log2ceilLookup(GL.MAX_TEMP_BUFFER_SIZE);context.tempVertexBufferCounters1=[];context.tempVertexBufferCounters2=[];context.tempVertexBufferCounters1.length=context.tempVertexBufferCounters2.length=largestIndex+1;context.tempVertexBuffers1=[];context.tempVertexBuffers2=[];context.tempVertexBuffers1.length=context.tempVertexBuffers2.length=largestIndex+1;context.tempIndexBuffers=[];context.tempIndexBuffers.length=largestIndex+1;for(var i=0;i<=largestIndex;++i){context.tempIndexBuffers[i]=null;context.tempVertexBufferCounters1[i]=context.tempVertexBufferCounters2[i]=0;var ringbufferLength=GL.numTempVertexBuffersPerSize;context.tempVertexBuffers1[i]=[];context.tempVertexBuffers2[i]=[];var ringbuffer1=context.tempVertexBuffers1[i];var ringbuffer2=context.tempVertexBuffers2[i];ringbuffer1.length=ringbuffer2.length=ringbufferLength;for(var j=0;j<ringbufferLength;++j){ringbuffer1[j]=ringbuffer2[j]=null}}if(quads){context.tempQuadIndexBuffer=GLctx.createBuffer();context.GLctx.bindBuffer(34963,context.tempQuadIndexBuffer);var numIndexes=GL.MAX_TEMP_BUFFER_SIZE>>1;var quadIndexes=new Uint16Array(numIndexes);var i=0,v=0;while(1){quadIndexes[i++]=v;if(i>=numIndexes)break;quadIndexes[i++]=v+1;if(i>=numIndexes)break;quadIndexes[i++]=v+2;if(i>=numIndexes)break;quadIndexes[i++]=v;if(i>=numIndexes)break;quadIndexes[i++]=v+2;if(i>=numIndexes)break;quadIndexes[i++]=v+3;if(i>=numIndexes)break;v+=4}context.GLctx.bufferData(34963,quadIndexes,35044);context.GLctx.bindBuffer(34963,null)}},getTempVertexBuffer:function getTempVertexBuffer(sizeBytes){var idx=GL.log2ceilLookup(sizeBytes);var ringbuffer=GL.currentContext.tempVertexBuffers1[idx];var nextFreeBufferIndex=GL.currentContext.tempVertexBufferCounters1[idx];GL.currentContext.tempVertexBufferCounters1[idx]=GL.currentContext.tempVertexBufferCounters1[idx]+1&GL.numTempVertexBuffersPerSize-1;var vbo=ringbuffer[nextFreeBufferIndex];if(vbo){return vbo}var prevVBO=GLctx.getParameter(34964);ringbuffer[nextFreeBufferIndex]=GLctx.createBuffer();GLctx.bindBuffer(34962,ringbuffer[nextFreeBufferIndex]);GLctx.bufferData(34962,1<<idx,35048);GLctx.bindBuffer(34962,prevVBO);return ringbuffer[nextFreeBufferIndex]},getTempIndexBuffer:function getTempIndexBuffer(sizeBytes){var idx=GL.log2ceilLookup(sizeBytes);var ibo=GL.currentContext.tempIndexBuffers[idx];if(ibo){return ibo}var prevIBO=GLctx.getParameter(34965);GL.currentContext.tempIndexBuffers[idx]=GLctx.createBuffer();GLctx.bindBuffer(34963,GL.currentContext.tempIndexBuffers[idx]);GLctx.bufferData(34963,1<<idx,35048);GLctx.bindBuffer(34963,prevIBO);return GL.currentContext.tempIndexBuffers[idx]},newRenderingFrameStarted:function newRenderingFrameStarted(){if(!GL.currentContext){return}var vb=GL.currentContext.tempVertexBuffers1;GL.currentContext.tempVertexBuffers1=GL.currentContext.tempVertexBuffers2;GL.currentContext.tempVertexBuffers2=vb;vb=GL.currentContext.tempVertexBufferCounters1;GL.currentContext.tempVertexBufferCounters1=GL.currentContext.tempVertexBufferCounters2;GL.currentContext.tempVertexBufferCounters2=vb;var largestIndex=GL.log2ceilLookup(GL.MAX_TEMP_BUFFER_SIZE);for(var i=0;i<=largestIndex;++i){GL.currentContext.tempVertexBufferCounters1[i]=0}},getSource:function(shader,count,string,length){var source="";for(var i=0;i<count;++i){var len=length?HEAP32[length+i*4>>2]:-1;source+=UTF8ToString(HEAP32[string+i*4>>2],len<0?undefined:len)}return source},calcBufLength:function calcBufLength(size,type,stride,count){if(stride>0){return count*stride}var typeSize=GL.byteSizeByType[type-GL.byteSizeByTypeRoot];return size*typeSize*count},usedTempBuffers:[],preDrawHandleClientVertexAttribBindings:function preDrawHandleClientVertexAttribBindings(count){GL.resetBufferBinding=false;for(var i=0;i<GL.currentContext.maxVertexAttribs;++i){var cb=GL.currentContext.clientBuffers[i];if(!cb.clientside||!cb.enabled)continue;GL.resetBufferBinding=true;var size=GL.calcBufLength(cb.size,cb.type,cb.stride,count);var buf=GL.getTempVertexBuffer(size);GLctx.bindBuffer(34962,buf);GLctx.bufferSubData(34962,0,HEAPU8.subarray(cb.ptr,cb.ptr+size));cb.vertexAttribPointerAdaptor.call(GLctx,i,cb.size,cb.type,cb.normalized,cb.stride,0)}},postDrawHandleClientVertexAttribBindings:function postDrawHandleClientVertexAttribBindings(){if(GL.resetBufferBinding){GLctx.bindBuffer(34962,GL.buffers[GLctx.currentArrayBufferBinding])}},createContext:function(canvas,webGLContextAttributes){if(!canvas.getContextSafariWebGL2Fixed){canvas.getContextSafariWebGL2Fixed=canvas.getContext;function fixedGetContext(ver,attrs){var gl=canvas.getContextSafariWebGL2Fixed(ver,attrs);return ver=="webgl"==gl instanceof WebGLRenderingContext?gl:null}canvas.getContext=fixedGetContext}var ctx=webGLContextAttributes.majorVersion>1?canvas.getContext("webgl2",webGLContextAttributes):canvas.getContext("webgl",webGLContextAttributes);if(!ctx)return 0;var handle=GL.registerContext(ctx,webGLContextAttributes);return handle},registerContext:function(ctx,webGLContextAttributes){var handle=GL.getNewId(GL.contexts);var context={handle:handle,attributes:webGLContextAttributes,version:webGLContextAttributes.majorVersion,GLctx:ctx};if(ctx.canvas)ctx.canvas.GLctxObject=context;GL.contexts[handle]=context;if(typeof webGLContextAttributes.enableExtensionsByDefault=="undefined"||webGLContextAttributes.enableExtensionsByDefault){GL.initExtensions(context)}context.maxVertexAttribs=context.GLctx.getParameter(34921);context.clientBuffers=[];for(var i=0;i<context.maxVertexAttribs;i++){context.clientBuffers[i]={enabled:false,clientside:false,size:0,type:0,normalized:0,stride:0,ptr:0,vertexAttribPointerAdaptor:null}}GL.generateTempBuffers(false,context);return handle},makeContextCurrent:function(contextHandle){GL.currentContext=GL.contexts[contextHandle];Module.ctx=GLctx=GL.currentContext&&GL.currentContext.GLctx;return!(contextHandle&&!GLctx)},getContext:function(contextHandle){return GL.contexts[contextHandle]},deleteContext:function(contextHandle){if(GL.currentContext===GL.contexts[contextHandle])GL.currentContext=null;if(typeof JSEvents=="object")JSEvents.removeAllHandlersOnTarget(GL.contexts[contextHandle].GLctx.canvas);if(GL.contexts[contextHandle]&&GL.contexts[contextHandle].GLctx.canvas)GL.contexts[contextHandle].GLctx.canvas.GLctxObject=undefined;GL.contexts[contextHandle]=null},initExtensions:function(context){if(!context)context=GL.currentContext;if(context.initExtensionsDone)return;context.initExtensionsDone=true;var GLctx=context.GLctx;webgl_enable_ANGLE_instanced_arrays(GLctx);webgl_enable_OES_vertex_array_object(GLctx);webgl_enable_WEBGL_draw_buffers(GLctx);webgl_enable_WEBGL_draw_instanced_base_vertex_base_instance(GLctx);webgl_enable_WEBGL_multi_draw_instanced_base_vertex_base_instance(GLctx);if(context.version>=2){GLctx.disjointTimerQueryExt=GLctx.getExtension("EXT_disjoint_timer_query_webgl2")}if(context.version<2||!GLctx.disjointTimerQueryExt){GLctx.disjointTimerQueryExt=GLctx.getExtension("EXT_disjoint_timer_query")}webgl_enable_WEBGL_multi_draw(GLctx);var exts=GLctx.getSupportedExtensions()||[];exts.forEach(function(ext){if(!ext.includes("lose_context")&&!ext.includes("debug")){GLctx.getExtension(ext)}})}};function _eglCreateContext(display,config,hmm,contextAttribs){if(display!=62e3){EGL.setErrorCode(12296);return 0}var glesContextVersion=1;for(;;){var param=HEAP32[contextAttribs>>2];if(param==12440){glesContextVersion=HEAP32[contextAttribs+4>>2]}else if(param==12344){break}else{EGL.setErrorCode(12292);return 0}contextAttribs+=8}if(glesContextVersion<2||glesContextVersion>3){EGL.setErrorCode(12293);return 0}EGL.contextAttributes.majorVersion=glesContextVersion-1;EGL.contextAttributes.minorVersion=0;EGL.context=GL.createContext(Module["canvas"],EGL.contextAttributes);if(EGL.context!=0){EGL.setErrorCode(12288);GL.makeContextCurrent(EGL.context);Module.useWebGL=true;Browser.moduleContextCreatedCallbacks.forEach(function(callback){callback()});GL.makeContextCurrent(null);return 62004}else{EGL.setErrorCode(12297);return 0}}function _eglCreateWindowSurface(display,config,win,attrib_list){if(display!=62e3){EGL.setErrorCode(12296);return 0}if(config!=62002){EGL.setErrorCode(12293);return 0}EGL.setErrorCode(12288);return 62006}function _eglDestroyContext(display,context){if(display!=62e3){EGL.setErrorCode(12296);return 0}if(context!=62004){EGL.setErrorCode(12294);return 0}GL.deleteContext(EGL.context);EGL.setErrorCode(12288);if(EGL.currentContext==context){EGL.currentContext=0}return 1}function _eglDestroySurface(display,surface){if(display!=62e3){EGL.setErrorCode(12296);return 0}if(surface!=62006){EGL.setErrorCode(12301);return 1}if(EGL.currentReadSurface==surface){EGL.currentReadSurface=0}if(EGL.currentDrawSurface==surface){EGL.currentDrawSurface=0}EGL.setErrorCode(12288);return 1}function _eglGetCurrentContext(){return EGL.currentContext}function _eglGetCurrentDisplay(){return EGL.currentContext?62e3:0}function _eglGetCurrentSurface(readdraw){if(readdraw==12378){return EGL.currentReadSurface}else if(readdraw==12377){return EGL.currentDrawSurface}else{EGL.setErrorCode(12300);return 0}}function _eglGetDisplay(nativeDisplayType){EGL.setErrorCode(12288);return 62e3}function _eglGetError(){return EGL.errorCode}function _eglInitialize(display,majorVersion,minorVersion){if(display!=62e3){EGL.setErrorCode(12296);return 0}if(majorVersion){HEAP32[majorVersion>>2]=1}if(minorVersion){HEAP32[minorVersion>>2]=4}EGL.defaultDisplayInitialized=true;EGL.setErrorCode(12288);return 1}function _eglMakeCurrent(display,draw,read,context){if(display!=62e3){EGL.setErrorCode(12296);return 0}if(context!=0&&context!=62004){EGL.setErrorCode(12294);return 0}if(read!=0&&read!=62006||draw!=0&&draw!=62006){EGL.setErrorCode(12301);return 0}GL.makeContextCurrent(context?EGL.context:null);EGL.currentContext=context;EGL.currentDrawSurface=draw;EGL.currentReadSurface=read;EGL.setErrorCode(12288);return 1}function _eglQueryString(display,name){if(display!=62e3){EGL.setErrorCode(12296);return 0}EGL.setErrorCode(12288);if(EGL.stringCache[name])return EGL.stringCache[name];var ret;switch(name){case 12371:ret=stringToNewUTF8("Emscripten");break;case 12372:ret=stringToNewUTF8("1.4 Emscripten EGL");break;case 12373:ret=stringToNewUTF8("");break;case 12429:ret=stringToNewUTF8("OpenGL_ES");break;default:EGL.setErrorCode(12300);return 0}EGL.stringCache[name]=ret;return ret}function _eglQuerySurface(display,surface,attribute,value){if(display!=62e3){EGL.setErrorCode(12296);return 0}if(surface!=62006){EGL.setErrorCode(12301);return 0}if(!value){EGL.setErrorCode(12300);return 0}EGL.setErrorCode(12288);switch(attribute){case 12328:HEAP32[value>>2]=62002;return 1;case 12376:return 1;case 12375:HEAP32[value>>2]=Module["canvas"].width;return 1;case 12374:HEAP32[value>>2]=Module["canvas"].height;return 1;case 12432:HEAP32[value>>2]=-1;return 1;case 12433:HEAP32[value>>2]=-1;return 1;case 12434:HEAP32[value>>2]=-1;return 1;case 12422:HEAP32[value>>2]=12420;return 1;case 12441:HEAP32[value>>2]=12442;return 1;case 12435:HEAP32[value>>2]=12437;return 1;case 12416:case 12417:case 12418:case 12419:return 1;default:EGL.setErrorCode(12292);return 0}}function _eglSwapBuffers(){if(!EGL.defaultDisplayInitialized){EGL.setErrorCode(12289)}else if(!Module.ctx){EGL.setErrorCode(12290)}else if(Module.ctx.isContextLost()){EGL.setErrorCode(12302)}else{EGL.setErrorCode(12288);return 1}return 0}function _eglSwapInterval(display,interval){if(display!=62e3){EGL.setErrorCode(12296);return 0}if(interval==0)_emscripten_set_main_loop_timing(0,0);else _emscripten_set_main_loop_timing(1,interval);EGL.setErrorCode(12288);return 1}function _eglTerminate(display){if(display!=62e3){EGL.setErrorCode(12296);return 0}EGL.currentContext=0;EGL.currentReadSurface=0;EGL.currentDrawSurface=0;EGL.defaultDisplayInitialized=false;EGL.setErrorCode(12288);return 1}var readEmAsmArgsArray=[];function readEmAsmArgs(sigPtr,buf){readEmAsmArgsArray.length=0;var ch;buf>>=2;while(ch=HEAPU8[sigPtr++]){buf+=ch!=105&buf;readEmAsmArgsArray.push(ch==105?HEAP32[buf]:HEAPF64[buf++>>1]);++buf}return readEmAsmArgsArray}function runEmAsmFunction(code,sigPtr,argbuf){var args=readEmAsmArgs(sigPtr,argbuf);return ASM_CONSTS[code].apply(null,args)}function _emscripten_asm_const_int(code,sigPtr,argbuf){return runEmAsmFunction(code,sigPtr,argbuf)}function _emscripten_async_call(func,arg,millis){function wrapper(){getWasmTableEntry(func)(arg)}if(millis>=0||ENVIRONMENT_IS_NODE){safeSetTimeout(wrapper,millis)}else{Browser.safeRequestAnimationFrame(wrapper)}}var wget={wgetRequests:{},nextWgetRequestHandle:0,getNextWgetRequestHandle:function(){var handle=wget.nextWgetRequestHandle;wget.nextWgetRequestHandle++;return handle}};function withStackSave(f){var stack=stackSave();var ret=f();stackRestore(stack);return ret}function stringToUTF8OnStack(str){var size=lengthBytesUTF8(str)+1;var ret=stackAlloc(size);stringToUTF8(str,ret,size);return ret}function _emscripten_async_wget(url,file,onload,onerror){var _url=UTF8ToString(url);var _file=UTF8ToString(file);_file=PATH_FS.resolve(_file);function doCallback(callback){if(callback){callUserCallback(function(){withStackSave(function(){getWasmTableEntry(callback)(stringToUTF8OnStack(_file))})})}}var destinationDirectory=PATH.dirname(_file);FS.createPreloadedFile(destinationDirectory,PATH.basename(_file),_url,true,true,function(){doCallback(onload)},function(){doCallback(onerror)},false,false,function(){try{FS.unlink(_file)}catch(e){}FS.mkdirTree(destinationDirectory)})}function _emscripten_async_wget_data(url,arg,onload,onerror){asyncLoad(UTF8ToString(url),function(byteArray){callUserCallback(function(){var buffer=_malloc(byteArray.length);HEAPU8.set(byteArray,buffer);getWasmTableEntry(onload)(arg,buffer,byteArray.length);_free(buffer)})},function(){if(onerror){callUserCallback(function(){getWasmTableEntry(onerror)(arg)})}},true)}function _emscripten_date_now(){return Date.now()}function traverseStack(args){if(!args||!args.callee||!args.callee.name){return[null,"",""]}var funstr=args.callee.toString();var funcname=args.callee.name;var str="(";var first=true;for(var i in args){var a=args[i];if(!first){str+=", "}first=false;if(typeof a=="number"||typeof a=="string"){str+=a}else{str+="("+typeof a+")"}}str+=")";var caller=args.callee.caller;args=caller?caller.arguments:[];if(first)str="";return[args,funcname,str]}function jsStackTrace(){var error=new Error;if(!error.stack){try{throw new Error}catch(e){error=e}if(!error.stack){return"(no stack trace available)"}}return error.stack.toString()}function getCallstack(flags){var callstack=jsStackTrace();var iThisFunc=callstack.lastIndexOf("_emscripten_log");var iThisFunc2=callstack.lastIndexOf("_emscripten_get_callstack");var iNextLine=callstack.indexOf("\n",Math.max(iThisFunc,iThisFunc2))+1;callstack=callstack.slice(iNextLine);if(flags&32){warnOnce("EM_LOG_DEMANGLE is deprecated; ignoring")}if(flags&8&&typeof emscripten_source_map=="undefined"){warnOnce('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.');flags^=8;flags|=16}var stack_args=null;if(flags&128){stack_args=traverseStack(arguments);while(stack_args[1].includes("_emscripten_"))stack_args=traverseStack(stack_args[0])}var lines=callstack.split("\n");callstack="";var newFirefoxRe=new RegExp("\\s*(.*?)@(.*?):([0-9]+):([0-9]+)");var firefoxRe=new RegExp("\\s*(.*?)@(.*):(.*)(:(.*))?");var chromeRe=new RegExp("\\s*at (.*?) \\((.*):(.*):(.*)\\)");for(var l in lines){var line=lines[l];var symbolName="";var file="";var lineno=0;var column=0;var parts=chromeRe.exec(line);if(parts&&parts.length==5){symbolName=parts[1];file=parts[2];lineno=parts[3];column=parts[4]}else{parts=newFirefoxRe.exec(line);if(!parts)parts=firefoxRe.exec(line);if(parts&&parts.length>=4){symbolName=parts[1];file=parts[2];lineno=parts[3];column=parts[4]|0}else{callstack+=line+"\n";continue}}var haveSourceMap=false;if(flags&8){var orig=emscripten_source_map.originalPositionFor({line:lineno,column:column});haveSourceMap=orig&&orig.source;if(haveSourceMap){if(flags&64){orig.source=orig.source.substring(orig.source.replace(/\\/g,"/").lastIndexOf("/")+1)}callstack+=" at "+symbolName+" ("+orig.source+":"+orig.line+":"+orig.column+")\n"}}if(flags&16||!haveSourceMap){if(flags&64){file=file.substring(file.replace(/\\/g,"/").lastIndexOf("/")+1)}callstack+=(haveSourceMap?" = "+symbolName:" at "+symbolName)+" ("+file+":"+lineno+":"+column+")\n"}if(flags&128&&stack_args[0]){if(stack_args[1]==symbolName&&stack_args[2].length>0){callstack=callstack.replace(/\s+$/,"");callstack+=" with values: "+stack_args[1]+stack_args[2]+"\n"}stack_args=traverseStack(stack_args[0])}}callstack=callstack.replace(/\s+$/,"");return callstack}function _emscripten_get_callstack(flags,str,maxbytes){var callstack=getCallstack(flags);if(!str||maxbytes<=0){return lengthBytesUTF8(callstack)+1}var bytesWrittenExcludingNull=stringToUTF8(callstack,str,maxbytes);return bytesWrittenExcludingNull+1}var JSEvents={inEventHandler:0,removeAllEventListeners:function(){for(var i=JSEvents.eventHandlers.length-1;i>=0;--i){JSEvents._removeHandler(i)}JSEvents.eventHandlers=[];JSEvents.deferredCalls=[]},registerRemoveEventListeners:function(){if(!JSEvents.removeEventListenersRegistered){__ATEXIT__.push(JSEvents.removeAllEventListeners);JSEvents.removeEventListenersRegistered=true}},deferredCalls:[],deferCall:function(targetFunction,precedence,argsList){function arraysHaveEqualContent(arrA,arrB){if(arrA.length!=arrB.length)return false;for(var i in arrA){if(arrA[i]!=arrB[i])return false}return true}for(var i in JSEvents.deferredCalls){var call=JSEvents.deferredCalls[i];if(call.targetFunction==targetFunction&&arraysHaveEqualContent(call.argsList,argsList)){return}}JSEvents.deferredCalls.push({targetFunction:targetFunction,precedence:precedence,argsList:argsList});JSEvents.deferredCalls.sort(function(x,y){return x.precedence<y.precedence})},removeDeferredCalls:function(targetFunction){for(var i=0;i<JSEvents.deferredCalls.length;++i){if(JSEvents.deferredCalls[i].targetFunction==targetFunction){JSEvents.deferredCalls.splice(i,1);--i}}},canPerformEventHandlerRequests:function(){return JSEvents.inEventHandler&&JSEvents.currentEventHandler.allowsDeferredCalls},runDeferredCalls:function(){if(!JSEvents.canPerformEventHandlerRequests()){return}for(var i=0;i<JSEvents.deferredCalls.length;++i){var call=JSEvents.deferredCalls[i];JSEvents.deferredCalls.splice(i,1);--i;call.targetFunction.apply(null,call.argsList)}},eventHandlers:[],removeAllHandlersOnTarget:function(target,eventTypeString){for(var i=0;i<JSEvents.eventHandlers.length;++i){if(JSEvents.eventHandlers[i].target==target&&(!eventTypeString||eventTypeString==JSEvents.eventHandlers[i].eventTypeString)){JSEvents._removeHandler(i--)}}},_removeHandler:function(i){var h=JSEvents.eventHandlers[i];h.target.removeEventListener(h.eventTypeString,h.eventListenerFunc,h.useCapture);JSEvents.eventHandlers.splice(i,1)},registerOrRemoveHandler:function(eventHandler){var jsEventHandler=function jsEventHandler(event){++JSEvents.inEventHandler;JSEvents.currentEventHandler=eventHandler;JSEvents.runDeferredCalls();eventHandler.handlerFunc(event);JSEvents.runDeferredCalls();--JSEvents.inEventHandler};if(eventHandler.callbackfunc){eventHandler.eventListenerFunc=jsEventHandler;eventHandler.target.addEventListener(eventHandler.eventTypeString,jsEventHandler,eventHandler.useCapture);JSEvents.eventHandlers.push(eventHandler);JSEvents.registerRemoveEventListeners()}else{for(var i=0;i<JSEvents.eventHandlers.length;++i){if(JSEvents.eventHandlers[i].target==eventHandler.target&&JSEvents.eventHandlers[i].eventTypeString==eventHandler.eventTypeString){JSEvents._removeHandler(i--)}}}},getNodeNameForTarget:function(target){if(!target)return"";if(target==window)return"#window";if(target==screen)return"#screen";return target&&target.nodeName?target.nodeName:""},fullscreenEnabled:function(){return document.fullscreenEnabled||document.webkitFullscreenEnabled}};function maybeCStringToJsString(cString){return cString>2?UTF8ToString(cString):cString}var specialHTMLTargets=[0,typeof document!="undefined"?document:0,typeof window!="undefined"?window:0];function findEventTarget(target){target=maybeCStringToJsString(target);var domElement=specialHTMLTargets[target]||(typeof document!="undefined"?document.querySelector(target):undefined);return domElement}function findCanvasEventTarget(target){return findEventTarget(target)}function _emscripten_get_canvas_element_size(target,width,height){var canvas=findCanvasEventTarget(target);if(!canvas)return-4;HEAP32[width>>2]=canvas.width;HEAP32[height>>2]=canvas.height}function _emscripten_get_device_pixel_ratio(){return typeof devicePixelRatio=="number"&&devicePixelRatio||1}function getBoundingClientRect(e){return specialHTMLTargets.indexOf(e)<0?e.getBoundingClientRect():{"left":0,"top":0}}function _emscripten_get_element_css_size(target,width,height){target=findEventTarget(target);if(!target)return-4;var rect=getBoundingClientRect(target);HEAPF64[width>>3]=rect.width;HEAPF64[height>>3]=rect.height;return 0}function getHeapMax(){return 2147483648}function _emscripten_get_heap_max(){return getHeapMax()}function _emscripten_get_preloaded_image_data(path,w,h){if((path|0)===path)path=UTF8ToString(path);path=PATH_FS.resolve(path);var canvas=preloadedImages[path];if(canvas){var ctx=canvas.getContext("2d");var image=ctx.getImageData(0,0,canvas.width,canvas.height);var buf=_malloc(canvas.width*canvas.height*4);HEAPU8.set(image.data,buf);HEAP32[w>>2]=canvas.width;HEAP32[h>>2]=canvas.height;return buf}return 0}function _glActiveTexture(x0){GLctx["activeTexture"](x0)}var _emscripten_glActiveTexture=_glActiveTexture;function _glAttachShader(program,shader){GLctx.attachShader(GL.programs[program],GL.shaders[shader])}var _emscripten_glAttachShader=_glAttachShader;function _glBeginQuery(target,id){GLctx["beginQuery"](target,GL.queries[id])}var _emscripten_glBeginQuery=_glBeginQuery;function _glBeginQueryEXT(target,id){GLctx.disjointTimerQueryExt["beginQueryEXT"](target,GL.queries[id])}var _emscripten_glBeginQueryEXT=_glBeginQueryEXT;function _glBeginTransformFeedback(x0){GLctx["beginTransformFeedback"](x0)}var _emscripten_glBeginTransformFeedback=_glBeginTransformFeedback;function _glBindAttribLocation(program,index,name){GLctx.bindAttribLocation(GL.programs[program],index,UTF8ToString(name))}var _emscripten_glBindAttribLocation=_glBindAttribLocation;function _glBindBuffer(target,buffer){if(target==34962){GLctx.currentArrayBufferBinding=buffer}else if(target==34963){GLctx.currentElementArrayBufferBinding=buffer}if(target==35051){GLctx.currentPixelPackBufferBinding=buffer}else if(target==35052){GLctx.currentPixelUnpackBufferBinding=buffer}GLctx.bindBuffer(target,GL.buffers[buffer])}var _emscripten_glBindBuffer=_glBindBuffer;function _glBindBufferBase(target,index,buffer){GLctx["bindBufferBase"](target,index,GL.buffers[buffer])}var _emscripten_glBindBufferBase=_glBindBufferBase;function _glBindBufferRange(target,index,buffer,offset,ptrsize){GLctx["bindBufferRange"](target,index,GL.buffers[buffer],offset,ptrsize)}var _emscripten_glBindBufferRange=_glBindBufferRange;function _glBindFramebuffer(target,framebuffer){GLctx.bindFramebuffer(target,GL.framebuffers[framebuffer])}var _emscripten_glBindFramebuffer=_glBindFramebuffer;function _glBindRenderbuffer(target,renderbuffer){GLctx.bindRenderbuffer(target,GL.renderbuffers[renderbuffer])}var _emscripten_glBindRenderbuffer=_glBindRenderbuffer;function _glBindSampler(unit,sampler){GLctx["bindSampler"](unit,GL.samplers[sampler])}var _emscripten_glBindSampler=_glBindSampler;function _glBindTexture(target,texture){GLctx.bindTexture(target,GL.textures[texture])}var _emscripten_glBindTexture=_glBindTexture;function _glBindTransformFeedback(target,id){GLctx["bindTransformFeedback"](target,GL.transformFeedbacks[id])}var _emscripten_glBindTransformFeedback=_glBindTransformFeedback;function _glBindVertexArray(vao){GLctx["bindVertexArray"](GL.vaos[vao]);var ibo=GLctx.getParameter(34965);GLctx.currentElementArrayBufferBinding=ibo?ibo.name|0:0}var _emscripten_glBindVertexArray=_glBindVertexArray;var _glBindVertexArrayOES=_glBindVertexArray;var _emscripten_glBindVertexArrayOES=_glBindVertexArrayOES;function _glBlendColor(x0,x1,x2,x3){GLctx["blendColor"](x0,x1,x2,x3)}var _emscripten_glBlendColor=_glBlendColor;function _glBlendEquation(x0){GLctx["blendEquation"](x0)}var _emscripten_glBlendEquation=_glBlendEquation;function _glBlendEquationSeparate(x0,x1){GLctx["blendEquationSeparate"](x0,x1)}var _emscripten_glBlendEquationSeparate=_glBlendEquationSeparate;function _glBlendFunc(x0,x1){GLctx["blendFunc"](x0,x1)}var _emscripten_glBlendFunc=_glBlendFunc;function _glBlendFuncSeparate(x0,x1,x2,x3){GLctx["blendFuncSeparate"](x0,x1,x2,x3)}var _emscripten_glBlendFuncSeparate=_glBlendFuncSeparate;function _glBlitFramebuffer(x0,x1,x2,x3,x4,x5,x6,x7,x8,x9){GLctx["blitFramebuffer"](x0,x1,x2,x3,x4,x5,x6,x7,x8,x9)}var _emscripten_glBlitFramebuffer=_glBlitFramebuffer;function _glBufferData(target,size,data,usage){if(GL.currentContext.version>=2){if(data&&size){GLctx.bufferData(target,HEAPU8,usage,data,size)}else{GLctx.bufferData(target,size,usage)}}else{GLctx.bufferData(target,data?HEAPU8.subarray(data,data+size):size,usage)}}var _emscripten_glBufferData=_glBufferData;function _glBufferSubData(target,offset,size,data){if(GL.currentContext.version>=2){size&&GLctx.bufferSubData(target,offset,HEAPU8,data,size);return}GLctx.bufferSubData(target,offset,HEAPU8.subarray(data,data+size))}var _emscripten_glBufferSubData=_glBufferSubData;function _glCheckFramebufferStatus(x0){return GLctx["checkFramebufferStatus"](x0)}var _emscripten_glCheckFramebufferStatus=_glCheckFramebufferStatus;function _glClear(x0){GLctx["clear"](x0)}var _emscripten_glClear=_glClear;function _glClearBufferfi(x0,x1,x2,x3){GLctx["clearBufferfi"](x0,x1,x2,x3)}var _emscripten_glClearBufferfi=_glClearBufferfi;function _glClearBufferfv(buffer,drawbuffer,value){GLctx["clearBufferfv"](buffer,drawbuffer,HEAPF32,value>>2)}var _emscripten_glClearBufferfv=_glClearBufferfv;function _glClearBufferiv(buffer,drawbuffer,value){GLctx["clearBufferiv"](buffer,drawbuffer,HEAP32,value>>2)}var _emscripten_glClearBufferiv=_glClearBufferiv;function _glClearBufferuiv(buffer,drawbuffer,value){GLctx["clearBufferuiv"](buffer,drawbuffer,HEAPU32,value>>2)}var _emscripten_glClearBufferuiv=_glClearBufferuiv;function _glClearColor(x0,x1,x2,x3){GLctx["clearColor"](x0,x1,x2,x3)}var _emscripten_glClearColor=_glClearColor;function _glClearDepthf(x0){GLctx["clearDepth"](x0)}var _emscripten_glClearDepthf=_glClearDepthf;function _glClearStencil(x0){GLctx["clearStencil"](x0)}var _emscripten_glClearStencil=_glClearStencil;function convertI32PairToI53(lo,hi){return(lo>>>0)+hi*4294967296}function _glClientWaitSync(sync,flags,timeout_low,timeout_high){var timeout=convertI32PairToI53(timeout_low,timeout_high);return GLctx.clientWaitSync(GL.syncs[sync],flags,timeout)}var _emscripten_glClientWaitSync=_glClientWaitSync;function _glColorMask(red,green,blue,alpha){GLctx.colorMask(!!red,!!green,!!blue,!!alpha)}var _emscripten_glColorMask=_glColorMask;function _glCompileShader(shader){GLctx.compileShader(GL.shaders[shader])}var _emscripten_glCompileShader=_glCompileShader;function _glCompressedTexImage2D(target,level,internalFormat,width,height,border,imageSize,data){if(GL.currentContext.version>=2){if(GLctx.currentPixelUnpackBufferBinding||!imageSize){GLctx["compressedTexImage2D"](target,level,internalFormat,width,height,border,imageSize,data)}else{GLctx["compressedTexImage2D"](target,level,internalFormat,width,height,border,HEAPU8,data,imageSize)}return}GLctx["compressedTexImage2D"](target,level,internalFormat,width,height,border,data?HEAPU8.subarray(data,data+imageSize):null)}var _emscripten_glCompressedTexImage2D=_glCompressedTexImage2D;function _glCompressedTexImage3D(target,level,internalFormat,width,height,depth,border,imageSize,data){if(GLctx.currentPixelUnpackBufferBinding){GLctx["compressedTexImage3D"](target,level,internalFormat,width,height,depth,border,imageSize,data)}else{GLctx["compressedTexImage3D"](target,level,internalFormat,width,height,depth,border,HEAPU8,data,imageSize)}}var _emscripten_glCompressedTexImage3D=_glCompressedTexImage3D;function _glCompressedTexSubImage2D(target,level,xoffset,yoffset,width,height,format,imageSize,data){if(GL.currentContext.version>=2){if(GLctx.currentPixelUnpackBufferBinding||!imageSize){GLctx["compressedTexSubImage2D"](target,level,xoffset,yoffset,width,height,format,imageSize,data)}else{GLctx["compressedTexSubImage2D"](target,level,xoffset,yoffset,width,height,format,HEAPU8,data,imageSize)}return}GLctx["compressedTexSubImage2D"](target,level,xoffset,yoffset,width,height,format,data?HEAPU8.subarray(data,data+imageSize):null)}var _emscripten_glCompressedTexSubImage2D=_glCompressedTexSubImage2D;function _glCompressedTexSubImage3D(target,level,xoffset,yoffset,zoffset,width,height,depth,format,imageSize,data){if(GLctx.currentPixelUnpackBufferBinding){GLctx["compressedTexSubImage3D"](target,level,xoffset,yoffset,zoffset,width,height,depth,format,imageSize,data)}else{GLctx["compressedTexSubImage3D"](target,level,xoffset,yoffset,zoffset,width,height,depth,format,HEAPU8,data,imageSize)}}var _emscripten_glCompressedTexSubImage3D=_glCompressedTexSubImage3D;function _glCopyBufferSubData(x0,x1,x2,x3,x4){GLctx["copyBufferSubData"](x0,x1,x2,x3,x4)}var _emscripten_glCopyBufferSubData=_glCopyBufferSubData;function _glCopyTexImage2D(x0,x1,x2,x3,x4,x5,x6,x7){GLctx["copyTexImage2D"](x0,x1,x2,x3,x4,x5,x6,x7)}var _emscripten_glCopyTexImage2D=_glCopyTexImage2D;function _glCopyTexSubImage2D(x0,x1,x2,x3,x4,x5,x6,x7){GLctx["copyTexSubImage2D"](x0,x1,x2,x3,x4,x5,x6,x7)}var _emscripten_glCopyTexSubImage2D=_glCopyTexSubImage2D;function _glCopyTexSubImage3D(x0,x1,x2,x3,x4,x5,x6,x7,x8){GLctx["copyTexSubImage3D"](x0,x1,x2,x3,x4,x5,x6,x7,x8)}var _emscripten_glCopyTexSubImage3D=_glCopyTexSubImage3D;function _glCreateProgram(){var id=GL.getNewId(GL.programs);var program=GLctx.createProgram();program.name=id;program.maxUniformLength=program.maxAttributeLength=program.maxUniformBlockNameLength=0;program.uniformIdCounter=1;GL.programs[id]=program;return id}var _emscripten_glCreateProgram=_glCreateProgram;function _glCreateShader(shaderType){var id=GL.getNewId(GL.shaders);GL.shaders[id]=GLctx.createShader(shaderType);return id}var _emscripten_glCreateShader=_glCreateShader;function _glCullFace(x0){GLctx["cullFace"](x0)}var _emscripten_glCullFace=_glCullFace;function _glDeleteBuffers(n,buffers){for(var i=0;i<n;i++){var id=HEAP32[buffers+i*4>>2];var buffer=GL.buffers[id];if(!buffer)continue;GLctx.deleteBuffer(buffer);buffer.name=0;GL.buffers[id]=null;if(id==GLctx.currentArrayBufferBinding)GLctx.currentArrayBufferBinding=0;if(id==GLctx.currentElementArrayBufferBinding)GLctx.currentElementArrayBufferBinding=0;if(id==GLctx.currentPixelPackBufferBinding)GLctx.currentPixelPackBufferBinding=0;if(id==GLctx.currentPixelUnpackBufferBinding)GLctx.currentPixelUnpackBufferBinding=0}}var _emscripten_glDeleteBuffers=_glDeleteBuffers;function _glDeleteFramebuffers(n,framebuffers){for(var i=0;i<n;++i){var id=HEAP32[framebuffers+i*4>>2];var framebuffer=GL.framebuffers[id];if(!framebuffer)continue;GLctx.deleteFramebuffer(framebuffer);framebuffer.name=0;GL.framebuffers[id]=null}}var _emscripten_glDeleteFramebuffers=_glDeleteFramebuffers;function _glDeleteProgram(id){if(!id)return;var program=GL.programs[id];if(!program){GL.recordError(1281);return}GLctx.deleteProgram(program);program.name=0;GL.programs[id]=null}var _emscripten_glDeleteProgram=_glDeleteProgram;function _glDeleteQueries(n,ids){for(var i=0;i<n;i++){var id=HEAP32[ids+i*4>>2];var query=GL.queries[id];if(!query)continue;GLctx["deleteQuery"](query);GL.queries[id]=null}}var _emscripten_glDeleteQueries=_glDeleteQueries;function _glDeleteQueriesEXT(n,ids){for(var i=0;i<n;i++){var id=HEAP32[ids+i*4>>2];var query=GL.queries[id];if(!query)continue;GLctx.disjointTimerQueryExt["deleteQueryEXT"](query);GL.queries[id]=null}}var _emscripten_glDeleteQueriesEXT=_glDeleteQueriesEXT;function _glDeleteRenderbuffers(n,renderbuffers){for(var i=0;i<n;i++){var id=HEAP32[renderbuffers+i*4>>2];var renderbuffer=GL.renderbuffers[id];if(!renderbuffer)continue;GLctx.deleteRenderbuffer(renderbuffer);renderbuffer.name=0;GL.renderbuffers[id]=null}}var _emscripten_glDeleteRenderbuffers=_glDeleteRenderbuffers;function _glDeleteSamplers(n,samplers){for(var i=0;i<n;i++){var id=HEAP32[samplers+i*4>>2];var sampler=GL.samplers[id];if(!sampler)continue;GLctx["deleteSampler"](sampler);sampler.name=0;GL.samplers[id]=null}}var _emscripten_glDeleteSamplers=_glDeleteSamplers;function _glDeleteShader(id){if(!id)return;var shader=GL.shaders[id];if(!shader){GL.recordError(1281);return}GLctx.deleteShader(shader);GL.shaders[id]=null}var _emscripten_glDeleteShader=_glDeleteShader;function _glDeleteSync(id){if(!id)return;var sync=GL.syncs[id];if(!sync){GL.recordError(1281);return}GLctx.deleteSync(sync);sync.name=0;GL.syncs[id]=null}var _emscripten_glDeleteSync=_glDeleteSync;function _glDeleteTextures(n,textures){for(var i=0;i<n;i++){var id=HEAP32[textures+i*4>>2];var texture=GL.textures[id];if(!texture)continue;GLctx.deleteTexture(texture);texture.name=0;GL.textures[id]=null}}var _emscripten_glDeleteTextures=_glDeleteTextures;function _glDeleteTransformFeedbacks(n,ids){for(var i=0;i<n;i++){var id=HEAP32[ids+i*4>>2];var transformFeedback=GL.transformFeedbacks[id];if(!transformFeedback)continue;GLctx["deleteTransformFeedback"](transformFeedback);transformFeedback.name=0;GL.transformFeedbacks[id]=null}}var _emscripten_glDeleteTransformFeedbacks=_glDeleteTransformFeedbacks;function _glDeleteVertexArrays(n,vaos){for(var i=0;i<n;i++){var id=HEAP32[vaos+i*4>>2];GLctx["deleteVertexArray"](GL.vaos[id]);GL.vaos[id]=null}}var _emscripten_glDeleteVertexArrays=_glDeleteVertexArrays;var _glDeleteVertexArraysOES=_glDeleteVertexArrays;var _emscripten_glDeleteVertexArraysOES=_glDeleteVertexArraysOES;function _glDepthFunc(x0){GLctx["depthFunc"](x0)}var _emscripten_glDepthFunc=_glDepthFunc;function _glDepthMask(flag){GLctx.depthMask(!!flag)}var _emscripten_glDepthMask=_glDepthMask;function _glDepthRangef(x0,x1){GLctx["depthRange"](x0,x1)}var _emscripten_glDepthRangef=_glDepthRangef;function _glDetachShader(program,shader){GLctx.detachShader(GL.programs[program],GL.shaders[shader])}var _emscripten_glDetachShader=_glDetachShader;function _glDisable(x0){GLctx["disable"](x0)}var _emscripten_glDisable=_glDisable;function _glDisableVertexAttribArray(index){var cb=GL.currentContext.clientBuffers[index];cb.enabled=false;GLctx.disableVertexAttribArray(index)}var _emscripten_glDisableVertexAttribArray=_glDisableVertexAttribArray;function _glDrawArrays(mode,first,count){GL.preDrawHandleClientVertexAttribBindings(first+count);GLctx.drawArrays(mode,first,count);GL.postDrawHandleClientVertexAttribBindings()}var _emscripten_glDrawArrays=_glDrawArrays;function _glDrawArraysInstanced(mode,first,count,primcount){GLctx["drawArraysInstanced"](mode,first,count,primcount)}var _emscripten_glDrawArraysInstanced=_glDrawArraysInstanced;var _glDrawArraysInstancedANGLE=_glDrawArraysInstanced;var _emscripten_glDrawArraysInstancedANGLE=_glDrawArraysInstancedANGLE;var _glDrawArraysInstancedARB=_glDrawArraysInstanced;var _emscripten_glDrawArraysInstancedARB=_glDrawArraysInstancedARB;var _glDrawArraysInstancedEXT=_glDrawArraysInstanced;var _emscripten_glDrawArraysInstancedEXT=_glDrawArraysInstancedEXT;var _glDrawArraysInstancedNV=_glDrawArraysInstanced;var _emscripten_glDrawArraysInstancedNV=_glDrawArraysInstancedNV;var tempFixedLengthArray=[];function _glDrawBuffers(n,bufs){var bufArray=tempFixedLengthArray[n];for(var i=0;i<n;i++){bufArray[i]=HEAP32[bufs+i*4>>2]}GLctx["drawBuffers"](bufArray)}var _emscripten_glDrawBuffers=_glDrawBuffers;var _glDrawBuffersEXT=_glDrawBuffers;var _emscripten_glDrawBuffersEXT=_glDrawBuffersEXT;var _glDrawBuffersWEBGL=_glDrawBuffers;var _emscripten_glDrawBuffersWEBGL=_glDrawBuffersWEBGL;function _glDrawElements(mode,count,type,indices){var buf;if(!GLctx.currentElementArrayBufferBinding){var size=GL.calcBufLength(1,type,0,count);buf=GL.getTempIndexBuffer(size);GLctx.bindBuffer(34963,buf);GLctx.bufferSubData(34963,0,HEAPU8.subarray(indices,indices+size));indices=0}GL.preDrawHandleClientVertexAttribBindings(count);GLctx.drawElements(mode,count,type,indices);GL.postDrawHandleClientVertexAttribBindings(count);if(!GLctx.currentElementArrayBufferBinding){GLctx.bindBuffer(34963,null)}}var _emscripten_glDrawElements=_glDrawElements;function _glDrawElementsInstanced(mode,count,type,indices,primcount){GLctx["drawElementsInstanced"](mode,count,type,indices,primcount)}var _emscripten_glDrawElementsInstanced=_glDrawElementsInstanced;var _glDrawElementsInstancedANGLE=_glDrawElementsInstanced;var _emscripten_glDrawElementsInstancedANGLE=_glDrawElementsInstancedANGLE;var _glDrawElementsInstancedARB=_glDrawElementsInstanced;var _emscripten_glDrawElementsInstancedARB=_glDrawElementsInstancedARB;var _glDrawElementsInstancedEXT=_glDrawElementsInstanced;var _emscripten_glDrawElementsInstancedEXT=_glDrawElementsInstancedEXT;var _glDrawElementsInstancedNV=_glDrawElementsInstanced;var _emscripten_glDrawElementsInstancedNV=_glDrawElementsInstancedNV;function _glDrawRangeElements(mode,start,end,count,type,indices){_glDrawElements(mode,count,type,indices)}var _emscripten_glDrawRangeElements=_glDrawRangeElements;function _glEnable(x0){GLctx["enable"](x0)}var _emscripten_glEnable=_glEnable;function _glEnableVertexAttribArray(index){var cb=GL.currentContext.clientBuffers[index];cb.enabled=true;GLctx.enableVertexAttribArray(index)}var _emscripten_glEnableVertexAttribArray=_glEnableVertexAttribArray;function _glEndQuery(x0){GLctx["endQuery"](x0)}var _emscripten_glEndQuery=_glEndQuery;function _glEndQueryEXT(target){GLctx.disjointTimerQueryExt["endQueryEXT"](target)}var _emscripten_glEndQueryEXT=_glEndQueryEXT;function _glEndTransformFeedback(){GLctx["endTransformFeedback"]()}var _emscripten_glEndTransformFeedback=_glEndTransformFeedback;function _glFenceSync(condition,flags){var sync=GLctx.fenceSync(condition,flags);if(sync){var id=GL.getNewId(GL.syncs);sync.name=id;GL.syncs[id]=sync;return id}return 0}var _emscripten_glFenceSync=_glFenceSync;function _glFinish(){GLctx["finish"]()}var _emscripten_glFinish=_glFinish;function _glFlush(){GLctx["flush"]()}var _emscripten_glFlush=_glFlush;function emscriptenWebGLGetBufferBinding(target){switch(target){case 34962:target=34964;break;case 34963:target=34965;break;case 35051:target=35053;break;case 35052:target=35055;break;case 35982:target=35983;break;case 36662:target=36662;break;case 36663:target=36663;break;case 35345:target=35368;break}var buffer=GLctx.getParameter(target);if(buffer)return buffer.name|0;else return 0}function emscriptenWebGLValidateMapBufferTarget(target){switch(target){case 34962:case 34963:case 36662:case 36663:case 35051:case 35052:case 35882:case 35982:case 35345:return true;default:return false}}function _glFlushMappedBufferRange(target,offset,length){if(!emscriptenWebGLValidateMapBufferTarget(target)){GL.recordError(1280);err("GL_INVALID_ENUM in glFlushMappedBufferRange");return}var mapping=GL.mappedBuffers[emscriptenWebGLGetBufferBinding(target)];if(!mapping){GL.recordError(1282);err("buffer was never mapped in glFlushMappedBufferRange");return}if(!(mapping.access&16)){GL.recordError(1282);err("buffer was not mapped with GL_MAP_FLUSH_EXPLICIT_BIT in glFlushMappedBufferRange");return}if(offset<0||length<0||offset+length>mapping.length){GL.recordError(1281);err("invalid range in glFlushMappedBufferRange");return}GLctx.bufferSubData(target,mapping.offset,HEAPU8.subarray(mapping.mem+offset,mapping.mem+offset+length))}var _emscripten_glFlushMappedBufferRange=_glFlushMappedBufferRange;function _glFramebufferRenderbuffer(target,attachment,renderbuffertarget,renderbuffer){GLctx.framebufferRenderbuffer(target,attachment,renderbuffertarget,GL.renderbuffers[renderbuffer])}var _emscripten_glFramebufferRenderbuffer=_glFramebufferRenderbuffer;function _glFramebufferTexture2D(target,attachment,textarget,texture,level){GLctx.framebufferTexture2D(target,attachment,textarget,GL.textures[texture],level)}var _emscripten_glFramebufferTexture2D=_glFramebufferTexture2D;function _glFramebufferTextureLayer(target,attachment,texture,level,layer){GLctx.framebufferTextureLayer(target,attachment,GL.textures[texture],level,layer)}var _emscripten_glFramebufferTextureLayer=_glFramebufferTextureLayer;function _glFrontFace(x0){GLctx["frontFace"](x0)}var _emscripten_glFrontFace=_glFrontFace;function __glGenObject(n,buffers,createFunction,objectTable){for(var i=0;i<n;i++){var buffer=GLctx[createFunction]();var id=buffer&&GL.getNewId(objectTable);if(buffer){buffer.name=id;objectTable[id]=buffer}else{GL.recordError(1282)}HEAP32[buffers+i*4>>2]=id}}function _glGenBuffers(n,buffers){__glGenObject(n,buffers,"createBuffer",GL.buffers)}var _emscripten_glGenBuffers=_glGenBuffers;function _glGenFramebuffers(n,ids){__glGenObject(n,ids,"createFramebuffer",GL.framebuffers)}var _emscripten_glGenFramebuffers=_glGenFramebuffers;function _glGenQueries(n,ids){__glGenObject(n,ids,"createQuery",GL.queries)}var _emscripten_glGenQueries=_glGenQueries;function _glGenQueriesEXT(n,ids){for(var i=0;i<n;i++){var query=GLctx.disjointTimerQueryExt["createQueryEXT"]();if(!query){GL.recordError(1282);while(i<n)HEAP32[ids+i++*4>>2]=0;return}var id=GL.getNewId(GL.queries);query.name=id;GL.queries[id]=query;HEAP32[ids+i*4>>2]=id}}var _emscripten_glGenQueriesEXT=_glGenQueriesEXT;function _glGenRenderbuffers(n,renderbuffers){__glGenObject(n,renderbuffers,"createRenderbuffer",GL.renderbuffers)}var _emscripten_glGenRenderbuffers=_glGenRenderbuffers;function _glGenSamplers(n,samplers){__glGenObject(n,samplers,"createSampler",GL.samplers)}var _emscripten_glGenSamplers=_glGenSamplers;function _glGenTextures(n,textures){__glGenObject(n,textures,"createTexture",GL.textures)}var _emscripten_glGenTextures=_glGenTextures;function _glGenTransformFeedbacks(n,ids){__glGenObject(n,ids,"createTransformFeedback",GL.transformFeedbacks)}var _emscripten_glGenTransformFeedbacks=_glGenTransformFeedbacks;function _glGenVertexArrays(n,arrays){__glGenObject(n,arrays,"createVertexArray",GL.vaos)}var _emscripten_glGenVertexArrays=_glGenVertexArrays;var _glGenVertexArraysOES=_glGenVertexArrays;var _emscripten_glGenVertexArraysOES=_glGenVertexArraysOES;function _glGenerateMipmap(x0){GLctx["generateMipmap"](x0)}var _emscripten_glGenerateMipmap=_glGenerateMipmap;function __glGetActiveAttribOrUniform(funcName,program,index,bufSize,length,size,type,name){program=GL.programs[program];var info=GLctx[funcName](program,index);if(info){var numBytesWrittenExclNull=name&&stringToUTF8(info.name,name,bufSize);if(length)HEAP32[length>>2]=numBytesWrittenExclNull;if(size)HEAP32[size>>2]=info.size;if(type)HEAP32[type>>2]=info.type}}function _glGetActiveAttrib(program,index,bufSize,length,size,type,name){__glGetActiveAttribOrUniform("getActiveAttrib",program,index,bufSize,length,size,type,name)}var _emscripten_glGetActiveAttrib=_glGetActiveAttrib;function _glGetActiveUniform(program,index,bufSize,length,size,type,name){__glGetActiveAttribOrUniform("getActiveUniform",program,index,bufSize,length,size,type,name)}var _emscripten_glGetActiveUniform=_glGetActiveUniform;function _glGetActiveUniformBlockName(program,uniformBlockIndex,bufSize,length,uniformBlockName){program=GL.programs[program];var result=GLctx["getActiveUniformBlockName"](program,uniformBlockIndex);if(!result)return;if(uniformBlockName&&bufSize>0){var numBytesWrittenExclNull=stringToUTF8(result,uniformBlockName,bufSize);if(length)HEAP32[length>>2]=numBytesWrittenExclNull}else{if(length)HEAP32[length>>2]=0}}var _emscripten_glGetActiveUniformBlockName=_glGetActiveUniformBlockName;function _glGetActiveUniformBlockiv(program,uniformBlockIndex,pname,params){if(!params){GL.recordError(1281);return}program=GL.programs[program];if(pname==35393){var name=GLctx["getActiveUniformBlockName"](program,uniformBlockIndex);HEAP32[params>>2]=name.length+1;return}var result=GLctx["getActiveUniformBlockParameter"](program,uniformBlockIndex,pname);if(result===null)return;if(pname==35395){for(var i=0;i<result.length;i++){HEAP32[params+i*4>>2]=result[i]}}else{HEAP32[params>>2]=result}}var _emscripten_glGetActiveUniformBlockiv=_glGetActiveUniformBlockiv;function _glGetActiveUniformsiv(program,uniformCount,uniformIndices,pname,params){if(!params){GL.recordError(1281);return}if(uniformCount>0&&uniformIndices==0){GL.recordError(1281);return}program=GL.programs[program];var ids=[];for(var i=0;i<uniformCount;i++){ids.push(HEAP32[uniformIndices+i*4>>2])}var result=GLctx["getActiveUniforms"](program,ids,pname);if(!result)return;var len=result.length;for(var i=0;i<len;i++){HEAP32[params+i*4>>2]=result[i]}}var _emscripten_glGetActiveUniformsiv=_glGetActiveUniformsiv;function _glGetAttachedShaders(program,maxCount,count,shaders){var result=GLctx.getAttachedShaders(GL.programs[program]);var len=result.length;if(len>maxCount){len=maxCount}HEAP32[count>>2]=len;for(var i=0;i<len;++i){var id=GL.shaders.indexOf(result[i]);HEAP32[shaders+i*4>>2]=id}}var _emscripten_glGetAttachedShaders=_glGetAttachedShaders;function _glGetAttribLocation(program,name){return GLctx.getAttribLocation(GL.programs[program],UTF8ToString(name))}var _emscripten_glGetAttribLocation=_glGetAttribLocation;function writeI53ToI64(ptr,num){HEAPU32[ptr>>2]=num;HEAPU32[ptr+4>>2]=(num-HEAPU32[ptr>>2])/4294967296}function emscriptenWebGLGet(name_,p,type){if(!p){GL.recordError(1281);return}var ret=undefined;switch(name_){case 36346:ret=1;break;case 36344:if(type!=0&&type!=1){GL.recordError(1280)}return;case 34814:case 36345:ret=0;break;case 34466:var formats=GLctx.getParameter(34467);ret=formats?formats.length:0;break;case 33309:if(GL.currentContext.version<2){GL.recordError(1282);return}var exts=GLctx.getSupportedExtensions()||[];ret=2*exts.length;break;case 33307:case 33308:if(GL.currentContext.version<2){GL.recordError(1280);return}ret=name_==33307?3:0;break}if(ret===undefined){var result=GLctx.getParameter(name_);switch(typeof result){case"number":ret=result;break;case"boolean":ret=result?1:0;break;case"string":GL.recordError(1280);return;case"object":if(result===null){switch(name_){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:{ret=0;break}default:{GL.recordError(1280);return}}}else if(result instanceof Float32Array||result instanceof Uint32Array||result instanceof Int32Array||result instanceof Array){for(var i=0;i<result.length;++i){switch(type){case 0:HEAP32[p+i*4>>2]=result[i];break;case 2:HEAPF32[p+i*4>>2]=result[i];break;case 4:HEAP8[p+i>>0]=result[i]?1:0;break}}return}else{try{ret=result.name|0}catch(e){GL.recordError(1280);err("GL_INVALID_ENUM in glGet"+type+"v: Unknown object returned from WebGL getParameter("+name_+")! (error: "+e+")");return}}break;default:GL.recordError(1280);err("GL_INVALID_ENUM in glGet"+type+"v: Native code calling glGet"+type+"v("+name_+") and it returns "+result+" of type "+typeof result+"!");return}}switch(type){case 1:writeI53ToI64(p,ret);break;case 0:HEAP32[p>>2]=ret;break;case 2:HEAPF32[p>>2]=ret;break;case 4:HEAP8[p>>0]=ret?1:0;break}}function _glGetBooleanv(name_,p){emscriptenWebGLGet(name_,p,4)}var _emscripten_glGetBooleanv=_glGetBooleanv;function _glGetBufferParameteri64v(target,value,data){if(!data){GL.recordError(1281);return}writeI53ToI64(data,GLctx.getBufferParameter(target,value))}var _emscripten_glGetBufferParameteri64v=_glGetBufferParameteri64v;function _glGetBufferParameteriv(target,value,data){if(!data){GL.recordError(1281);return}HEAP32[data>>2]=GLctx.getBufferParameter(target,value)}var _emscripten_glGetBufferParameteriv=_glGetBufferParameteriv;function _glGetBufferPointerv(target,pname,params){if(pname==35005){var ptr=0;var mappedBuffer=GL.mappedBuffers[emscriptenWebGLGetBufferBinding(target)];if(mappedBuffer){ptr=mappedBuffer.mem}HEAP32[params>>2]=ptr}else{GL.recordError(1280);err("GL_INVALID_ENUM in glGetBufferPointerv")}}var _emscripten_glGetBufferPointerv=_glGetBufferPointerv;function _glGetError(){var error=GLctx.getError()||GL.lastError;GL.lastError=0;return error}var _emscripten_glGetError=_glGetError;function _glGetFloatv(name_,p){emscriptenWebGLGet(name_,p,2)}var _emscripten_glGetFloatv=_glGetFloatv;function _glGetFragDataLocation(program,name){return GLctx["getFragDataLocation"](GL.programs[program],UTF8ToString(name))}var _emscripten_glGetFragDataLocation=_glGetFragDataLocation;function _glGetFramebufferAttachmentParameteriv(target,attachment,pname,params){var result=GLctx.getFramebufferAttachmentParameter(target,attachment,pname);if(result instanceof WebGLRenderbuffer||result instanceof WebGLTexture){result=result.name|0}HEAP32[params>>2]=result}var _emscripten_glGetFramebufferAttachmentParameteriv=_glGetFramebufferAttachmentParameteriv;function emscriptenWebGLGetIndexed(target,index,data,type){if(!data){GL.recordError(1281);return}var result=GLctx["getIndexedParameter"](target,index);var ret;switch(typeof result){case"boolean":ret=result?1:0;break;case"number":ret=result;break;case"object":if(result===null){switch(target){case 35983:case 35368:ret=0;break;default:{GL.recordError(1280);return}}}else if(result instanceof WebGLBuffer){ret=result.name|0}else{GL.recordError(1280);return}break;default:GL.recordError(1280);return}switch(type){case 1:writeI53ToI64(data,ret);break;case 0:HEAP32[data>>2]=ret;break;case 2:HEAPF32[data>>2]=ret;break;case 4:HEAP8[data>>0]=ret?1:0;break;default:throw"internal emscriptenWebGLGetIndexed() error, bad type: "+type}}function _glGetInteger64i_v(target,index,data){emscriptenWebGLGetIndexed(target,index,data,1)}var _emscripten_glGetInteger64i_v=_glGetInteger64i_v;function _glGetInteger64v(name_,p){emscriptenWebGLGet(name_,p,1)}var _emscripten_glGetInteger64v=_glGetInteger64v;function _glGetIntegeri_v(target,index,data){emscriptenWebGLGetIndexed(target,index,data,0)}var _emscripten_glGetIntegeri_v=_glGetIntegeri_v;function _glGetIntegerv(name_,p){emscriptenWebGLGet(name_,p,0)}var _emscripten_glGetIntegerv=_glGetIntegerv;function _glGetInternalformativ(target,internalformat,pname,bufSize,params){if(bufSize<0){GL.recordError(1281);return}if(!params){GL.recordError(1281);return}var ret=GLctx["getInternalformatParameter"](target,internalformat,pname);if(ret===null)return;for(var i=0;i<ret.length&&i<bufSize;++i){HEAP32[params+i*4>>2]=ret[i]}}var _emscripten_glGetInternalformativ=_glGetInternalformativ;function _glGetProgramBinary(program,bufSize,length,binaryFormat,binary){GL.recordError(1282)}var _emscripten_glGetProgramBinary=_glGetProgramBinary;function _glGetProgramInfoLog(program,maxLength,length,infoLog){var log=GLctx.getProgramInfoLog(GL.programs[program]);if(log===null)log="(unknown error)";var numBytesWrittenExclNull=maxLength>0&&infoLog?stringToUTF8(log,infoLog,maxLength):0;if(length)HEAP32[length>>2]=numBytesWrittenExclNull}var _emscripten_glGetProgramInfoLog=_glGetProgramInfoLog;function _glGetProgramiv(program,pname,p){if(!p){GL.recordError(1281);return}if(program>=GL.counter){GL.recordError(1281);return}program=GL.programs[program];if(pname==35716){var log=GLctx.getProgramInfoLog(program);if(log===null)log="(unknown error)";HEAP32[p>>2]=log.length+1}else if(pname==35719){if(!program.maxUniformLength){for(var i=0;i<GLctx.getProgramParameter(program,35718);++i){program.maxUniformLength=Math.max(program.maxUniformLength,GLctx.getActiveUniform(program,i).name.length+1)}}HEAP32[p>>2]=program.maxUniformLength}else if(pname==35722){if(!program.maxAttributeLength){for(var i=0;i<GLctx.getProgramParameter(program,35721);++i){program.maxAttributeLength=Math.max(program.maxAttributeLength,GLctx.getActiveAttrib(program,i).name.length+1)}}HEAP32[p>>2]=program.maxAttributeLength}else if(pname==35381){if(!program.maxUniformBlockNameLength){for(var i=0;i<GLctx.getProgramParameter(program,35382);++i){program.maxUniformBlockNameLength=Math.max(program.maxUniformBlockNameLength,GLctx.getActiveUniformBlockName(program,i).length+1)}}HEAP32[p>>2]=program.maxUniformBlockNameLength}else{HEAP32[p>>2]=GLctx.getProgramParameter(program,pname)}}var _emscripten_glGetProgramiv=_glGetProgramiv;function _glGetQueryObjecti64vEXT(id,pname,params){if(!params){GL.recordError(1281);return}var query=GL.queries[id];var param;if(GL.currentContext.version<2){param=GLctx.disjointTimerQueryExt["getQueryObjectEXT"](query,pname)}else{param=GLctx["getQueryParameter"](query,pname)}var ret;if(typeof param=="boolean"){ret=param?1:0}else{ret=param}writeI53ToI64(params,ret)}var _emscripten_glGetQueryObjecti64vEXT=_glGetQueryObjecti64vEXT;function _glGetQueryObjectivEXT(id,pname,params){if(!params){GL.recordError(1281);return}var query=GL.queries[id];var param=GLctx.disjointTimerQueryExt["getQueryObjectEXT"](query,pname);var ret;if(typeof param=="boolean"){ret=param?1:0}else{ret=param}HEAP32[params>>2]=ret}var _emscripten_glGetQueryObjectivEXT=_glGetQueryObjectivEXT;var _glGetQueryObjectui64vEXT=_glGetQueryObjecti64vEXT;var _emscripten_glGetQueryObjectui64vEXT=_glGetQueryObjectui64vEXT;function _glGetQueryObjectuiv(id,pname,params){if(!params){GL.recordError(1281);return}var query=GL.queries[id];var param=GLctx["getQueryParameter"](query,pname);var ret;if(typeof param=="boolean"){ret=param?1:0}else{ret=param}HEAP32[params>>2]=ret}var _emscripten_glGetQueryObjectuiv=_glGetQueryObjectuiv;var _glGetQueryObjectuivEXT=_glGetQueryObjectivEXT;var _emscripten_glGetQueryObjectuivEXT=_glGetQueryObjectuivEXT;function _glGetQueryiv(target,pname,params){if(!params){GL.recordError(1281);return}HEAP32[params>>2]=GLctx["getQuery"](target,pname)}var _emscripten_glGetQueryiv=_glGetQueryiv;function _glGetQueryivEXT(target,pname,params){if(!params){GL.recordError(1281);return}HEAP32[params>>2]=GLctx.disjointTimerQueryExt["getQueryEXT"](target,pname)}var _emscripten_glGetQueryivEXT=_glGetQueryivEXT;function _glGetRenderbufferParameteriv(target,pname,params){if(!params){GL.recordError(1281);return}HEAP32[params>>2]=GLctx.getRenderbufferParameter(target,pname)}var _emscripten_glGetRenderbufferParameteriv=_glGetRenderbufferParameteriv;function _glGetSamplerParameterfv(sampler,pname,params){if(!params){GL.recordError(1281);return}HEAPF32[params>>2]=GLctx["getSamplerParameter"](GL.samplers[sampler],pname)}var _emscripten_glGetSamplerParameterfv=_glGetSamplerParameterfv;function _glGetSamplerParameteriv(sampler,pname,params){if(!params){GL.recordError(1281);return}HEAP32[params>>2]=GLctx["getSamplerParameter"](GL.samplers[sampler],pname)}var _emscripten_glGetSamplerParameteriv=_glGetSamplerParameteriv;function _glGetShaderInfoLog(shader,maxLength,length,infoLog){var log=GLctx.getShaderInfoLog(GL.shaders[shader]);if(log===null)log="(unknown error)";var numBytesWrittenExclNull=maxLength>0&&infoLog?stringToUTF8(log,infoLog,maxLength):0;if(length)HEAP32[length>>2]=numBytesWrittenExclNull}var _emscripten_glGetShaderInfoLog=_glGetShaderInfoLog;function _glGetShaderPrecisionFormat(shaderType,precisionType,range,precision){var result=GLctx.getShaderPrecisionFormat(shaderType,precisionType);HEAP32[range>>2]=result.rangeMin;HEAP32[range+4>>2]=result.rangeMax;HEAP32[precision>>2]=result.precision}var _emscripten_glGetShaderPrecisionFormat=_glGetShaderPrecisionFormat;function _glGetShaderSource(shader,bufSize,length,source){var result=GLctx.getShaderSource(GL.shaders[shader]);if(!result)return;var numBytesWrittenExclNull=bufSize>0&&source?stringToUTF8(result,source,bufSize):0;if(length)HEAP32[length>>2]=numBytesWrittenExclNull}var _emscripten_glGetShaderSource=_glGetShaderSource;function _glGetShaderiv(shader,pname,p){if(!p){GL.recordError(1281);return}if(pname==35716){var log=GLctx.getShaderInfoLog(GL.shaders[shader]);if(log===null)log="(unknown error)";var logLength=log?log.length+1:0;HEAP32[p>>2]=logLength}else if(pname==35720){var source=GLctx.getShaderSource(GL.shaders[shader]);var sourceLength=source?source.length+1:0;HEAP32[p>>2]=sourceLength}else{HEAP32[p>>2]=GLctx.getShaderParameter(GL.shaders[shader],pname)}}var _emscripten_glGetShaderiv=_glGetShaderiv;function _glGetString(name_){var ret=GL.stringCache[name_];if(!ret){switch(name_){case 7939:var exts=GLctx.getSupportedExtensions()||[];exts=exts.concat(exts.map(function(e){return"GL_"+e}));ret=stringToNewUTF8(exts.join(" "));break;case 7936:case 7937:case 37445:case 37446:var s=GLctx.getParameter(name_);if(!s){GL.recordError(1280)}ret=s&&stringToNewUTF8(s);break;case 7938:var glVersion=GLctx.getParameter(7938);if(GL.currentContext.version>=2)glVersion="OpenGL ES 3.0 ("+glVersion+")";else{glVersion="OpenGL ES 2.0 ("+glVersion+")"}ret=stringToNewUTF8(glVersion);break;case 35724:var glslVersion=GLctx.getParameter(35724);var ver_re=/^WebGL GLSL ES ([0-9]\.[0-9][0-9]?)(?:$| .*)/;var ver_num=glslVersion.match(ver_re);if(ver_num!==null){if(ver_num[1].length==3)ver_num[1]=ver_num[1]+"0";glslVersion="OpenGL ES GLSL ES "+ver_num[1]+" ("+glslVersion+")"}ret=stringToNewUTF8(glslVersion);break;default:GL.recordError(1280)}GL.stringCache[name_]=ret}return ret}var _emscripten_glGetString=_glGetString;function _glGetStringi(name,index){if(GL.currentContext.version<2){GL.recordError(1282);return 0}var stringiCache=GL.stringiCache[name];if(stringiCache){if(index<0||index>=stringiCache.length){GL.recordError(1281);return 0}return stringiCache[index]}switch(name){case 7939:var exts=GLctx.getSupportedExtensions()||[];exts=exts.concat(exts.map(function(e){return"GL_"+e}));exts=exts.map(function(e){return stringToNewUTF8(e)});stringiCache=GL.stringiCache[name]=exts;if(index<0||index>=stringiCache.length){GL.recordError(1281);return 0}return stringiCache[index];default:GL.recordError(1280);return 0}}var _emscripten_glGetStringi=_glGetStringi;function _glGetSynciv(sync,pname,bufSize,length,values){if(bufSize<0){GL.recordError(1281);return}if(!values){GL.recordError(1281);return}var ret=GLctx.getSyncParameter(GL.syncs[sync],pname);if(ret!==null){HEAP32[values>>2]=ret;if(length)HEAP32[length>>2]=1}}var _emscripten_glGetSynciv=_glGetSynciv;function _glGetTexParameterfv(target,pname,params){if(!params){GL.recordError(1281);return}HEAPF32[params>>2]=GLctx.getTexParameter(target,pname)}var _emscripten_glGetTexParameterfv=_glGetTexParameterfv;function _glGetTexParameteriv(target,pname,params){if(!params){GL.recordError(1281);return}HEAP32[params>>2]=GLctx.getTexParameter(target,pname)}var _emscripten_glGetTexParameteriv=_glGetTexParameteriv;function _glGetTransformFeedbackVarying(program,index,bufSize,length,size,type,name){program=GL.programs[program];var info=GLctx["getTransformFeedbackVarying"](program,index);if(!info)return;if(name&&bufSize>0){var numBytesWrittenExclNull=stringToUTF8(info.name,name,bufSize);if(length)HEAP32[length>>2]=numBytesWrittenExclNull}else{if(length)HEAP32[length>>2]=0}if(size)HEAP32[size>>2]=info.size;if(type)HEAP32[type>>2]=info.type}var _emscripten_glGetTransformFeedbackVarying=_glGetTransformFeedbackVarying;function _glGetUniformBlockIndex(program,uniformBlockName){return GLctx["getUniformBlockIndex"](GL.programs[program],UTF8ToString(uniformBlockName))}var _emscripten_glGetUniformBlockIndex=_glGetUniformBlockIndex;function _glGetUniformIndices(program,uniformCount,uniformNames,uniformIndices){if(!uniformIndices){GL.recordError(1281);return}if(uniformCount>0&&(uniformNames==0||uniformIndices==0)){GL.recordError(1281);return}program=GL.programs[program];var names=[];for(var i=0;i<uniformCount;i++)names.push(UTF8ToString(HEAP32[uniformNames+i*4>>2]));var result=GLctx["getUniformIndices"](program,names);if(!result)return;var len=result.length;for(var i=0;i<len;i++){HEAP32[uniformIndices+i*4>>2]=result[i]}}var _emscripten_glGetUniformIndices=_glGetUniformIndices;function jstoi_q(str){return parseInt(str)}function webglGetLeftBracePos(name){return name.slice(-1)=="]"&&name.lastIndexOf("[")}function webglPrepareUniformLocationsBeforeFirstUse(program){var uniformLocsById=program.uniformLocsById,uniformSizeAndIdsByName=program.uniformSizeAndIdsByName,i,j;if(!uniformLocsById){program.uniformLocsById=uniformLocsById={};program.uniformArrayNamesById={};for(i=0;i<GLctx.getProgramParameter(program,35718);++i){var u=GLctx.getActiveUniform(program,i);var nm=u.name;var sz=u.size;var lb=webglGetLeftBracePos(nm);var arrayName=lb>0?nm.slice(0,lb):nm;var id=program.uniformIdCounter;program.uniformIdCounter+=sz;uniformSizeAndIdsByName[arrayName]=[sz,id];for(j=0;j<sz;++j){uniformLocsById[id]=j;program.uniformArrayNamesById[id++]=arrayName}}}}function _glGetUniformLocation(program,name){name=UTF8ToString(name);if(program=GL.programs[program]){webglPrepareUniformLocationsBeforeFirstUse(program);var uniformLocsById=program.uniformLocsById;var arrayIndex=0;var uniformBaseName=name;var leftBrace=webglGetLeftBracePos(name);if(leftBrace>0){arrayIndex=jstoi_q(name.slice(leftBrace+1))>>>0;uniformBaseName=name.slice(0,leftBrace)}var sizeAndId=program.uniformSizeAndIdsByName[uniformBaseName];if(sizeAndId&&arrayIndex<sizeAndId[0]){arrayIndex+=sizeAndId[1];if(uniformLocsById[arrayIndex]=uniformLocsById[arrayIndex]||GLctx.getUniformLocation(program,name)){return arrayIndex}}}else{GL.recordError(1281)}return-1}var _emscripten_glGetUniformLocation=_glGetUniformLocation;function webglGetUniformLocation(location){var p=GLctx.currentProgram;if(p){var webglLoc=p.uniformLocsById[location];if(typeof webglLoc=="number"){p.uniformLocsById[location]=webglLoc=GLctx.getUniformLocation(p,p.uniformArrayNamesById[location]+(webglLoc>0?"["+webglLoc+"]":""))}return webglLoc}else{GL.recordError(1282)}}function emscriptenWebGLGetUniform(program,location,params,type){if(!params){GL.recordError(1281);return}program=GL.programs[program];webglPrepareUniformLocationsBeforeFirstUse(program);var data=GLctx.getUniform(program,webglGetUniformLocation(location));if(typeof data=="number"||typeof data=="boolean"){switch(type){case 0:HEAP32[params>>2]=data;break;case 2:HEAPF32[params>>2]=data;break}}else{for(var i=0;i<data.length;i++){switch(type){case 0:HEAP32[params+i*4>>2]=data[i];break;case 2:HEAPF32[params+i*4>>2]=data[i];break}}}}function _glGetUniformfv(program,location,params){emscriptenWebGLGetUniform(program,location,params,2)}var _emscripten_glGetUniformfv=_glGetUniformfv;function _glGetUniformiv(program,location,params){emscriptenWebGLGetUniform(program,location,params,0)}var _emscripten_glGetUniformiv=_glGetUniformiv;function _glGetUniformuiv(program,location,params){emscriptenWebGLGetUniform(program,location,params,0)}var _emscripten_glGetUniformuiv=_glGetUniformuiv;function emscriptenWebGLGetVertexAttrib(index,pname,params,type){if(!params){GL.recordError(1281);return}if(GL.currentContext.clientBuffers[index].enabled){err("glGetVertexAttrib*v on client-side array: not supported, bad data returned")}var data=GLctx.getVertexAttrib(index,pname);if(pname==34975){HEAP32[params>>2]=data&&data["name"]}else if(typeof data=="number"||typeof data=="boolean"){switch(type){case 0:HEAP32[params>>2]=data;break;case 2:HEAPF32[params>>2]=data;break;case 5:HEAP32[params>>2]=Math.fround(data);break}}else{for(var i=0;i<data.length;i++){switch(type){case 0:HEAP32[params+i*4>>2]=data[i];break;case 2:HEAPF32[params+i*4>>2]=data[i];break;case 5:HEAP32[params+i*4>>2]=Math.fround(data[i]);break}}}}function _glGetVertexAttribIiv(index,pname,params){emscriptenWebGLGetVertexAttrib(index,pname,params,0)}var _emscripten_glGetVertexAttribIiv=_glGetVertexAttribIiv;var _glGetVertexAttribIuiv=_glGetVertexAttribIiv;var _emscripten_glGetVertexAttribIuiv=_glGetVertexAttribIuiv;function _glGetVertexAttribPointerv(index,pname,pointer){if(!pointer){GL.recordError(1281);return}if(GL.currentContext.clientBuffers[index].enabled){err("glGetVertexAttribPointer on client-side array: not supported, bad data returned")}HEAP32[pointer>>2]=GLctx.getVertexAttribOffset(index,pname)}var _emscripten_glGetVertexAttribPointerv=_glGetVertexAttribPointerv;function _glGetVertexAttribfv(index,pname,params){emscriptenWebGLGetVertexAttrib(index,pname,params,2)}var _emscripten_glGetVertexAttribfv=_glGetVertexAttribfv;function _glGetVertexAttribiv(index,pname,params){emscriptenWebGLGetVertexAttrib(index,pname,params,5)}var _emscripten_glGetVertexAttribiv=_glGetVertexAttribiv;function _glHint(x0,x1){GLctx["hint"](x0,x1)}var _emscripten_glHint=_glHint;function _glInvalidateFramebuffer(target,numAttachments,attachments){var list=tempFixedLengthArray[numAttachments];for(var i=0;i<numAttachments;i++){list[i]=HEAP32[attachments+i*4>>2]}GLctx["invalidateFramebuffer"](target,list)}var _emscripten_glInvalidateFramebuffer=_glInvalidateFramebuffer;function _glInvalidateSubFramebuffer(target,numAttachments,attachments,x,y,width,height){var list=tempFixedLengthArray[numAttachments];for(var i=0;i<numAttachments;i++){list[i]=HEAP32[attachments+i*4>>2]}GLctx["invalidateSubFramebuffer"](target,list,x,y,width,height)}var _emscripten_glInvalidateSubFramebuffer=_glInvalidateSubFramebuffer;function _glIsBuffer(buffer){var b=GL.buffers[buffer];if(!b)return 0;return GLctx.isBuffer(b)}var _emscripten_glIsBuffer=_glIsBuffer;function _glIsEnabled(x0){return GLctx["isEnabled"](x0)}var _emscripten_glIsEnabled=_glIsEnabled;function _glIsFramebuffer(framebuffer){var fb=GL.framebuffers[framebuffer];if(!fb)return 0;return GLctx.isFramebuffer(fb)}var _emscripten_glIsFramebuffer=_glIsFramebuffer;function _glIsProgram(program){program=GL.programs[program];if(!program)return 0;return GLctx.isProgram(program)}var _emscripten_glIsProgram=_glIsProgram;function _glIsQuery(id){var query=GL.queries[id];if(!query)return 0;return GLctx["isQuery"](query)}var _emscripten_glIsQuery=_glIsQuery;function _glIsQueryEXT(id){var query=GL.queries[id];if(!query)return 0;return GLctx.disjointTimerQueryExt["isQueryEXT"](query)}var _emscripten_glIsQueryEXT=_glIsQueryEXT;function _glIsRenderbuffer(renderbuffer){var rb=GL.renderbuffers[renderbuffer];if(!rb)return 0;return GLctx.isRenderbuffer(rb)}var _emscripten_glIsRenderbuffer=_glIsRenderbuffer;function _glIsSampler(id){var sampler=GL.samplers[id];if(!sampler)return 0;return GLctx["isSampler"](sampler)}var _emscripten_glIsSampler=_glIsSampler;function _glIsShader(shader){var s=GL.shaders[shader];if(!s)return 0;return GLctx.isShader(s)}var _emscripten_glIsShader=_glIsShader;function _glIsSync(sync){return GLctx.isSync(GL.syncs[sync])}var _emscripten_glIsSync=_glIsSync;function _glIsTexture(id){var texture=GL.textures[id];if(!texture)return 0;return GLctx.isTexture(texture)}var _emscripten_glIsTexture=_glIsTexture;function _glIsTransformFeedback(id){return GLctx["isTransformFeedback"](GL.transformFeedbacks[id])}var _emscripten_glIsTransformFeedback=_glIsTransformFeedback;function _glIsVertexArray(array){var vao=GL.vaos[array];if(!vao)return 0;return GLctx["isVertexArray"](vao)}var _emscripten_glIsVertexArray=_glIsVertexArray;var _glIsVertexArrayOES=_glIsVertexArray;var _emscripten_glIsVertexArrayOES=_glIsVertexArrayOES;function _glLineWidth(x0){GLctx["lineWidth"](x0)}var _emscripten_glLineWidth=_glLineWidth;function _glLinkProgram(program){program=GL.programs[program];GLctx.linkProgram(program);program.uniformLocsById=0;program.uniformSizeAndIdsByName={}}var _emscripten_glLinkProgram=_glLinkProgram;function _glMapBufferRange(target,offset,length,access){if((access&(1|32))!=0){err("glMapBufferRange access does not support MAP_READ or MAP_UNSYNCHRONIZED");return 0}if((access&2)==0){err("glMapBufferRange access must include MAP_WRITE");return 0}if((access&(4|8))==0){err("glMapBufferRange access must include INVALIDATE_BUFFER or INVALIDATE_RANGE");return 0}if(!emscriptenWebGLValidateMapBufferTarget(target)){GL.recordError(1280);err("GL_INVALID_ENUM in glMapBufferRange");return 0}var mem=_malloc(length);if(!mem)return 0;GL.mappedBuffers[emscriptenWebGLGetBufferBinding(target)]={offset:offset,length:length,mem:mem,access:access};return mem}var _emscripten_glMapBufferRange=_glMapBufferRange;function _glPauseTransformFeedback(){GLctx["pauseTransformFeedback"]()}var _emscripten_glPauseTransformFeedback=_glPauseTransformFeedback;function _glPixelStorei(pname,param){if(pname==3317){GL.unpackAlignment=param}GLctx.pixelStorei(pname,param)}var _emscripten_glPixelStorei=_glPixelStorei;function _glPolygonOffset(x0,x1){GLctx["polygonOffset"](x0,x1)}var _emscripten_glPolygonOffset=_glPolygonOffset;function _glProgramBinary(program,binaryFormat,binary,length){GL.recordError(1280)}var _emscripten_glProgramBinary=_glProgramBinary;function _glProgramParameteri(program,pname,value){GL.recordError(1280)}var _emscripten_glProgramParameteri=_glProgramParameteri;function _glQueryCounterEXT(id,target){GLctx.disjointTimerQueryExt["queryCounterEXT"](GL.queries[id],target)}var _emscripten_glQueryCounterEXT=_glQueryCounterEXT;function _glReadBuffer(x0){GLctx["readBuffer"](x0)}var _emscripten_glReadBuffer=_glReadBuffer;function computeUnpackAlignedImageSize(width,height,sizePerPixel,alignment){function roundedToNextMultipleOf(x,y){return x+y-1&-y}var plainRowSize=width*sizePerPixel;var alignedRowSize=roundedToNextMultipleOf(plainRowSize,alignment);return height*alignedRowSize}function colorChannelsInGlTextureFormat(format){var colorChannels={5:3,6:4,8:2,29502:3,29504:4,26917:2,26918:2,29846:3,29847:4};return colorChannels[format-6402]||1}function heapObjectForWebGLType(type){type-=5120;if(type==0)return HEAP8;if(type==1)return HEAPU8;if(type==2)return HEAP16;if(type==4)return HEAP32;if(type==6)return HEAPF32;if(type==5||type==28922||type==28520||type==30779||type==30782)return HEAPU32;return HEAPU16}function heapAccessShiftForWebGLHeap(heap){return 31-Math.clz32(heap.BYTES_PER_ELEMENT)}function emscriptenWebGLGetTexPixelData(type,format,width,height,pixels,internalFormat){var heap=heapObjectForWebGLType(type);var shift=heapAccessShiftForWebGLHeap(heap);var byteSize=1<<shift;var sizePerPixel=colorChannelsInGlTextureFormat(format)*byteSize;var bytes=computeUnpackAlignedImageSize(width,height,sizePerPixel,GL.unpackAlignment);return heap.subarray(pixels>>shift,pixels+bytes>>shift)}function _glReadPixels(x,y,width,height,format,type,pixels){if(GL.currentContext.version>=2){if(GLctx.currentPixelPackBufferBinding){GLctx.readPixels(x,y,width,height,format,type,pixels)}else{var heap=heapObjectForWebGLType(type);GLctx.readPixels(x,y,width,height,format,type,heap,pixels>>heapAccessShiftForWebGLHeap(heap))}return}var pixelData=emscriptenWebGLGetTexPixelData(type,format,width,height,pixels,format);if(!pixelData){GL.recordError(1280);return}GLctx.readPixels(x,y,width,height,format,type,pixelData)}var _emscripten_glReadPixels=_glReadPixels;function _glReleaseShaderCompiler(){}var _emscripten_glReleaseShaderCompiler=_glReleaseShaderCompiler;function _glRenderbufferStorage(x0,x1,x2,x3){GLctx["renderbufferStorage"](x0,x1,x2,x3)}var _emscripten_glRenderbufferStorage=_glRenderbufferStorage;function _glRenderbufferStorageMultisample(x0,x1,x2,x3,x4){GLctx["renderbufferStorageMultisample"](x0,x1,x2,x3,x4)}var _emscripten_glRenderbufferStorageMultisample=_glRenderbufferStorageMultisample;function _glResumeTransformFeedback(){GLctx["resumeTransformFeedback"]()}var _emscripten_glResumeTransformFeedback=_glResumeTransformFeedback;function _glSampleCoverage(value,invert){GLctx.sampleCoverage(value,!!invert)}var _emscripten_glSampleCoverage=_glSampleCoverage;function _glSamplerParameterf(sampler,pname,param){GLctx["samplerParameterf"](GL.samplers[sampler],pname,param)}var _emscripten_glSamplerParameterf=_glSamplerParameterf;function _glSamplerParameterfv(sampler,pname,params){var param=HEAPF32[params>>2];GLctx["samplerParameterf"](GL.samplers[sampler],pname,param)}var _emscripten_glSamplerParameterfv=_glSamplerParameterfv;function _glSamplerParameteri(sampler,pname,param){GLctx["samplerParameteri"](GL.samplers[sampler],pname,param)}var _emscripten_glSamplerParameteri=_glSamplerParameteri;function _glSamplerParameteriv(sampler,pname,params){var param=HEAP32[params>>2];GLctx["samplerParameteri"](GL.samplers[sampler],pname,param)}var _emscripten_glSamplerParameteriv=_glSamplerParameteriv;function _glScissor(x0,x1,x2,x3){GLctx["scissor"](x0,x1,x2,x3)}var _emscripten_glScissor=_glScissor;function _glShaderBinary(count,shaders,binaryformat,binary,length){GL.recordError(1280)}var _emscripten_glShaderBinary=_glShaderBinary;function _glShaderSource(shader,count,string,length){var source=GL.getSource(shader,count,string,length);GLctx.shaderSource(GL.shaders[shader],source)}var _emscripten_glShaderSource=_glShaderSource;function _glStencilFunc(x0,x1,x2){GLctx["stencilFunc"](x0,x1,x2)}var _emscripten_glStencilFunc=_glStencilFunc;function _glStencilFuncSeparate(x0,x1,x2,x3){GLctx["stencilFuncSeparate"](x0,x1,x2,x3)}var _emscripten_glStencilFuncSeparate=_glStencilFuncSeparate;function _glStencilMask(x0){GLctx["stencilMask"](x0)}var _emscripten_glStencilMask=_glStencilMask;function _glStencilMaskSeparate(x0,x1){GLctx["stencilMaskSeparate"](x0,x1)}var _emscripten_glStencilMaskSeparate=_glStencilMaskSeparate;function _glStencilOp(x0,x1,x2){GLctx["stencilOp"](x0,x1,x2)}var _emscripten_glStencilOp=_glStencilOp;function _glStencilOpSeparate(x0,x1,x2,x3){GLctx["stencilOpSeparate"](x0,x1,x2,x3)}var _emscripten_glStencilOpSeparate=_glStencilOpSeparate;function _glTexImage2D(target,level,internalFormat,width,height,border,format,type,pixels){if(GL.currentContext.version>=2){if(GLctx.currentPixelUnpackBufferBinding){GLctx.texImage2D(target,level,internalFormat,width,height,border,format,type,pixels)}else if(pixels){var heap=heapObjectForWebGLType(type);GLctx.texImage2D(target,level,internalFormat,width,height,border,format,type,heap,pixels>>heapAccessShiftForWebGLHeap(heap))}else{GLctx.texImage2D(target,level,internalFormat,width,height,border,format,type,null)}return}GLctx.texImage2D(target,level,internalFormat,width,height,border,format,type,pixels?emscriptenWebGLGetTexPixelData(type,format,width,height,pixels,internalFormat):null)}var _emscripten_glTexImage2D=_glTexImage2D;function _glTexImage3D(target,level,internalFormat,width,height,depth,border,format,type,pixels){if(GLctx.currentPixelUnpackBufferBinding){GLctx["texImage3D"](target,level,internalFormat,width,height,depth,border,format,type,pixels)}else if(pixels){var heap=heapObjectForWebGLType(type);GLctx["texImage3D"](target,level,internalFormat,width,height,depth,border,format,type,heap,pixels>>heapAccessShiftForWebGLHeap(heap))}else{GLctx["texImage3D"](target,level,internalFormat,width,height,depth,border,format,type,null)}}var _emscripten_glTexImage3D=_glTexImage3D;function _glTexParameterf(x0,x1,x2){GLctx["texParameterf"](x0,x1,x2)}var _emscripten_glTexParameterf=_glTexParameterf;function _glTexParameterfv(target,pname,params){var param=HEAPF32[params>>2];GLctx.texParameterf(target,pname,param)}var _emscripten_glTexParameterfv=_glTexParameterfv;function _glTexParameteri(x0,x1,x2){GLctx["texParameteri"](x0,x1,x2)}var _emscripten_glTexParameteri=_glTexParameteri;function _glTexParameteriv(target,pname,params){var param=HEAP32[params>>2];GLctx.texParameteri(target,pname,param)}var _emscripten_glTexParameteriv=_glTexParameteriv;function _glTexStorage2D(x0,x1,x2,x3,x4){GLctx["texStorage2D"](x0,x1,x2,x3,x4)}var _emscripten_glTexStorage2D=_glTexStorage2D;function _glTexStorage3D(x0,x1,x2,x3,x4,x5){GLctx["texStorage3D"](x0,x1,x2,x3,x4,x5)}var _emscripten_glTexStorage3D=_glTexStorage3D;function _glTexSubImage2D(target,level,xoffset,yoffset,width,height,format,type,pixels){if(GL.currentContext.version>=2){if(GLctx.currentPixelUnpackBufferBinding){GLctx.texSubImage2D(target,level,xoffset,yoffset,width,height,format,type,pixels)}else if(pixels){var heap=heapObjectForWebGLType(type);GLctx.texSubImage2D(target,level,xoffset,yoffset,width,height,format,type,heap,pixels>>heapAccessShiftForWebGLHeap(heap))}else{GLctx.texSubImage2D(target,level,xoffset,yoffset,width,height,format,type,null)}return}var pixelData=null;if(pixels)pixelData=emscriptenWebGLGetTexPixelData(type,format,width,height,pixels,0);GLctx.texSubImage2D(target,level,xoffset,yoffset,width,height,format,type,pixelData)}var _emscripten_glTexSubImage2D=_glTexSubImage2D;function _glTexSubImage3D(target,level,xoffset,yoffset,zoffset,width,height,depth,format,type,pixels){if(GLctx.currentPixelUnpackBufferBinding){GLctx["texSubImage3D"](target,level,xoffset,yoffset,zoffset,width,height,depth,format,type,pixels)}else if(pixels){var heap=heapObjectForWebGLType(type);GLctx["texSubImage3D"](target,level,xoffset,yoffset,zoffset,width,height,depth,format,type,heap,pixels>>heapAccessShiftForWebGLHeap(heap))}else{GLctx["texSubImage3D"](target,level,xoffset,yoffset,zoffset,width,height,depth,format,type,null)}}var _emscripten_glTexSubImage3D=_glTexSubImage3D;function _glTransformFeedbackVaryings(program,count,varyings,bufferMode){program=GL.programs[program];var vars=[];for(var i=0;i<count;i++)vars.push(UTF8ToString(HEAP32[varyings+i*4>>2]));GLctx["transformFeedbackVaryings"](program,vars,bufferMode)}var _emscripten_glTransformFeedbackVaryings=_glTransformFeedbackVaryings;function _glUniform1f(location,v0){GLctx.uniform1f(webglGetUniformLocation(location),v0)}var _emscripten_glUniform1f=_glUniform1f;var miniTempWebGLFloatBuffers=[];function _glUniform1fv(location,count,value){if(GL.currentContext.version>=2){count&&GLctx.uniform1fv(webglGetUniformLocation(location),HEAPF32,value>>2,count);return}if(count<=288){var view=miniTempWebGLFloatBuffers[count-1];for(var i=0;i<count;++i){view[i]=HEAPF32[value+4*i>>2]}}else{var view=HEAPF32.subarray(value>>2,value+count*4>>2)}GLctx.uniform1fv(webglGetUniformLocation(location),view)}var _emscripten_glUniform1fv=_glUniform1fv;function _glUniform1i(location,v0){GLctx.uniform1i(webglGetUniformLocation(location),v0)}var _emscripten_glUniform1i=_glUniform1i;var miniTempWebGLIntBuffers=[];function _glUniform1iv(location,count,value){if(GL.currentContext.version>=2){count&&GLctx.uniform1iv(webglGetUniformLocation(location),HEAP32,value>>2,count);return}if(count<=288){var view=miniTempWebGLIntBuffers[count-1];for(var i=0;i<count;++i){view[i]=HEAP32[value+4*i>>2]}}else{var view=HEAP32.subarray(value>>2,value+count*4>>2)}GLctx.uniform1iv(webglGetUniformLocation(location),view)}var _emscripten_glUniform1iv=_glUniform1iv;function _glUniform1ui(location,v0){GLctx.uniform1ui(webglGetUniformLocation(location),v0)}var _emscripten_glUniform1ui=_glUniform1ui;function _glUniform1uiv(location,count,value){count&&GLctx.uniform1uiv(webglGetUniformLocation(location),HEAPU32,value>>2,count)}var _emscripten_glUniform1uiv=_glUniform1uiv;function _glUniform2f(location,v0,v1){GLctx.uniform2f(webglGetUniformLocation(location),v0,v1)}var _emscripten_glUniform2f=_glUniform2f;function _glUniform2fv(location,count,value){if(GL.currentContext.version>=2){count&&GLctx.uniform2fv(webglGetUniformLocation(location),HEAPF32,value>>2,count*2);return}if(count<=144){var view=miniTempWebGLFloatBuffers[2*count-1];for(var i=0;i<2*count;i+=2){view[i]=HEAPF32[value+4*i>>2];view[i+1]=HEAPF32[value+(4*i+4)>>2]}}else{var view=HEAPF32.subarray(value>>2,value+count*8>>2)}GLctx.uniform2fv(webglGetUniformLocation(location),view)}var _emscripten_glUniform2fv=_glUniform2fv;function _glUniform2i(location,v0,v1){GLctx.uniform2i(webglGetUniformLocation(location),v0,v1)}var _emscripten_glUniform2i=_glUniform2i;function _glUniform2iv(location,count,value){if(GL.currentContext.version>=2){count&&GLctx.uniform2iv(webglGetUniformLocation(location),HEAP32,value>>2,count*2);return}if(count<=144){var view=miniTempWebGLIntBuffers[2*count-1];for(var i=0;i<2*count;i+=2){view[i]=HEAP32[value+4*i>>2];view[i+1]=HEAP32[value+(4*i+4)>>2]}}else{var view=HEAP32.subarray(value>>2,value+count*8>>2)}GLctx.uniform2iv(webglGetUniformLocation(location),view)}var _emscripten_glUniform2iv=_glUniform2iv;function _glUniform2ui(location,v0,v1){GLctx.uniform2ui(webglGetUniformLocation(location),v0,v1)}var _emscripten_glUniform2ui=_glUniform2ui;function _glUniform2uiv(location,count,value){count&&GLctx.uniform2uiv(webglGetUniformLocation(location),HEAPU32,value>>2,count*2)}var _emscripten_glUniform2uiv=_glUniform2uiv;function _glUniform3f(location,v0,v1,v2){GLctx.uniform3f(webglGetUniformLocation(location),v0,v1,v2)}var _emscripten_glUniform3f=_glUniform3f;function _glUniform3fv(location,count,value){if(GL.currentContext.version>=2){count&&GLctx.uniform3fv(webglGetUniformLocation(location),HEAPF32,value>>2,count*3);return}if(count<=96){var view=miniTempWebGLFloatBuffers[3*count-1];for(var i=0;i<3*count;i+=3){view[i]=HEAPF32[value+4*i>>2];view[i+1]=HEAPF32[value+(4*i+4)>>2];view[i+2]=HEAPF32[value+(4*i+8)>>2]}}else{var view=HEAPF32.subarray(value>>2,value+count*12>>2)}GLctx.uniform3fv(webglGetUniformLocation(location),view)}var _emscripten_glUniform3fv=_glUniform3fv;function _glUniform3i(location,v0,v1,v2){GLctx.uniform3i(webglGetUniformLocation(location),v0,v1,v2)}var _emscripten_glUniform3i=_glUniform3i;function _glUniform3iv(location,count,value){if(GL.currentContext.version>=2){count&&GLctx.uniform3iv(webglGetUniformLocation(location),HEAP32,value>>2,count*3);return}if(count<=96){var view=miniTempWebGLIntBuffers[3*count-1];for(var i=0;i<3*count;i+=3){view[i]=HEAP32[value+4*i>>2];view[i+1]=HEAP32[value+(4*i+4)>>2];view[i+2]=HEAP32[value+(4*i+8)>>2]}}else{var view=HEAP32.subarray(value>>2,value+count*12>>2)}GLctx.uniform3iv(webglGetUniformLocation(location),view)}var _emscripten_glUniform3iv=_glUniform3iv;function _glUniform3ui(location,v0,v1,v2){GLctx.uniform3ui(webglGetUniformLocation(location),v0,v1,v2)}var _emscripten_glUniform3ui=_glUniform3ui;function _glUniform3uiv(location,count,value){count&&GLctx.uniform3uiv(webglGetUniformLocation(location),HEAPU32,value>>2,count*3)}var _emscripten_glUniform3uiv=_glUniform3uiv;function _glUniform4f(location,v0,v1,v2,v3){GLctx.uniform4f(webglGetUniformLocation(location),v0,v1,v2,v3)}var _emscripten_glUniform4f=_glUniform4f;function _glUniform4fv(location,count,value){if(GL.currentContext.version>=2){count&&GLctx.uniform4fv(webglGetUniformLocation(location),HEAPF32,value>>2,count*4);return}if(count<=72){var view=miniTempWebGLFloatBuffers[4*count-1];var heap=HEAPF32;value>>=2;for(var i=0;i<4*count;i+=4){var dst=value+i;view[i]=heap[dst];view[i+1]=heap[dst+1];view[i+2]=heap[dst+2];view[i+3]=heap[dst+3]}}else{var view=HEAPF32.subarray(value>>2,value+count*16>>2)}GLctx.uniform4fv(webglGetUniformLocation(location),view)}var _emscripten_glUniform4fv=_glUniform4fv;function _glUniform4i(location,v0,v1,v2,v3){GLctx.uniform4i(webglGetUniformLocation(location),v0,v1,v2,v3)}var _emscripten_glUniform4i=_glUniform4i;function _glUniform4iv(location,count,value){if(GL.currentContext.version>=2){count&&GLctx.uniform4iv(webglGetUniformLocation(location),HEAP32,value>>2,count*4);return}if(count<=72){var view=miniTempWebGLIntBuffers[4*count-1];for(var i=0;i<4*count;i+=4){view[i]=HEAP32[value+4*i>>2];view[i+1]=HEAP32[value+(4*i+4)>>2];view[i+2]=HEAP32[value+(4*i+8)>>2];view[i+3]=HEAP32[value+(4*i+12)>>2]}}else{var view=HEAP32.subarray(value>>2,value+count*16>>2)}GLctx.uniform4iv(webglGetUniformLocation(location),view)}var _emscripten_glUniform4iv=_glUniform4iv;function _glUniform4ui(location,v0,v1,v2,v3){GLctx.uniform4ui(webglGetUniformLocation(location),v0,v1,v2,v3)}var _emscripten_glUniform4ui=_glUniform4ui;function _glUniform4uiv(location,count,value){count&&GLctx.uniform4uiv(webglGetUniformLocation(location),HEAPU32,value>>2,count*4)}var _emscripten_glUniform4uiv=_glUniform4uiv;function _glUniformBlockBinding(program,uniformBlockIndex,uniformBlockBinding){program=GL.programs[program];GLctx["uniformBlockBinding"](program,uniformBlockIndex,uniformBlockBinding)}var _emscripten_glUniformBlockBinding=_glUniformBlockBinding;function _glUniformMatrix2fv(location,count,transpose,value){if(GL.currentContext.version>=2){count&&GLctx.uniformMatrix2fv(webglGetUniformLocation(location),!!transpose,HEAPF32,value>>2,count*4);return}if(count<=72){var view=miniTempWebGLFloatBuffers[4*count-1];for(var i=0;i<4*count;i+=4){view[i]=HEAPF32[value+4*i>>2];view[i+1]=HEAPF32[value+(4*i+4)>>2];view[i+2]=HEAPF32[value+(4*i+8)>>2];view[i+3]=HEAPF32[value+(4*i+12)>>2]}}else{var view=HEAPF32.subarray(value>>2,value+count*16>>2)}GLctx.uniformMatrix2fv(webglGetUniformLocation(location),!!transpose,view)}var _emscripten_glUniformMatrix2fv=_glUniformMatrix2fv;function _glUniformMatrix2x3fv(location,count,transpose,value){count&&GLctx.uniformMatrix2x3fv(webglGetUniformLocation(location),!!transpose,HEAPF32,value>>2,count*6)}var _emscripten_glUniformMatrix2x3fv=_glUniformMatrix2x3fv;function _glUniformMatrix2x4fv(location,count,transpose,value){count&&GLctx.uniformMatrix2x4fv(webglGetUniformLocation(location),!!transpose,HEAPF32,value>>2,count*8)}var _emscripten_glUniformMatrix2x4fv=_glUniformMatrix2x4fv;function _glUniformMatrix3fv(location,count,transpose,value){if(GL.currentContext.version>=2){count&&GLctx.uniformMatrix3fv(webglGetUniformLocation(location),!!transpose,HEAPF32,value>>2,count*9);return}if(count<=32){var view=miniTempWebGLFloatBuffers[9*count-1];for(var i=0;i<9*count;i+=9){view[i]=HEAPF32[value+4*i>>2];view[i+1]=HEAPF32[value+(4*i+4)>>2];view[i+2]=HEAPF32[value+(4*i+8)>>2];view[i+3]=HEAPF32[value+(4*i+12)>>2];view[i+4]=HEAPF32[value+(4*i+16)>>2];view[i+5]=HEAPF32[value+(4*i+20)>>2];view[i+6]=HEAPF32[value+(4*i+24)>>2];view[i+7]=HEAPF32[value+(4*i+28)>>2];view[i+8]=HEAPF32[value+(4*i+32)>>2]}}else{var view=HEAPF32.subarray(value>>2,value+count*36>>2)}GLctx.uniformMatrix3fv(webglGetUniformLocation(location),!!transpose,view)}var _emscripten_glUniformMatrix3fv=_glUniformMatrix3fv;function _glUniformMatrix3x2fv(location,count,transpose,value){count&&GLctx.uniformMatrix3x2fv(webglGetUniformLocation(location),!!transpose,HEAPF32,value>>2,count*6)}var _emscripten_glUniformMatrix3x2fv=_glUniformMatrix3x2fv;function _glUniformMatrix3x4fv(location,count,transpose,value){count&&GLctx.uniformMatrix3x4fv(webglGetUniformLocation(location),!!transpose,HEAPF32,value>>2,count*12)}var _emscripten_glUniformMatrix3x4fv=_glUniformMatrix3x4fv;function _glUniformMatrix4fv(location,count,transpose,value){if(GL.currentContext.version>=2){count&&GLctx.uniformMatrix4fv(webglGetUniformLocation(location),!!transpose,HEAPF32,value>>2,count*16);return}if(count<=18){var view=miniTempWebGLFloatBuffers[16*count-1];var heap=HEAPF32;value>>=2;for(var i=0;i<16*count;i+=16){var dst=value+i;view[i]=heap[dst];view[i+1]=heap[dst+1];view[i+2]=heap[dst+2];view[i+3]=heap[dst+3];view[i+4]=heap[dst+4];view[i+5]=heap[dst+5];view[i+6]=heap[dst+6];view[i+7]=heap[dst+7];view[i+8]=heap[dst+8];view[i+9]=heap[dst+9];view[i+10]=heap[dst+10];view[i+11]=heap[dst+11];view[i+12]=heap[dst+12];view[i+13]=heap[dst+13];view[i+14]=heap[dst+14];view[i+15]=heap[dst+15]}}else{var view=HEAPF32.subarray(value>>2,value+count*64>>2)}GLctx.uniformMatrix4fv(webglGetUniformLocation(location),!!transpose,view)}var _emscripten_glUniformMatrix4fv=_glUniformMatrix4fv;function _glUniformMatrix4x2fv(location,count,transpose,value){count&&GLctx.uniformMatrix4x2fv(webglGetUniformLocation(location),!!transpose,HEAPF32,value>>2,count*8)}var _emscripten_glUniformMatrix4x2fv=_glUniformMatrix4x2fv;function _glUniformMatrix4x3fv(location,count,transpose,value){count&&GLctx.uniformMatrix4x3fv(webglGetUniformLocation(location),!!transpose,HEAPF32,value>>2,count*12)}var _emscripten_glUniformMatrix4x3fv=_glUniformMatrix4x3fv;function _glUnmapBuffer(target){if(!emscriptenWebGLValidateMapBufferTarget(target)){GL.recordError(1280);err("GL_INVALID_ENUM in glUnmapBuffer");return 0}var buffer=emscriptenWebGLGetBufferBinding(target);var mapping=GL.mappedBuffers[buffer];if(!mapping){GL.recordError(1282);err("buffer was never mapped in glUnmapBuffer");return 0}GL.mappedBuffers[buffer]=null;if(!(mapping.access&16))if(GL.currentContext.version>=2){GLctx.bufferSubData(target,mapping.offset,HEAPU8,mapping.mem,mapping.length)}else{GLctx.bufferSubData(target,mapping.offset,HEAPU8.subarray(mapping.mem,mapping.mem+mapping.length))}_free(mapping.mem);return 1}var _emscripten_glUnmapBuffer=_glUnmapBuffer;function _glUseProgram(program){program=GL.programs[program];GLctx.useProgram(program);GLctx.currentProgram=program}var _emscripten_glUseProgram=_glUseProgram;function _glValidateProgram(program){GLctx.validateProgram(GL.programs[program])}var _emscripten_glValidateProgram=_glValidateProgram;function _glVertexAttrib1f(x0,x1){GLctx["vertexAttrib1f"](x0,x1)}var _emscripten_glVertexAttrib1f=_glVertexAttrib1f;function _glVertexAttrib1fv(index,v){GLctx.vertexAttrib1f(index,HEAPF32[v>>2])}var _emscripten_glVertexAttrib1fv=_glVertexAttrib1fv;function _glVertexAttrib2f(x0,x1,x2){GLctx["vertexAttrib2f"](x0,x1,x2)}var _emscripten_glVertexAttrib2f=_glVertexAttrib2f;function _glVertexAttrib2fv(index,v){GLctx.vertexAttrib2f(index,HEAPF32[v>>2],HEAPF32[v+4>>2])}var _emscripten_glVertexAttrib2fv=_glVertexAttrib2fv;function _glVertexAttrib3f(x0,x1,x2,x3){GLctx["vertexAttrib3f"](x0,x1,x2,x3)}var _emscripten_glVertexAttrib3f=_glVertexAttrib3f;function _glVertexAttrib3fv(index,v){GLctx.vertexAttrib3f(index,HEAPF32[v>>2],HEAPF32[v+4>>2],HEAPF32[v+8>>2])}var _emscripten_glVertexAttrib3fv=_glVertexAttrib3fv;function _glVertexAttrib4f(x0,x1,x2,x3,x4){GLctx["vertexAttrib4f"](x0,x1,x2,x3,x4)}var _emscripten_glVertexAttrib4f=_glVertexAttrib4f;function _glVertexAttrib4fv(index,v){GLctx.vertexAttrib4f(index,HEAPF32[v>>2],HEAPF32[v+4>>2],HEAPF32[v+8>>2],HEAPF32[v+12>>2])}var _emscripten_glVertexAttrib4fv=_glVertexAttrib4fv;function _glVertexAttribDivisor(index,divisor){GLctx["vertexAttribDivisor"](index,divisor)}var _emscripten_glVertexAttribDivisor=_glVertexAttribDivisor;var _glVertexAttribDivisorANGLE=_glVertexAttribDivisor;var _emscripten_glVertexAttribDivisorANGLE=_glVertexAttribDivisorANGLE;var _glVertexAttribDivisorARB=_glVertexAttribDivisor;var _emscripten_glVertexAttribDivisorARB=_glVertexAttribDivisorARB;var _glVertexAttribDivisorEXT=_glVertexAttribDivisor;var _emscripten_glVertexAttribDivisorEXT=_glVertexAttribDivisorEXT;var _glVertexAttribDivisorNV=_glVertexAttribDivisor;var _emscripten_glVertexAttribDivisorNV=_glVertexAttribDivisorNV;function _glVertexAttribI4i(x0,x1,x2,x3,x4){GLctx["vertexAttribI4i"](x0,x1,x2,x3,x4)}var _emscripten_glVertexAttribI4i=_glVertexAttribI4i;function _glVertexAttribI4iv(index,v){GLctx.vertexAttribI4i(index,HEAP32[v>>2],HEAP32[v+4>>2],HEAP32[v+8>>2],HEAP32[v+12>>2])}var _emscripten_glVertexAttribI4iv=_glVertexAttribI4iv;function _glVertexAttribI4ui(x0,x1,x2,x3,x4){GLctx["vertexAttribI4ui"](x0,x1,x2,x3,x4)}var _emscripten_glVertexAttribI4ui=_glVertexAttribI4ui;function _glVertexAttribI4uiv(index,v){GLctx.vertexAttribI4ui(index,HEAPU32[v>>2],HEAPU32[v+4>>2],HEAPU32[v+8>>2],HEAPU32[v+12>>2])}var _emscripten_glVertexAttribI4uiv=_glVertexAttribI4uiv;function _glVertexAttribIPointer(index,size,type,stride,ptr){var cb=GL.currentContext.clientBuffers[index];if(!GLctx.currentArrayBufferBinding){cb.size=size;cb.type=type;cb.normalized=false;cb.stride=stride;cb.ptr=ptr;cb.clientside=true;cb.vertexAttribPointerAdaptor=function(index,size,type,normalized,stride,ptr){this.vertexAttribIPointer(index,size,type,stride,ptr)};return}cb.clientside=false;GLctx["vertexAttribIPointer"](index,size,type,stride,ptr)}var _emscripten_glVertexAttribIPointer=_glVertexAttribIPointer;function _glVertexAttribPointer(index,size,type,normalized,stride,ptr){var cb=GL.currentContext.clientBuffers[index];if(!GLctx.currentArrayBufferBinding){cb.size=size;cb.type=type;cb.normalized=normalized;cb.stride=stride;cb.ptr=ptr;cb.clientside=true;cb.vertexAttribPointerAdaptor=function(index,size,type,normalized,stride,ptr){this.vertexAttribPointer(index,size,type,normalized,stride,ptr)};return}cb.clientside=false;GLctx.vertexAttribPointer(index,size,type,!!normalized,stride,ptr)}var _emscripten_glVertexAttribPointer=_glVertexAttribPointer;function _glViewport(x0,x1,x2,x3){GLctx["viewport"](x0,x1,x2,x3)}var _emscripten_glViewport=_glViewport;function _glWaitSync(sync,flags,timeout_low,timeout_high){var timeout=convertI32PairToI53(timeout_low,timeout_high);GLctx.waitSync(GL.syncs[sync],flags,timeout)}var _emscripten_glWaitSync=_glWaitSync;function reallyNegative(x){return x<0||x===0&&1/x===-Infinity}function convertU32PairToI53(lo,hi){return(lo>>>0)+(hi>>>0)*4294967296}function reSign(value,bits){if(value<=0){return value}var half=bits<=32?Math.abs(1<<bits-1):Math.pow(2,bits-1);if(value>=half&&(bits<=32||value>half)){value=-2*half+value}return value}function unSign(value,bits){if(value>=0){return value}return bits<=32?2*Math.abs(1<<bits-1)+value:Math.pow(2,bits)+value}function strLen(ptr){var end=ptr;while(HEAPU8[end])++end;return end-ptr}function formatString(format,varargs){var textIndex=format;var argIndex=varargs;function prepVararg(ptr,type){if(type==="double"||type==="i64"){if(ptr&7){ptr+=4}}else{}return ptr}function getNextArg(type){var ret;argIndex=prepVararg(argIndex,type);if(type==="double"){ret=HEAPF64[argIndex>>3];argIndex+=8}else if(type=="i64"){ret=[HEAP32[argIndex>>2],HEAP32[argIndex+4>>2]];argIndex+=8}else{type="i32";ret=HEAP32[argIndex>>2];argIndex+=4}return ret}var ret=[];var curr,next,currArg;while(1){var startTextIndex=textIndex;curr=HEAP8[textIndex>>0];if(curr===0)break;next=HEAP8[textIndex+1>>0];if(curr==37){var flagAlwaysSigned=false;var flagLeftAlign=false;var flagAlternative=false;var flagZeroPad=false;var flagPadSign=false;flagsLoop:while(1){switch(next){case 43:flagAlwaysSigned=true;break;case 45:flagLeftAlign=true;break;case 35:flagAlternative=true;break;case 48:if(flagZeroPad){break flagsLoop}else{flagZeroPad=true;break}case 32:flagPadSign=true;break;default:break flagsLoop}textIndex++;next=HEAP8[textIndex+1>>0]}var width=0;if(next==42){width=getNextArg("i32");textIndex++;next=HEAP8[textIndex+1>>0]}else{while(next>=48&&next<=57){width=width*10+(next-48);textIndex++;next=HEAP8[textIndex+1>>0]}}var precisionSet=false,precision=-1;if(next==46){precision=0;precisionSet=true;textIndex++;next=HEAP8[textIndex+1>>0];if(next==42){precision=getNextArg("i32");textIndex++}else{while(1){var precisionChr=HEAP8[textIndex+1>>0];if(precisionChr<48||precisionChr>57)break;precision=precision*10+(precisionChr-48);textIndex++}}next=HEAP8[textIndex+1>>0]}if(precision<0){precision=6;precisionSet=false}var argSize;switch(String.fromCharCode(next)){case"h":var nextNext=HEAP8[textIndex+2>>0];if(nextNext==104){textIndex++;argSize=1}else{argSize=2}break;case"l":var nextNext=HEAP8[textIndex+2>>0];if(nextNext==108){textIndex++;argSize=8}else{argSize=4}break;case"L":case"q":case"j":argSize=8;break;case"z":case"t":case"I":argSize=4;break;default:argSize=null}if(argSize)textIndex++;next=HEAP8[textIndex+1>>0];switch(String.fromCharCode(next)){case"d":case"i":case"u":case"o":case"x":case"X":case"p":{var signed=next==100||next==105;argSize=argSize||4;currArg=getNextArg("i"+argSize*8);var argText;if(argSize==8){currArg=next==117?convertU32PairToI53(currArg[0],currArg[1]):convertI32PairToI53(currArg[0],currArg[1])}if(argSize<=4){var limit=Math.pow(256,argSize)-1;currArg=(signed?reSign:unSign)(currArg&limit,argSize*8)}var currAbsArg=Math.abs(currArg);var prefix="";if(next==100||next==105){argText=reSign(currArg,8*argSize).toString(10)}else if(next==117){argText=unSign(currArg,8*argSize).toString(10);currArg=Math.abs(currArg)}else if(next==111){argText=(flagAlternative?"0":"")+currAbsArg.toString(8)}else if(next==120||next==88){prefix=flagAlternative&&currArg!=0?"0x":"";if(currArg<0){currArg=-currArg;argText=(currAbsArg-1).toString(16);var buffer=[];for(var i=0;i<argText.length;i++){buffer.push((15-parseInt(argText[i],16)).toString(16))}argText=buffer.join("");while(argText.length<argSize*2)argText="f"+argText}else{argText=currAbsArg.toString(16)}if(next==88){prefix=prefix.toUpperCase();argText=argText.toUpperCase()}}else if(next==112){if(currAbsArg===0){argText="(nil)"}else{prefix="0x";argText=currAbsArg.toString(16)}}if(precisionSet){while(argText.length<precision){argText="0"+argText}}if(currArg>=0){if(flagAlwaysSigned){prefix="+"+prefix}else if(flagPadSign){prefix=" "+prefix}}if(argText.charAt(0)=="-"){prefix="-"+prefix;argText=argText.substr(1)}while(prefix.length+argText.length<width){if(flagLeftAlign){argText+=" "}else{if(flagZeroPad){argText="0"+argText}else{prefix=" "+prefix}}}argText=prefix+argText;argText.split("").forEach(function(chr){ret.push(chr.charCodeAt(0))});break}case"f":case"F":case"e":case"E":case"g":case"G":{currArg=getNextArg("double");var argText;if(isNaN(currArg)){argText="nan";flagZeroPad=false}else if(!isFinite(currArg)){argText=(currArg<0?"-":"")+"inf";flagZeroPad=false}else{var isGeneral=false;var effectivePrecision=Math.min(precision,20);if(next==103||next==71){isGeneral=true;precision=precision||1;var exponent=parseInt(currArg.toExponential(effectivePrecision).split("e")[1],10);if(precision>exponent&&exponent>=-4){next=(next==103?"f":"F").charCodeAt(0);precision-=exponent+1}else{next=(next==103?"e":"E").charCodeAt(0);precision--}effectivePrecision=Math.min(precision,20)}if(next==101||next==69){argText=currArg.toExponential(effectivePrecision);if(/[eE][-+]\d$/.test(argText)){argText=argText.slice(0,-1)+"0"+argText.slice(-1)}}else if(next==102||next==70){argText=currArg.toFixed(effectivePrecision);if(currArg===0&&reallyNegative(currArg)){argText="-"+argText}}var parts=argText.split("e");if(isGeneral&&!flagAlternative){while(parts[0].length>1&&parts[0].includes(".")&&(parts[0].slice(-1)=="0"||parts[0].slice(-1)==".")){parts[0]=parts[0].slice(0,-1)}}else{if(flagAlternative&&argText.indexOf(".")==-1)parts[0]+=".";while(precision>effectivePrecision++)parts[0]+="0"}argText=parts[0]+(parts.length>1?"e"+parts[1]:"");if(next==69)argText=argText.toUpperCase();if(currArg>=0){if(flagAlwaysSigned){argText="+"+argText}else if(flagPadSign){argText=" "+argText}}}while(argText.length<width){if(flagLeftAlign){argText+=" "}else{if(flagZeroPad&&(argText[0]=="-"||argText[0]=="+")){argText=argText[0]+"0"+argText.slice(1)}else{argText=(flagZeroPad?"0":" ")+argText}}}if(next<97)argText=argText.toUpperCase();argText.split("").forEach(function(chr){ret.push(chr.charCodeAt(0))});break}case"s":{var arg=getNextArg("i8*");var argLength=arg?strLen(arg):"(null)".length;if(precisionSet)argLength=Math.min(argLength,precision);if(!flagLeftAlign){while(argLength<width--){ret.push(32)}}if(arg){for(var i=0;i<argLength;i++){ret.push(HEAPU8[arg++>>0])}}else{ret=ret.concat(intArrayFromString("(null)".substr(0,argLength),true))}if(flagLeftAlign){while(argLength<width--){ret.push(32)}}break}case"c":{if(flagLeftAlign)ret.push(getNextArg("i8"));while(--width>0){ret.push(32)}if(!flagLeftAlign)ret.push(getNextArg("i8"));break}case"n":{var ptr=getNextArg("i32*");HEAP32[ptr>>2]=ret.length;break}case"%":{ret.push(curr);break}default:{for(var i=startTextIndex;i<textIndex+2;i++){ret.push(HEAP8[i>>0])}}}textIndex+=2}else{ret.push(curr);textIndex+=1}}return ret}function emscriptenLog(flags,str){if(flags&24){str=str.replace(/\s+$/,"");str+=(str.length>0?"\n":"")+getCallstack(flags)}if(flags&1){if(flags&4){console.error(str)}else if(flags&2){console.warn(str)}else if(flags&512){console.info(str)}else if(flags&256){console.debug(str)}else{console.log(str)}}else if(flags&6){err(str)}else{out(str)}}function _emscripten_log(flags,format,varargs){var result=formatString(format,varargs);var str=UTF8ArrayToString(result,0);emscriptenLog(flags,str)}function _emscripten_memcpy_big(dest,src,num){HEAPU8.copyWithin(dest,src,src+num)}function emscripten_realloc_buffer(size){var b=wasmMemory.buffer;try{wasmMemory.grow(size-b.byteLength+65535>>>16);updateMemoryViews();return 1}catch(e){}}function _emscripten_resize_heap(requestedSize){var oldSize=HEAPU8.length;requestedSize=requestedSize>>>0;var maxHeapSize=getHeapMax();if(requestedSize>maxHeapSize){return false}let alignUp=(x,multiple)=>x+(multiple-x%multiple)%multiple;for(var cutDown=1;cutDown<=4;cutDown*=2){var overGrownHeapSize=oldSize*(1+.2/cutDown);overGrownHeapSize=Math.min(overGrownHeapSize,requestedSize+100663296);var newSize=Math.min(maxHeapSize,alignUp(Math.max(requestedSize,overGrownHeapSize),65536));var replacement=emscripten_realloc_buffer(newSize);if(replacement){return true}}return false}function _emscripten_run_preload_plugins(file,onload,onerror){var _file=UTF8ToString(file);var data=FS.analyzePath(_file);if(!data.exists)return-1;FS.createPreloadedFile(PATH.dirname(_file),PATH.basename(_file),new Uint8Array(data.object.contents),true,true,()=>{if(onload)getWasmTableEntry(onload)(file)},()=>{if(onerror)getWasmTableEntry(onerror)(file)},true);return 0}function _emscripten_set_canvas_element_size(target,width,height){var canvas=findCanvasEventTarget(target);if(!canvas)return-4;canvas.width=width;canvas.height=height;return 0}function fillMouseEventData(eventStruct,e,target){HEAPF64[eventStruct>>3]=e.timeStamp;var idx=eventStruct>>2;HEAP32[idx+2]=e.screenX;HEAP32[idx+3]=e.screenY;HEAP32[idx+4]=e.clientX;HEAP32[idx+5]=e.clientY;HEAP32[idx+6]=e.ctrlKey;HEAP32[idx+7]=e.shiftKey;HEAP32[idx+8]=e.altKey;HEAP32[idx+9]=e.metaKey;HEAP16[idx*2+20]=e.button;HEAP16[idx*2+21]=e.buttons;HEAP32[idx+11]=e["movementX"];HEAP32[idx+12]=e["movementY"];var rect=getBoundingClientRect(target);HEAP32[idx+13]=e.clientX-rect.left;HEAP32[idx+14]=e.clientY-rect.top}function registerMouseEventCallback(target,userData,useCapture,callbackfunc,eventTypeId,eventTypeString,targetThread){if(!JSEvents.mouseEvent)JSEvents.mouseEvent=_malloc(72);target=findEventTarget(target);var mouseEventHandlerFunc=function(e=event){fillMouseEventData(JSEvents.mouseEvent,e,target);if(getWasmTableEntry(callbackfunc)(eventTypeId,JSEvents.mouseEvent,userData))e.preventDefault()};var eventHandler={target:target,allowsDeferredCalls:eventTypeString!="mousemove"&&eventTypeString!="mouseenter"&&eventTypeString!="mouseleave",eventTypeString:eventTypeString,callbackfunc:callbackfunc,handlerFunc:mouseEventHandlerFunc,useCapture:useCapture};JSEvents.registerOrRemoveHandler(eventHandler)}function _emscripten_set_click_callback_on_thread(target,userData,useCapture,callbackfunc,targetThread){registerMouseEventCallback(target,userData,useCapture,callbackfunc,4,"click",targetThread);return 0}function _emscripten_set_dblclick_callback_on_thread(target,userData,useCapture,callbackfunc,targetThread){registerMouseEventCallback(target,userData,useCapture,callbackfunc,7,"dblclick",targetThread);return 0}function _emscripten_set_element_css_size(target,width,height){target=findEventTarget(target);if(!target)return-4;target.style.width=width+"px";target.style.height=height+"px";return 0}function registerFocusEventCallback(target,userData,useCapture,callbackfunc,eventTypeId,eventTypeString,targetThread){if(!JSEvents.focusEvent)JSEvents.focusEvent=_malloc(256);var focusEventHandlerFunc=function(e=event){var nodeName=JSEvents.getNodeNameForTarget(e.target);var id=e.target.id?e.target.id:"";var focusEvent=JSEvents.focusEvent;stringToUTF8(nodeName,focusEvent+0,128);stringToUTF8(id,focusEvent+128,128);if(getWasmTableEntry(callbackfunc)(eventTypeId,focusEvent,userData))e.preventDefault()};var eventHandler={target:findEventTarget(target),eventTypeString:eventTypeString,callbackfunc:callbackfunc,handlerFunc:focusEventHandlerFunc,useCapture:useCapture};JSEvents.registerOrRemoveHandler(eventHandler)}function _emscripten_set_focusout_callback_on_thread(target,userData,useCapture,callbackfunc,targetThread){registerFocusEventCallback(target,userData,useCapture,callbackfunc,15,"focusout",targetThread);return 0}function registerKeyEventCallback(target,userData,useCapture,callbackfunc,eventTypeId,eventTypeString,targetThread){if(!JSEvents.keyEvent)JSEvents.keyEvent=_malloc(176);var keyEventHandlerFunc=function(e){var keyEventData=JSEvents.keyEvent;HEAPF64[keyEventData>>3]=e.timeStamp;var idx=keyEventData>>2;HEAP32[idx+2]=e.location;HEAP32[idx+3]=e.ctrlKey;HEAP32[idx+4]=e.shiftKey;HEAP32[idx+5]=e.altKey;HEAP32[idx+6]=e.metaKey;HEAP32[idx+7]=e.repeat;HEAP32[idx+8]=e.charCode;HEAP32[idx+9]=e.keyCode;HEAP32[idx+10]=e.which;stringToUTF8(e.key||"",keyEventData+44,32);stringToUTF8(e.code||"",keyEventData+76,32);stringToUTF8(e.char||"",keyEventData+108,32);stringToUTF8(e.locale||"",keyEventData+140,32);if(getWasmTableEntry(callbackfunc)(eventTypeId,keyEventData,userData))e.preventDefault()};var eventHandler={target:findEventTarget(target),allowsDeferredCalls:true,eventTypeString:eventTypeString,callbackfunc:callbackfunc,handlerFunc:keyEventHandlerFunc,useCapture:useCapture};JSEvents.registerOrRemoveHandler(eventHandler)}function _emscripten_set_keydown_callback_on_thread(target,userData,useCapture,callbackfunc,targetThread){registerKeyEventCallback(target,userData,useCapture,callbackfunc,2,"keydown",targetThread);return 0}function _emscripten_set_keyup_callback_on_thread(target,userData,useCapture,callbackfunc,targetThread){registerKeyEventCallback(target,userData,useCapture,callbackfunc,3,"keyup",targetThread);return 0}function _emscripten_set_mousedown_callback_on_thread(target,userData,useCapture,callbackfunc,targetThread){registerMouseEventCallback(target,userData,useCapture,callbackfunc,5,"mousedown",targetThread);return 0}function _emscripten_set_mouseenter_callback_on_thread(target,userData,useCapture,callbackfunc,targetThread){registerMouseEventCallback(target,userData,useCapture,callbackfunc,33,"mouseenter",targetThread);return 0}function _emscripten_set_mousemove_callback_on_thread(target,userData,useCapture,callbackfunc,targetThread){registerMouseEventCallback(target,userData,useCapture,callbackfunc,8,"mousemove",targetThread);return 0}function _emscripten_set_mouseup_callback_on_thread(target,userData,useCapture,callbackfunc,targetThread){registerMouseEventCallback(target,userData,useCapture,callbackfunc,6,"mouseup",targetThread);return 0}function registerUiEventCallback(target,userData,useCapture,callbackfunc,eventTypeId,eventTypeString,targetThread){if(!JSEvents.uiEvent)JSEvents.uiEvent=_malloc(36);target=findEventTarget(target);var uiEventHandlerFunc=function(e=event){if(e.target!=target){return}var b=document.body;if(!b){return}var uiEvent=JSEvents.uiEvent;HEAP32[uiEvent>>2]=e.detail;HEAP32[uiEvent+4>>2]=b.clientWidth;HEAP32[uiEvent+8>>2]=b.clientHeight;HEAP32[uiEvent+12>>2]=innerWidth;HEAP32[uiEvent+16>>2]=innerHeight;HEAP32[uiEvent+20>>2]=outerWidth;HEAP32[uiEvent+24>>2]=outerHeight;HEAP32[uiEvent+28>>2]=pageXOffset;HEAP32[uiEvent+32>>2]=pageYOffset;if(getWasmTableEntry(callbackfunc)(eventTypeId,uiEvent,userData))e.preventDefault()};var eventHandler={target:target,eventTypeString:eventTypeString,callbackfunc:callbackfunc,handlerFunc:uiEventHandlerFunc,useCapture:useCapture};JSEvents.registerOrRemoveHandler(eventHandler)}function _emscripten_set_resize_callback_on_thread(target,userData,useCapture,callbackfunc,targetThread){registerUiEventCallback(target,userData,useCapture,callbackfunc,10,"resize",targetThread);return 0}function registerTouchEventCallback(target,userData,useCapture,callbackfunc,eventTypeId,eventTypeString,targetThread){if(!JSEvents.touchEvent)JSEvents.touchEvent=_malloc(1696);target=findEventTarget(target);var touchEventHandlerFunc=function(e){var t,touches={},et=e.touches;for(var i=0;i<et.length;++i){t=et[i];t.isChanged=t.onTarget=0;touches[t.identifier]=t}for(var i=0;i<e.changedTouches.length;++i){t=e.changedTouches[i];t.isChanged=1;touches[t.identifier]=t}for(var i=0;i<e.targetTouches.length;++i){touches[e.targetTouches[i].identifier].onTarget=1}var touchEvent=JSEvents.touchEvent;HEAPF64[touchEvent>>3]=e.timeStamp;var idx=touchEvent>>2;HEAP32[idx+3]=e.ctrlKey;HEAP32[idx+4]=e.shiftKey;HEAP32[idx+5]=e.altKey;HEAP32[idx+6]=e.metaKey;idx+=7;var targetRect=getBoundingClientRect(target);var numTouches=0;for(var i in touches){t=touches[i];HEAP32[idx+0]=t.identifier;HEAP32[idx+1]=t.screenX;HEAP32[idx+2]=t.screenY;HEAP32[idx+3]=t.clientX;HEAP32[idx+4]=t.clientY;HEAP32[idx+5]=t.pageX;HEAP32[idx+6]=t.pageY;HEAP32[idx+7]=t.isChanged;HEAP32[idx+8]=t.onTarget;HEAP32[idx+9]=t.clientX-targetRect.left;HEAP32[idx+10]=t.clientY-targetRect.top;idx+=13;if(++numTouches>31){break}}HEAP32[touchEvent+8>>2]=numTouches;if(getWasmTableEntry(callbackfunc)(eventTypeId,touchEvent,userData))e.preventDefault()};var eventHandler={target:target,allowsDeferredCalls:eventTypeString=="touchstart"||eventTypeString=="touchend",eventTypeString:eventTypeString,callbackfunc:callbackfunc,handlerFunc:touchEventHandlerFunc,useCapture:useCapture};JSEvents.registerOrRemoveHandler(eventHandler)}function _emscripten_set_touchcancel_callback_on_thread(target,userData,useCapture,callbackfunc,targetThread){registerTouchEventCallback(target,userData,useCapture,callbackfunc,25,"touchcancel",targetThread);return 0}function _emscripten_set_touchend_callback_on_thread(target,userData,useCapture,callbackfunc,targetThread){registerTouchEventCallback(target,userData,useCapture,callbackfunc,23,"touchend",targetThread);return 0}function _emscripten_set_touchmove_callback_on_thread(target,userData,useCapture,callbackfunc,targetThread){registerTouchEventCallback(target,userData,useCapture,callbackfunc,24,"touchmove",targetThread);return 0}function _emscripten_set_touchstart_callback_on_thread(target,userData,useCapture,callbackfunc,targetThread){registerTouchEventCallback(target,userData,useCapture,callbackfunc,22,"touchstart",targetThread);return 0}function registerWheelEventCallback(target,userData,useCapture,callbackfunc,eventTypeId,eventTypeString,targetThread){if(!JSEvents.wheelEvent)JSEvents.wheelEvent=_malloc(104);var wheelHandlerFunc=function(e=event){var wheelEvent=JSEvents.wheelEvent;fillMouseEventData(wheelEvent,e,target);HEAPF64[wheelEvent+72>>3]=e["deltaX"];HEAPF64[wheelEvent+80>>3]=e["deltaY"];HEAPF64[wheelEvent+88>>3]=e["deltaZ"];HEAP32[wheelEvent+96>>2]=e["deltaMode"];if(getWasmTableEntry(callbackfunc)(eventTypeId,wheelEvent,userData))e.preventDefault()};var eventHandler={target:target,allowsDeferredCalls:true,eventTypeString:eventTypeString,callbackfunc:callbackfunc,handlerFunc:wheelHandlerFunc,useCapture:useCapture};JSEvents.registerOrRemoveHandler(eventHandler)}function _emscripten_set_wheel_callback_on_thread(target,userData,useCapture,callbackfunc,targetThread){target=findEventTarget(target);if(typeof target.onwheel!="undefined"){registerWheelEventCallback(target,userData,useCapture,callbackfunc,9,"wheel",targetThread);return 0}else{return-1}}function _emscripten_webgl_enable_extension(contextHandle,extension){var context=GL.getContext(contextHandle);var extString=UTF8ToString(extension);if(extString.startsWith("GL_"))extString=extString.substr(3);if(extString=="ANGLE_instanced_arrays")webgl_enable_ANGLE_instanced_arrays(GLctx);if(extString=="OES_vertex_array_object")webgl_enable_OES_vertex_array_object(GLctx);if(extString=="WEBGL_draw_buffers")webgl_enable_WEBGL_draw_buffers(GLctx);if(extString=="WEBGL_draw_instanced_base_vertex_base_instance")webgl_enable_WEBGL_draw_instanced_base_vertex_base_instance(GLctx);if(extString=="WEBGL_multi_draw_instanced_base_vertex_base_instance")webgl_enable_WEBGL_multi_draw_instanced_base_vertex_base_instance(GLctx);if(extString=="WEBGL_multi_draw")webgl_enable_WEBGL_multi_draw(GLctx);var ext=context.GLctx.getExtension(extString);return!!ext}var emscripten_webgl_power_preferences=["default","low-power","high-performance"];function _emscripten_webgl_get_context_attributes(c,a){if(!a)return-5;c=GL.contexts[c];if(!c)return-3;var t=c.GLctx;if(!t)return-3;t=t.getContextAttributes();HEAP32[a>>2]=t.alpha;HEAP32[a+4>>2]=t.depth;HEAP32[a+8>>2]=t.stencil;HEAP32[a+12>>2]=t.antialias;HEAP32[a+16>>2]=t.premultipliedAlpha;HEAP32[a+20>>2]=t.preserveDrawingBuffer;var power=t["powerPreference"]&&emscripten_webgl_power_preferences.indexOf(t["powerPreference"]);HEAP32[a+24>>2]=power;HEAP32[a+28>>2]=t.failIfMajorPerformanceCaveat;HEAP32[a+32>>2]=c.version;HEAP32[a+36>>2]=0;HEAP32[a+40>>2]=c.attributes.enableExtensionsByDefault;return 0}function _emscripten_webgl_do_get_current_context(){return GL.currentContext?GL.currentContext.handle:0}var _emscripten_webgl_get_current_context=_emscripten_webgl_do_get_current_context;var ENV={};function getExecutableName(){return thisProgram||"./this.program"}function getEnvStrings(){if(!getEnvStrings.strings){var lang=(typeof navigator=="object"&&navigator.languages&&navigator.languages[0]||"C").replace("-","_")+".UTF-8";var env={"USER":"web_user","LOGNAME":"web_user","PATH":"/","PWD":"/","HOME":"/home/web_user","LANG":lang,"_":getExecutableName()};for(var x in ENV){if(ENV[x]===undefined)delete env[x];else env[x]=ENV[x]}var strings=[];for(var x in env){strings.push(x+"="+env[x])}getEnvStrings.strings=strings}return getEnvStrings.strings}function stringToAscii(str,buffer){for(var i=0;i<str.length;++i){HEAP8[buffer++>>0]=str.charCodeAt(i)}HEAP8[buffer>>0]=0}function _environ_get(__environ,environ_buf){var bufSize=0;getEnvStrings().forEach(function(string,i){var ptr=environ_buf+bufSize;HEAPU32[__environ+i*4>>2]=ptr;stringToAscii(string,ptr);bufSize+=string.length+1});return 0}function _environ_sizes_get(penviron_count,penviron_buf_size){var strings=getEnvStrings();HEAPU32[penviron_count>>2]=strings.length;var bufSize=0;strings.forEach(function(string){bufSize+=string.length+1});HEAPU32[penviron_buf_size>>2]=bufSize;return 0}function _fd_close(fd){try{var stream=SYSCALLS.getStreamFromFD(fd);FS.close(stream);return 0}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return e.errno}}function doReadv(stream,iov,iovcnt,offset){var ret=0;for(var i=0;i<iovcnt;i++){var ptr=HEAPU32[iov>>2];var len=HEAPU32[iov+4>>2];iov+=8;var curr=FS.read(stream,HEAP8,ptr,len,offset);if(curr<0)return-1;ret+=curr;if(curr<len)break;if(typeof offset!=="undefined"){offset+=curr}}return ret}function _fd_read(fd,iov,iovcnt,pnum){try{var stream=SYSCALLS.getStreamFromFD(fd);var num=doReadv(stream,iov,iovcnt);HEAPU32[pnum>>2]=num;return 0}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return e.errno}}function convertI32PairToI53Checked(lo,hi){return hi+2097152>>>0<4194305-!!lo?(lo>>>0)+hi*4294967296:NaN}function _fd_seek(fd,offset_low,offset_high,whence,newOffset){try{var offset=convertI32PairToI53Checked(offset_low,offset_high);if(isNaN(offset))return 61;var stream=SYSCALLS.getStreamFromFD(fd);FS.llseek(stream,offset,whence);tempI64=[stream.position>>>0,(tempDouble=stream.position,+Math.abs(tempDouble)>=1?tempDouble>0?(Math.min(+Math.floor(tempDouble/4294967296),4294967295)|0)>>>0:~~+Math.ceil((tempDouble-+(~~tempDouble>>>0))/4294967296)>>>0:0)],HEAP32[newOffset>>2]=tempI64[0],HEAP32[newOffset+4>>2]=tempI64[1];if(stream.getdents&&offset===0&&whence===0)stream.getdents=null;return 0}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return e.errno}}function doWritev(stream,iov,iovcnt,offset){var ret=0;for(var i=0;i<iovcnt;i++){var ptr=HEAPU32[iov>>2];var len=HEAPU32[iov+4>>2];iov+=8;var curr=FS.write(stream,HEAP8,ptr,len,offset);if(curr<0)return-1;ret+=curr;if(typeof offset!=="undefined"){offset+=curr}}return ret}function _fd_write(fd,iov,iovcnt,pnum){try{var stream=SYSCALLS.getStreamFromFD(fd);var num=doWritev(stream,iov,iovcnt);HEAPU32[pnum>>2]=num;return 0}catch(e){if(typeof FS=="undefined"||!(e.name==="ErrnoError"))throw e;return e.errno}}function inetPton4(str){var b=str.split(".");for(var i=0;i<4;i++){var tmp=Number(b[i]);if(isNaN(tmp))return null;b[i]=tmp}return(b[0]|b[1]<<8|b[2]<<16|b[3]<<24)>>>0}function inetPton6(str){var words;var w,offset,z;var valid6regx=/^((?=.*::)(?!.*::.+::)(::)?([\dA-F]{1,4}:(:|\b)|){5}|([\dA-F]{1,4}:){6})((([\dA-F]{1,4}((?!\3)::|:\b|$))|(?!\2\3)){2}|(((2[0-4]|1\d|[1-9])?\d|25[0-5])\.?\b){4})$/i;var parts=[];if(!valid6regx.test(str)){return null}if(str==="::"){return[0,0,0,0,0,0,0,0]}if(str.startsWith("::")){str=str.replace("::","Z:")}else{str=str.replace("::",":Z:")}if(str.indexOf(".")>0){str=str.replace(new RegExp("[.]","g"),":");words=str.split(":");words[words.length-4]=jstoi_q(words[words.length-4])+jstoi_q(words[words.length-3])*256;words[words.length-3]=jstoi_q(words[words.length-2])+jstoi_q(words[words.length-1])*256;words=words.slice(0,words.length-2)}else{words=str.split(":")}offset=0;z=0;for(w=0;w<words.length;w++){if(typeof words[w]=="string"){if(words[w]==="Z"){for(z=0;z<8-words.length+1;z++){parts[w+z]=0}offset=z-1}else{parts[w+offset]=_htons(parseInt(words[w],16))}}else{parts[w+offset]=words[w]}}return[parts[1]<<16|parts[0],parts[3]<<16|parts[2],parts[5]<<16|parts[4],parts[7]<<16|parts[6]]}var DNS={address_map:{id:1,addrs:{},names:{}},lookup_name:function(name){var res=inetPton4(name);if(res!==null){return name}res=inetPton6(name);if(res!==null){return name}var addr;if(DNS.address_map.addrs[name]){addr=DNS.address_map.addrs[name]}else{var id=DNS.address_map.id++;assert(id<65535,"exceeded max address mappings of 65535");addr="172.29."+(id&255)+"."+(id&65280);DNS.address_map.names[addr]=name;DNS.address_map.addrs[name]=addr}return addr},lookup_addr:function(addr){if(DNS.address_map.names[addr]){return DNS.address_map.names[addr]}return null}};function getHostByName(name){var ret=_malloc(20);var nameBuf=stringToNewUTF8(name);HEAPU32[ret>>2]=nameBuf;var aliasesBuf=_malloc(4);HEAPU32[aliasesBuf>>2]=0;HEAPU32[ret+4>>2]=aliasesBuf;var afinet=2;HEAP32[ret+8>>2]=afinet;HEAP32[ret+12>>2]=4;var addrListBuf=_malloc(12);HEAPU32[addrListBuf>>2]=addrListBuf+8;HEAPU32[addrListBuf+4>>2]=0;HEAP32[addrListBuf+8>>2]=inetPton4(DNS.lookup_name(name));HEAPU32[ret+16>>2]=addrListBuf;return ret}function _gethostbyname(name){return getHostByName(UTF8ToString(name))}function _llvm_eh_typeid_for(type){return type}function arraySum(array,index){var sum=0;for(var i=0;i<=index;sum+=array[i++]){}return sum}var MONTH_DAYS_LEAP=[31,29,31,30,31,30,31,31,30,31,30,31];var MONTH_DAYS_REGULAR=[31,28,31,30,31,30,31,31,30,31,30,31];function addDays(date,days){var newDate=new Date(date.getTime());while(days>0){var leap=isLeapYear(newDate.getFullYear());var currentMonth=newDate.getMonth();var daysInCurrentMonth=(leap?MONTH_DAYS_LEAP:MONTH_DAYS_REGULAR)[currentMonth];if(days>daysInCurrentMonth-newDate.getDate()){days-=daysInCurrentMonth-newDate.getDate()+1;newDate.setDate(1);if(currentMonth<11){newDate.setMonth(currentMonth+1)}else{newDate.setMonth(0);newDate.setFullYear(newDate.getFullYear()+1)}}else{newDate.setDate(newDate.getDate()+days);return newDate}}return newDate}function writeArrayToMemory(array,buffer){HEAP8.set(array,buffer)}function _strftime(s,maxsize,format,tm){var tm_zone=HEAP32[tm+40>>2];var date={tm_sec:HEAP32[tm>>2],tm_min:HEAP32[tm+4>>2],tm_hour:HEAP32[tm+8>>2],tm_mday:HEAP32[tm+12>>2],tm_mon:HEAP32[tm+16>>2],tm_year:HEAP32[tm+20>>2],tm_wday:HEAP32[tm+24>>2],tm_yday:HEAP32[tm+28>>2],tm_isdst:HEAP32[tm+32>>2],tm_gmtoff:HEAP32[tm+36>>2],tm_zone:tm_zone?UTF8ToString(tm_zone):""};var pattern=UTF8ToString(format);var EXPANSION_RULES_1={"%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","%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 rule in EXPANSION_RULES_1){pattern=pattern.replace(new RegExp(rule,"g"),EXPANSION_RULES_1[rule])}var WEEKDAYS=["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"];var MONTHS=["January","February","March","April","May","June","July","August","September","October","November","December"];function leadingSomething(value,digits,character){var str=typeof value=="number"?value.toString():value||"";while(str.length<digits){str=character[0]+str}return str}function leadingNulls(value,digits){return leadingSomething(value,digits,"0")}function compareByDay(date1,date2){function sgn(value){return value<0?-1:value>0?1:0}var compare;if((compare=sgn(date1.getFullYear()-date2.getFullYear()))===0){if((compare=sgn(date1.getMonth()-date2.getMonth()))===0){compare=sgn(date1.getDate()-date2.getDate())}}return compare}function getFirstWeekStartDate(janFourth){switch(janFourth.getDay()){case 0:return new Date(janFourth.getFullYear()-1,11,29);case 1:return janFourth;case 2:return new Date(janFourth.getFullYear(),0,3);case 3:return new Date(janFourth.getFullYear(),0,2);case 4:return new Date(janFourth.getFullYear(),0,1);case 5:return new Date(janFourth.getFullYear()-1,11,31);case 6:return new Date(janFourth.getFullYear()-1,11,30)}}function getWeekBasedYear(date){var thisDate=addDays(new Date(date.tm_year+1900,0,1),date.tm_yday);var janFourthThisYear=new Date(thisDate.getFullYear(),0,4);var janFourthNextYear=new Date(thisDate.getFullYear()+1,0,4);var firstWeekStartThisYear=getFirstWeekStartDate(janFourthThisYear);var firstWeekStartNextYear=getFirstWeekStartDate(janFourthNextYear);if(compareByDay(firstWeekStartThisYear,thisDate)<=0){if(compareByDay(firstWeekStartNextYear,thisDate)<=0){return thisDate.getFullYear()+1}return thisDate.getFullYear()}return thisDate.getFullYear()-1}var EXPANSION_RULES_2={"%a":function(date){return WEEKDAYS[date.tm_wday].substring(0,3)},"%A":function(date){return WEEKDAYS[date.tm_wday]},"%b":function(date){return MONTHS[date.tm_mon].substring(0,3)},"%B":function(date){return MONTHS[date.tm_mon]},"%C":function(date){var year=date.tm_year+1900;return leadingNulls(year/100|0,2)},"%d":function(date){return leadingNulls(date.tm_mday,2)},"%e":function(date){return leadingSomething(date.tm_mday,2," ")},"%g":function(date){return getWeekBasedYear(date).toString().substring(2)},"%G":function(date){return getWeekBasedYear(date)},"%H":function(date){return leadingNulls(date.tm_hour,2)},"%I":function(date){var twelveHour=date.tm_hour;if(twelveHour==0)twelveHour=12;else if(twelveHour>12)twelveHour-=12;return leadingNulls(twelveHour,2)},"%j":function(date){return leadingNulls(date.tm_mday+arraySum(isLeapYear(date.tm_year+1900)?MONTH_DAYS_LEAP:MONTH_DAYS_REGULAR,date.tm_mon-1),3)},"%m":function(date){return leadingNulls(date.tm_mon+1,2)},"%M":function(date){return leadingNulls(date.tm_min,2)},"%n":function(){return"\n"},"%p":function(date){if(date.tm_hour>=0&&date.tm_hour<12){return"AM"}return"PM"},"%S":function(date){return leadingNulls(date.tm_sec,2)},"%t":function(){return"\t"},"%u":function(date){return date.tm_wday||7},"%U":function(date){var days=date.tm_yday+7-date.tm_wday;return leadingNulls(Math.floor(days/7),2)},"%V":function(date){var val=Math.floor((date.tm_yday+7-(date.tm_wday+6)%7)/7);if((date.tm_wday+371-date.tm_yday-2)%7<=2){val++}if(!val){val=52;var dec31=(date.tm_wday+7-date.tm_yday-1)%7;if(dec31==4||dec31==5&&isLeapYear(date.tm_year%400-1)){val++}}else if(val==53){var jan1=(date.tm_wday+371-date.tm_yday)%7;if(jan1!=4&&(jan1!=3||!isLeapYear(date.tm_year)))val=1}return leadingNulls(val,2)},"%w":function(date){return date.tm_wday},"%W":function(date){var days=date.tm_yday+7-(date.tm_wday+6)%7;return leadingNulls(Math.floor(days/7),2)},"%y":function(date){return(date.tm_year+1900).toString().substring(2)},"%Y":function(date){return date.tm_year+1900},"%z":function(date){var off=date.tm_gmtoff;var ahead=off>=0;off=Math.abs(off)/60;off=off/60*100+off%60;return(ahead?"+":"-")+String("0000"+off).slice(-4)},"%Z":function(date){return date.tm_zone},"%%":function(){return"%"}};pattern=pattern.replace(/%%/g,"\0\0");for(var rule in EXPANSION_RULES_2){if(pattern.includes(rule)){pattern=pattern.replace(new RegExp(rule,"g"),EXPANSION_RULES_2[rule](date))}}pattern=pattern.replace(/\0\0/g,"%");var bytes=intArrayFromString(pattern,false);if(bytes.length>maxsize){return 0}writeArrayToMemory(bytes,s);return bytes.length-1}function _strftime_l(s,maxsize,format,tm,loc){return _strftime(s,maxsize,format,tm)}function getCFunc(ident){var func=Module["_"+ident];return func}function ccall(ident,returnType,argTypes,args,opts){var toC={"string":str=>{var ret=0;if(str!==null&&str!==undefined&&str!==0){ret=stringToUTF8OnStack(str)}return ret},"array":arr=>{var ret=stackAlloc(arr.length);writeArrayToMemory(arr,ret);return ret}};function convertReturnValue(ret){if(returnType==="string"){return UTF8ToString(ret)}if(returnType==="boolean")return Boolean(ret);return ret}var func=getCFunc(ident);var cArgs=[];var stack=0;if(args){for(var i=0;i<args.length;i++){var converter=toC[argTypes[i]];if(converter){if(stack===0)stack=stackSave();cArgs[i]=converter(args[i])}else{cArgs[i]=args[i]}}}var ret=func.apply(null,cArgs);function onDone(ret){if(stack!==0)stackRestore(stack);return convertReturnValue(ret)}ret=onDone(ret);return ret}function uleb128Encode(n,target){if(n<128){target.push(n)}else{target.push(n%128|128,n>>7)}}function sigToWasmTypes(sig){var typeNames={"i":"i32","j":"i32","f":"f32","d":"f64","p":"i32"};var type={parameters:[],results:sig[0]=="v"?[]:[typeNames[sig[0]]]};for(var i=1;i<sig.length;++i){type.parameters.push(typeNames[sig[i]]);if(sig[i]==="j"){type.parameters.push("i32")}}return type}function generateFuncType(sig,target){var sigRet=sig.slice(0,1);var sigParam=sig.slice(1);var typeCodes={"i":127,"p":127,"j":126,"f":125,"d":124};target.push(96);uleb128Encode(sigParam.length,target);for(var i=0;i<sigParam.length;++i){target.push(typeCodes[sigParam[i]])}if(sigRet=="v"){target.push(0)}else{target.push(1,typeCodes[sigRet])}}function convertJsFunctionToWasm(func,sig){if(typeof WebAssembly.Function=="function"){return new WebAssembly.Function(sigToWasmTypes(sig),func)}var typeSectionBody=[1];generateFuncType(sig,typeSectionBody);var bytes=[0,97,115,109,1,0,0,0,1];uleb128Encode(typeSectionBody.length,bytes);bytes.push.apply(bytes,typeSectionBody);bytes.push(2,7,1,1,101,1,102,0,0,7,5,1,1,102,0,0);var module=new WebAssembly.Module(new Uint8Array(bytes));var instance=new WebAssembly.Instance(module,{"e":{"f":func}});var wrappedFunc=instance.exports["f"];return wrappedFunc}function updateTableMap(offset,count){if(functionsInTableMap){for(var i=offset;i<offset+count;i++){var item=getWasmTableEntry(i);if(item){functionsInTableMap.set(item,i)}}}}var functionsInTableMap=undefined;function getFunctionAddress(func){if(!functionsInTableMap){functionsInTableMap=new WeakMap;updateTableMap(0,wasmTable.length)}return functionsInTableMap.get(func)||0}var freeTableIndexes=[];function getEmptyTableSlot(){if(freeTableIndexes.length){return freeTableIndexes.pop()}try{wasmTable.grow(1)}catch(err){if(!(err instanceof RangeError)){throw err}throw"Unable to grow wasm table. Set ALLOW_TABLE_GROWTH."}return wasmTable.length-1}function setWasmTableEntry(idx,func){wasmTable.set(idx,func);wasmTableMirror[idx]=wasmTable.get(idx)}function addFunction(func,sig){var rtn=getFunctionAddress(func);if(rtn){return rtn}var ret=getEmptyTableSlot();try{setWasmTableEntry(ret,func)}catch(err){if(!(err instanceof TypeError)){throw err}var wrapped=convertJsFunctionToWasm(func,sig);setWasmTableEntry(ret,wrapped)}functionsInTableMap.set(func,ret);return ret}function removeFunction(index){functionsInTableMap.delete(getWasmTableEntry(index));freeTableIndexes.push(index)}Module["requestFullscreen"]=function Module_requestFullscreen(lockPointer,resizeCanvas){Browser.requestFullscreen(lockPointer,resizeCanvas)};Module["requestAnimationFrame"]=function Module_requestAnimationFrame(func){Browser.requestAnimationFrame(func)};Module["setCanvasSize"]=function Module_setCanvasSize(width,height,noUpdates){Browser.setCanvasSize(width,height,noUpdates)};Module["pauseMainLoop"]=function Module_pauseMainLoop(){Browser.mainLoop.pause()};Module["resumeMainLoop"]=function Module_resumeMainLoop(){Browser.mainLoop.resume()};Module["getUserMedia"]=function Module_getUserMedia(){Browser.getUserMedia()};Module["createContext"]=function Module_createContext(canvas,useWebGL,setInModule,webGLContextAttributes){return Browser.createContext(canvas,useWebGL,setInModule,webGLContextAttributes)};var preloadedImages={};var preloadedAudios={};var FSNode=function(parent,name,mode,rdev){if(!parent){parent=this}this.parent=parent;this.mount=parent.mount;this.mounted=null;this.id=FS.nextInode++;this.name=name;this.mode=mode;this.node_ops={};this.stream_ops={};this.rdev=rdev};var readMode=292|73;var writeMode=146;Object.defineProperties(FSNode.prototype,{read:{get:function(){return(this.mode&readMode)===readMode},set:function(val){val?this.mode|=readMode:this.mode&=~readMode}},write:{get:function(){return(this.mode&writeMode)===writeMode},set:function(val){val?this.mode|=writeMode:this.mode&=~writeMode}},isFolder:{get:function(){return FS.isDir(this.mode)}},isDevice:{get:function(){return FS.isChrdev(this.mode)}}});FS.FSNode=FSNode;FS.staticInit();Module["FS_createPath"]=FS.createPath;Module["FS_createDataFile"]=FS.createDataFile;Module["FS_createPreloadedFile"]=FS.createPreloadedFile;Module["FS_unlink"]=FS.unlink;Module["FS_createLazyFile"]=FS.createLazyFile;Module["FS_createDevice"]=FS.createDevice;embind_init_charCodes();BindingError=Module["BindingError"]=extendError(Error,"BindingError");InternalError=Module["InternalError"]=extendError(Error,"InternalError");init_emval();UnboundTypeError=Module["UnboundTypeError"]=extendError(Error,"UnboundTypeError");var GLctx;for(var i=0;i<32;++i)tempFixedLengthArray.push(new Array(i));var miniTempWebGLFloatBuffersStorage=new Float32Array(288);for(var i=0;i<288;++i){miniTempWebGLFloatBuffers[i]=miniTempWebGLFloatBuffersStorage.subarray(0,i+1)}var miniTempWebGLIntBuffersStorage=new Int32Array(288);for(var i=0;i<288;++i){miniTempWebGLIntBuffers[i]=miniTempWebGLIntBuffersStorage.subarray(0,i+1)}var wasmImports={"ji":OSD_MemInfo_getModuleHeapLength,"R":___assert_fail,"N":___cxa_begin_catch,"ga":___cxa_end_catch,"a":___cxa_find_matching_catch_2,"g":___cxa_find_matching_catch_3,"hb":___cxa_find_matching_catch_4,"lf":___cxa_find_matching_catch_5,"Ff":___cxa_rethrow,"j":___cxa_throw,"Vr":___cxa_uncaught_exceptions,"qs":___dlsym,"h":___resumeException,"ss":___syscall_chdir,"rs":___syscall_chmod,"ts":___syscall_faccessat,"Qc":___syscall_fcntl64,"ms":___syscall_fstat64,"is":___syscall_getcwd,"bs":___syscall_getdents64,"us":___syscall_ioctl,"js":___syscall_lstat64,"fs":___syscall_mkdirat,"ks":___syscall_newfstatat,"Li":___syscall_openat,"as":___syscall_readlinkat,"_r":___syscall_rmdir,"ls":___syscall_stat64,"$r":___syscall_unlinkat,"Kr":__embind_register_bigint,"en":__embind_register_bool,"dn":__embind_register_emval,"wg":__embind_register_float,"kb":__embind_register_function,"Rc":__embind_register_integer,"vb":__embind_register_memory_view,"vg":__embind_register_std_string,"yf":__embind_register_std_wstring,"fn":__embind_register_void,"os":__emscripten_get_now_is_monotonic,"Wr":__emscripten_throw_longjmp,"es":__localtime_js,"cs":__mmap_js,"ds":__munmap_js,"Yr":__tzset_js,"Ee":_abort,"oh":_dlopen,"iq":_eglBindAPI,"Jd":_eglChooseConfig,"ih":_eglCreateContext,"gq":_eglCreateWindowSurface,"An":_eglDestroyContext,"fq":_eglDestroySurface,"bh":_eglGetCurrentContext,"ch":_eglGetCurrentDisplay,"Gf":_eglGetCurrentSurface,"kq":_eglGetDisplay,"Id":_eglGetError,"jq":_eglInitialize,"ah":_eglMakeCurrent,"Bn":_eglQueryString,"eh":_eglQuerySurface,"eq":_eglSwapBuffers,"dq":_eglSwapInterval,"zn":_eglTerminate,"Hb":_emscripten_asm_const_int,"ug":_emscripten_async_call,"Xg":_emscripten_async_wget,"ht":_emscripten_async_wget_data,"Mi":_emscripten_date_now,"sr":_emscripten_get_callstack,"ge":_emscripten_get_canvas_element_size,"xf":_emscripten_get_device_pixel_ratio,"Sg":_emscripten_get_element_css_size,"Zr":_emscripten_get_heap_max,"ns":_emscripten_get_now,"xn":_emscripten_get_preloaded_image_data,"Lm":_emscripten_glActiveTexture,"Km":_emscripten_glAttachShader,"Cj":_emscripten_glBeginQuery,"$m":_emscripten_glBeginQueryEXT,"fj":_emscripten_glBeginTransformFeedback,"Jm":_emscripten_glBindAttribLocation,"Im":_emscripten_glBindBuffer,"cj":_emscripten_glBindBufferBase,"dj":_emscripten_glBindBufferRange,"Hm":_emscripten_glBindFramebuffer,"Gm":_emscripten_glBindRenderbuffer,"Ws":_emscripten_glBindSampler,"Fm":_emscripten_glBindTexture,"Os":_emscripten_glBindTransformFeedback,"kj":_emscripten_glBindVertexArray,"Tm":_emscripten_glBindVertexArrayOES,"Dm":_emscripten_glBlendColor,"Cm":_emscripten_glBlendEquation,"Bm":_emscripten_glBlendEquationSeparate,"Am":_emscripten_glBlendFunc,"zm":_emscripten_glBlendFuncSeparate,"pj":_emscripten_glBlitFramebuffer,"ym":_emscripten_glBufferData,"xm":_emscripten_glBufferSubData,"wm":_emscripten_glCheckFramebufferStatus,"vm":_emscripten_glClear,"ut":_emscripten_glClearBufferfi,"vt":_emscripten_glClearBufferfv,"xt":_emscripten_glClearBufferiv,"wt":_emscripten_glClearBufferuiv,"um":_emscripten_glClearColor,"sm":_emscripten_glClearDepthf,"rm":_emscripten_glClearStencil,"et":_emscripten_glClientWaitSync,"qm":_emscripten_glColorMask,"pm":_emscripten_glCompileShader,"om":_emscripten_glCompressedTexImage2D,"Hj":_emscripten_glCompressedTexImage3D,"nm":_emscripten_glCompressedTexSubImage2D,"Gj":_emscripten_glCompressedTexSubImage3D,"rt":_emscripten_glCopyBufferSubData,"mm":_emscripten_glCopyTexImage2D,"lm":_emscripten_glCopyTexSubImage2D,"Ij":_emscripten_glCopyTexSubImage3D,"km":_emscripten_glCreateProgram,"jm":_emscripten_glCreateShader,"hm":_emscripten_glCullFace,"gm":_emscripten_glDeleteBuffers,"fm":_emscripten_glDeleteFramebuffers,"em":_emscripten_glDeleteProgram,"Ej":_emscripten_glDeleteQueries,"bn":_emscripten_glDeleteQueriesEXT,"dm":_emscripten_glDeleteRenderbuffers,"Zs":_emscripten_glDeleteSamplers,"cm":_emscripten_glDeleteShader,"ft":_emscripten_glDeleteSync,"bm":_emscripten_glDeleteTextures,"Ns":_emscripten_glDeleteTransformFeedbacks,"jj":_emscripten_glDeleteVertexArrays,"Sm":_emscripten_glDeleteVertexArraysOES,"am":_emscripten_glDepthFunc,"$l":_emscripten_glDepthMask,"_l":_emscripten_glDepthRangef,"Yl":_emscripten_glDetachShader,"Xl":_emscripten_glDisable,"Wl":_emscripten_glDisableVertexAttribArray,"Vl":_emscripten_glDrawArrays,"kt":_emscripten_glDrawArraysInstanced,"Om":_emscripten_glDrawArraysInstancedANGLE,"xs":_emscripten_glDrawArraysInstancedARB,"Qj":_emscripten_glDrawArraysInstancedEXT,"ys":_emscripten_glDrawArraysInstancedNV,"wj":_emscripten_glDrawBuffers,"Oj":_emscripten_glDrawBuffersEXT,"Pm":_emscripten_glDrawBuffersWEBGL,"Ul":_emscripten_glDrawElements,"jt":_emscripten_glDrawElementsInstanced,"Nm":_emscripten_glDrawElementsInstancedANGLE,"vs":_emscripten_glDrawElementsInstancedARB,"ws":_emscripten_glDrawElementsInstancedEXT,"Pj":_emscripten_glDrawElementsInstancedNV,"Lj":_emscripten_glDrawRangeElements,"Tl":_emscripten_glEnable,"Sl":_emscripten_glEnableVertexAttribArray,"Bj":_emscripten_glEndQuery,"_m":_emscripten_glEndQueryEXT,"ej":_emscripten_glEndTransformFeedback,"it":_emscripten_glFenceSync,"Rl":_emscripten_glFinish,"Ql":_emscripten_glFlush,"lj":_emscripten_glFlushMappedBufferRange,"Pl":_emscripten_glFramebufferRenderbuffer,"Nl":_emscripten_glFramebufferTexture2D,"nj":_emscripten_glFramebufferTextureLayer,"Ml":_emscripten_glFrontFace,"Ll":_emscripten_glGenBuffers,"Jl":_emscripten_glGenFramebuffers,"Fj":_emscripten_glGenQueries,"cn":_emscripten_glGenQueriesEXT,"Il":_emscripten_glGenRenderbuffers,"_s":_emscripten_glGenSamplers,"Hl":_emscripten_glGenTextures,"Ms":_emscripten_glGenTransformFeedbacks,"ij":_emscripten_glGenVertexArrays,"Rm":_emscripten_glGenVertexArraysOES,"Kl":_emscripten_glGenerateMipmap,"Gl":_emscripten_glGetActiveAttrib,"Fl":_emscripten_glGetActiveUniform,"mt":_emscripten_glGetActiveUniformBlockName,"nt":_emscripten_glGetActiveUniformBlockiv,"pt":_emscripten_glGetActiveUniformsiv,"El":_emscripten_glGetAttachedShaders,"Cl":_emscripten_glGetAttribLocation,"Bl":_emscripten_glGetBooleanv,"$s":_emscripten_glGetBufferParameteri64v,"Al":_emscripten_glGetBufferParameteriv,"xj":_emscripten_glGetBufferPointerv,"zl":_emscripten_glGetError,"yl":_emscripten_glGetFloatv,"Si":_emscripten_glGetFragDataLocation,"xl":_emscripten_glGetFramebufferAttachmentParameteriv,"at":_emscripten_glGetInteger64i_v,"ct":_emscripten_glGetInteger64v,"gj":_emscripten_glGetIntegeri_v,"wl":_emscripten_glGetIntegerv,"Bs":_emscripten_glGetInternalformativ,"Is":_emscripten_glGetProgramBinary,"ul":_emscripten_glGetProgramInfoLog,"vl":_emscripten_glGetProgramiv,"Vm":_emscripten_glGetQueryObjecti64vEXT,"Xm":_emscripten_glGetQueryObjectivEXT,"Um":_emscripten_glGetQueryObjectui64vEXT,"zj":_emscripten_glGetQueryObjectuiv,"Wm":_emscripten_glGetQueryObjectuivEXT,"Aj":_emscripten_glGetQueryiv,"Ym":_emscripten_glGetQueryivEXT,"tl":_emscripten_glGetRenderbufferParameteriv,"Qs":_emscripten_glGetSamplerParameterfv,"Rs":_emscripten_glGetSamplerParameteriv,"ql":_emscripten_glGetShaderInfoLog,"pl":_emscripten_glGetShaderPrecisionFormat,"ol":_emscripten_glGetShaderSource,"rl":_emscripten_glGetShaderiv,"nl":_emscripten_glGetString,"tt":_emscripten_glGetStringi,"bt":_emscripten_glGetSynciv,"ml":_emscripten_glGetTexParameterfv,"ll":_emscripten_glGetTexParameteriv,"aj":_emscripten_glGetTransformFeedbackVarying,"ot":_emscripten_glGetUniformBlockIndex,"qt":_emscripten_glGetUniformIndices,"il":_emscripten_glGetUniformLocation,"kl":_emscripten_glGetUniformfv,"jl":_emscripten_glGetUniformiv,"Ti":_emscripten_glGetUniformuiv,"_i":_emscripten_glGetVertexAttribIiv,"Yi":_emscripten_glGetVertexAttribIuiv,"el":_emscripten_glGetVertexAttribPointerv,"gl":_emscripten_glGetVertexAttribfv,"fl":_emscripten_glGetVertexAttribiv,"dl":_emscripten_glHint,"Fs":_emscripten_glInvalidateFramebuffer,"Es":_emscripten_glInvalidateSubFramebuffer,"cl":_emscripten_glIsBuffer,"bl":_emscripten_glIsEnabled,"al":_emscripten_glIsFramebuffer,"$k":_emscripten_glIsProgram,"Dj":_emscripten_glIsQuery,"an":_emscripten_glIsQueryEXT,"_k":_emscripten_glIsRenderbuffer,"Xs":_emscripten_glIsSampler,"Zk":_emscripten_glIsShader,"gt":_emscripten_glIsSync,"Xk":_emscripten_glIsTexture,"Ls":_emscripten_glIsTransformFeedback,"hj":_emscripten_glIsVertexArray,"Qm":_emscripten_glIsVertexArrayOES,"Wk":_emscripten_glLineWidth,"Vk":_emscripten_glLinkProgram,"mj":_emscripten_glMapBufferRange,"Ks":_emscripten_glPauseTransformFeedback,"Uk":_emscripten_glPixelStorei,"Tk":_emscripten_glPolygonOffset,"Hs":_emscripten_glProgramBinary,"Gs":_emscripten_glProgramParameteri,"Zm":_emscripten_glQueryCounterEXT,"Nj":_emscripten_glReadBuffer,"Sk":_emscripten_glReadPixels,"Rk":_emscripten_glReleaseShaderCompiler,"Qk":_emscripten_glRenderbufferStorage,"oj":_emscripten_glRenderbufferStorageMultisample,"Js":_emscripten_glResumeTransformFeedback,"Pk":_emscripten_glSampleCoverage,"Ts":_emscripten_glSamplerParameterf,"Ss":_emscripten_glSamplerParameterfv,"Vs":_emscripten_glSamplerParameteri,"Us":_emscripten_glSamplerParameteriv,"Ok":_emscripten_glScissor,"Mk":_emscripten_glShaderBinary,"Lk":_emscripten_glShaderSource,"Kk":_emscripten_glStencilFunc,"Jk":_emscripten_glStencilFuncSeparate,"Ik":_emscripten_glStencilMask,"Hk":_emscripten_glStencilMaskSeparate,"Gk":_emscripten_glStencilOp,"Fk":_emscripten_glStencilOpSeparate,"Ek":_emscripten_glTexImage2D,"Kj":_emscripten_glTexImage3D,"Dk":_emscripten_glTexParameterf,"Bk":_emscripten_glTexParameterfv,"Ak":_emscripten_glTexParameteri,"zk":_emscripten_glTexParameteriv,"Ds":_emscripten_glTexStorage2D,"Cs":_emscripten_glTexStorage3D,"yk":_emscripten_glTexSubImage2D,"Jj":_emscripten_glTexSubImage3D,"bj":_emscripten_glTransformFeedbackVaryings,"xk":_emscripten_glUniform1f,"wk":_emscripten_glUniform1fv,"vk":_emscripten_glUniform1i,"uk":_emscripten_glUniform1iv,"Ri":_emscripten_glUniform1ui,"Bt":_emscripten_glUniform1uiv,"tk":_emscripten_glUniform2f,"sk":_emscripten_glUniform2fv,"qk":_emscripten_glUniform2i,"pk":_emscripten_glUniform2iv,"Qi":_emscripten_glUniform2ui,"At":_emscripten_glUniform2uiv,"ok":_emscripten_glUniform3f,"nk":_emscripten_glUniform3fv,"mk":_emscripten_glUniform3i,"lk":_emscripten_glUniform3iv,"Pi":_emscripten_glUniform3ui,"zt":_emscripten_glUniform3uiv,"kk":_emscripten_glUniform4f,"jk":_emscripten_glUniform4fv,"ik":_emscripten_glUniform4i,"hk":_emscripten_glUniform4iv,"Ct":_emscripten_glUniform4ui,"yt":_emscripten_glUniform4uiv,"lt":_emscripten_glUniformBlockBinding,"fk":_emscripten_glUniformMatrix2fv,"vj":_emscripten_glUniformMatrix2x3fv,"tj":_emscripten_glUniformMatrix2x4fv,"ek":_emscripten_glUniformMatrix3fv,"uj":_emscripten_glUniformMatrix3x2fv,"rj":_emscripten_glUniformMatrix3x4fv,"dk":_emscripten_glUniformMatrix4fv,"sj":_emscripten_glUniformMatrix4x2fv,"qj":_emscripten_glUniformMatrix4x3fv,"yj":_emscripten_glUnmapBuffer,"ck":_emscripten_glUseProgram,"bk":_emscripten_glValidateProgram,"ak":_emscripten_glVertexAttrib1f,"$j":_emscripten_glVertexAttrib1fv,"_j":_emscripten_glVertexAttrib2f,"Zj":_emscripten_glVertexAttrib2fv,"Yj":_emscripten_glVertexAttrib3f,"Wj":_emscripten_glVertexAttrib3fv,"Vj":_emscripten_glVertexAttrib4f,"Uj":_emscripten_glVertexAttrib4fv,"Ps":_emscripten_glVertexAttribDivisor,"Mm":_emscripten_glVertexAttribDivisorANGLE,"zs":_emscripten_glVertexAttribDivisorARB,"Rj":_emscripten_glVertexAttribDivisorEXT,"As":_emscripten_glVertexAttribDivisorNV,"Xi":_emscripten_glVertexAttribI4i,"Vi":_emscripten_glVertexAttribI4iv,"Wi":_emscripten_glVertexAttribI4ui,"Ui":_emscripten_glVertexAttribI4uiv,"$i":_emscripten_glVertexAttribIPointer,"Tj":_emscripten_glVertexAttribPointer,"Sj":_emscripten_glViewport,"dt":_emscripten_glWaitSync,"Zq":_emscripten_log,"ps":_emscripten_memcpy_big,"Xr":_emscripten_resize_heap,"Ys":_emscripten_run_preload_plugins,"Rg":_emscripten_set_canvas_element_size,"Dl":_emscripten_set_click_callback_on_thread,"Ol":_emscripten_set_dblclick_callback_on_thread,"Qg":_emscripten_set_element_css_size,"Mj":_emscripten_set_focusout_callback_on_thread,"gk":_emscripten_set_keydown_callback_on_thread,"Xj":_emscripten_set_keyup_callback_on_thread,"tm":_emscripten_set_mousedown_callback_on_thread,"sl":_emscripten_set_mouseenter_callback_on_thread,"Zl":_emscripten_set_mousemove_callback_on_thread,"im":_emscripten_set_mouseup_callback_on_thread,"Em":_emscripten_set_resize_callback_on_thread,"rk":_emscripten_set_touchcancel_callback_on_thread,"Nk":_emscripten_set_touchend_callback_on_thread,"Ck":_emscripten_set_touchmove_callback_on_thread,"Yk":_emscripten_set_touchstart_callback_on_thread,"hl":_emscripten_set_wheel_callback_on_thread,"cq":_emscripten_webgl_enable_extension,"aq":_emscripten_webgl_get_context_attributes,"$g":_emscripten_webgl_get_current_context,"gs":_environ_get,"hs":_environ_sizes_get,"ki":_exit,"De":_fd_close,"Oi":_fd_read,"Jr":_fd_seek,"Ni":_fd_write,"tr":_gethostbyname,"pp":_glActiveTexture,"cp":_glAttachShader,"dp":_glBindAttribLocation,"mp":_glBindBuffer,"fp":_glBindFramebuffer,"Wo":_glBindRenderbuffer,"Ep":_glBindTexture,"Xo":_glBlendColor,"Yo":_glBlendEquation,"_o":_glBlendEquationSeparate,"Mp":_glBlendFunc,"Zo":_glBlendFuncSeparate,"lp":_glBufferData,"kp":_glBufferSubData,"Vo":_glCheckFramebufferStatus,"Kp":_glClear,"Jp":_glClearColor,"Vg":_glClearDepthf,"$p":_glClearStencil,"Lp":_glColorMask,"Ro":_glCompileShader,"op":_glCompressedTexImage2D,"np":_glCompressedTexSubImage2D,"Hp":_glCopyTexImage2D,"Ip":_glCopyTexSubImage2D,"So":_glCreateProgram,"To":_glCreateShader,"Np":_glCullFace,"jp":_glDeleteBuffers,"Uo":_glDeleteFramebuffers,"Po":_glDeleteProgram,"Qo":_glDeleteRenderbuffers,"Ko":_glDeleteShader,"Dp":_glDeleteTextures,"Yp":_glDepthFunc,"Zp":_glDepthMask,"Zg":_glDepthRangef,"Lo":_glDetachShader,"Rp":_glDisable,"Mo":_glDisableVertexAttribArray,"Cn":_glDrawArrays,"Wg":_glDrawElements,"rc":_glEnable,"No":_glEnableVertexAttribArray,"Vp":_glFinish,"Wp":_glFlush,"Oo":_glFramebufferRenderbuffer,"Io":_glFramebufferTexture2D,"Op":_glFrontFace,"ip":_glGenBuffers,"Ho":_glGenFramebuffers,"Go":_glGenRenderbuffers,"Cp":_glGenTextures,"Jo":_glGenerateMipmap,"Bo":_glGetActiveAttrib,"Co":_glGetActiveUniform,"Do":_glGetAttachedShaders,"Eo":_glGetAttribLocation,"Tp":_glGetBooleanv,"hp":_glGetBufferParameteriv,"Le":_glGetError,"Up":_glGetFloatv,"Fo":_glGetFramebufferAttachmentParameteriv,"Ef":_glGetIntegerv,"zo":_glGetProgramInfoLog,"yo":_glGetProgramiv,"Ao":_glGetRenderbufferParameteriv,"xo":_glGetShaderInfoLog,"Yg":_glGetShaderPrecisionFormat,"to":_glGetShaderSource,"wo":_glGetShaderiv,"_g":_glGetString,"zp":_glGetTexParameterfv,"Ap":_glGetTexParameteriv,"oo":_glGetUniformLocation,"uo":_glGetUniformfv,"vo":_glGetUniformiv,"ro":_glGetVertexAttribPointerv,"po":_glGetVertexAttribfv,"qo":_glGetVertexAttribiv,"Xp":_glHint,"gp":_glIsBuffer,"Sp":_glIsEnabled,"so":_glIsFramebuffer,"mo":_glIsProgram,"no":_glIsRenderbuffer,"jo":_glIsShader,"Fp":_glIsTexture,"bq":_glLineWidth,"ko":_glLinkProgram,"_p":_glPixelStorei,"Pp":_glPolygonOffset,"rp":_glReadPixels,"lo":_glReleaseShaderCompiler,"ho":_glRenderbufferStorage,"ep":_glSampleCoverage,"Qp":_glScissor,"io":_glShaderBinary,"eo":_glShaderSource,"sp":_glStencilFunc,"ap":_glStencilFuncSeparate,"tp":_glStencilMask,"bp":_glStencilMaskSeparate,"up":_glStencilOp,"$o":_glStencilOpSeparate,"Bp":_glTexImage2D,"vp":_glTexParameterf,"xp":_glTexParameterfv,"wp":_glTexParameteri,"yp":_glTexParameteriv,"Gp":_glTexSubImage2D,"fo":_glUniform1f,"go":_glUniform1fv,"bo":_glUniform1i,"co":_glUniform1iv,"$n":_glUniform2f,"ao":_glUniform2fv,"Zn":_glUniform2i,"_n":_glUniform2iv,"Xn":_glUniform3f,"Yn":_glUniform3fv,"Vn":_glUniform3i,"Wn":_glUniform3iv,"Tn":_glUniform4f,"Un":_glUniform4fv,"On":_glUniform4i,"Pn":_glUniform4iv,"Qn":_glUniformMatrix2fv,"Rn":_glUniformMatrix3fv,"Sn":_glUniformMatrix4fv,"Dn":_glUseProgram,"En":_glValidateProgram,"Fn":_glVertexAttrib1f,"Gn":_glVertexAttrib1fv,"Hn":_glVertexAttrib2f,"In":_glVertexAttrib2fv,"Jn":_glVertexAttrib3f,"Kn":_glVertexAttrib3fv,"Ln":_glVertexAttrib4f,"Mn":_glVertexAttrib4fv,"Nn":_glVertexAttribPointer,"qp":_glViewport,"Wb":invoke_d,"M":invoke_dd,"z":invoke_ddd,"ca":invoke_dddd,"_c":invoke_ddddd,"Mg":invoke_dddddi,"Ag":invoke_ddi,"xe":invoke_ddii,"n":invoke_di,"A":invoke_did,"Ac":invoke_didd,"tb":invoke_diddd,"ph":invoke_didddddidi,"zc":invoke_didddidi,"ya":invoke_diddi,"Fd":invoke_diddidii,"Eb":invoke_didi,"wn":invoke_dididd,"qg":invoke_didii,"fe":invoke_didiidii,"un":invoke_didiidiiddi,"Yh":invoke_didiiiiidi,"r":invoke_dii,"xa":invoke_diid,"Be":invoke_diidd,"Ga":invoke_diiddd,"qh":invoke_diiddi,"pd":invoke_diidi,"Hd":invoke_diidii,"aa":invoke_diii,"rn":invoke_diiid,"Jg":invoke_diiiddi,"Pg":invoke_diiidii,"Gd":invoke_diiidiiddi,"xb":invoke_diiidiii,"dc":invoke_diiii,"Sc":invoke_diiiidd,"Sb":invoke_diiiii,"Rd":invoke_diiiiii,"Br":invoke_diiiiiii,"zg":invoke_fi,"Tc":invoke_fiii,"k":invoke_i,"zf":invoke_iddd,"yc":invoke_iddddiid,"Ce":invoke_idddii,"Bf":invoke_iddid,"Ji":invoke_iddiddddi,"sg":invoke_iddiddiiiii,"jh":invoke_iddii,"id":invoke_iddiii,"Yc":invoke_iddiiiiii,"Fg":invoke_iddiiiiiii,"_h":invoke_idi,"md":invoke_idid,"Dq":invoke_ididi,"eb":invoke_idii,"Ub":invoke_idiid,"$d":invoke_idiiddii,"Ii":invoke_idiiididii,"Ih":invoke_idiiiii,"Uc":invoke_idiiiiii,"d":invoke_ii,"y":invoke_iid,"sa":invoke_iidd,"B":invoke_iiddd,"lb":invoke_iidddd,"zq":invoke_iiddddd,"ce":invoke_iiddddddd,"fc":invoke_iiddddddddd,"mn":invoke_iiddddddddddddii,"Xe":invoke_iiddddddddiii,"$q":invoke_iiddddddiiii,"Kh":invoke_iiddddi,"je":invoke_iiddddii,"Ya":invoke_iidddi,"Uq":invoke_iidddidd,"Bd":invoke_iidddii,"Nf":invoke_iidddiii,"Sh":invoke_iidddiiiiii,"Th":invoke_iidddiiiiiiiii,"tq":invoke_iidddiiiiiiiiii,"Da":invoke_iiddi,"Bq":invoke_iiddid,"rr":invoke_iiddiddi,"wf":invoke_iiddiddidii,"Fb":invoke_iiddii,"Lh":invoke_iiddiid,"Er":invoke_iiddiiid,"He":invoke_iiddiiii,"ar":invoke_iiddiiiii,"or":invoke_iiddiiiiiiiiii,"_":invoke_iidi,"Vc":invoke_iidid,"Og":invoke_iididd,"qr":invoke_iididdii,"pr":invoke_iididi,"qa":invoke_iidii,"Nq":invoke_iidiiddiid,"Na":invoke_iidiii,"ee":invoke_iidiiid,"de":invoke_iidiiidd,"Mc":invoke_iidiiii,"Zd":invoke_iidiiiidiiiiii,"kf":invoke_iidiiiii,"Ne":invoke_iidiiiiii,"jf":invoke_iidiiiiiii,"ie":invoke_iidiiiiiiiii,"Ha":invoke_iif,"uq":invoke_iiffffff,"Lf":invoke_iiffffffff,"c":invoke_iii,"G":invoke_iiid,"J":invoke_iiidd,"Va":invoke_iiiddd,"Ja":invoke_iiidddd,"yd":invoke_iiiddddd,"Pb":invoke_iiidddddd,"tf":invoke_iiiddddddd,"Tg":invoke_iiidddddddddd,"uc":invoke_iiidddddiii,"dg":invoke_iiiddddi,"Eq":invoke_iiiddddid,"Dg":invoke_iiiddddidd,"wa":invoke_iiiddddii,"Uf":invoke_iiiddddiii,"xd":invoke_iiidddi,"Aq":invoke_iiidddid,"Cd":invoke_iiidddii,"Ke":invoke_iiidddiid,"qe":invoke_iiidddiiiii,"La":invoke_iiiddi,"$b":invoke_iiiddid,"cb":invoke_iiiddidd,"jc":invoke_iiiddidddd,"Oq":invoke_iiiddidi,"H":invoke_iiiddii,"Lq":invoke_iiiddiidd,"Cr":invoke_iiiddiii,"Qf":invoke_iiiddiiii,"Ig":invoke_iiiddiiiii,"Q":invoke_iiidi,"Mb":invoke_iiidid,"re":invoke_iiididdii,"Fq":invoke_iiididi,"Ea":invoke_iiidii,"Te":invoke_iiidiid,"Bh":invoke_iiidiidiid,"ta":invoke_iiidiii,"xi":invoke_iiidiiii,"Kg":invoke_iiidiiiid,"Qd":invoke_iiidiiiii,"kd":invoke_iiidiiiiii,"Nr":invoke_iiifi,"i":invoke_iiii,"K":invoke_iiiid,"ua":invoke_iiiidd,"fb":invoke_iiiiddd,"Jc":invoke_iiiidddd,"le":invoke_iiiidddddd,"hn":invoke_iiiidddddddd,"Hg":invoke_iiiidddddddddd,"Yq":invoke_iiiiddddddi,"mr":invoke_iiiiddddddii,"_d":invoke_iiiiddddi,"Dd":invoke_iiiiddddidd,"Gc":invoke_iiiidddi,"tn":invoke_iiiidddiiii,"Db":invoke_iiiiddi,"$h":invoke_iiiiddiddiiii,"Ta":invoke_iiiiddii,"Fi":invoke_iiiiddiidi,"Rf":invoke_iiiiddiii,"Xc":invoke_iiiiddiiii,"Aa":invoke_iiiidi,"uf":invoke_iiiidid,"pq":invoke_iiiididi,"Zc":invoke_iiiidii,"ob":invoke_iiiidiii,"gr":invoke_iiiidiiid,"ve":invoke_iiiidiiiddddddd,"nh":invoke_iiiidiiii,"Hi":invoke_iiiidiiiii,"gc":invoke_iiiif,"l":invoke_iiiii,"la":invoke_iiiiid,"jb":invoke_iiiiidd,"Xd":invoke_iiiiiddd,"Gg":invoke_iiiiidddd,"fg":invoke_iiiiiddddi,"sc":invoke_iiiiiddi,"Ed":invoke_iiiiiddidi,"Cb":invoke_iiiiiddii,"Ud":invoke_iiiiiddiiddidiii,"Vd":invoke_iiiiiddiididii,"Qe":invoke_iiiiiddiii,"gn":invoke_iiiiiddiiiiiii,"wc":invoke_iiiiidi,"db":invoke_iiiiididi,"Ue":invoke_iiiiidii,"Ib":invoke_iiiiidiidd,"lg":invoke_iiiiidiii,"qq":invoke_iiiiidiiidi,"Hh":invoke_iiiiidiiiiii,"t":invoke_iiiiii,"ea":invoke_iiiiiid,"Re":invoke_iiiiiidd,"ln":invoke_iiiiiidddd,"Lg":invoke_iiiiiiddi,"bi":invoke_iiiiiiddidddiiiii,"Se":invoke_iiiiiiddiddiii,"lc":invoke_iiiiiiddiiddidii,"Pe":invoke_iiiiiiddiiiii,"Ug":invoke_iiiiiidi,"Kf":invoke_iiiiiidii,"we":invoke_iiiiiidiii,"Ra":invoke_iiiiiidiiidd,"sq":invoke_iiiiiidiiiii,"p":invoke_iiiiiii,"Fa":invoke_iiiiiiid,"Wq":invoke_iiiiiiiddi,"ai":invoke_iiiiiiiddiddiiiiii,"dr":invoke_iiiiiiiddidii,"oq":invoke_iiiiiiiddiiiiii,"er":invoke_iiiiiiididi,"wi":invoke_iiiiiiidiii,"s":invoke_iiiiiiii,"nr":invoke_iiiiiiiid,"Xf":invoke_iiiiiiiidd,"Wc":invoke_iiiiiiiidddddddddiiddii,"gd":invoke_iiiiiiiidddddddiii,"If":invoke_iiiiiiiidddddiiidddd,"Sd":invoke_iiiiiiiiddi,"Uh":invoke_iiiiiiiiddidi,"nc":invoke_iiiiiiiiddii,"oe":invoke_iiiiiiiiddiiii,"rd":invoke_iiiiiiiiddiiiii,"Pq":invoke_iiiiiiiididd,"Fr":invoke_iiiiiiiidii,"Hf":invoke_iiiiiiiifiii,"ba":invoke_iiiiiiiii,"Bb":invoke_iiiiiiiiid,"Ld":invoke_iiiiiiiiidddd,"sn":invoke_iiiiiiiiiddddii,"fr":invoke_iiiiiiiiiddiiii,"Sf":invoke_iiiiiiiiidi,"gf":invoke_iiiiiiiiidiii,"hg":invoke_iiiiiiiiidiiii,"F":invoke_iiiiiiiiii,"gg":invoke_iiiiiiiiiid,"fi":invoke_iiiiiiiiiidddiiiiiiiiii,"_f":invoke_iiiiiiiiiiddidd,"gi":invoke_iiiiiiiiiidiiiiiiiiii,"Pa":invoke_iiiiiiiiiii,"Ah":invoke_iiiiiiiiiiiddddiiiiiiiiii,"Tf":invoke_iiiiiiiiiiiddddiiiiiiiiiii,"ke":invoke_iiiiiiiiiiidi,"Oa":invoke_iiiiiiiiiiii,"Od":invoke_iiiiiiiiiiiid,"te":invoke_iiiiiiiiiiiiddddiiiiiiiii,"vd":invoke_iiiiiiiiiiiiddddiiiiiiiiiiiiii,"Td":invoke_iiiiiiiiiiiiddiiiiii,"Tb":invoke_iiiiiiiiiiiii,"Qh":invoke_iiiiiiiiiiiiid,"Kb":invoke_iiiiiiiiiiiiii,"_e":invoke_iiiiiiiiiiiiiid,"eg":invoke_iiiiiiiiiiiiiiddi,"kh":invoke_iiiiiiiiiiiiiii,"bf":invoke_iiiiiiiiiiiiiiiddddiiiiiiiii,"cf":invoke_iiiiiiiiiiiiiiiddddiiiiiiiiii,"Ic":invoke_iiiiiiiiiiiiiiii,"Jq":invoke_iiiiiiiiiiiiiiiii,"Rh":invoke_iiiiiiiiiiiiiiiiidddiiiiiiiii,"vc":invoke_iiiiiiiiiiiiiiiiii,"Vh":invoke_iiiiiiiiiiiiiiiiiiddddiiiiiiiiii,"Xh":invoke_iiiiiiiiiiiiiiiiiiddddiiiiiiiiiii,"ue":invoke_iiiiiiiiiiiiiiiiiiii,"Kq":invoke_iiiiiiiiiiiiiiiiiiiiiiiii,"rh":invoke_iiiiiiiiiiiiiiiiiiiiiiiiiii,"Hr":invoke_iiiiij,"Qr":invoke_iiijj,"Lr":invoke_iij,"Rr":invoke_iiji,"Ir":invoke_j,"Gr":invoke_jiiii,"D":invoke_v,"dh":invoke_vd,"Nd":invoke_vddddddi,"oc":invoke_vddddddiiii,"Md":invoke_vdddddi,"ag":invoke_vddddiiiiiiiiiiii,"yb":invoke_vdddii,"ed":invoke_vdddiii,"zh":invoke_vdddiiii,"uh":invoke_vdddiiiiiiiii,"Ka":invoke_vddi,"cr":invoke_vddiddi,"Lb":invoke_vddiddiii,"_b":invoke_vddidiii,"Zb":invoke_vddii,"lh":invoke_vddiii,"$c":invoke_vddiiii,"Fc":invoke_vddiiiiiii,"Ph":invoke_vddiiiiiiiiiiiiiii,"pe":invoke_vddiiiiiiiiiiiiiiiii,"Oh":invoke_vddiiiiiiiiiiiiiiiiiiii,"Nh":invoke_vddiiiiiiiiiiiiiiiiiiiiiiii,"Dc":invoke_vdi,"qb":invoke_vdiddddi,"Jb":invoke_vdiddii,"hc":invoke_vdiddiiii,"wd":invoke_vdiddiiiiii,"_a":invoke_vdidii,"Pd":invoke_vdiii,"Oe":invoke_vdiiii,"$a":invoke_vdiiiii,"Rb":invoke_vdiiiiiiii,"mb":invoke_vdiiiiiiiii,"af":invoke_vdiiiiiiiiii,"mh":invoke_vdiiiiiiiiiii,"od":invoke_vffff,"b":invoke_vi,"x":invoke_vid,"$":invoke_vidd,"za":invoke_viddd,"Qa":invoke_vidddd,"Cq":invoke_viddddd,"ib":invoke_vidddddd,"vi":invoke_viddddddd,"Oc":invoke_vidddddddddddd,"Nc":invoke_vidddddddii,"bg":invoke_viddddddiii,"vf":invoke_vidddddi,"Hc":invoke_vidddddiii,"ad":invoke_viddddi,"Pc":invoke_viddddii,"ng":invoke_viddddiid,"hd":invoke_viddddiii,"se":invoke_viddddiiii,"lq":invoke_viddddiiiii,"Xa":invoke_vidddi,"We":invoke_vidddidddddd,"ze":invoke_vidddii,"Wh":invoke_vidddiii,"sd":invoke_vidddiiidi,"T":invoke_viddi,"rb":invoke_viddid,"Yb":invoke_viddidd,"Dh":invoke_viddidddiiii,"ub":invoke_viddii,"td":invoke_viddiiddi,"Di":invoke_viddiiddiii,"Ci":invoke_viddiididiiiiiiiiiiiiiiiiiii,"L":invoke_viddiii,"Je":invoke_viddiiii,"ab":invoke_viddiiiiii,"Ze":invoke_viddiiiiiiiiii,"Ie":invoke_vidfdfii,"v":invoke_vidi,"na":invoke_vidid,"Wa":invoke_vididd,"Jh":invoke_vididdi,"Ab":invoke_vididi,"E":invoke_vidii,"Mq":invoke_vidiiddddii,"hf":invoke_vidiidii,"S":invoke_vidiii,"lr":invoke_vidiiiddii,"Bc":invoke_vidiiidi,"ec":invoke_vidiiii,"Mf":invoke_vidiiiiidd,"Kc":invoke_vidiiiiii,"Hq":invoke_vidiiiiiiiiiii,"ac":invoke_vif,"qn":invoke_vifiii,"e":invoke_vii,"q":invoke_viid,"w":invoke_viidd,"Z":invoke_viiddd,"Sa":invoke_viidddd,"sb":invoke_viiddddd,"ha":invoke_viidddddd,"Zf":invoke_viidddddddd,"kc":invoke_viidddddddiiii,"tg":invoke_viidddddi,"xg":invoke_viidddddiii,"pc":invoke_viiddddi,"Pf":invoke_viiddddidd,"hi":invoke_viiddddiddd,"th":invoke_viiddddiii,"zb":invoke_viidddi,"Af":invoke_viidddidi,"wh":invoke_viidddii,"he":invoke_viidddiii,"X":invoke_viiddi,"vn":invoke_viiddid,"Ad":invoke_viiddidd,"ia":invoke_viiddii,"yr":invoke_viiddiidiiiiii,"be":invoke_viiddiii,"Fh":invoke_viiddiiiddii,"Kd":invoke_viiddiiii,"nd":invoke_viiddiiiiii,"ic":invoke_viiddiiiiiiii,"W":invoke_viidi,"ma":invoke_viidid,"ne":invoke_viididd,"Dr":invoke_viididdi,"Ae":invoke_viididi,"pa":invoke_viidii,"Qb":invoke_viidiii,"jg":invoke_viidiiid,"Ai":invoke_viidiiidddii,"bd":invoke_viidiiidii,"Gq":invoke_viidiiii,"Nb":invoke_viidiiiii,"Ge":invoke_viidiiiiidiii,"zd":invoke_viidiiiiii,"Fe":invoke_viidiiiiiiiiiiii,"yg":invoke_viidiiiiiiiiiiiii,"ae":invoke_viif,"gh":invoke_viiffffi,"hq":invoke_viifi,"hh":invoke_viifiii,"f":invoke_viii,"I":invoke_viiid,"Y":invoke_viiidd,"Ob":invoke_viiiddd,"Ua":invoke_viiidddd,"hr":invoke_viiiddddd,"Df":invoke_viiidddddd,"jn":invoke_viiidddddddd,"ig":invoke_viiidddddidi,"yh":invoke_viiiddddi,"ti":invoke_viiiddddii,"rq":invoke_viiidddi,"Iq":invoke_viiidddidi,"zr":invoke_viiidddiii,"Ma":invoke_viiiddi,"qc":invoke_viiiddidi,"xr":invoke_viiiddidiii,"Ng":invoke_viiiddidiiiii,"df":invoke_viiiddii,"bc":invoke_viiiddiiii,"cd":invoke_viiiddiiiiii,"yi":invoke_viiiddiiiiiii,"br":invoke_viiiddiiiiiiiiiiiiii,"oa":invoke_viiidi,"Vb":invoke_viiidid,"mq":invoke_viiididi,"va":invoke_viiidii,"qd":invoke_viiidiid,"Lc":invoke_viiidiii,"Xq":invoke_viiidiiii,"bb":invoke_viiidiiiii,"Eg":invoke_viiidiiiiii,"Gi":invoke_viiidiiiiiid,"zi":invoke_viiidiiiiiiiiii,"yn":invoke_viiifiiiii,"m":invoke_viiii,"O":invoke_viiiid,"da":invoke_viiiidd,"fd":invoke_viiiidddd,"rg":invoke_viiiiddddd,"vh":invoke_viiiidddddd,"Bg":invoke_viiiidddi,"Bi":invoke_viiiidddii,"xh":invoke_viiiidddiiiii,"Xb":invoke_viiiiddi,"Of":invoke_viiiiddii,"kn":invoke_viiiiddiiid,"ja":invoke_viiiidi,"Za":invoke_viiiidii,"mc":invoke_viiiidiidi,"qf":invoke_viiiidiii,"nq":invoke_viiiidiiidi,"ui":invoke_viiiidiiiii,"Zh":invoke_viiiidiiiiiidiiiiiiiiiii,"o":invoke_viiiii,"P":invoke_viiiiid,"Ba":invoke_viiiiidd,"dd":invoke_viiiiiddd,"Cc":invoke_viiiiidddd,"Vq":invoke_viiiiidddddddd,"ff":invoke_viiiiiddddddidi,"me":invoke_viiiiiddddi,"jd":invoke_viiiiidddii,"ii":invoke_viiiiidddiii,"Wd":invoke_viiiiiddi,"Ch":invoke_viiiiiddidd,"Cf":invoke_viiiiiddii,"Ye":invoke_viiiiiddiii,"Ki":invoke_viiiiiddiiii,"ci":invoke_viiiiiddiiiiii,"gb":invoke_viiiiidi,"cc":invoke_viiiiidii,"u":invoke_viiiiii,"fa":invoke_viiiiiid,"Jf":invoke_viiiiiidd,"ef":invoke_viiiiiidddddidi,"rf":invoke_viiiiiiddddidd,"Gh":invoke_viiiiiidddi,"yq":invoke_viiiiiiddi,"xq":invoke_viiiiiiddiii,"wq":invoke_viiiiiiddiiii,"ye":invoke_viiiiiidi,"Ei":invoke_viiiiiidii,"Ve":invoke_viiiiiidiidid,"tc":invoke_viiiiiidiii,"C":invoke_viiiiiii,"cg":invoke_viiiiiiid,"_q":invoke_viiiiiiiddd,"Sq":invoke_viiiiiiiddii,"Tq":invoke_viiiiiiiddiiii,"Gb":invoke_viiiiiiidii,"Me":invoke_viiiiiiidiiii,"mg":invoke_viiiiiiidiiiidiii,"fh":invoke_viiiiiiif,"V":invoke_viiiiiiii,"Ia":invoke_viiiiiiiid,"Cg":invoke_viiiiiiiidd,"ri":invoke_viiiiiiiiddddd,"qi":invoke_viiiiiiiidddddidid,"Wf":invoke_viiiiiiiiddi,"vq":invoke_viiiiiiiidi,"mf":invoke_viiiiiiiididid,"ur":invoke_viiiiiiiidii,"ka":invoke_viiiiiiiii,"Yf":invoke_viiiiiiiiid,"Yd":invoke_viiiiiiiiidd,"$f":invoke_viiiiiiiiiddi,"wb":invoke_viiiiiiiiiddii,"ra":invoke_viiiiiiiiii,"Vf":invoke_viiiiiiiiiid,"Qq":invoke_viiiiiiiiiidddiii,"Rq":invoke_viiiiiiiiiidddiiiiii,"og":invoke_viiiiiiiiiiddi,"pn":invoke_viiiiiiiiiidfdf,"Ca":invoke_viiiiiiiiiii,"Eh":invoke_viiiiiiiiiiidd,"ud":invoke_viiiiiiiiiiidi,"ni":invoke_viiiiiiiiiiidididididid,"pb":invoke_viiiiiiiiiiii,"Ec":invoke_viiiiiiiiiiiidi,"oi":invoke_viiiiiiiiiiiidididididid,"Mh":invoke_viiiiiiiiiiiidii,"xc":invoke_viiiiiiiiiiiii,"$e":invoke_viiiiiiiiiiiiidi,"nb":invoke_viiiiiiiiiiiiii,"sf":invoke_viiiiiiiiiiiiiidddd,"di":invoke_viiiiiiiiiiiiiidddiiiiiiiii,"ei":invoke_viiiiiiiiiiiiiiddiiiiiiiii,"mi":invoke_viiiiiiiiiiiiiidid,"ld":invoke_viiiiiiiiiiiiiii,"kg":invoke_viiiiiiiiiiiiiiid,"of":invoke_viiiiiiiiiiiiiiidid,"pf":invoke_viiiiiiiiiiiiiiidididid,"pi":invoke_viiiiiiiiiiiiiiididididid,"nf":invoke_viiiiiiiiiiiiiiidididididid,"wr":invoke_viiiiiiiiiiiiiiidididididididididididid,"sh":invoke_viiiiiiiiiiiiiiiii,"ir":invoke_viiiiiiiiiiiiiiiiidddiiiiiiiiiiii,"jr":invoke_viiiiiiiiiiiiiiiiiiidddiiiiiiiiii,"kr":invoke_viiiiiiiiiiiiiiiiiiiddiiiiiiiiii,"si":invoke_viiiiiiiiiiiiiiiiiiii,"pg":invoke_viiiiiiiiiiiiiiiiiiiiii,"Ar":invoke_viiiiiiiiiiiiiiiiiiiiiii,"vr":invoke_viiiiiiiiiiiiiiiiiiiiiiiii,"li":invoke_viiiiiiiiiiiiiiiiiiiiiiiiiii,"on":invoke_viiiiiiiiiiiiiiiiiiiiiiiiiiii,"nn":invoke_viiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii,"Or":invoke_viiiij,"Sr":invoke_viiiiji,"Mr":invoke_viiijj,"Pr":invoke_viijii,"Tr":invoke_vj,"Dt":jsGetBoundingClientLeft,"st":jsGetBoundingClientTop,"Zi":jsUpdateBoundingClientRect,"U":_llvm_eh_typeid_for,"Ur":_strftime_l};var asm=createWasm();var ___wasm_call_ctors=function(){return(___wasm_call_ctors=Module["asm"]["Ft"]).apply(null,arguments)};var _emscripten_bind_Mx3dBaseObject_Mx3dBaseObject_0=Module["_emscripten_bind_Mx3dBaseObject_Mx3dBaseObject_0"]=function(){return(_emscripten_bind_Mx3dBaseObject_Mx3dBaseObject_0=Module["_emscripten_bind_Mx3dBaseObject_Mx3dBaseObject_0"]=Module["asm"]["Gt"]).apply(null,arguments)};var _emscripten_bind_Mx3dBaseObject___destroy___0=Module["_emscripten_bind_Mx3dBaseObject___destroy___0"]=function(){return(_emscripten_bind_Mx3dBaseObject___destroy___0=Module["_emscripten_bind_Mx3dBaseObject___destroy___0"]=Module["asm"]["Ht"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomObject_MirrorByPoint_1=Module["_emscripten_bind_Mx3dGeomObject_MirrorByPoint_1"]=function(){return(_emscripten_bind_Mx3dGeomObject_MirrorByPoint_1=Module["_emscripten_bind_Mx3dGeomObject_MirrorByPoint_1"]=Module["asm"]["It"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomObject_MirrorByAxis_1=Module["_emscripten_bind_Mx3dGeomObject_MirrorByAxis_1"]=function(){return(_emscripten_bind_Mx3dGeomObject_MirrorByAxis_1=Module["_emscripten_bind_Mx3dGeomObject_MirrorByAxis_1"]=Module["asm"]["Jt"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomObject_MirrorByCSYSR_1=Module["_emscripten_bind_Mx3dGeomObject_MirrorByCSYSR_1"]=function(){return(_emscripten_bind_Mx3dGeomObject_MirrorByCSYSR_1=Module["_emscripten_bind_Mx3dGeomObject_MirrorByCSYSR_1"]=Module["asm"]["Kt"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomObject_Rotate_2=Module["_emscripten_bind_Mx3dGeomObject_Rotate_2"]=function(){return(_emscripten_bind_Mx3dGeomObject_Rotate_2=Module["_emscripten_bind_Mx3dGeomObject_Rotate_2"]=Module["asm"]["Lt"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomObject_Scale_2=Module["_emscripten_bind_Mx3dGeomObject_Scale_2"]=function(){return(_emscripten_bind_Mx3dGeomObject_Scale_2=Module["_emscripten_bind_Mx3dGeomObject_Scale_2"]=Module["asm"]["Mt"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomObject_TranslateByVec_1=Module["_emscripten_bind_Mx3dGeomObject_TranslateByVec_1"]=function(){return(_emscripten_bind_Mx3dGeomObject_TranslateByVec_1=Module["_emscripten_bind_Mx3dGeomObject_TranslateByVec_1"]=Module["asm"]["Nt"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomObject_TranslateBy2Points_2=Module["_emscripten_bind_Mx3dGeomObject_TranslateBy2Points_2"]=function(){return(_emscripten_bind_Mx3dGeomObject_TranslateBy2Points_2=Module["_emscripten_bind_Mx3dGeomObject_TranslateBy2Points_2"]=Module["asm"]["Ot"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomObject_MirroredByPoint_1=Module["_emscripten_bind_Mx3dGeomObject_MirroredByPoint_1"]=function(){return(_emscripten_bind_Mx3dGeomObject_MirroredByPoint_1=Module["_emscripten_bind_Mx3dGeomObject_MirroredByPoint_1"]=Module["asm"]["Pt"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomObject_MirroredByAxis_1=Module["_emscripten_bind_Mx3dGeomObject_MirroredByAxis_1"]=function(){return(_emscripten_bind_Mx3dGeomObject_MirroredByAxis_1=Module["_emscripten_bind_Mx3dGeomObject_MirroredByAxis_1"]=Module["asm"]["Qt"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomObject_MirroredByCSYSR_1=Module["_emscripten_bind_Mx3dGeomObject_MirroredByCSYSR_1"]=function(){return(_emscripten_bind_Mx3dGeomObject_MirroredByCSYSR_1=Module["_emscripten_bind_Mx3dGeomObject_MirroredByCSYSR_1"]=Module["asm"]["Rt"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomObject_Rotated_2=Module["_emscripten_bind_Mx3dGeomObject_Rotated_2"]=function(){return(_emscripten_bind_Mx3dGeomObject_Rotated_2=Module["_emscripten_bind_Mx3dGeomObject_Rotated_2"]=Module["asm"]["St"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomObject_Scaled_2=Module["_emscripten_bind_Mx3dGeomObject_Scaled_2"]=function(){return(_emscripten_bind_Mx3dGeomObject_Scaled_2=Module["_emscripten_bind_Mx3dGeomObject_Scaled_2"]=Module["asm"]["Tt"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomObject_Transformed_1=Module["_emscripten_bind_Mx3dGeomObject_Transformed_1"]=function(){return(_emscripten_bind_Mx3dGeomObject_Transformed_1=Module["_emscripten_bind_Mx3dGeomObject_Transformed_1"]=Module["asm"]["Ut"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomObject_TranslatedByVec_1=Module["_emscripten_bind_Mx3dGeomObject_TranslatedByVec_1"]=function(){return(_emscripten_bind_Mx3dGeomObject_TranslatedByVec_1=Module["_emscripten_bind_Mx3dGeomObject_TranslatedByVec_1"]=Module["asm"]["Vt"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomObject_TranslatedBy2Points_2=Module["_emscripten_bind_Mx3dGeomObject_TranslatedBy2Points_2"]=function(){return(_emscripten_bind_Mx3dGeomObject_TranslatedBy2Points_2=Module["_emscripten_bind_Mx3dGeomObject_TranslatedBy2Points_2"]=Module["asm"]["Wt"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomObject_DynamicType_0=Module["_emscripten_bind_Mx3dGeomObject_DynamicType_0"]=function(){return(_emscripten_bind_Mx3dGeomObject_DynamicType_0=Module["_emscripten_bind_Mx3dGeomObject_DynamicType_0"]=Module["asm"]["Xt"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomObject___destroy___0=Module["_emscripten_bind_Mx3dGeomObject___destroy___0"]=function(){return(_emscripten_bind_Mx3dGeomObject___destroy___0=Module["_emscripten_bind_Mx3dGeomObject___destroy___0"]=Module["asm"]["Yt"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeObject_Mx3dGeObject_0=Module["_emscripten_bind_Mx3dGeObject_Mx3dGeObject_0"]=function(){return(_emscripten_bind_Mx3dGeObject_Mx3dGeObject_0=Module["_emscripten_bind_Mx3dGeObject_Mx3dGeObject_0"]=Module["asm"]["Zt"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeObject___destroy___0=Module["_emscripten_bind_Mx3dGeObject___destroy___0"]=function(){return(_emscripten_bind_Mx3dGeObject___destroy___0=Module["_emscripten_bind_Mx3dGeObject___destroy___0"]=Module["asm"]["_t"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCurve_Reversed_0=Module["_emscripten_bind_Mx3dGeomCurve_Reversed_0"]=function(){return(_emscripten_bind_Mx3dGeomCurve_Reversed_0=Module["_emscripten_bind_Mx3dGeomCurve_Reversed_0"]=Module["asm"]["$t"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCurve_Period_0=Module["_emscripten_bind_Mx3dGeomCurve_Period_0"]=function(){return(_emscripten_bind_Mx3dGeomCurve_Period_0=Module["_emscripten_bind_Mx3dGeomCurve_Period_0"]=Module["asm"]["au"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCurve_Value_1=Module["_emscripten_bind_Mx3dGeomCurve_Value_1"]=function(){return(_emscripten_bind_Mx3dGeomCurve_Value_1=Module["_emscripten_bind_Mx3dGeomCurve_Value_1"]=Module["asm"]["bu"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCurve_DynamicType_0=Module["_emscripten_bind_Mx3dGeomCurve_DynamicType_0"]=function(){return(_emscripten_bind_Mx3dGeomCurve_DynamicType_0=Module["_emscripten_bind_Mx3dGeomCurve_DynamicType_0"]=Module["asm"]["cu"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCurve_MirrorByPoint_1=Module["_emscripten_bind_Mx3dGeomCurve_MirrorByPoint_1"]=function(){return(_emscripten_bind_Mx3dGeomCurve_MirrorByPoint_1=Module["_emscripten_bind_Mx3dGeomCurve_MirrorByPoint_1"]=Module["asm"]["du"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCurve_MirrorByAxis_1=Module["_emscripten_bind_Mx3dGeomCurve_MirrorByAxis_1"]=function(){return(_emscripten_bind_Mx3dGeomCurve_MirrorByAxis_1=Module["_emscripten_bind_Mx3dGeomCurve_MirrorByAxis_1"]=Module["asm"]["eu"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCurve_MirrorByCSYSR_1=Module["_emscripten_bind_Mx3dGeomCurve_MirrorByCSYSR_1"]=function(){return(_emscripten_bind_Mx3dGeomCurve_MirrorByCSYSR_1=Module["_emscripten_bind_Mx3dGeomCurve_MirrorByCSYSR_1"]=Module["asm"]["fu"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCurve_Rotate_2=Module["_emscripten_bind_Mx3dGeomCurve_Rotate_2"]=function(){return(_emscripten_bind_Mx3dGeomCurve_Rotate_2=Module["_emscripten_bind_Mx3dGeomCurve_Rotate_2"]=Module["asm"]["gu"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCurve_Scale_2=Module["_emscripten_bind_Mx3dGeomCurve_Scale_2"]=function(){return(_emscripten_bind_Mx3dGeomCurve_Scale_2=Module["_emscripten_bind_Mx3dGeomCurve_Scale_2"]=Module["asm"]["hu"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCurve_TranslateByVec_1=Module["_emscripten_bind_Mx3dGeomCurve_TranslateByVec_1"]=function(){return(_emscripten_bind_Mx3dGeomCurve_TranslateByVec_1=Module["_emscripten_bind_Mx3dGeomCurve_TranslateByVec_1"]=Module["asm"]["iu"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCurve_TranslateBy2Points_2=Module["_emscripten_bind_Mx3dGeomCurve_TranslateBy2Points_2"]=function(){return(_emscripten_bind_Mx3dGeomCurve_TranslateBy2Points_2=Module["_emscripten_bind_Mx3dGeomCurve_TranslateBy2Points_2"]=Module["asm"]["ju"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCurve_MirroredByPoint_1=Module["_emscripten_bind_Mx3dGeomCurve_MirroredByPoint_1"]=function(){return(_emscripten_bind_Mx3dGeomCurve_MirroredByPoint_1=Module["_emscripten_bind_Mx3dGeomCurve_MirroredByPoint_1"]=Module["asm"]["ku"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCurve_MirroredByAxis_1=Module["_emscripten_bind_Mx3dGeomCurve_MirroredByAxis_1"]=function(){return(_emscripten_bind_Mx3dGeomCurve_MirroredByAxis_1=Module["_emscripten_bind_Mx3dGeomCurve_MirroredByAxis_1"]=Module["asm"]["lu"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCurve_MirroredByCSYSR_1=Module["_emscripten_bind_Mx3dGeomCurve_MirroredByCSYSR_1"]=function(){return(_emscripten_bind_Mx3dGeomCurve_MirroredByCSYSR_1=Module["_emscripten_bind_Mx3dGeomCurve_MirroredByCSYSR_1"]=Module["asm"]["mu"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCurve_Rotated_2=Module["_emscripten_bind_Mx3dGeomCurve_Rotated_2"]=function(){return(_emscripten_bind_Mx3dGeomCurve_Rotated_2=Module["_emscripten_bind_Mx3dGeomCurve_Rotated_2"]=Module["asm"]["nu"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCurve_Scaled_2=Module["_emscripten_bind_Mx3dGeomCurve_Scaled_2"]=function(){return(_emscripten_bind_Mx3dGeomCurve_Scaled_2=Module["_emscripten_bind_Mx3dGeomCurve_Scaled_2"]=Module["asm"]["ou"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCurve_Transformed_1=Module["_emscripten_bind_Mx3dGeomCurve_Transformed_1"]=function(){return(_emscripten_bind_Mx3dGeomCurve_Transformed_1=Module["_emscripten_bind_Mx3dGeomCurve_Transformed_1"]=Module["asm"]["pu"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCurve_TranslatedByVec_1=Module["_emscripten_bind_Mx3dGeomCurve_TranslatedByVec_1"]=function(){return(_emscripten_bind_Mx3dGeomCurve_TranslatedByVec_1=Module["_emscripten_bind_Mx3dGeomCurve_TranslatedByVec_1"]=Module["asm"]["qu"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCurve_TranslatedBy2Points_2=Module["_emscripten_bind_Mx3dGeomCurve_TranslatedBy2Points_2"]=function(){return(_emscripten_bind_Mx3dGeomCurve_TranslatedBy2Points_2=Module["_emscripten_bind_Mx3dGeomCurve_TranslatedBy2Points_2"]=Module["asm"]["ru"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCurve___destroy___0=Module["_emscripten_bind_Mx3dGeomCurve___destroy___0"]=function(){return(_emscripten_bind_Mx3dGeomCurve___destroy___0=Module["_emscripten_bind_Mx3dGeomCurve___destroy___0"]=Module["asm"]["su"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomSurface_UReversed_0=Module["_emscripten_bind_Mx3dGeomSurface_UReversed_0"]=function(){return(_emscripten_bind_Mx3dGeomSurface_UReversed_0=Module["_emscripten_bind_Mx3dGeomSurface_UReversed_0"]=Module["asm"]["tu"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomSurface_VReversed_0=Module["_emscripten_bind_Mx3dGeomSurface_VReversed_0"]=function(){return(_emscripten_bind_Mx3dGeomSurface_VReversed_0=Module["_emscripten_bind_Mx3dGeomSurface_VReversed_0"]=Module["asm"]["uu"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomSurface_TransformParameters_2=Module["_emscripten_bind_Mx3dGeomSurface_TransformParameters_2"]=function(){return(_emscripten_bind_Mx3dGeomSurface_TransformParameters_2=Module["_emscripten_bind_Mx3dGeomSurface_TransformParameters_2"]=Module["asm"]["vu"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomSurface_UPeriod_0=Module["_emscripten_bind_Mx3dGeomSurface_UPeriod_0"]=function(){return(_emscripten_bind_Mx3dGeomSurface_UPeriod_0=Module["_emscripten_bind_Mx3dGeomSurface_UPeriod_0"]=Module["asm"]["wu"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomSurface_VPeriod_0=Module["_emscripten_bind_Mx3dGeomSurface_VPeriod_0"]=function(){return(_emscripten_bind_Mx3dGeomSurface_VPeriod_0=Module["_emscripten_bind_Mx3dGeomSurface_VPeriod_0"]=Module["asm"]["xu"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomSurface_Value_2=Module["_emscripten_bind_Mx3dGeomSurface_Value_2"]=function(){return(_emscripten_bind_Mx3dGeomSurface_Value_2=Module["_emscripten_bind_Mx3dGeomSurface_Value_2"]=Module["asm"]["yu"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomSurface_DynamicType_0=Module["_emscripten_bind_Mx3dGeomSurface_DynamicType_0"]=function(){return(_emscripten_bind_Mx3dGeomSurface_DynamicType_0=Module["_emscripten_bind_Mx3dGeomSurface_DynamicType_0"]=Module["asm"]["zu"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomSurface_MirrorByPoint_1=Module["_emscripten_bind_Mx3dGeomSurface_MirrorByPoint_1"]=function(){return(_emscripten_bind_Mx3dGeomSurface_MirrorByPoint_1=Module["_emscripten_bind_Mx3dGeomSurface_MirrorByPoint_1"]=Module["asm"]["Au"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomSurface_MirrorByAxis_1=Module["_emscripten_bind_Mx3dGeomSurface_MirrorByAxis_1"]=function(){return(_emscripten_bind_Mx3dGeomSurface_MirrorByAxis_1=Module["_emscripten_bind_Mx3dGeomSurface_MirrorByAxis_1"]=Module["asm"]["Bu"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomSurface_MirrorByCSYSR_1=Module["_emscripten_bind_Mx3dGeomSurface_MirrorByCSYSR_1"]=function(){return(_emscripten_bind_Mx3dGeomSurface_MirrorByCSYSR_1=Module["_emscripten_bind_Mx3dGeomSurface_MirrorByCSYSR_1"]=Module["asm"]["Cu"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomSurface_Rotate_2=Module["_emscripten_bind_Mx3dGeomSurface_Rotate_2"]=function(){return(_emscripten_bind_Mx3dGeomSurface_Rotate_2=Module["_emscripten_bind_Mx3dGeomSurface_Rotate_2"]=Module["asm"]["Du"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomSurface_Scale_2=Module["_emscripten_bind_Mx3dGeomSurface_Scale_2"]=function(){return(_emscripten_bind_Mx3dGeomSurface_Scale_2=Module["_emscripten_bind_Mx3dGeomSurface_Scale_2"]=Module["asm"]["Eu"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomSurface_TranslateByVec_1=Module["_emscripten_bind_Mx3dGeomSurface_TranslateByVec_1"]=function(){return(_emscripten_bind_Mx3dGeomSurface_TranslateByVec_1=Module["_emscripten_bind_Mx3dGeomSurface_TranslateByVec_1"]=Module["asm"]["Fu"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomSurface_TranslateBy2Points_2=Module["_emscripten_bind_Mx3dGeomSurface_TranslateBy2Points_2"]=function(){return(_emscripten_bind_Mx3dGeomSurface_TranslateBy2Points_2=Module["_emscripten_bind_Mx3dGeomSurface_TranslateBy2Points_2"]=Module["asm"]["Gu"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomSurface_MirroredByPoint_1=Module["_emscripten_bind_Mx3dGeomSurface_MirroredByPoint_1"]=function(){return(_emscripten_bind_Mx3dGeomSurface_MirroredByPoint_1=Module["_emscripten_bind_Mx3dGeomSurface_MirroredByPoint_1"]=Module["asm"]["Hu"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomSurface_MirroredByAxis_1=Module["_emscripten_bind_Mx3dGeomSurface_MirroredByAxis_1"]=function(){return(_emscripten_bind_Mx3dGeomSurface_MirroredByAxis_1=Module["_emscripten_bind_Mx3dGeomSurface_MirroredByAxis_1"]=Module["asm"]["Iu"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomSurface_MirroredByCSYSR_1=Module["_emscripten_bind_Mx3dGeomSurface_MirroredByCSYSR_1"]=function(){return(_emscripten_bind_Mx3dGeomSurface_MirroredByCSYSR_1=Module["_emscripten_bind_Mx3dGeomSurface_MirroredByCSYSR_1"]=Module["asm"]["Ju"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomSurface_Rotated_2=Module["_emscripten_bind_Mx3dGeomSurface_Rotated_2"]=function(){return(_emscripten_bind_Mx3dGeomSurface_Rotated_2=Module["_emscripten_bind_Mx3dGeomSurface_Rotated_2"]=Module["asm"]["Ku"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomSurface_Scaled_2=Module["_emscripten_bind_Mx3dGeomSurface_Scaled_2"]=function(){return(_emscripten_bind_Mx3dGeomSurface_Scaled_2=Module["_emscripten_bind_Mx3dGeomSurface_Scaled_2"]=Module["asm"]["Lu"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomSurface_Transformed_1=Module["_emscripten_bind_Mx3dGeomSurface_Transformed_1"]=function(){return(_emscripten_bind_Mx3dGeomSurface_Transformed_1=Module["_emscripten_bind_Mx3dGeomSurface_Transformed_1"]=Module["asm"]["Mu"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomSurface_TranslatedByVec_1=Module["_emscripten_bind_Mx3dGeomSurface_TranslatedByVec_1"]=function(){return(_emscripten_bind_Mx3dGeomSurface_TranslatedByVec_1=Module["_emscripten_bind_Mx3dGeomSurface_TranslatedByVec_1"]=Module["asm"]["Nu"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomSurface_TranslatedBy2Points_2=Module["_emscripten_bind_Mx3dGeomSurface_TranslatedBy2Points_2"]=function(){return(_emscripten_bind_Mx3dGeomSurface_TranslatedBy2Points_2=Module["_emscripten_bind_Mx3dGeomSurface_TranslatedBy2Points_2"]=Module["asm"]["Ou"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomSurface___destroy___0=Module["_emscripten_bind_Mx3dGeomSurface___destroy___0"]=function(){return(_emscripten_bind_Mx3dGeomSurface___destroy___0=Module["_emscripten_bind_Mx3dGeomSurface___destroy___0"]=Module["asm"]["Pu"]).apply(null,arguments)};var _emscripten_bind_MdGeShape_MdGeShape_0=Module["_emscripten_bind_MdGeShape_MdGeShape_0"]=function(){return(_emscripten_bind_MdGeShape_MdGeShape_0=Module["_emscripten_bind_MdGeShape_MdGeShape_0"]=Module["asm"]["Qu"]).apply(null,arguments)};var _emscripten_bind_MdGeShape_MdGeShape_1=Module["_emscripten_bind_MdGeShape_MdGeShape_1"]=function(){return(_emscripten_bind_MdGeShape_MdGeShape_1=Module["_emscripten_bind_MdGeShape_MdGeShape_1"]=Module["asm"]["Ru"]).apply(null,arguments)};var _emscripten_bind_MdGeShape_Fuse_1=Module["_emscripten_bind_MdGeShape_Fuse_1"]=function(){return(_emscripten_bind_MdGeShape_Fuse_1=Module["_emscripten_bind_MdGeShape_Fuse_1"]=Module["asm"]["Su"]).apply(null,arguments)};var _emscripten_bind_MdGeShape_Cut_1=Module["_emscripten_bind_MdGeShape_Cut_1"]=function(){return(_emscripten_bind_MdGeShape_Cut_1=Module["_emscripten_bind_MdGeShape_Cut_1"]=Module["asm"]["Tu"]).apply(null,arguments)};var _emscripten_bind_MdGeShape_Common_1=Module["_emscripten_bind_MdGeShape_Common_1"]=function(){return(_emscripten_bind_MdGeShape_Common_1=Module["_emscripten_bind_MdGeShape_Common_1"]=Module["asm"]["Uu"]).apply(null,arguments)};var _emscripten_bind_MdGeShape_Section_1=Module["_emscripten_bind_MdGeShape_Section_1"]=function(){return(_emscripten_bind_MdGeShape_Section_1=Module["_emscripten_bind_MdGeShape_Section_1"]=Module["asm"]["Vu"]).apply(null,arguments)};var _emscripten_bind_MdGeShape_ShapeType_0=Module["_emscripten_bind_MdGeShape_ShapeType_0"]=function(){return(_emscripten_bind_MdGeShape_ShapeType_0=Module["_emscripten_bind_MdGeShape_ShapeType_0"]=Module["asm"]["Wu"]).apply(null,arguments)};var _emscripten_bind_MdGeShape_Quantities_0=Module["_emscripten_bind_MdGeShape_Quantities_0"]=function(){return(_emscripten_bind_MdGeShape_Quantities_0=Module["_emscripten_bind_MdGeShape_Quantities_0"]=Module["asm"]["Xu"]).apply(null,arguments)};var _emscripten_bind_MdGeShape_MirrorByPoint_1=Module["_emscripten_bind_MdGeShape_MirrorByPoint_1"]=function(){return(_emscripten_bind_MdGeShape_MirrorByPoint_1=Module["_emscripten_bind_MdGeShape_MirrorByPoint_1"]=Module["asm"]["Yu"]).apply(null,arguments)};var _emscripten_bind_MdGeShape_MirroredByPoint_1=Module["_emscripten_bind_MdGeShape_MirroredByPoint_1"]=function(){return(_emscripten_bind_MdGeShape_MirroredByPoint_1=Module["_emscripten_bind_MdGeShape_MirroredByPoint_1"]=Module["asm"]["Zu"]).apply(null,arguments)};var _emscripten_bind_MdGeShape_MirrorByAxis_1=Module["_emscripten_bind_MdGeShape_MirrorByAxis_1"]=function(){return(_emscripten_bind_MdGeShape_MirrorByAxis_1=Module["_emscripten_bind_MdGeShape_MirrorByAxis_1"]=Module["asm"]["_u"]).apply(null,arguments)};var _emscripten_bind_MdGeShape_MirroredByAxis_1=Module["_emscripten_bind_MdGeShape_MirroredByAxis_1"]=function(){return(_emscripten_bind_MdGeShape_MirroredByAxis_1=Module["_emscripten_bind_MdGeShape_MirroredByAxis_1"]=Module["asm"]["$u"]).apply(null,arguments)};var _emscripten_bind_MdGeShape_MirrorByCSYSR_1=Module["_emscripten_bind_MdGeShape_MirrorByCSYSR_1"]=function(){return(_emscripten_bind_MdGeShape_MirrorByCSYSR_1=Module["_emscripten_bind_MdGeShape_MirrorByCSYSR_1"]=Module["asm"]["av"]).apply(null,arguments)};var _emscripten_bind_MdGeShape_MirroredByCSYSR_1=Module["_emscripten_bind_MdGeShape_MirroredByCSYSR_1"]=function(){return(_emscripten_bind_MdGeShape_MirroredByCSYSR_1=Module["_emscripten_bind_MdGeShape_MirroredByCSYSR_1"]=Module["asm"]["bv"]).apply(null,arguments)};var _emscripten_bind_MdGeShape_Rotate_2=Module["_emscripten_bind_MdGeShape_Rotate_2"]=function(){return(_emscripten_bind_MdGeShape_Rotate_2=Module["_emscripten_bind_MdGeShape_Rotate_2"]=Module["asm"]["cv"]).apply(null,arguments)};var _emscripten_bind_MdGeShape_Rotated_2=Module["_emscripten_bind_MdGeShape_Rotated_2"]=function(){return(_emscripten_bind_MdGeShape_Rotated_2=Module["_emscripten_bind_MdGeShape_Rotated_2"]=Module["asm"]["dv"]).apply(null,arguments)};var _emscripten_bind_MdGeShape_Scale_2=Module["_emscripten_bind_MdGeShape_Scale_2"]=function(){return(_emscripten_bind_MdGeShape_Scale_2=Module["_emscripten_bind_MdGeShape_Scale_2"]=Module["asm"]["ev"]).apply(null,arguments)};var _emscripten_bind_MdGeShape_Scaled_2=Module["_emscripten_bind_MdGeShape_Scaled_2"]=function(){return(_emscripten_bind_MdGeShape_Scaled_2=Module["_emscripten_bind_MdGeShape_Scaled_2"]=Module["asm"]["fv"]).apply(null,arguments)};var _emscripten_bind_MdGeShape_Transform_1=Module["_emscripten_bind_MdGeShape_Transform_1"]=function(){return(_emscripten_bind_MdGeShape_Transform_1=Module["_emscripten_bind_MdGeShape_Transform_1"]=Module["asm"]["gv"]).apply(null,arguments)};var _emscripten_bind_MdGeShape_Transformed_1=Module["_emscripten_bind_MdGeShape_Transformed_1"]=function(){return(_emscripten_bind_MdGeShape_Transformed_1=Module["_emscripten_bind_MdGeShape_Transformed_1"]=Module["asm"]["hv"]).apply(null,arguments)};var _emscripten_bind_MdGeShape_TranslateByVec_1=Module["_emscripten_bind_MdGeShape_TranslateByVec_1"]=function(){return(_emscripten_bind_MdGeShape_TranslateByVec_1=Module["_emscripten_bind_MdGeShape_TranslateByVec_1"]=Module["asm"]["iv"]).apply(null,arguments)};var _emscripten_bind_MdGeShape_TranslatedByVec_1=Module["_emscripten_bind_MdGeShape_TranslatedByVec_1"]=function(){return(_emscripten_bind_MdGeShape_TranslatedByVec_1=Module["_emscripten_bind_MdGeShape_TranslatedByVec_1"]=Module["asm"]["jv"]).apply(null,arguments)};var _emscripten_bind_MdGeShape_TranslateBy2Points_2=Module["_emscripten_bind_MdGeShape_TranslateBy2Points_2"]=function(){return(_emscripten_bind_MdGeShape_TranslateBy2Points_2=Module["_emscripten_bind_MdGeShape_TranslateBy2Points_2"]=Module["asm"]["kv"]).apply(null,arguments)};var _emscripten_bind_MdGeShape_TranslatedBy2Points_2=Module["_emscripten_bind_MdGeShape_TranslatedBy2Points_2"]=function(){return(_emscripten_bind_MdGeShape_TranslatedBy2Points_2=Module["_emscripten_bind_MdGeShape_TranslatedBy2Points_2"]=Module["asm"]["lv"]).apply(null,arguments)};var _emscripten_bind_MdGeShape_SetTextureFileName_1=Module["_emscripten_bind_MdGeShape_SetTextureFileName_1"]=function(){return(_emscripten_bind_MdGeShape_SetTextureFileName_1=Module["_emscripten_bind_MdGeShape_SetTextureFileName_1"]=Module["asm"]["mv"]).apply(null,arguments)};var _emscripten_bind_MdGeShape_SetMaterialAspect_1=Module["_emscripten_bind_MdGeShape_SetMaterialAspect_1"]=function(){return(_emscripten_bind_MdGeShape_SetMaterialAspect_1=Module["_emscripten_bind_MdGeShape_SetMaterialAspect_1"]=Module["asm"]["nv"]).apply(null,arguments)};var _emscripten_bind_MdGeShape_SetColor_1=Module["_emscripten_bind_MdGeShape_SetColor_1"]=function(){return(_emscripten_bind_MdGeShape_SetColor_1=Module["_emscripten_bind_MdGeShape_SetColor_1"]=Module["asm"]["ov"]).apply(null,arguments)};var _emscripten_bind_MdGeShape_TextureRepeat_0=Module["_emscripten_bind_MdGeShape_TextureRepeat_0"]=function(){return(_emscripten_bind_MdGeShape_TextureRepeat_0=Module["_emscripten_bind_MdGeShape_TextureRepeat_0"]=Module["asm"]["pv"]).apply(null,arguments)};var _emscripten_bind_MdGeShape_URepeat_0=Module["_emscripten_bind_MdGeShape_URepeat_0"]=function(){return(_emscripten_bind_MdGeShape_URepeat_0=Module["_emscripten_bind_MdGeShape_URepeat_0"]=Module["asm"]["qv"]).apply(null,arguments)};var _emscripten_bind_MdGeShape_VRepeat_0=Module["_emscripten_bind_MdGeShape_VRepeat_0"]=function(){return(_emscripten_bind_MdGeShape_VRepeat_0=Module["_emscripten_bind_MdGeShape_VRepeat_0"]=Module["asm"]["rv"]).apply(null,arguments)};var _emscripten_bind_MdGeShape_SetTextureRepeat_3=Module["_emscripten_bind_MdGeShape_SetTextureRepeat_3"]=function(){return(_emscripten_bind_MdGeShape_SetTextureRepeat_3=Module["_emscripten_bind_MdGeShape_SetTextureRepeat_3"]=Module["asm"]["sv"]).apply(null,arguments)};var _emscripten_bind_MdGeShape_TextureScale_0=Module["_emscripten_bind_MdGeShape_TextureScale_0"]=function(){return(_emscripten_bind_MdGeShape_TextureScale_0=Module["_emscripten_bind_MdGeShape_TextureScale_0"]=Module["asm"]["tv"]).apply(null,arguments)};var _emscripten_bind_MdGeShape_TextureScaleU_0=Module["_emscripten_bind_MdGeShape_TextureScaleU_0"]=function(){return(_emscripten_bind_MdGeShape_TextureScaleU_0=Module["_emscripten_bind_MdGeShape_TextureScaleU_0"]=Module["asm"]["uv"]).apply(null,arguments)};var _emscripten_bind_MdGeShape_TextureScaleV_0=Module["_emscripten_bind_MdGeShape_TextureScaleV_0"]=function(){return(_emscripten_bind_MdGeShape_TextureScaleV_0=Module["_emscripten_bind_MdGeShape_TextureScaleV_0"]=Module["asm"]["vv"]).apply(null,arguments)};var _emscripten_bind_MdGeShape_SetTextureScale_3=Module["_emscripten_bind_MdGeShape_SetTextureScale_3"]=function(){return(_emscripten_bind_MdGeShape_SetTextureScale_3=Module["_emscripten_bind_MdGeShape_SetTextureScale_3"]=Module["asm"]["wv"]).apply(null,arguments)};var _emscripten_bind_MdGeShape_TextureOrigin_0=Module["_emscripten_bind_MdGeShape_TextureOrigin_0"]=function(){return(_emscripten_bind_MdGeShape_TextureOrigin_0=Module["_emscripten_bind_MdGeShape_TextureOrigin_0"]=Module["asm"]["xv"]).apply(null,arguments)};var _emscripten_bind_MdGeShape_TextureUOrigin_0=Module["_emscripten_bind_MdGeShape_TextureUOrigin_0"]=function(){return(_emscripten_bind_MdGeShape_TextureUOrigin_0=Module["_emscripten_bind_MdGeShape_TextureUOrigin_0"]=Module["asm"]["yv"]).apply(null,arguments)};var _emscripten_bind_MdGeShape_TextureVOrigin_0=Module["_emscripten_bind_MdGeShape_TextureVOrigin_0"]=function(){return(_emscripten_bind_MdGeShape_TextureVOrigin_0=Module["_emscripten_bind_MdGeShape_TextureVOrigin_0"]=Module["asm"]["zv"]).apply(null,arguments)};var _emscripten_bind_MdGeShape_SetTextureOrigin_3=Module["_emscripten_bind_MdGeShape_SetTextureOrigin_3"]=function(){return(_emscripten_bind_MdGeShape_SetTextureOrigin_3=Module["_emscripten_bind_MdGeShape_SetTextureOrigin_3"]=Module["asm"]["Av"]).apply(null,arguments)};var _emscripten_bind_MdGeShape_IsNull_0=Module["_emscripten_bind_MdGeShape_IsNull_0"]=function(){return(_emscripten_bind_MdGeShape_IsNull_0=Module["_emscripten_bind_MdGeShape_IsNull_0"]=Module["asm"]["Bv"]).apply(null,arguments)};var _emscripten_bind_MdGeShape_SetShapeName_1=Module["_emscripten_bind_MdGeShape_SetShapeName_1"]=function(){return(_emscripten_bind_MdGeShape_SetShapeName_1=Module["_emscripten_bind_MdGeShape_SetShapeName_1"]=Module["asm"]["Cv"]).apply(null,arguments)};var _emscripten_bind_MdGeShape_GetShapeName_0=Module["_emscripten_bind_MdGeShape_GetShapeName_0"]=function(){return(_emscripten_bind_MdGeShape_GetShapeName_0=Module["_emscripten_bind_MdGeShape_GetShapeName_0"]=Module["asm"]["Dv"]).apply(null,arguments)};var _emscripten_bind_MdGeShape_GetBndBox_0=Module["_emscripten_bind_MdGeShape_GetBndBox_0"]=function(){return(_emscripten_bind_MdGeShape_GetBndBox_0=Module["_emscripten_bind_MdGeShape_GetBndBox_0"]=Module["asm"]["Ev"]).apply(null,arguments)};var _emscripten_bind_MdGeShape_Draw_0=Module["_emscripten_bind_MdGeShape_Draw_0"]=function(){return(_emscripten_bind_MdGeShape_Draw_0=Module["_emscripten_bind_MdGeShape_Draw_0"]=Module["asm"]["Fv"]).apply(null,arguments)};var _emscripten_bind_MdGeShape___destroy___0=Module["_emscripten_bind_MdGeShape___destroy___0"]=function(){return(_emscripten_bind_MdGeShape___destroy___0=Module["_emscripten_bind_MdGeShape___destroy___0"]=Module["asm"]["Gv"]).apply(null,arguments)};var _emscripten_bind_MdGeAisObject_MdGeAisObject_0=Module["_emscripten_bind_MdGeAisObject_MdGeAisObject_0"]=function(){return(_emscripten_bind_MdGeAisObject_MdGeAisObject_0=Module["_emscripten_bind_MdGeAisObject_MdGeAisObject_0"]=Module["asm"]["Hv"]).apply(null,arguments)};var _emscripten_bind_MdGeAisObject___destroy___0=Module["_emscripten_bind_MdGeAisObject___destroy___0"]=function(){return(_emscripten_bind_MdGeAisObject___destroy___0=Module["_emscripten_bind_MdGeAisObject___destroy___0"]=Module["asm"]["Iv"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeObject_Mx3dShapeObject_0=Module["_emscripten_bind_Mx3dShapeObject_Mx3dShapeObject_0"]=function(){return(_emscripten_bind_Mx3dShapeObject_Mx3dShapeObject_0=Module["_emscripten_bind_Mx3dShapeObject_Mx3dShapeObject_0"]=Module["asm"]["Jv"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeObject_getBndBox_0=Module["_emscripten_bind_Mx3dShapeObject_getBndBox_0"]=function(){return(_emscripten_bind_Mx3dShapeObject_getBndBox_0=Module["_emscripten_bind_Mx3dShapeObject_getBndBox_0"]=Module["asm"]["Kv"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeObject_reverse_0=Module["_emscripten_bind_Mx3dShapeObject_reverse_0"]=function(){return(_emscripten_bind_Mx3dShapeObject_reverse_0=Module["_emscripten_bind_Mx3dShapeObject_reverse_0"]=Module["asm"]["Lv"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeObject_reversed_0=Module["_emscripten_bind_Mx3dShapeObject_reversed_0"]=function(){return(_emscripten_bind_Mx3dShapeObject_reversed_0=Module["_emscripten_bind_Mx3dShapeObject_reversed_0"]=Module["asm"]["Mv"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeObject_Orientation_0=Module["_emscripten_bind_Mx3dShapeObject_Orientation_0"]=function(){return(_emscripten_bind_Mx3dShapeObject_Orientation_0=Module["_emscripten_bind_Mx3dShapeObject_Orientation_0"]=Module["asm"]["Nv"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeObject_move_1=Module["_emscripten_bind_Mx3dShapeObject_move_1"]=function(){return(_emscripten_bind_Mx3dShapeObject_move_1=Module["_emscripten_bind_Mx3dShapeObject_move_1"]=Module["asm"]["Ov"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeObject_moved_1=Module["_emscripten_bind_Mx3dShapeObject_moved_1"]=function(){return(_emscripten_bind_Mx3dShapeObject_moved_1=Module["_emscripten_bind_Mx3dShapeObject_moved_1"]=Module["asm"]["Pv"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeObject_clone_0=Module["_emscripten_bind_Mx3dShapeObject_clone_0"]=function(){return(_emscripten_bind_Mx3dShapeObject_clone_0=Module["_emscripten_bind_Mx3dShapeObject_clone_0"]=Module["asm"]["Qv"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeObject_fuse_1=Module["_emscripten_bind_Mx3dShapeObject_fuse_1"]=function(){return(_emscripten_bind_Mx3dShapeObject_fuse_1=Module["_emscripten_bind_Mx3dShapeObject_fuse_1"]=Module["asm"]["Rv"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeObject_cut_1=Module["_emscripten_bind_Mx3dShapeObject_cut_1"]=function(){return(_emscripten_bind_Mx3dShapeObject_cut_1=Module["_emscripten_bind_Mx3dShapeObject_cut_1"]=Module["asm"]["Sv"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeObject_common_1=Module["_emscripten_bind_Mx3dShapeObject_common_1"]=function(){return(_emscripten_bind_Mx3dShapeObject_common_1=Module["_emscripten_bind_Mx3dShapeObject_common_1"]=Module["asm"]["Tv"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeObject_section_1=Module["_emscripten_bind_Mx3dShapeObject_section_1"]=function(){return(_emscripten_bind_Mx3dShapeObject_section_1=Module["_emscripten_bind_Mx3dShapeObject_section_1"]=Module["asm"]["Uv"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeObject_spliter_1=Module["_emscripten_bind_Mx3dShapeObject_spliter_1"]=function(){return(_emscripten_bind_Mx3dShapeObject_spliter_1=Module["_emscripten_bind_Mx3dShapeObject_spliter_1"]=Module["asm"]["Vv"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeObject_MirrorByPoint_1=Module["_emscripten_bind_Mx3dShapeObject_MirrorByPoint_1"]=function(){return(_emscripten_bind_Mx3dShapeObject_MirrorByPoint_1=Module["_emscripten_bind_Mx3dShapeObject_MirrorByPoint_1"]=Module["asm"]["Wv"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeObject_MirroredByPoint_1=Module["_emscripten_bind_Mx3dShapeObject_MirroredByPoint_1"]=function(){return(_emscripten_bind_Mx3dShapeObject_MirroredByPoint_1=Module["_emscripten_bind_Mx3dShapeObject_MirroredByPoint_1"]=Module["asm"]["Xv"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeObject_MirrorByAxis_1=Module["_emscripten_bind_Mx3dShapeObject_MirrorByAxis_1"]=function(){return(_emscripten_bind_Mx3dShapeObject_MirrorByAxis_1=Module["_emscripten_bind_Mx3dShapeObject_MirrorByAxis_1"]=Module["asm"]["Yv"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeObject_MirroredByAxis_1=Module["_emscripten_bind_Mx3dShapeObject_MirroredByAxis_1"]=function(){return(_emscripten_bind_Mx3dShapeObject_MirroredByAxis_1=Module["_emscripten_bind_Mx3dShapeObject_MirroredByAxis_1"]=Module["asm"]["Zv"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeObject_MirrorByCSYSR_1=Module["_emscripten_bind_Mx3dShapeObject_MirrorByCSYSR_1"]=function(){return(_emscripten_bind_Mx3dShapeObject_MirrorByCSYSR_1=Module["_emscripten_bind_Mx3dShapeObject_MirrorByCSYSR_1"]=Module["asm"]["_v"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeObject_MirroredByCSYSR_1=Module["_emscripten_bind_Mx3dShapeObject_MirroredByCSYSR_1"]=function(){return(_emscripten_bind_Mx3dShapeObject_MirroredByCSYSR_1=Module["_emscripten_bind_Mx3dShapeObject_MirroredByCSYSR_1"]=Module["asm"]["$v"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeObject_Rotate_2=Module["_emscripten_bind_Mx3dShapeObject_Rotate_2"]=function(){return(_emscripten_bind_Mx3dShapeObject_Rotate_2=Module["_emscripten_bind_Mx3dShapeObject_Rotate_2"]=Module["asm"]["aw"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeObject_Rotated_2=Module["_emscripten_bind_Mx3dShapeObject_Rotated_2"]=function(){return(_emscripten_bind_Mx3dShapeObject_Rotated_2=Module["_emscripten_bind_Mx3dShapeObject_Rotated_2"]=Module["asm"]["bw"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeObject_Scale_2=Module["_emscripten_bind_Mx3dShapeObject_Scale_2"]=function(){return(_emscripten_bind_Mx3dShapeObject_Scale_2=Module["_emscripten_bind_Mx3dShapeObject_Scale_2"]=Module["asm"]["cw"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeObject_Scaled_2=Module["_emscripten_bind_Mx3dShapeObject_Scaled_2"]=function(){return(_emscripten_bind_Mx3dShapeObject_Scaled_2=Module["_emscripten_bind_Mx3dShapeObject_Scaled_2"]=Module["asm"]["dw"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeObject_Transform_1=Module["_emscripten_bind_Mx3dShapeObject_Transform_1"]=function(){return(_emscripten_bind_Mx3dShapeObject_Transform_1=Module["_emscripten_bind_Mx3dShapeObject_Transform_1"]=Module["asm"]["ew"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeObject_Transformed_1=Module["_emscripten_bind_Mx3dShapeObject_Transformed_1"]=function(){return(_emscripten_bind_Mx3dShapeObject_Transformed_1=Module["_emscripten_bind_Mx3dShapeObject_Transformed_1"]=Module["asm"]["fw"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeObject_TranslateByVec_1=Module["_emscripten_bind_Mx3dShapeObject_TranslateByVec_1"]=function(){return(_emscripten_bind_Mx3dShapeObject_TranslateByVec_1=Module["_emscripten_bind_Mx3dShapeObject_TranslateByVec_1"]=Module["asm"]["gw"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeObject_TranslateByVec_3=Module["_emscripten_bind_Mx3dShapeObject_TranslateByVec_3"]=function(){return(_emscripten_bind_Mx3dShapeObject_TranslateByVec_3=Module["_emscripten_bind_Mx3dShapeObject_TranslateByVec_3"]=Module["asm"]["hw"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeObject_TranslatedByVec_1=Module["_emscripten_bind_Mx3dShapeObject_TranslatedByVec_1"]=function(){return(_emscripten_bind_Mx3dShapeObject_TranslatedByVec_1=Module["_emscripten_bind_Mx3dShapeObject_TranslatedByVec_1"]=Module["asm"]["iw"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeObject_TranslatedByVec_3=Module["_emscripten_bind_Mx3dShapeObject_TranslatedByVec_3"]=function(){return(_emscripten_bind_Mx3dShapeObject_TranslatedByVec_3=Module["_emscripten_bind_Mx3dShapeObject_TranslatedByVec_3"]=Module["asm"]["jw"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeObject_TranslateBy2Points_2=Module["_emscripten_bind_Mx3dShapeObject_TranslateBy2Points_2"]=function(){return(_emscripten_bind_Mx3dShapeObject_TranslateBy2Points_2=Module["_emscripten_bind_Mx3dShapeObject_TranslateBy2Points_2"]=Module["asm"]["kw"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeObject_TranslatedBy2Points_2=Module["_emscripten_bind_Mx3dShapeObject_TranslatedBy2Points_2"]=function(){return(_emscripten_bind_Mx3dShapeObject_TranslatedBy2Points_2=Module["_emscripten_bind_Mx3dShapeObject_TranslatedBy2Points_2"]=Module["asm"]["lw"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeObject_Explore_1=Module["_emscripten_bind_Mx3dShapeObject_Explore_1"]=function(){return(_emscripten_bind_Mx3dShapeObject_Explore_1=Module["_emscripten_bind_Mx3dShapeObject_Explore_1"]=Module["asm"]["mw"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeObject_ShapeType_0=Module["_emscripten_bind_Mx3dShapeObject_ShapeType_0"]=function(){return(_emscripten_bind_Mx3dShapeObject_ShapeType_0=Module["_emscripten_bind_Mx3dShapeObject_ShapeType_0"]=Module["asm"]["nw"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeObject_Quantities_1=Module["_emscripten_bind_Mx3dShapeObject_Quantities_1"]=function(){return(_emscripten_bind_Mx3dShapeObject_Quantities_1=Module["_emscripten_bind_Mx3dShapeObject_Quantities_1"]=Module["asm"]["ow"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeObject_Centroid_1=Module["_emscripten_bind_Mx3dShapeObject_Centroid_1"]=function(){return(_emscripten_bind_Mx3dShapeObject_Centroid_1=Module["_emscripten_bind_Mx3dShapeObject_Centroid_1"]=Module["asm"]["pw"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeObject___destroy___0=Module["_emscripten_bind_Mx3dShapeObject___destroy___0"]=function(){return(_emscripten_bind_Mx3dShapeObject___destroy___0=Module["_emscripten_bind_Mx3dShapeObject___destroy___0"]=Module["asm"]["qw"]).apply(null,arguments)};var _emscripten_bind_Mx3dDbObject_Mx3dDbObject_0=Module["_emscripten_bind_Mx3dDbObject_Mx3dDbObject_0"]=function(){return(_emscripten_bind_Mx3dDbObject_Mx3dDbObject_0=Module["_emscripten_bind_Mx3dDbObject_Mx3dDbObject_0"]=Module["asm"]["rw"]).apply(null,arguments)};var _emscripten_bind_Mx3dDbObject___destroy___0=Module["_emscripten_bind_Mx3dDbObject___destroy___0"]=function(){return(_emscripten_bind_Mx3dDbObject___destroy___0=Module["_emscripten_bind_Mx3dDbObject___destroy___0"]=Module["asm"]["sw"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCurve_Mx3dGeCurve_0=Module["_emscripten_bind_Mx3dGeCurve_Mx3dGeCurve_0"]=function(){return(_emscripten_bind_Mx3dGeCurve_Mx3dGeCurve_0=Module["_emscripten_bind_Mx3dGeCurve_Mx3dGeCurve_0"]=Module["asm"]["tw"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCurve___destroy___0=Module["_emscripten_bind_Mx3dGeCurve___destroy___0"]=function(){return(_emscripten_bind_Mx3dGeCurve___destroy___0=Module["_emscripten_bind_Mx3dGeCurve___destroy___0"]=Module["asm"]["uw"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimObject___destroy___0=Module["_emscripten_bind_Mx3dDimObject___destroy___0"]=function(){return(_emscripten_bind_Mx3dDimObject___destroy___0=Module["_emscripten_bind_Mx3dDimObject___destroy___0"]=Module["asm"]["vw"]).apply(null,arguments)};var _emscripten_bind_Mx3dSymbolObject_Mx3dSymbolObject_0=Module["_emscripten_bind_Mx3dSymbolObject_Mx3dSymbolObject_0"]=function(){return(_emscripten_bind_Mx3dSymbolObject_Mx3dSymbolObject_0=Module["_emscripten_bind_Mx3dSymbolObject_Mx3dSymbolObject_0"]=Module["asm"]["ww"]).apply(null,arguments)};var _emscripten_bind_Mx3dSymbolObject___destroy___0=Module["_emscripten_bind_Mx3dSymbolObject___destroy___0"]=function(){return(_emscripten_bind_Mx3dSymbolObject___destroy___0=Module["_emscripten_bind_Mx3dSymbolObject___destroy___0"]=Module["asm"]["xw"]).apply(null,arguments)};var _emscripten_bind_Mx3dAlgoObject_Mx3dAlgoObject_0=Module["_emscripten_bind_Mx3dAlgoObject_Mx3dAlgoObject_0"]=function(){return(_emscripten_bind_Mx3dAlgoObject_Mx3dAlgoObject_0=Module["_emscripten_bind_Mx3dAlgoObject_Mx3dAlgoObject_0"]=Module["asm"]["yw"]).apply(null,arguments)};var _emscripten_bind_Mx3dAlgoObject___destroy___0=Module["_emscripten_bind_Mx3dAlgoObject___destroy___0"]=function(){return(_emscripten_bind_Mx3dAlgoObject___destroy___0=Module["_emscripten_bind_Mx3dAlgoObject___destroy___0"]=Module["asm"]["zw"]).apply(null,arguments)};var _emscripten_bind_Mx3dAspectObject_Mx3dAspectObject_0=Module["_emscripten_bind_Mx3dAspectObject_Mx3dAspectObject_0"]=function(){return(_emscripten_bind_Mx3dAspectObject_Mx3dAspectObject_0=Module["_emscripten_bind_Mx3dAspectObject_Mx3dAspectObject_0"]=Module["asm"]["Aw"]).apply(null,arguments)};var _emscripten_bind_Mx3dAspectObject___destroy___0=Module["_emscripten_bind_Mx3dAspectObject___destroy___0"]=function(){return(_emscripten_bind_Mx3dAspectObject___destroy___0=Module["_emscripten_bind_Mx3dAspectObject___destroy___0"]=Module["asm"]["Bw"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomConic_SetAxis_1=Module["_emscripten_bind_Mx3dGeomConic_SetAxis_1"]=function(){return(_emscripten_bind_Mx3dGeomConic_SetAxis_1=Module["_emscripten_bind_Mx3dGeomConic_SetAxis_1"]=Module["asm"]["Cw"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomConic_SetLocation_1=Module["_emscripten_bind_Mx3dGeomConic_SetLocation_1"]=function(){return(_emscripten_bind_Mx3dGeomConic_SetLocation_1=Module["_emscripten_bind_Mx3dGeomConic_SetLocation_1"]=Module["asm"]["Dw"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomConic_SetPosition_1=Module["_emscripten_bind_Mx3dGeomConic_SetPosition_1"]=function(){return(_emscripten_bind_Mx3dGeomConic_SetPosition_1=Module["_emscripten_bind_Mx3dGeomConic_SetPosition_1"]=Module["asm"]["Ew"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomConic_Axis_0=Module["_emscripten_bind_Mx3dGeomConic_Axis_0"]=function(){return(_emscripten_bind_Mx3dGeomConic_Axis_0=Module["_emscripten_bind_Mx3dGeomConic_Axis_0"]=Module["asm"]["Fw"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomConic_Location_0=Module["_emscripten_bind_Mx3dGeomConic_Location_0"]=function(){return(_emscripten_bind_Mx3dGeomConic_Location_0=Module["_emscripten_bind_Mx3dGeomConic_Location_0"]=Module["asm"]["Gw"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomConic_Position_0=Module["_emscripten_bind_Mx3dGeomConic_Position_0"]=function(){return(_emscripten_bind_Mx3dGeomConic_Position_0=Module["_emscripten_bind_Mx3dGeomConic_Position_0"]=Module["asm"]["Hw"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomConic_XAxis_0=Module["_emscripten_bind_Mx3dGeomConic_XAxis_0"]=function(){return(_emscripten_bind_Mx3dGeomConic_XAxis_0=Module["_emscripten_bind_Mx3dGeomConic_XAxis_0"]=Module["asm"]["Iw"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomConic_YAxis_0=Module["_emscripten_bind_Mx3dGeomConic_YAxis_0"]=function(){return(_emscripten_bind_Mx3dGeomConic_YAxis_0=Module["_emscripten_bind_Mx3dGeomConic_YAxis_0"]=Module["asm"]["Jw"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomConic_Reverse_0=Module["_emscripten_bind_Mx3dGeomConic_Reverse_0"]=function(){return(_emscripten_bind_Mx3dGeomConic_Reverse_0=Module["_emscripten_bind_Mx3dGeomConic_Reverse_0"]=Module["asm"]["Kw"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomConic_Continuity_0=Module["_emscripten_bind_Mx3dGeomConic_Continuity_0"]=function(){return(_emscripten_bind_Mx3dGeomConic_Continuity_0=Module["_emscripten_bind_Mx3dGeomConic_Continuity_0"]=Module["asm"]["Lw"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomConic_IsCN_1=Module["_emscripten_bind_Mx3dGeomConic_IsCN_1"]=function(){return(_emscripten_bind_Mx3dGeomConic_IsCN_1=Module["_emscripten_bind_Mx3dGeomConic_IsCN_1"]=Module["asm"]["Mw"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomConic_DynamicType_0=Module["_emscripten_bind_Mx3dGeomConic_DynamicType_0"]=function(){return(_emscripten_bind_Mx3dGeomConic_DynamicType_0=Module["_emscripten_bind_Mx3dGeomConic_DynamicType_0"]=Module["asm"]["Nw"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomConic_Reversed_0=Module["_emscripten_bind_Mx3dGeomConic_Reversed_0"]=function(){return(_emscripten_bind_Mx3dGeomConic_Reversed_0=Module["_emscripten_bind_Mx3dGeomConic_Reversed_0"]=Module["asm"]["Ow"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomConic_Period_0=Module["_emscripten_bind_Mx3dGeomConic_Period_0"]=function(){return(_emscripten_bind_Mx3dGeomConic_Period_0=Module["_emscripten_bind_Mx3dGeomConic_Period_0"]=Module["asm"]["Pw"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomConic_Value_1=Module["_emscripten_bind_Mx3dGeomConic_Value_1"]=function(){return(_emscripten_bind_Mx3dGeomConic_Value_1=Module["_emscripten_bind_Mx3dGeomConic_Value_1"]=Module["asm"]["Qw"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomConic_MirrorByPoint_1=Module["_emscripten_bind_Mx3dGeomConic_MirrorByPoint_1"]=function(){return(_emscripten_bind_Mx3dGeomConic_MirrorByPoint_1=Module["_emscripten_bind_Mx3dGeomConic_MirrorByPoint_1"]=Module["asm"]["Rw"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomConic_MirrorByAxis_1=Module["_emscripten_bind_Mx3dGeomConic_MirrorByAxis_1"]=function(){return(_emscripten_bind_Mx3dGeomConic_MirrorByAxis_1=Module["_emscripten_bind_Mx3dGeomConic_MirrorByAxis_1"]=Module["asm"]["Sw"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomConic_MirrorByCSYSR_1=Module["_emscripten_bind_Mx3dGeomConic_MirrorByCSYSR_1"]=function(){return(_emscripten_bind_Mx3dGeomConic_MirrorByCSYSR_1=Module["_emscripten_bind_Mx3dGeomConic_MirrorByCSYSR_1"]=Module["asm"]["Tw"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomConic_Rotate_2=Module["_emscripten_bind_Mx3dGeomConic_Rotate_2"]=function(){return(_emscripten_bind_Mx3dGeomConic_Rotate_2=Module["_emscripten_bind_Mx3dGeomConic_Rotate_2"]=Module["asm"]["Uw"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomConic_Scale_2=Module["_emscripten_bind_Mx3dGeomConic_Scale_2"]=function(){return(_emscripten_bind_Mx3dGeomConic_Scale_2=Module["_emscripten_bind_Mx3dGeomConic_Scale_2"]=Module["asm"]["Vw"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomConic_TranslateByVec_1=Module["_emscripten_bind_Mx3dGeomConic_TranslateByVec_1"]=function(){return(_emscripten_bind_Mx3dGeomConic_TranslateByVec_1=Module["_emscripten_bind_Mx3dGeomConic_TranslateByVec_1"]=Module["asm"]["Ww"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomConic_TranslateBy2Points_2=Module["_emscripten_bind_Mx3dGeomConic_TranslateBy2Points_2"]=function(){return(_emscripten_bind_Mx3dGeomConic_TranslateBy2Points_2=Module["_emscripten_bind_Mx3dGeomConic_TranslateBy2Points_2"]=Module["asm"]["Xw"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomConic_MirroredByPoint_1=Module["_emscripten_bind_Mx3dGeomConic_MirroredByPoint_1"]=function(){return(_emscripten_bind_Mx3dGeomConic_MirroredByPoint_1=Module["_emscripten_bind_Mx3dGeomConic_MirroredByPoint_1"]=Module["asm"]["Yw"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomConic_MirroredByAxis_1=Module["_emscripten_bind_Mx3dGeomConic_MirroredByAxis_1"]=function(){return(_emscripten_bind_Mx3dGeomConic_MirroredByAxis_1=Module["_emscripten_bind_Mx3dGeomConic_MirroredByAxis_1"]=Module["asm"]["Zw"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomConic_MirroredByCSYSR_1=Module["_emscripten_bind_Mx3dGeomConic_MirroredByCSYSR_1"]=function(){return(_emscripten_bind_Mx3dGeomConic_MirroredByCSYSR_1=Module["_emscripten_bind_Mx3dGeomConic_MirroredByCSYSR_1"]=Module["asm"]["_w"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomConic_Rotated_2=Module["_emscripten_bind_Mx3dGeomConic_Rotated_2"]=function(){return(_emscripten_bind_Mx3dGeomConic_Rotated_2=Module["_emscripten_bind_Mx3dGeomConic_Rotated_2"]=Module["asm"]["$w"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomConic_Scaled_2=Module["_emscripten_bind_Mx3dGeomConic_Scaled_2"]=function(){return(_emscripten_bind_Mx3dGeomConic_Scaled_2=Module["_emscripten_bind_Mx3dGeomConic_Scaled_2"]=Module["asm"]["ax"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomConic_Transformed_1=Module["_emscripten_bind_Mx3dGeomConic_Transformed_1"]=function(){return(_emscripten_bind_Mx3dGeomConic_Transformed_1=Module["_emscripten_bind_Mx3dGeomConic_Transformed_1"]=Module["asm"]["bx"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomConic_TranslatedByVec_1=Module["_emscripten_bind_Mx3dGeomConic_TranslatedByVec_1"]=function(){return(_emscripten_bind_Mx3dGeomConic_TranslatedByVec_1=Module["_emscripten_bind_Mx3dGeomConic_TranslatedByVec_1"]=Module["asm"]["cx"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomConic_TranslatedBy2Points_2=Module["_emscripten_bind_Mx3dGeomConic_TranslatedBy2Points_2"]=function(){return(_emscripten_bind_Mx3dGeomConic_TranslatedBy2Points_2=Module["_emscripten_bind_Mx3dGeomConic_TranslatedBy2Points_2"]=Module["asm"]["dx"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomConic___destroy___0=Module["_emscripten_bind_Mx3dGeomConic___destroy___0"]=function(){return(_emscripten_bind_Mx3dGeomConic___destroy___0=Module["_emscripten_bind_Mx3dGeomConic___destroy___0"]=Module["asm"]["ex"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkObject_Mx3dMkObject_0=Module["_emscripten_bind_Mx3dMkObject_Mx3dMkObject_0"]=function(){return(_emscripten_bind_Mx3dMkObject_Mx3dMkObject_0=Module["_emscripten_bind_Mx3dMkObject_Mx3dMkObject_0"]=Module["asm"]["fx"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkObject___destroy___0=Module["_emscripten_bind_Mx3dMkObject___destroy___0"]=function(){return(_emscripten_bind_Mx3dMkObject___destroy___0=Module["_emscripten_bind_Mx3dMkObject___destroy___0"]=Module["asm"]["gx"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBoundedCurve_DynamicType_0=Module["_emscripten_bind_Mx3dGeomBoundedCurve_DynamicType_0"]=function(){return(_emscripten_bind_Mx3dGeomBoundedCurve_DynamicType_0=Module["_emscripten_bind_Mx3dGeomBoundedCurve_DynamicType_0"]=Module["asm"]["hx"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBoundedCurve_Reversed_0=Module["_emscripten_bind_Mx3dGeomBoundedCurve_Reversed_0"]=function(){return(_emscripten_bind_Mx3dGeomBoundedCurve_Reversed_0=Module["_emscripten_bind_Mx3dGeomBoundedCurve_Reversed_0"]=Module["asm"]["ix"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBoundedCurve_Period_0=Module["_emscripten_bind_Mx3dGeomBoundedCurve_Period_0"]=function(){return(_emscripten_bind_Mx3dGeomBoundedCurve_Period_0=Module["_emscripten_bind_Mx3dGeomBoundedCurve_Period_0"]=Module["asm"]["jx"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBoundedCurve_Value_1=Module["_emscripten_bind_Mx3dGeomBoundedCurve_Value_1"]=function(){return(_emscripten_bind_Mx3dGeomBoundedCurve_Value_1=Module["_emscripten_bind_Mx3dGeomBoundedCurve_Value_1"]=Module["asm"]["kx"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBoundedCurve_MirrorByPoint_1=Module["_emscripten_bind_Mx3dGeomBoundedCurve_MirrorByPoint_1"]=function(){return(_emscripten_bind_Mx3dGeomBoundedCurve_MirrorByPoint_1=Module["_emscripten_bind_Mx3dGeomBoundedCurve_MirrorByPoint_1"]=Module["asm"]["lx"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBoundedCurve_MirrorByAxis_1=Module["_emscripten_bind_Mx3dGeomBoundedCurve_MirrorByAxis_1"]=function(){return(_emscripten_bind_Mx3dGeomBoundedCurve_MirrorByAxis_1=Module["_emscripten_bind_Mx3dGeomBoundedCurve_MirrorByAxis_1"]=Module["asm"]["mx"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBoundedCurve_MirrorByCSYSR_1=Module["_emscripten_bind_Mx3dGeomBoundedCurve_MirrorByCSYSR_1"]=function(){return(_emscripten_bind_Mx3dGeomBoundedCurve_MirrorByCSYSR_1=Module["_emscripten_bind_Mx3dGeomBoundedCurve_MirrorByCSYSR_1"]=Module["asm"]["nx"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBoundedCurve_Rotate_2=Module["_emscripten_bind_Mx3dGeomBoundedCurve_Rotate_2"]=function(){return(_emscripten_bind_Mx3dGeomBoundedCurve_Rotate_2=Module["_emscripten_bind_Mx3dGeomBoundedCurve_Rotate_2"]=Module["asm"]["ox"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBoundedCurve_Scale_2=Module["_emscripten_bind_Mx3dGeomBoundedCurve_Scale_2"]=function(){return(_emscripten_bind_Mx3dGeomBoundedCurve_Scale_2=Module["_emscripten_bind_Mx3dGeomBoundedCurve_Scale_2"]=Module["asm"]["px"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBoundedCurve_TranslateByVec_1=Module["_emscripten_bind_Mx3dGeomBoundedCurve_TranslateByVec_1"]=function(){return(_emscripten_bind_Mx3dGeomBoundedCurve_TranslateByVec_1=Module["_emscripten_bind_Mx3dGeomBoundedCurve_TranslateByVec_1"]=Module["asm"]["qx"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBoundedCurve_TranslateBy2Points_2=Module["_emscripten_bind_Mx3dGeomBoundedCurve_TranslateBy2Points_2"]=function(){return(_emscripten_bind_Mx3dGeomBoundedCurve_TranslateBy2Points_2=Module["_emscripten_bind_Mx3dGeomBoundedCurve_TranslateBy2Points_2"]=Module["asm"]["rx"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBoundedCurve_MirroredByPoint_1=Module["_emscripten_bind_Mx3dGeomBoundedCurve_MirroredByPoint_1"]=function(){return(_emscripten_bind_Mx3dGeomBoundedCurve_MirroredByPoint_1=Module["_emscripten_bind_Mx3dGeomBoundedCurve_MirroredByPoint_1"]=Module["asm"]["sx"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBoundedCurve_MirroredByAxis_1=Module["_emscripten_bind_Mx3dGeomBoundedCurve_MirroredByAxis_1"]=function(){return(_emscripten_bind_Mx3dGeomBoundedCurve_MirroredByAxis_1=Module["_emscripten_bind_Mx3dGeomBoundedCurve_MirroredByAxis_1"]=Module["asm"]["tx"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBoundedCurve_MirroredByCSYSR_1=Module["_emscripten_bind_Mx3dGeomBoundedCurve_MirroredByCSYSR_1"]=function(){return(_emscripten_bind_Mx3dGeomBoundedCurve_MirroredByCSYSR_1=Module["_emscripten_bind_Mx3dGeomBoundedCurve_MirroredByCSYSR_1"]=Module["asm"]["ux"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBoundedCurve_Rotated_2=Module["_emscripten_bind_Mx3dGeomBoundedCurve_Rotated_2"]=function(){return(_emscripten_bind_Mx3dGeomBoundedCurve_Rotated_2=Module["_emscripten_bind_Mx3dGeomBoundedCurve_Rotated_2"]=Module["asm"]["vx"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBoundedCurve_Scaled_2=Module["_emscripten_bind_Mx3dGeomBoundedCurve_Scaled_2"]=function(){return(_emscripten_bind_Mx3dGeomBoundedCurve_Scaled_2=Module["_emscripten_bind_Mx3dGeomBoundedCurve_Scaled_2"]=Module["asm"]["wx"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBoundedCurve_Transformed_1=Module["_emscripten_bind_Mx3dGeomBoundedCurve_Transformed_1"]=function(){return(_emscripten_bind_Mx3dGeomBoundedCurve_Transformed_1=Module["_emscripten_bind_Mx3dGeomBoundedCurve_Transformed_1"]=Module["asm"]["xx"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBoundedCurve_TranslatedByVec_1=Module["_emscripten_bind_Mx3dGeomBoundedCurve_TranslatedByVec_1"]=function(){return(_emscripten_bind_Mx3dGeomBoundedCurve_TranslatedByVec_1=Module["_emscripten_bind_Mx3dGeomBoundedCurve_TranslatedByVec_1"]=Module["asm"]["yx"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBoundedCurve_TranslatedBy2Points_2=Module["_emscripten_bind_Mx3dGeomBoundedCurve_TranslatedBy2Points_2"]=function(){return(_emscripten_bind_Mx3dGeomBoundedCurve_TranslatedBy2Points_2=Module["_emscripten_bind_Mx3dGeomBoundedCurve_TranslatedBy2Points_2"]=Module["asm"]["zx"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBoundedCurve___destroy___0=Module["_emscripten_bind_Mx3dGeomBoundedCurve___destroy___0"]=function(){return(_emscripten_bind_Mx3dGeomBoundedCurve___destroy___0=Module["_emscripten_bind_Mx3dGeomBoundedCurve___destroy___0"]=Module["asm"]["Ax"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomElementarySurface_SetAxis_1=Module["_emscripten_bind_Mx3dGeomElementarySurface_SetAxis_1"]=function(){return(_emscripten_bind_Mx3dGeomElementarySurface_SetAxis_1=Module["_emscripten_bind_Mx3dGeomElementarySurface_SetAxis_1"]=Module["asm"]["Bx"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomElementarySurface_SetLocation_1=Module["_emscripten_bind_Mx3dGeomElementarySurface_SetLocation_1"]=function(){return(_emscripten_bind_Mx3dGeomElementarySurface_SetLocation_1=Module["_emscripten_bind_Mx3dGeomElementarySurface_SetLocation_1"]=Module["asm"]["Cx"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomElementarySurface_SetPosition_1=Module["_emscripten_bind_Mx3dGeomElementarySurface_SetPosition_1"]=function(){return(_emscripten_bind_Mx3dGeomElementarySurface_SetPosition_1=Module["_emscripten_bind_Mx3dGeomElementarySurface_SetPosition_1"]=Module["asm"]["Dx"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomElementarySurface_Axis_0=Module["_emscripten_bind_Mx3dGeomElementarySurface_Axis_0"]=function(){return(_emscripten_bind_Mx3dGeomElementarySurface_Axis_0=Module["_emscripten_bind_Mx3dGeomElementarySurface_Axis_0"]=Module["asm"]["Ex"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomElementarySurface_Location_0=Module["_emscripten_bind_Mx3dGeomElementarySurface_Location_0"]=function(){return(_emscripten_bind_Mx3dGeomElementarySurface_Location_0=Module["_emscripten_bind_Mx3dGeomElementarySurface_Location_0"]=Module["asm"]["Fx"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomElementarySurface_Position_0=Module["_emscripten_bind_Mx3dGeomElementarySurface_Position_0"]=function(){return(_emscripten_bind_Mx3dGeomElementarySurface_Position_0=Module["_emscripten_bind_Mx3dGeomElementarySurface_Position_0"]=Module["asm"]["Gx"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomElementarySurface_UReverse_0=Module["_emscripten_bind_Mx3dGeomElementarySurface_UReverse_0"]=function(){return(_emscripten_bind_Mx3dGeomElementarySurface_UReverse_0=Module["_emscripten_bind_Mx3dGeomElementarySurface_UReverse_0"]=Module["asm"]["Hx"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomElementarySurface_VReverse_0=Module["_emscripten_bind_Mx3dGeomElementarySurface_VReverse_0"]=function(){return(_emscripten_bind_Mx3dGeomElementarySurface_VReverse_0=Module["_emscripten_bind_Mx3dGeomElementarySurface_VReverse_0"]=Module["asm"]["Ix"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomElementarySurface_Continuity_0=Module["_emscripten_bind_Mx3dGeomElementarySurface_Continuity_0"]=function(){return(_emscripten_bind_Mx3dGeomElementarySurface_Continuity_0=Module["_emscripten_bind_Mx3dGeomElementarySurface_Continuity_0"]=Module["asm"]["Jx"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomElementarySurface_IsCNu_1=Module["_emscripten_bind_Mx3dGeomElementarySurface_IsCNu_1"]=function(){return(_emscripten_bind_Mx3dGeomElementarySurface_IsCNu_1=Module["_emscripten_bind_Mx3dGeomElementarySurface_IsCNu_1"]=Module["asm"]["Kx"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomElementarySurface_IsCNv_1=Module["_emscripten_bind_Mx3dGeomElementarySurface_IsCNv_1"]=function(){return(_emscripten_bind_Mx3dGeomElementarySurface_IsCNv_1=Module["_emscripten_bind_Mx3dGeomElementarySurface_IsCNv_1"]=Module["asm"]["Lx"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomElementarySurface_DynamicType_0=Module["_emscripten_bind_Mx3dGeomElementarySurface_DynamicType_0"]=function(){return(_emscripten_bind_Mx3dGeomElementarySurface_DynamicType_0=Module["_emscripten_bind_Mx3dGeomElementarySurface_DynamicType_0"]=Module["asm"]["Mx"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomElementarySurface_MirrorByPoint_1=Module["_emscripten_bind_Mx3dGeomElementarySurface_MirrorByPoint_1"]=function(){return(_emscripten_bind_Mx3dGeomElementarySurface_MirrorByPoint_1=Module["_emscripten_bind_Mx3dGeomElementarySurface_MirrorByPoint_1"]=Module["asm"]["Nx"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomElementarySurface_MirrorByAxis_1=Module["_emscripten_bind_Mx3dGeomElementarySurface_MirrorByAxis_1"]=function(){return(_emscripten_bind_Mx3dGeomElementarySurface_MirrorByAxis_1=Module["_emscripten_bind_Mx3dGeomElementarySurface_MirrorByAxis_1"]=Module["asm"]["Ox"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomElementarySurface_MirrorByCSYSR_1=Module["_emscripten_bind_Mx3dGeomElementarySurface_MirrorByCSYSR_1"]=function(){return(_emscripten_bind_Mx3dGeomElementarySurface_MirrorByCSYSR_1=Module["_emscripten_bind_Mx3dGeomElementarySurface_MirrorByCSYSR_1"]=Module["asm"]["Px"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomElementarySurface_Rotate_2=Module["_emscripten_bind_Mx3dGeomElementarySurface_Rotate_2"]=function(){return(_emscripten_bind_Mx3dGeomElementarySurface_Rotate_2=Module["_emscripten_bind_Mx3dGeomElementarySurface_Rotate_2"]=Module["asm"]["Qx"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomElementarySurface_Scale_2=Module["_emscripten_bind_Mx3dGeomElementarySurface_Scale_2"]=function(){return(_emscripten_bind_Mx3dGeomElementarySurface_Scale_2=Module["_emscripten_bind_Mx3dGeomElementarySurface_Scale_2"]=Module["asm"]["Rx"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomElementarySurface_TranslateByVec_1=Module["_emscripten_bind_Mx3dGeomElementarySurface_TranslateByVec_1"]=function(){return(_emscripten_bind_Mx3dGeomElementarySurface_TranslateByVec_1=Module["_emscripten_bind_Mx3dGeomElementarySurface_TranslateByVec_1"]=Module["asm"]["Sx"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomElementarySurface_TranslateBy2Points_2=Module["_emscripten_bind_Mx3dGeomElementarySurface_TranslateBy2Points_2"]=function(){return(_emscripten_bind_Mx3dGeomElementarySurface_TranslateBy2Points_2=Module["_emscripten_bind_Mx3dGeomElementarySurface_TranslateBy2Points_2"]=Module["asm"]["Tx"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomElementarySurface_MirroredByPoint_1=Module["_emscripten_bind_Mx3dGeomElementarySurface_MirroredByPoint_1"]=function(){return(_emscripten_bind_Mx3dGeomElementarySurface_MirroredByPoint_1=Module["_emscripten_bind_Mx3dGeomElementarySurface_MirroredByPoint_1"]=Module["asm"]["Ux"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomElementarySurface_MirroredByAxis_1=Module["_emscripten_bind_Mx3dGeomElementarySurface_MirroredByAxis_1"]=function(){return(_emscripten_bind_Mx3dGeomElementarySurface_MirroredByAxis_1=Module["_emscripten_bind_Mx3dGeomElementarySurface_MirroredByAxis_1"]=Module["asm"]["Vx"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomElementarySurface_MirroredByCSYSR_1=Module["_emscripten_bind_Mx3dGeomElementarySurface_MirroredByCSYSR_1"]=function(){return(_emscripten_bind_Mx3dGeomElementarySurface_MirroredByCSYSR_1=Module["_emscripten_bind_Mx3dGeomElementarySurface_MirroredByCSYSR_1"]=Module["asm"]["Wx"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomElementarySurface_Rotated_2=Module["_emscripten_bind_Mx3dGeomElementarySurface_Rotated_2"]=function(){return(_emscripten_bind_Mx3dGeomElementarySurface_Rotated_2=Module["_emscripten_bind_Mx3dGeomElementarySurface_Rotated_2"]=Module["asm"]["Xx"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomElementarySurface_Scaled_2=Module["_emscripten_bind_Mx3dGeomElementarySurface_Scaled_2"]=function(){return(_emscripten_bind_Mx3dGeomElementarySurface_Scaled_2=Module["_emscripten_bind_Mx3dGeomElementarySurface_Scaled_2"]=Module["asm"]["Yx"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomElementarySurface_Transformed_1=Module["_emscripten_bind_Mx3dGeomElementarySurface_Transformed_1"]=function(){return(_emscripten_bind_Mx3dGeomElementarySurface_Transformed_1=Module["_emscripten_bind_Mx3dGeomElementarySurface_Transformed_1"]=Module["asm"]["Zx"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomElementarySurface_TranslatedByVec_1=Module["_emscripten_bind_Mx3dGeomElementarySurface_TranslatedByVec_1"]=function(){return(_emscripten_bind_Mx3dGeomElementarySurface_TranslatedByVec_1=Module["_emscripten_bind_Mx3dGeomElementarySurface_TranslatedByVec_1"]=Module["asm"]["_x"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomElementarySurface_TranslatedBy2Points_2=Module["_emscripten_bind_Mx3dGeomElementarySurface_TranslatedBy2Points_2"]=function(){return(_emscripten_bind_Mx3dGeomElementarySurface_TranslatedBy2Points_2=Module["_emscripten_bind_Mx3dGeomElementarySurface_TranslatedBy2Points_2"]=Module["asm"]["$x"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomElementarySurface_UReversed_0=Module["_emscripten_bind_Mx3dGeomElementarySurface_UReversed_0"]=function(){return(_emscripten_bind_Mx3dGeomElementarySurface_UReversed_0=Module["_emscripten_bind_Mx3dGeomElementarySurface_UReversed_0"]=Module["asm"]["ay"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomElementarySurface_VReversed_0=Module["_emscripten_bind_Mx3dGeomElementarySurface_VReversed_0"]=function(){return(_emscripten_bind_Mx3dGeomElementarySurface_VReversed_0=Module["_emscripten_bind_Mx3dGeomElementarySurface_VReversed_0"]=Module["asm"]["by"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomElementarySurface_TransformParameters_2=Module["_emscripten_bind_Mx3dGeomElementarySurface_TransformParameters_2"]=function(){return(_emscripten_bind_Mx3dGeomElementarySurface_TransformParameters_2=Module["_emscripten_bind_Mx3dGeomElementarySurface_TransformParameters_2"]=Module["asm"]["cy"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomElementarySurface_UPeriod_0=Module["_emscripten_bind_Mx3dGeomElementarySurface_UPeriod_0"]=function(){return(_emscripten_bind_Mx3dGeomElementarySurface_UPeriod_0=Module["_emscripten_bind_Mx3dGeomElementarySurface_UPeriod_0"]=Module["asm"]["dy"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomElementarySurface_VPeriod_0=Module["_emscripten_bind_Mx3dGeomElementarySurface_VPeriod_0"]=function(){return(_emscripten_bind_Mx3dGeomElementarySurface_VPeriod_0=Module["_emscripten_bind_Mx3dGeomElementarySurface_VPeriod_0"]=Module["asm"]["ey"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomElementarySurface_Value_2=Module["_emscripten_bind_Mx3dGeomElementarySurface_Value_2"]=function(){return(_emscripten_bind_Mx3dGeomElementarySurface_Value_2=Module["_emscripten_bind_Mx3dGeomElementarySurface_Value_2"]=Module["asm"]["fy"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomElementarySurface___destroy___0=Module["_emscripten_bind_Mx3dGeomElementarySurface___destroy___0"]=function(){return(_emscripten_bind_Mx3dGeomElementarySurface___destroy___0=Module["_emscripten_bind_Mx3dGeomElementarySurface___destroy___0"]=Module["asm"]["gy"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBoundedSurface_DynamicType_0=Module["_emscripten_bind_Mx3dGeomBoundedSurface_DynamicType_0"]=function(){return(_emscripten_bind_Mx3dGeomBoundedSurface_DynamicType_0=Module["_emscripten_bind_Mx3dGeomBoundedSurface_DynamicType_0"]=Module["asm"]["hy"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBoundedSurface_MirrorByPoint_1=Module["_emscripten_bind_Mx3dGeomBoundedSurface_MirrorByPoint_1"]=function(){return(_emscripten_bind_Mx3dGeomBoundedSurface_MirrorByPoint_1=Module["_emscripten_bind_Mx3dGeomBoundedSurface_MirrorByPoint_1"]=Module["asm"]["iy"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBoundedSurface_MirrorByAxis_1=Module["_emscripten_bind_Mx3dGeomBoundedSurface_MirrorByAxis_1"]=function(){return(_emscripten_bind_Mx3dGeomBoundedSurface_MirrorByAxis_1=Module["_emscripten_bind_Mx3dGeomBoundedSurface_MirrorByAxis_1"]=Module["asm"]["jy"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBoundedSurface_MirrorByCSYSR_1=Module["_emscripten_bind_Mx3dGeomBoundedSurface_MirrorByCSYSR_1"]=function(){return(_emscripten_bind_Mx3dGeomBoundedSurface_MirrorByCSYSR_1=Module["_emscripten_bind_Mx3dGeomBoundedSurface_MirrorByCSYSR_1"]=Module["asm"]["ky"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBoundedSurface_Rotate_2=Module["_emscripten_bind_Mx3dGeomBoundedSurface_Rotate_2"]=function(){return(_emscripten_bind_Mx3dGeomBoundedSurface_Rotate_2=Module["_emscripten_bind_Mx3dGeomBoundedSurface_Rotate_2"]=Module["asm"]["ly"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBoundedSurface_Scale_2=Module["_emscripten_bind_Mx3dGeomBoundedSurface_Scale_2"]=function(){return(_emscripten_bind_Mx3dGeomBoundedSurface_Scale_2=Module["_emscripten_bind_Mx3dGeomBoundedSurface_Scale_2"]=Module["asm"]["my"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBoundedSurface_TranslateByVec_1=Module["_emscripten_bind_Mx3dGeomBoundedSurface_TranslateByVec_1"]=function(){return(_emscripten_bind_Mx3dGeomBoundedSurface_TranslateByVec_1=Module["_emscripten_bind_Mx3dGeomBoundedSurface_TranslateByVec_1"]=Module["asm"]["ny"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBoundedSurface_TranslateBy2Points_2=Module["_emscripten_bind_Mx3dGeomBoundedSurface_TranslateBy2Points_2"]=function(){return(_emscripten_bind_Mx3dGeomBoundedSurface_TranslateBy2Points_2=Module["_emscripten_bind_Mx3dGeomBoundedSurface_TranslateBy2Points_2"]=Module["asm"]["oy"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBoundedSurface_MirroredByPoint_1=Module["_emscripten_bind_Mx3dGeomBoundedSurface_MirroredByPoint_1"]=function(){return(_emscripten_bind_Mx3dGeomBoundedSurface_MirroredByPoint_1=Module["_emscripten_bind_Mx3dGeomBoundedSurface_MirroredByPoint_1"]=Module["asm"]["py"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBoundedSurface_MirroredByAxis_1=Module["_emscripten_bind_Mx3dGeomBoundedSurface_MirroredByAxis_1"]=function(){return(_emscripten_bind_Mx3dGeomBoundedSurface_MirroredByAxis_1=Module["_emscripten_bind_Mx3dGeomBoundedSurface_MirroredByAxis_1"]=Module["asm"]["qy"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBoundedSurface_MirroredByCSYSR_1=Module["_emscripten_bind_Mx3dGeomBoundedSurface_MirroredByCSYSR_1"]=function(){return(_emscripten_bind_Mx3dGeomBoundedSurface_MirroredByCSYSR_1=Module["_emscripten_bind_Mx3dGeomBoundedSurface_MirroredByCSYSR_1"]=Module["asm"]["ry"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBoundedSurface_Rotated_2=Module["_emscripten_bind_Mx3dGeomBoundedSurface_Rotated_2"]=function(){return(_emscripten_bind_Mx3dGeomBoundedSurface_Rotated_2=Module["_emscripten_bind_Mx3dGeomBoundedSurface_Rotated_2"]=Module["asm"]["sy"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBoundedSurface_Scaled_2=Module["_emscripten_bind_Mx3dGeomBoundedSurface_Scaled_2"]=function(){return(_emscripten_bind_Mx3dGeomBoundedSurface_Scaled_2=Module["_emscripten_bind_Mx3dGeomBoundedSurface_Scaled_2"]=Module["asm"]["ty"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBoundedSurface_Transformed_1=Module["_emscripten_bind_Mx3dGeomBoundedSurface_Transformed_1"]=function(){return(_emscripten_bind_Mx3dGeomBoundedSurface_Transformed_1=Module["_emscripten_bind_Mx3dGeomBoundedSurface_Transformed_1"]=Module["asm"]["uy"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBoundedSurface_TranslatedByVec_1=Module["_emscripten_bind_Mx3dGeomBoundedSurface_TranslatedByVec_1"]=function(){return(_emscripten_bind_Mx3dGeomBoundedSurface_TranslatedByVec_1=Module["_emscripten_bind_Mx3dGeomBoundedSurface_TranslatedByVec_1"]=Module["asm"]["vy"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBoundedSurface_TranslatedBy2Points_2=Module["_emscripten_bind_Mx3dGeomBoundedSurface_TranslatedBy2Points_2"]=function(){return(_emscripten_bind_Mx3dGeomBoundedSurface_TranslatedBy2Points_2=Module["_emscripten_bind_Mx3dGeomBoundedSurface_TranslatedBy2Points_2"]=Module["asm"]["wy"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBoundedSurface_UReversed_0=Module["_emscripten_bind_Mx3dGeomBoundedSurface_UReversed_0"]=function(){return(_emscripten_bind_Mx3dGeomBoundedSurface_UReversed_0=Module["_emscripten_bind_Mx3dGeomBoundedSurface_UReversed_0"]=Module["asm"]["xy"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBoundedSurface_VReversed_0=Module["_emscripten_bind_Mx3dGeomBoundedSurface_VReversed_0"]=function(){return(_emscripten_bind_Mx3dGeomBoundedSurface_VReversed_0=Module["_emscripten_bind_Mx3dGeomBoundedSurface_VReversed_0"]=Module["asm"]["yy"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBoundedSurface_UPeriod_0=Module["_emscripten_bind_Mx3dGeomBoundedSurface_UPeriod_0"]=function(){return(_emscripten_bind_Mx3dGeomBoundedSurface_UPeriod_0=Module["_emscripten_bind_Mx3dGeomBoundedSurface_UPeriod_0"]=Module["asm"]["zy"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBoundedSurface_VPeriod_0=Module["_emscripten_bind_Mx3dGeomBoundedSurface_VPeriod_0"]=function(){return(_emscripten_bind_Mx3dGeomBoundedSurface_VPeriod_0=Module["_emscripten_bind_Mx3dGeomBoundedSurface_VPeriod_0"]=Module["asm"]["Ay"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBoundedSurface_Value_2=Module["_emscripten_bind_Mx3dGeomBoundedSurface_Value_2"]=function(){return(_emscripten_bind_Mx3dGeomBoundedSurface_Value_2=Module["_emscripten_bind_Mx3dGeomBoundedSurface_Value_2"]=Module["asm"]["By"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBoundedSurface___destroy___0=Module["_emscripten_bind_Mx3dGeomBoundedSurface___destroy___0"]=function(){return(_emscripten_bind_Mx3dGeomBoundedSurface___destroy___0=Module["_emscripten_bind_Mx3dGeomBoundedSurface___destroy___0"]=Module["asm"]["Cy"]).apply(null,arguments)};var _emscripten_bind_VoidPtr___destroy___0=Module["_emscripten_bind_VoidPtr___destroy___0"]=function(){return(_emscripten_bind_VoidPtr___destroy___0=Module["_emscripten_bind_VoidPtr___destroy___0"]=Module["asm"]["Dy"]).apply(null,arguments)};var _emscripten_bind_MdGeXYZ_MdGeXYZ_0=Module["_emscripten_bind_MdGeXYZ_MdGeXYZ_0"]=function(){return(_emscripten_bind_MdGeXYZ_MdGeXYZ_0=Module["_emscripten_bind_MdGeXYZ_MdGeXYZ_0"]=Module["asm"]["Ey"]).apply(null,arguments)};var _emscripten_bind_MdGeXYZ_MdGeXYZ_1=Module["_emscripten_bind_MdGeXYZ_MdGeXYZ_1"]=function(){return(_emscripten_bind_MdGeXYZ_MdGeXYZ_1=Module["_emscripten_bind_MdGeXYZ_MdGeXYZ_1"]=Module["asm"]["Fy"]).apply(null,arguments)};var _emscripten_bind_MdGeXYZ_MdGeXYZ_3=Module["_emscripten_bind_MdGeXYZ_MdGeXYZ_3"]=function(){return(_emscripten_bind_MdGeXYZ_MdGeXYZ_3=Module["_emscripten_bind_MdGeXYZ_MdGeXYZ_3"]=Module["asm"]["Gy"]).apply(null,arguments)};var _emscripten_bind_MdGeXYZ_SetCoord_2=Module["_emscripten_bind_MdGeXYZ_SetCoord_2"]=function(){return(_emscripten_bind_MdGeXYZ_SetCoord_2=Module["_emscripten_bind_MdGeXYZ_SetCoord_2"]=Module["asm"]["Hy"]).apply(null,arguments)};var _emscripten_bind_MdGeXYZ_SetCoord_3=Module["_emscripten_bind_MdGeXYZ_SetCoord_3"]=function(){return(_emscripten_bind_MdGeXYZ_SetCoord_3=Module["_emscripten_bind_MdGeXYZ_SetCoord_3"]=Module["asm"]["Iy"]).apply(null,arguments)};var _emscripten_bind_MdGeXYZ_SetX_1=Module["_emscripten_bind_MdGeXYZ_SetX_1"]=function(){return(_emscripten_bind_MdGeXYZ_SetX_1=Module["_emscripten_bind_MdGeXYZ_SetX_1"]=Module["asm"]["Jy"]).apply(null,arguments)};var _emscripten_bind_MdGeXYZ_SetY_1=Module["_emscripten_bind_MdGeXYZ_SetY_1"]=function(){return(_emscripten_bind_MdGeXYZ_SetY_1=Module["_emscripten_bind_MdGeXYZ_SetY_1"]=Module["asm"]["Ky"]).apply(null,arguments)};var _emscripten_bind_MdGeXYZ_SetZ_1=Module["_emscripten_bind_MdGeXYZ_SetZ_1"]=function(){return(_emscripten_bind_MdGeXYZ_SetZ_1=Module["_emscripten_bind_MdGeXYZ_SetZ_1"]=Module["asm"]["Ly"]).apply(null,arguments)};var _emscripten_bind_MdGeXYZ_Coord_1=Module["_emscripten_bind_MdGeXYZ_Coord_1"]=function(){return(_emscripten_bind_MdGeXYZ_Coord_1=Module["_emscripten_bind_MdGeXYZ_Coord_1"]=Module["asm"]["My"]).apply(null,arguments)};var _emscripten_bind_MdGeXYZ_ChangeCoord_2=Module["_emscripten_bind_MdGeXYZ_ChangeCoord_2"]=function(){return(_emscripten_bind_MdGeXYZ_ChangeCoord_2=Module["_emscripten_bind_MdGeXYZ_ChangeCoord_2"]=Module["asm"]["Ny"]).apply(null,arguments)};var _emscripten_bind_MdGeXYZ_X_0=Module["_emscripten_bind_MdGeXYZ_X_0"]=function(){return(_emscripten_bind_MdGeXYZ_X_0=Module["_emscripten_bind_MdGeXYZ_X_0"]=Module["asm"]["Oy"]).apply(null,arguments)};var _emscripten_bind_MdGeXYZ_Y_0=Module["_emscripten_bind_MdGeXYZ_Y_0"]=function(){return(_emscripten_bind_MdGeXYZ_Y_0=Module["_emscripten_bind_MdGeXYZ_Y_0"]=Module["asm"]["Py"]).apply(null,arguments)};var _emscripten_bind_MdGeXYZ_Z_0=Module["_emscripten_bind_MdGeXYZ_Z_0"]=function(){return(_emscripten_bind_MdGeXYZ_Z_0=Module["_emscripten_bind_MdGeXYZ_Z_0"]=Module["asm"]["Qy"]).apply(null,arguments)};var _emscripten_bind_MdGeXYZ_Modulus_0=Module["_emscripten_bind_MdGeXYZ_Modulus_0"]=function(){return(_emscripten_bind_MdGeXYZ_Modulus_0=Module["_emscripten_bind_MdGeXYZ_Modulus_0"]=Module["asm"]["Ry"]).apply(null,arguments)};var _emscripten_bind_MdGeXYZ_SquareModulus_0=Module["_emscripten_bind_MdGeXYZ_SquareModulus_0"]=function(){return(_emscripten_bind_MdGeXYZ_SquareModulus_0=Module["_emscripten_bind_MdGeXYZ_SquareModulus_0"]=Module["asm"]["Sy"]).apply(null,arguments)};var _emscripten_bind_MdGeXYZ_IsEqual_2=Module["_emscripten_bind_MdGeXYZ_IsEqual_2"]=function(){return(_emscripten_bind_MdGeXYZ_IsEqual_2=Module["_emscripten_bind_MdGeXYZ_IsEqual_2"]=Module["asm"]["Ty"]).apply(null,arguments)};var _emscripten_bind_MdGeXYZ_Add_1=Module["_emscripten_bind_MdGeXYZ_Add_1"]=function(){return(_emscripten_bind_MdGeXYZ_Add_1=Module["_emscripten_bind_MdGeXYZ_Add_1"]=Module["asm"]["Uy"]).apply(null,arguments)};var _emscripten_bind_MdGeXYZ_Added_1=Module["_emscripten_bind_MdGeXYZ_Added_1"]=function(){return(_emscripten_bind_MdGeXYZ_Added_1=Module["_emscripten_bind_MdGeXYZ_Added_1"]=Module["asm"]["Vy"]).apply(null,arguments)};var _emscripten_bind_MdGeXYZ_Cross_1=Module["_emscripten_bind_MdGeXYZ_Cross_1"]=function(){return(_emscripten_bind_MdGeXYZ_Cross_1=Module["_emscripten_bind_MdGeXYZ_Cross_1"]=Module["asm"]["Wy"]).apply(null,arguments)};var _emscripten_bind_MdGeXYZ_Crossed_1=Module["_emscripten_bind_MdGeXYZ_Crossed_1"]=function(){return(_emscripten_bind_MdGeXYZ_Crossed_1=Module["_emscripten_bind_MdGeXYZ_Crossed_1"]=Module["asm"]["Xy"]).apply(null,arguments)};var _emscripten_bind_MdGeXYZ_CrossMagnitude_1=Module["_emscripten_bind_MdGeXYZ_CrossMagnitude_1"]=function(){return(_emscripten_bind_MdGeXYZ_CrossMagnitude_1=Module["_emscripten_bind_MdGeXYZ_CrossMagnitude_1"]=Module["asm"]["Yy"]).apply(null,arguments)};var _emscripten_bind_MdGeXYZ_CrossSquareMagnitude_1=Module["_emscripten_bind_MdGeXYZ_CrossSquareMagnitude_1"]=function(){return(_emscripten_bind_MdGeXYZ_CrossSquareMagnitude_1=Module["_emscripten_bind_MdGeXYZ_CrossSquareMagnitude_1"]=Module["asm"]["Zy"]).apply(null,arguments)};var _emscripten_bind_MdGeXYZ_CrossCross_2=Module["_emscripten_bind_MdGeXYZ_CrossCross_2"]=function(){return(_emscripten_bind_MdGeXYZ_CrossCross_2=Module["_emscripten_bind_MdGeXYZ_CrossCross_2"]=Module["asm"]["_y"]).apply(null,arguments)};var _emscripten_bind_MdGeXYZ_CrossCrossed_2=Module["_emscripten_bind_MdGeXYZ_CrossCrossed_2"]=function(){return(_emscripten_bind_MdGeXYZ_CrossCrossed_2=Module["_emscripten_bind_MdGeXYZ_CrossCrossed_2"]=Module["asm"]["$y"]).apply(null,arguments)};var _emscripten_bind_MdGeXYZ_Divide_1=Module["_emscripten_bind_MdGeXYZ_Divide_1"]=function(){return(_emscripten_bind_MdGeXYZ_Divide_1=Module["_emscripten_bind_MdGeXYZ_Divide_1"]=Module["asm"]["az"]).apply(null,arguments)};var _emscripten_bind_MdGeXYZ_Divided_1=Module["_emscripten_bind_MdGeXYZ_Divided_1"]=function(){return(_emscripten_bind_MdGeXYZ_Divided_1=Module["_emscripten_bind_MdGeXYZ_Divided_1"]=Module["asm"]["bz"]).apply(null,arguments)};var _emscripten_bind_MdGeXYZ_Dot_1=Module["_emscripten_bind_MdGeXYZ_Dot_1"]=function(){return(_emscripten_bind_MdGeXYZ_Dot_1=Module["_emscripten_bind_MdGeXYZ_Dot_1"]=Module["asm"]["cz"]).apply(null,arguments)};var _emscripten_bind_MdGeXYZ_DotCross_2=Module["_emscripten_bind_MdGeXYZ_DotCross_2"]=function(){return(_emscripten_bind_MdGeXYZ_DotCross_2=Module["_emscripten_bind_MdGeXYZ_DotCross_2"]=Module["asm"]["dz"]).apply(null,arguments)};var _emscripten_bind_MdGeXYZ_MultiplyByS_1=Module["_emscripten_bind_MdGeXYZ_MultiplyByS_1"]=function(){return(_emscripten_bind_MdGeXYZ_MultiplyByS_1=Module["_emscripten_bind_MdGeXYZ_MultiplyByS_1"]=Module["asm"]["ez"]).apply(null,arguments)};var _emscripten_bind_MdGeXYZ_MultiplyByXYZ_1=Module["_emscripten_bind_MdGeXYZ_MultiplyByXYZ_1"]=function(){return(_emscripten_bind_MdGeXYZ_MultiplyByXYZ_1=Module["_emscripten_bind_MdGeXYZ_MultiplyByXYZ_1"]=Module["asm"]["fz"]).apply(null,arguments)};var _emscripten_bind_MdGeXYZ_MultiplyByMat_1=Module["_emscripten_bind_MdGeXYZ_MultiplyByMat_1"]=function(){return(_emscripten_bind_MdGeXYZ_MultiplyByMat_1=Module["_emscripten_bind_MdGeXYZ_MultiplyByMat_1"]=Module["asm"]["gz"]).apply(null,arguments)};var _emscripten_bind_MdGeXYZ_MultipliedByS_1=Module["_emscripten_bind_MdGeXYZ_MultipliedByS_1"]=function(){return(_emscripten_bind_MdGeXYZ_MultipliedByS_1=Module["_emscripten_bind_MdGeXYZ_MultipliedByS_1"]=Module["asm"]["hz"]).apply(null,arguments)};var _emscripten_bind_MdGeXYZ_MultipliedByXYZ_1=Module["_emscripten_bind_MdGeXYZ_MultipliedByXYZ_1"]=function(){return(_emscripten_bind_MdGeXYZ_MultipliedByXYZ_1=Module["_emscripten_bind_MdGeXYZ_MultipliedByXYZ_1"]=Module["asm"]["iz"]).apply(null,arguments)};var _emscripten_bind_MdGeXYZ_MultipliedByMat_1=Module["_emscripten_bind_MdGeXYZ_MultipliedByMat_1"]=function(){return(_emscripten_bind_MdGeXYZ_MultipliedByMat_1=Module["_emscripten_bind_MdGeXYZ_MultipliedByMat_1"]=Module["asm"]["jz"]).apply(null,arguments)};var _emscripten_bind_MdGeXYZ_Normalize_0=Module["_emscripten_bind_MdGeXYZ_Normalize_0"]=function(){return(_emscripten_bind_MdGeXYZ_Normalize_0=Module["_emscripten_bind_MdGeXYZ_Normalize_0"]=Module["asm"]["kz"]).apply(null,arguments)};var _emscripten_bind_MdGeXYZ_Normalized_0=Module["_emscripten_bind_MdGeXYZ_Normalized_0"]=function(){return(_emscripten_bind_MdGeXYZ_Normalized_0=Module["_emscripten_bind_MdGeXYZ_Normalized_0"]=Module["asm"]["lz"]).apply(null,arguments)};var _emscripten_bind_MdGeXYZ_Reverse_0=Module["_emscripten_bind_MdGeXYZ_Reverse_0"]=function(){return(_emscripten_bind_MdGeXYZ_Reverse_0=Module["_emscripten_bind_MdGeXYZ_Reverse_0"]=Module["asm"]["mz"]).apply(null,arguments)};var _emscripten_bind_MdGeXYZ_Reversed_0=Module["_emscripten_bind_MdGeXYZ_Reversed_0"]=function(){return(_emscripten_bind_MdGeXYZ_Reversed_0=Module["_emscripten_bind_MdGeXYZ_Reversed_0"]=Module["asm"]["nz"]).apply(null,arguments)};var _emscripten_bind_MdGeXYZ_Subtract_1=Module["_emscripten_bind_MdGeXYZ_Subtract_1"]=function(){return(_emscripten_bind_MdGeXYZ_Subtract_1=Module["_emscripten_bind_MdGeXYZ_Subtract_1"]=Module["asm"]["oz"]).apply(null,arguments)};var _emscripten_bind_MdGeXYZ_Subtracted_1=Module["_emscripten_bind_MdGeXYZ_Subtracted_1"]=function(){return(_emscripten_bind_MdGeXYZ_Subtracted_1=Module["_emscripten_bind_MdGeXYZ_Subtracted_1"]=Module["asm"]["pz"]).apply(null,arguments)};var _emscripten_bind_MdGeXYZ_SetLinearForm_2=Module["_emscripten_bind_MdGeXYZ_SetLinearForm_2"]=function(){return(_emscripten_bind_MdGeXYZ_SetLinearForm_2=Module["_emscripten_bind_MdGeXYZ_SetLinearForm_2"]=Module["asm"]["qz"]).apply(null,arguments)};var _emscripten_bind_MdGeXYZ_SetLinearForm_3=Module["_emscripten_bind_MdGeXYZ_SetLinearForm_3"]=function(){return(_emscripten_bind_MdGeXYZ_SetLinearForm_3=Module["_emscripten_bind_MdGeXYZ_SetLinearForm_3"]=Module["asm"]["rz"]).apply(null,arguments)};var _emscripten_bind_MdGeXYZ_SetLinearForm_4=Module["_emscripten_bind_MdGeXYZ_SetLinearForm_4"]=function(){return(_emscripten_bind_MdGeXYZ_SetLinearForm_4=Module["_emscripten_bind_MdGeXYZ_SetLinearForm_4"]=Module["asm"]["sz"]).apply(null,arguments)};var _emscripten_bind_MdGeXYZ_SetLinearForm_5=Module["_emscripten_bind_MdGeXYZ_SetLinearForm_5"]=function(){return(_emscripten_bind_MdGeXYZ_SetLinearForm_5=Module["_emscripten_bind_MdGeXYZ_SetLinearForm_5"]=Module["asm"]["tz"]).apply(null,arguments)};var _emscripten_bind_MdGeXYZ_SetLinearForm_6=Module["_emscripten_bind_MdGeXYZ_SetLinearForm_6"]=function(){return(_emscripten_bind_MdGeXYZ_SetLinearForm_6=Module["_emscripten_bind_MdGeXYZ_SetLinearForm_6"]=Module["asm"]["uz"]).apply(null,arguments)};var _emscripten_bind_MdGeXYZ_SetLinearForm_7=Module["_emscripten_bind_MdGeXYZ_SetLinearForm_7"]=function(){return(_emscripten_bind_MdGeXYZ_SetLinearForm_7=Module["_emscripten_bind_MdGeXYZ_SetLinearForm_7"]=Module["asm"]["vz"]).apply(null,arguments)};var _emscripten_bind_MdGeXYZ___destroy___0=Module["_emscripten_bind_MdGeXYZ___destroy___0"]=function(){return(_emscripten_bind_MdGeXYZ___destroy___0=Module["_emscripten_bind_MdGeXYZ___destroy___0"]=Module["asm"]["wz"]).apply(null,arguments)};var _emscripten_bind_MdGeVertex_MdGeVertex_0=Module["_emscripten_bind_MdGeVertex_MdGeVertex_0"]=function(){return(_emscripten_bind_MdGeVertex_MdGeVertex_0=Module["_emscripten_bind_MdGeVertex_MdGeVertex_0"]=Module["asm"]["xz"]).apply(null,arguments)};var _emscripten_bind_MdGeVertex_MdGeVertex_1=Module["_emscripten_bind_MdGeVertex_MdGeVertex_1"]=function(){return(_emscripten_bind_MdGeVertex_MdGeVertex_1=Module["_emscripten_bind_MdGeVertex_MdGeVertex_1"]=Module["asm"]["yz"]).apply(null,arguments)};var _emscripten_bind_MdGeVertex_MdGeVertex_3=Module["_emscripten_bind_MdGeVertex_MdGeVertex_3"]=function(){return(_emscripten_bind_MdGeVertex_MdGeVertex_3=Module["_emscripten_bind_MdGeVertex_MdGeVertex_3"]=Module["asm"]["zz"]).apply(null,arguments)};var _emscripten_bind_MdGeVertex_Fuse_1=Module["_emscripten_bind_MdGeVertex_Fuse_1"]=function(){return(_emscripten_bind_MdGeVertex_Fuse_1=Module["_emscripten_bind_MdGeVertex_Fuse_1"]=Module["asm"]["Az"]).apply(null,arguments)};var _emscripten_bind_MdGeVertex_Cut_1=Module["_emscripten_bind_MdGeVertex_Cut_1"]=function(){return(_emscripten_bind_MdGeVertex_Cut_1=Module["_emscripten_bind_MdGeVertex_Cut_1"]=Module["asm"]["Bz"]).apply(null,arguments)};var _emscripten_bind_MdGeVertex_Common_1=Module["_emscripten_bind_MdGeVertex_Common_1"]=function(){return(_emscripten_bind_MdGeVertex_Common_1=Module["_emscripten_bind_MdGeVertex_Common_1"]=Module["asm"]["Cz"]).apply(null,arguments)};var _emscripten_bind_MdGeVertex_Section_1=Module["_emscripten_bind_MdGeVertex_Section_1"]=function(){return(_emscripten_bind_MdGeVertex_Section_1=Module["_emscripten_bind_MdGeVertex_Section_1"]=Module["asm"]["Dz"]).apply(null,arguments)};var _emscripten_bind_MdGeVertex_ShapeType_0=Module["_emscripten_bind_MdGeVertex_ShapeType_0"]=function(){return(_emscripten_bind_MdGeVertex_ShapeType_0=Module["_emscripten_bind_MdGeVertex_ShapeType_0"]=Module["asm"]["Ez"]).apply(null,arguments)};var _emscripten_bind_MdGeVertex_Quantities_0=Module["_emscripten_bind_MdGeVertex_Quantities_0"]=function(){return(_emscripten_bind_MdGeVertex_Quantities_0=Module["_emscripten_bind_MdGeVertex_Quantities_0"]=Module["asm"]["Fz"]).apply(null,arguments)};var _emscripten_bind_MdGeVertex_MirrorByPoint_1=Module["_emscripten_bind_MdGeVertex_MirrorByPoint_1"]=function(){return(_emscripten_bind_MdGeVertex_MirrorByPoint_1=Module["_emscripten_bind_MdGeVertex_MirrorByPoint_1"]=Module["asm"]["Gz"]).apply(null,arguments)};var _emscripten_bind_MdGeVertex_MirroredByPoint_1=Module["_emscripten_bind_MdGeVertex_MirroredByPoint_1"]=function(){return(_emscripten_bind_MdGeVertex_MirroredByPoint_1=Module["_emscripten_bind_MdGeVertex_MirroredByPoint_1"]=Module["asm"]["Hz"]).apply(null,arguments)};var _emscripten_bind_MdGeVertex_MirrorByAxis_1=Module["_emscripten_bind_MdGeVertex_MirrorByAxis_1"]=function(){return(_emscripten_bind_MdGeVertex_MirrorByAxis_1=Module["_emscripten_bind_MdGeVertex_MirrorByAxis_1"]=Module["asm"]["Iz"]).apply(null,arguments)};var _emscripten_bind_MdGeVertex_MirroredByAxis_1=Module["_emscripten_bind_MdGeVertex_MirroredByAxis_1"]=function(){return(_emscripten_bind_MdGeVertex_MirroredByAxis_1=Module["_emscripten_bind_MdGeVertex_MirroredByAxis_1"]=Module["asm"]["Jz"]).apply(null,arguments)};var _emscripten_bind_MdGeVertex_MirrorByCSYSR_1=Module["_emscripten_bind_MdGeVertex_MirrorByCSYSR_1"]=function(){return(_emscripten_bind_MdGeVertex_MirrorByCSYSR_1=Module["_emscripten_bind_MdGeVertex_MirrorByCSYSR_1"]=Module["asm"]["Kz"]).apply(null,arguments)};var _emscripten_bind_MdGeVertex_MirroredByCSYSR_1=Module["_emscripten_bind_MdGeVertex_MirroredByCSYSR_1"]=function(){return(_emscripten_bind_MdGeVertex_MirroredByCSYSR_1=Module["_emscripten_bind_MdGeVertex_MirroredByCSYSR_1"]=Module["asm"]["Lz"]).apply(null,arguments)};var _emscripten_bind_MdGeVertex_Rotate_2=Module["_emscripten_bind_MdGeVertex_Rotate_2"]=function(){return(_emscripten_bind_MdGeVertex_Rotate_2=Module["_emscripten_bind_MdGeVertex_Rotate_2"]=Module["asm"]["Mz"]).apply(null,arguments)};var _emscripten_bind_MdGeVertex_Rotated_2=Module["_emscripten_bind_MdGeVertex_Rotated_2"]=function(){return(_emscripten_bind_MdGeVertex_Rotated_2=Module["_emscripten_bind_MdGeVertex_Rotated_2"]=Module["asm"]["Nz"]).apply(null,arguments)};var _emscripten_bind_MdGeVertex_Scale_2=Module["_emscripten_bind_MdGeVertex_Scale_2"]=function(){return(_emscripten_bind_MdGeVertex_Scale_2=Module["_emscripten_bind_MdGeVertex_Scale_2"]=Module["asm"]["Oz"]).apply(null,arguments)};var _emscripten_bind_MdGeVertex_Scaled_2=Module["_emscripten_bind_MdGeVertex_Scaled_2"]=function(){return(_emscripten_bind_MdGeVertex_Scaled_2=Module["_emscripten_bind_MdGeVertex_Scaled_2"]=Module["asm"]["Pz"]).apply(null,arguments)};var _emscripten_bind_MdGeVertex_Transform_1=Module["_emscripten_bind_MdGeVertex_Transform_1"]=function(){return(_emscripten_bind_MdGeVertex_Transform_1=Module["_emscripten_bind_MdGeVertex_Transform_1"]=Module["asm"]["Qz"]).apply(null,arguments)};var _emscripten_bind_MdGeVertex_Transformed_1=Module["_emscripten_bind_MdGeVertex_Transformed_1"]=function(){return(_emscripten_bind_MdGeVertex_Transformed_1=Module["_emscripten_bind_MdGeVertex_Transformed_1"]=Module["asm"]["Rz"]).apply(null,arguments)};var _emscripten_bind_MdGeVertex_TranslateByVec_1=Module["_emscripten_bind_MdGeVertex_TranslateByVec_1"]=function(){return(_emscripten_bind_MdGeVertex_TranslateByVec_1=Module["_emscripten_bind_MdGeVertex_TranslateByVec_1"]=Module["asm"]["Sz"]).apply(null,arguments)};var _emscripten_bind_MdGeVertex_TranslatedByVec_1=Module["_emscripten_bind_MdGeVertex_TranslatedByVec_1"]=function(){return(_emscripten_bind_MdGeVertex_TranslatedByVec_1=Module["_emscripten_bind_MdGeVertex_TranslatedByVec_1"]=Module["asm"]["Tz"]).apply(null,arguments)};var _emscripten_bind_MdGeVertex_TranslateBy2Points_2=Module["_emscripten_bind_MdGeVertex_TranslateBy2Points_2"]=function(){return(_emscripten_bind_MdGeVertex_TranslateBy2Points_2=Module["_emscripten_bind_MdGeVertex_TranslateBy2Points_2"]=Module["asm"]["Uz"]).apply(null,arguments)};var _emscripten_bind_MdGeVertex_TranslatedBy2Points_2=Module["_emscripten_bind_MdGeVertex_TranslatedBy2Points_2"]=function(){return(_emscripten_bind_MdGeVertex_TranslatedBy2Points_2=Module["_emscripten_bind_MdGeVertex_TranslatedBy2Points_2"]=Module["asm"]["Vz"]).apply(null,arguments)};var _emscripten_bind_MdGeVertex_SetTextureFileName_1=Module["_emscripten_bind_MdGeVertex_SetTextureFileName_1"]=function(){return(_emscripten_bind_MdGeVertex_SetTextureFileName_1=Module["_emscripten_bind_MdGeVertex_SetTextureFileName_1"]=Module["asm"]["Wz"]).apply(null,arguments)};var _emscripten_bind_MdGeVertex_SetMaterialAspect_1=Module["_emscripten_bind_MdGeVertex_SetMaterialAspect_1"]=function(){return(_emscripten_bind_MdGeVertex_SetMaterialAspect_1=Module["_emscripten_bind_MdGeVertex_SetMaterialAspect_1"]=Module["asm"]["Xz"]).apply(null,arguments)};var _emscripten_bind_MdGeVertex_SetColor_1=Module["_emscripten_bind_MdGeVertex_SetColor_1"]=function(){return(_emscripten_bind_MdGeVertex_SetColor_1=Module["_emscripten_bind_MdGeVertex_SetColor_1"]=Module["asm"]["Yz"]).apply(null,arguments)};var _emscripten_bind_MdGeVertex_TextureRepeat_0=Module["_emscripten_bind_MdGeVertex_TextureRepeat_0"]=function(){return(_emscripten_bind_MdGeVertex_TextureRepeat_0=Module["_emscripten_bind_MdGeVertex_TextureRepeat_0"]=Module["asm"]["Zz"]).apply(null,arguments)};var _emscripten_bind_MdGeVertex_URepeat_0=Module["_emscripten_bind_MdGeVertex_URepeat_0"]=function(){return(_emscripten_bind_MdGeVertex_URepeat_0=Module["_emscripten_bind_MdGeVertex_URepeat_0"]=Module["asm"]["_z"]).apply(null,arguments)};var _emscripten_bind_MdGeVertex_VRepeat_0=Module["_emscripten_bind_MdGeVertex_VRepeat_0"]=function(){return(_emscripten_bind_MdGeVertex_VRepeat_0=Module["_emscripten_bind_MdGeVertex_VRepeat_0"]=Module["asm"]["$z"]).apply(null,arguments)};var _emscripten_bind_MdGeVertex_SetTextureRepeat_3=Module["_emscripten_bind_MdGeVertex_SetTextureRepeat_3"]=function(){return(_emscripten_bind_MdGeVertex_SetTextureRepeat_3=Module["_emscripten_bind_MdGeVertex_SetTextureRepeat_3"]=Module["asm"]["aA"]).apply(null,arguments)};var _emscripten_bind_MdGeVertex_TextureScale_0=Module["_emscripten_bind_MdGeVertex_TextureScale_0"]=function(){return(_emscripten_bind_MdGeVertex_TextureScale_0=Module["_emscripten_bind_MdGeVertex_TextureScale_0"]=Module["asm"]["bA"]).apply(null,arguments)};var _emscripten_bind_MdGeVertex_TextureScaleU_0=Module["_emscripten_bind_MdGeVertex_TextureScaleU_0"]=function(){return(_emscripten_bind_MdGeVertex_TextureScaleU_0=Module["_emscripten_bind_MdGeVertex_TextureScaleU_0"]=Module["asm"]["cA"]).apply(null,arguments)};var _emscripten_bind_MdGeVertex_TextureScaleV_0=Module["_emscripten_bind_MdGeVertex_TextureScaleV_0"]=function(){return(_emscripten_bind_MdGeVertex_TextureScaleV_0=Module["_emscripten_bind_MdGeVertex_TextureScaleV_0"]=Module["asm"]["dA"]).apply(null,arguments)};var _emscripten_bind_MdGeVertex_SetTextureScale_3=Module["_emscripten_bind_MdGeVertex_SetTextureScale_3"]=function(){return(_emscripten_bind_MdGeVertex_SetTextureScale_3=Module["_emscripten_bind_MdGeVertex_SetTextureScale_3"]=Module["asm"]["eA"]).apply(null,arguments)};var _emscripten_bind_MdGeVertex_TextureOrigin_0=Module["_emscripten_bind_MdGeVertex_TextureOrigin_0"]=function(){return(_emscripten_bind_MdGeVertex_TextureOrigin_0=Module["_emscripten_bind_MdGeVertex_TextureOrigin_0"]=Module["asm"]["fA"]).apply(null,arguments)};var _emscripten_bind_MdGeVertex_TextureUOrigin_0=Module["_emscripten_bind_MdGeVertex_TextureUOrigin_0"]=function(){return(_emscripten_bind_MdGeVertex_TextureUOrigin_0=Module["_emscripten_bind_MdGeVertex_TextureUOrigin_0"]=Module["asm"]["gA"]).apply(null,arguments)};var _emscripten_bind_MdGeVertex_TextureVOrigin_0=Module["_emscripten_bind_MdGeVertex_TextureVOrigin_0"]=function(){return(_emscripten_bind_MdGeVertex_TextureVOrigin_0=Module["_emscripten_bind_MdGeVertex_TextureVOrigin_0"]=Module["asm"]["hA"]).apply(null,arguments)};var _emscripten_bind_MdGeVertex_SetTextureOrigin_3=Module["_emscripten_bind_MdGeVertex_SetTextureOrigin_3"]=function(){return(_emscripten_bind_MdGeVertex_SetTextureOrigin_3=Module["_emscripten_bind_MdGeVertex_SetTextureOrigin_3"]=Module["asm"]["iA"]).apply(null,arguments)};var _emscripten_bind_MdGeVertex_IsNull_0=Module["_emscripten_bind_MdGeVertex_IsNull_0"]=function(){return(_emscripten_bind_MdGeVertex_IsNull_0=Module["_emscripten_bind_MdGeVertex_IsNull_0"]=Module["asm"]["jA"]).apply(null,arguments)};var _emscripten_bind_MdGeVertex_SetShapeName_1=Module["_emscripten_bind_MdGeVertex_SetShapeName_1"]=function(){return(_emscripten_bind_MdGeVertex_SetShapeName_1=Module["_emscripten_bind_MdGeVertex_SetShapeName_1"]=Module["asm"]["kA"]).apply(null,arguments)};var _emscripten_bind_MdGeVertex_GetShapeName_0=Module["_emscripten_bind_MdGeVertex_GetShapeName_0"]=function(){return(_emscripten_bind_MdGeVertex_GetShapeName_0=Module["_emscripten_bind_MdGeVertex_GetShapeName_0"]=Module["asm"]["lA"]).apply(null,arguments)};var _emscripten_bind_MdGeVertex_GetBndBox_0=Module["_emscripten_bind_MdGeVertex_GetBndBox_0"]=function(){return(_emscripten_bind_MdGeVertex_GetBndBox_0=Module["_emscripten_bind_MdGeVertex_GetBndBox_0"]=Module["asm"]["mA"]).apply(null,arguments)};var _emscripten_bind_MdGeVertex_Draw_0=Module["_emscripten_bind_MdGeVertex_Draw_0"]=function(){return(_emscripten_bind_MdGeVertex_Draw_0=Module["_emscripten_bind_MdGeVertex_Draw_0"]=Module["asm"]["nA"]).apply(null,arguments)};var _emscripten_bind_MdGeVertex___destroy___0=Module["_emscripten_bind_MdGeVertex___destroy___0"]=function(){return(_emscripten_bind_MdGeVertex___destroy___0=Module["_emscripten_bind_MdGeVertex___destroy___0"]=Module["asm"]["oA"]).apply(null,arguments)};var _emscripten_bind_MdGeEdge_MdGeEdge_0=Module["_emscripten_bind_MdGeEdge_MdGeEdge_0"]=function(){return(_emscripten_bind_MdGeEdge_MdGeEdge_0=Module["_emscripten_bind_MdGeEdge_MdGeEdge_0"]=Module["asm"]["pA"]).apply(null,arguments)};var _emscripten_bind_MdGeEdge_MdGeEdge_1=Module["_emscripten_bind_MdGeEdge_MdGeEdge_1"]=function(){return(_emscripten_bind_MdGeEdge_MdGeEdge_1=Module["_emscripten_bind_MdGeEdge_MdGeEdge_1"]=Module["asm"]["qA"]).apply(null,arguments)};var _emscripten_bind_MdGeEdge_MdGeEdge_2=Module["_emscripten_bind_MdGeEdge_MdGeEdge_2"]=function(){return(_emscripten_bind_MdGeEdge_MdGeEdge_2=Module["_emscripten_bind_MdGeEdge_MdGeEdge_2"]=Module["asm"]["rA"]).apply(null,arguments)};var _emscripten_bind_MdGeEdge_Wire_0=Module["_emscripten_bind_MdGeEdge_Wire_0"]=function(){return(_emscripten_bind_MdGeEdge_Wire_0=Module["_emscripten_bind_MdGeEdge_Wire_0"]=Module["asm"]["sA"]).apply(null,arguments)};var _emscripten_bind_MdGeEdge_AddedEdge_1=Module["_emscripten_bind_MdGeEdge_AddedEdge_1"]=function(){return(_emscripten_bind_MdGeEdge_AddedEdge_1=Module["_emscripten_bind_MdGeEdge_AddedEdge_1"]=Module["asm"]["tA"]).apply(null,arguments)};var _emscripten_bind_MdGeEdge_AddedWire_1=Module["_emscripten_bind_MdGeEdge_AddedWire_1"]=function(){return(_emscripten_bind_MdGeEdge_AddedWire_1=Module["_emscripten_bind_MdGeEdge_AddedWire_1"]=Module["asm"]["uA"]).apply(null,arguments)};var _emscripten_bind_MdGeEdge_Fuse_1=Module["_emscripten_bind_MdGeEdge_Fuse_1"]=function(){return(_emscripten_bind_MdGeEdge_Fuse_1=Module["_emscripten_bind_MdGeEdge_Fuse_1"]=Module["asm"]["vA"]).apply(null,arguments)};var _emscripten_bind_MdGeEdge_Cut_1=Module["_emscripten_bind_MdGeEdge_Cut_1"]=function(){return(_emscripten_bind_MdGeEdge_Cut_1=Module["_emscripten_bind_MdGeEdge_Cut_1"]=Module["asm"]["wA"]).apply(null,arguments)};var _emscripten_bind_MdGeEdge_Common_1=Module["_emscripten_bind_MdGeEdge_Common_1"]=function(){return(_emscripten_bind_MdGeEdge_Common_1=Module["_emscripten_bind_MdGeEdge_Common_1"]=Module["asm"]["xA"]).apply(null,arguments)};var _emscripten_bind_MdGeEdge_Section_1=Module["_emscripten_bind_MdGeEdge_Section_1"]=function(){return(_emscripten_bind_MdGeEdge_Section_1=Module["_emscripten_bind_MdGeEdge_Section_1"]=Module["asm"]["yA"]).apply(null,arguments)};var _emscripten_bind_MdGeEdge_ShapeType_0=Module["_emscripten_bind_MdGeEdge_ShapeType_0"]=function(){return(_emscripten_bind_MdGeEdge_ShapeType_0=Module["_emscripten_bind_MdGeEdge_ShapeType_0"]=Module["asm"]["zA"]).apply(null,arguments)};var _emscripten_bind_MdGeEdge_Quantities_0=Module["_emscripten_bind_MdGeEdge_Quantities_0"]=function(){return(_emscripten_bind_MdGeEdge_Quantities_0=Module["_emscripten_bind_MdGeEdge_Quantities_0"]=Module["asm"]["AA"]).apply(null,arguments)};var _emscripten_bind_MdGeEdge_MirrorByPoint_1=Module["_emscripten_bind_MdGeEdge_MirrorByPoint_1"]=function(){return(_emscripten_bind_MdGeEdge_MirrorByPoint_1=Module["_emscripten_bind_MdGeEdge_MirrorByPoint_1"]=Module["asm"]["BA"]).apply(null,arguments)};var _emscripten_bind_MdGeEdge_MirroredByPoint_1=Module["_emscripten_bind_MdGeEdge_MirroredByPoint_1"]=function(){return(_emscripten_bind_MdGeEdge_MirroredByPoint_1=Module["_emscripten_bind_MdGeEdge_MirroredByPoint_1"]=Module["asm"]["CA"]).apply(null,arguments)};var _emscripten_bind_MdGeEdge_MirrorByAxis_1=Module["_emscripten_bind_MdGeEdge_MirrorByAxis_1"]=function(){return(_emscripten_bind_MdGeEdge_MirrorByAxis_1=Module["_emscripten_bind_MdGeEdge_MirrorByAxis_1"]=Module["asm"]["DA"]).apply(null,arguments)};var _emscripten_bind_MdGeEdge_MirroredByAxis_1=Module["_emscripten_bind_MdGeEdge_MirroredByAxis_1"]=function(){return(_emscripten_bind_MdGeEdge_MirroredByAxis_1=Module["_emscripten_bind_MdGeEdge_MirroredByAxis_1"]=Module["asm"]["EA"]).apply(null,arguments)};var _emscripten_bind_MdGeEdge_MirrorByCSYSR_1=Module["_emscripten_bind_MdGeEdge_MirrorByCSYSR_1"]=function(){return(_emscripten_bind_MdGeEdge_MirrorByCSYSR_1=Module["_emscripten_bind_MdGeEdge_MirrorByCSYSR_1"]=Module["asm"]["FA"]).apply(null,arguments)};var _emscripten_bind_MdGeEdge_MirroredByCSYSR_1=Module["_emscripten_bind_MdGeEdge_MirroredByCSYSR_1"]=function(){return(_emscripten_bind_MdGeEdge_MirroredByCSYSR_1=Module["_emscripten_bind_MdGeEdge_MirroredByCSYSR_1"]=Module["asm"]["GA"]).apply(null,arguments)};var _emscripten_bind_MdGeEdge_Rotate_2=Module["_emscripten_bind_MdGeEdge_Rotate_2"]=function(){return(_emscripten_bind_MdGeEdge_Rotate_2=Module["_emscripten_bind_MdGeEdge_Rotate_2"]=Module["asm"]["HA"]).apply(null,arguments)};var _emscripten_bind_MdGeEdge_Rotated_2=Module["_emscripten_bind_MdGeEdge_Rotated_2"]=function(){return(_emscripten_bind_MdGeEdge_Rotated_2=Module["_emscripten_bind_MdGeEdge_Rotated_2"]=Module["asm"]["IA"]).apply(null,arguments)};var _emscripten_bind_MdGeEdge_Scale_2=Module["_emscripten_bind_MdGeEdge_Scale_2"]=function(){return(_emscripten_bind_MdGeEdge_Scale_2=Module["_emscripten_bind_MdGeEdge_Scale_2"]=Module["asm"]["JA"]).apply(null,arguments)};var _emscripten_bind_MdGeEdge_Scaled_2=Module["_emscripten_bind_MdGeEdge_Scaled_2"]=function(){return(_emscripten_bind_MdGeEdge_Scaled_2=Module["_emscripten_bind_MdGeEdge_Scaled_2"]=Module["asm"]["KA"]).apply(null,arguments)};var _emscripten_bind_MdGeEdge_Transform_1=Module["_emscripten_bind_MdGeEdge_Transform_1"]=function(){return(_emscripten_bind_MdGeEdge_Transform_1=Module["_emscripten_bind_MdGeEdge_Transform_1"]=Module["asm"]["LA"]).apply(null,arguments)};var _emscripten_bind_MdGeEdge_Transformed_1=Module["_emscripten_bind_MdGeEdge_Transformed_1"]=function(){return(_emscripten_bind_MdGeEdge_Transformed_1=Module["_emscripten_bind_MdGeEdge_Transformed_1"]=Module["asm"]["MA"]).apply(null,arguments)};var _emscripten_bind_MdGeEdge_TranslateByVec_1=Module["_emscripten_bind_MdGeEdge_TranslateByVec_1"]=function(){return(_emscripten_bind_MdGeEdge_TranslateByVec_1=Module["_emscripten_bind_MdGeEdge_TranslateByVec_1"]=Module["asm"]["NA"]).apply(null,arguments)};var _emscripten_bind_MdGeEdge_TranslatedByVec_1=Module["_emscripten_bind_MdGeEdge_TranslatedByVec_1"]=function(){return(_emscripten_bind_MdGeEdge_TranslatedByVec_1=Module["_emscripten_bind_MdGeEdge_TranslatedByVec_1"]=Module["asm"]["OA"]).apply(null,arguments)};var _emscripten_bind_MdGeEdge_TranslateBy2Points_2=Module["_emscripten_bind_MdGeEdge_TranslateBy2Points_2"]=function(){return(_emscripten_bind_MdGeEdge_TranslateBy2Points_2=Module["_emscripten_bind_MdGeEdge_TranslateBy2Points_2"]=Module["asm"]["PA"]).apply(null,arguments)};var _emscripten_bind_MdGeEdge_TranslatedBy2Points_2=Module["_emscripten_bind_MdGeEdge_TranslatedBy2Points_2"]=function(){return(_emscripten_bind_MdGeEdge_TranslatedBy2Points_2=Module["_emscripten_bind_MdGeEdge_TranslatedBy2Points_2"]=Module["asm"]["QA"]).apply(null,arguments)};var _emscripten_bind_MdGeEdge_SetTextureFileName_1=Module["_emscripten_bind_MdGeEdge_SetTextureFileName_1"]=function(){return(_emscripten_bind_MdGeEdge_SetTextureFileName_1=Module["_emscripten_bind_MdGeEdge_SetTextureFileName_1"]=Module["asm"]["RA"]).apply(null,arguments)};var _emscripten_bind_MdGeEdge_SetMaterialAspect_1=Module["_emscripten_bind_MdGeEdge_SetMaterialAspect_1"]=function(){return(_emscripten_bind_MdGeEdge_SetMaterialAspect_1=Module["_emscripten_bind_MdGeEdge_SetMaterialAspect_1"]=Module["asm"]["SA"]).apply(null,arguments)};var _emscripten_bind_MdGeEdge_SetColor_1=Module["_emscripten_bind_MdGeEdge_SetColor_1"]=function(){return(_emscripten_bind_MdGeEdge_SetColor_1=Module["_emscripten_bind_MdGeEdge_SetColor_1"]=Module["asm"]["TA"]).apply(null,arguments)};var _emscripten_bind_MdGeEdge_TextureRepeat_0=Module["_emscripten_bind_MdGeEdge_TextureRepeat_0"]=function(){return(_emscripten_bind_MdGeEdge_TextureRepeat_0=Module["_emscripten_bind_MdGeEdge_TextureRepeat_0"]=Module["asm"]["UA"]).apply(null,arguments)};var _emscripten_bind_MdGeEdge_URepeat_0=Module["_emscripten_bind_MdGeEdge_URepeat_0"]=function(){return(_emscripten_bind_MdGeEdge_URepeat_0=Module["_emscripten_bind_MdGeEdge_URepeat_0"]=Module["asm"]["VA"]).apply(null,arguments)};var _emscripten_bind_MdGeEdge_VRepeat_0=Module["_emscripten_bind_MdGeEdge_VRepeat_0"]=function(){return(_emscripten_bind_MdGeEdge_VRepeat_0=Module["_emscripten_bind_MdGeEdge_VRepeat_0"]=Module["asm"]["WA"]).apply(null,arguments)};var _emscripten_bind_MdGeEdge_SetTextureRepeat_3=Module["_emscripten_bind_MdGeEdge_SetTextureRepeat_3"]=function(){return(_emscripten_bind_MdGeEdge_SetTextureRepeat_3=Module["_emscripten_bind_MdGeEdge_SetTextureRepeat_3"]=Module["asm"]["XA"]).apply(null,arguments)};var _emscripten_bind_MdGeEdge_TextureScale_0=Module["_emscripten_bind_MdGeEdge_TextureScale_0"]=function(){return(_emscripten_bind_MdGeEdge_TextureScale_0=Module["_emscripten_bind_MdGeEdge_TextureScale_0"]=Module["asm"]["YA"]).apply(null,arguments)};var _emscripten_bind_MdGeEdge_TextureScaleU_0=Module["_emscripten_bind_MdGeEdge_TextureScaleU_0"]=function(){return(_emscripten_bind_MdGeEdge_TextureScaleU_0=Module["_emscripten_bind_MdGeEdge_TextureScaleU_0"]=Module["asm"]["ZA"]).apply(null,arguments)};var _emscripten_bind_MdGeEdge_TextureScaleV_0=Module["_emscripten_bind_MdGeEdge_TextureScaleV_0"]=function(){return(_emscripten_bind_MdGeEdge_TextureScaleV_0=Module["_emscripten_bind_MdGeEdge_TextureScaleV_0"]=Module["asm"]["_A"]).apply(null,arguments)};var _emscripten_bind_MdGeEdge_SetTextureScale_3=Module["_emscripten_bind_MdGeEdge_SetTextureScale_3"]=function(){return(_emscripten_bind_MdGeEdge_SetTextureScale_3=Module["_emscripten_bind_MdGeEdge_SetTextureScale_3"]=Module["asm"]["$A"]).apply(null,arguments)};var _emscripten_bind_MdGeEdge_TextureOrigin_0=Module["_emscripten_bind_MdGeEdge_TextureOrigin_0"]=function(){return(_emscripten_bind_MdGeEdge_TextureOrigin_0=Module["_emscripten_bind_MdGeEdge_TextureOrigin_0"]=Module["asm"]["aB"]).apply(null,arguments)};var _emscripten_bind_MdGeEdge_TextureUOrigin_0=Module["_emscripten_bind_MdGeEdge_TextureUOrigin_0"]=function(){return(_emscripten_bind_MdGeEdge_TextureUOrigin_0=Module["_emscripten_bind_MdGeEdge_TextureUOrigin_0"]=Module["asm"]["bB"]).apply(null,arguments)};var _emscripten_bind_MdGeEdge_TextureVOrigin_0=Module["_emscripten_bind_MdGeEdge_TextureVOrigin_0"]=function(){return(_emscripten_bind_MdGeEdge_TextureVOrigin_0=Module["_emscripten_bind_MdGeEdge_TextureVOrigin_0"]=Module["asm"]["cB"]).apply(null,arguments)};var _emscripten_bind_MdGeEdge_SetTextureOrigin_3=Module["_emscripten_bind_MdGeEdge_SetTextureOrigin_3"]=function(){return(_emscripten_bind_MdGeEdge_SetTextureOrigin_3=Module["_emscripten_bind_MdGeEdge_SetTextureOrigin_3"]=Module["asm"]["dB"]).apply(null,arguments)};var _emscripten_bind_MdGeEdge_IsNull_0=Module["_emscripten_bind_MdGeEdge_IsNull_0"]=function(){return(_emscripten_bind_MdGeEdge_IsNull_0=Module["_emscripten_bind_MdGeEdge_IsNull_0"]=Module["asm"]["eB"]).apply(null,arguments)};var _emscripten_bind_MdGeEdge_SetShapeName_1=Module["_emscripten_bind_MdGeEdge_SetShapeName_1"]=function(){return(_emscripten_bind_MdGeEdge_SetShapeName_1=Module["_emscripten_bind_MdGeEdge_SetShapeName_1"]=Module["asm"]["fB"]).apply(null,arguments)};var _emscripten_bind_MdGeEdge_GetShapeName_0=Module["_emscripten_bind_MdGeEdge_GetShapeName_0"]=function(){return(_emscripten_bind_MdGeEdge_GetShapeName_0=Module["_emscripten_bind_MdGeEdge_GetShapeName_0"]=Module["asm"]["gB"]).apply(null,arguments)};var _emscripten_bind_MdGeEdge_GetBndBox_0=Module["_emscripten_bind_MdGeEdge_GetBndBox_0"]=function(){return(_emscripten_bind_MdGeEdge_GetBndBox_0=Module["_emscripten_bind_MdGeEdge_GetBndBox_0"]=Module["asm"]["hB"]).apply(null,arguments)};var _emscripten_bind_MdGeEdge_Draw_0=Module["_emscripten_bind_MdGeEdge_Draw_0"]=function(){return(_emscripten_bind_MdGeEdge_Draw_0=Module["_emscripten_bind_MdGeEdge_Draw_0"]=Module["asm"]["iB"]).apply(null,arguments)};var _emscripten_bind_MdGeEdge___destroy___0=Module["_emscripten_bind_MdGeEdge___destroy___0"]=function(){return(_emscripten_bind_MdGeEdge___destroy___0=Module["_emscripten_bind_MdGeEdge___destroy___0"]=Module["asm"]["jB"]).apply(null,arguments)};var _emscripten_bind_MdGeWire_MdGeWire_0=Module["_emscripten_bind_MdGeWire_MdGeWire_0"]=function(){return(_emscripten_bind_MdGeWire_MdGeWire_0=Module["_emscripten_bind_MdGeWire_MdGeWire_0"]=Module["asm"]["kB"]).apply(null,arguments)};var _emscripten_bind_MdGeWire_MdGeWire_1=Module["_emscripten_bind_MdGeWire_MdGeWire_1"]=function(){return(_emscripten_bind_MdGeWire_MdGeWire_1=Module["_emscripten_bind_MdGeWire_MdGeWire_1"]=Module["asm"]["lB"]).apply(null,arguments)};var _emscripten_bind_MdGeWire_AddedEdge_1=Module["_emscripten_bind_MdGeWire_AddedEdge_1"]=function(){return(_emscripten_bind_MdGeWire_AddedEdge_1=Module["_emscripten_bind_MdGeWire_AddedEdge_1"]=Module["asm"]["mB"]).apply(null,arguments)};var _emscripten_bind_MdGeWire_AddedWire_1=Module["_emscripten_bind_MdGeWire_AddedWire_1"]=function(){return(_emscripten_bind_MdGeWire_AddedWire_1=Module["_emscripten_bind_MdGeWire_AddedWire_1"]=Module["asm"]["nB"]).apply(null,arguments)};var _emscripten_bind_MdGeWire_Fuse_1=Module["_emscripten_bind_MdGeWire_Fuse_1"]=function(){return(_emscripten_bind_MdGeWire_Fuse_1=Module["_emscripten_bind_MdGeWire_Fuse_1"]=Module["asm"]["oB"]).apply(null,arguments)};var _emscripten_bind_MdGeWire_Cut_1=Module["_emscripten_bind_MdGeWire_Cut_1"]=function(){return(_emscripten_bind_MdGeWire_Cut_1=Module["_emscripten_bind_MdGeWire_Cut_1"]=Module["asm"]["pB"]).apply(null,arguments)};var _emscripten_bind_MdGeWire_Common_1=Module["_emscripten_bind_MdGeWire_Common_1"]=function(){return(_emscripten_bind_MdGeWire_Common_1=Module["_emscripten_bind_MdGeWire_Common_1"]=Module["asm"]["qB"]).apply(null,arguments)};var _emscripten_bind_MdGeWire_Section_1=Module["_emscripten_bind_MdGeWire_Section_1"]=function(){return(_emscripten_bind_MdGeWire_Section_1=Module["_emscripten_bind_MdGeWire_Section_1"]=Module["asm"]["rB"]).apply(null,arguments)};var _emscripten_bind_MdGeWire_ShapeType_0=Module["_emscripten_bind_MdGeWire_ShapeType_0"]=function(){return(_emscripten_bind_MdGeWire_ShapeType_0=Module["_emscripten_bind_MdGeWire_ShapeType_0"]=Module["asm"]["sB"]).apply(null,arguments)};var _emscripten_bind_MdGeWire_Quantities_0=Module["_emscripten_bind_MdGeWire_Quantities_0"]=function(){return(_emscripten_bind_MdGeWire_Quantities_0=Module["_emscripten_bind_MdGeWire_Quantities_0"]=Module["asm"]["tB"]).apply(null,arguments)};var _emscripten_bind_MdGeWire_MirrorByPoint_1=Module["_emscripten_bind_MdGeWire_MirrorByPoint_1"]=function(){return(_emscripten_bind_MdGeWire_MirrorByPoint_1=Module["_emscripten_bind_MdGeWire_MirrorByPoint_1"]=Module["asm"]["uB"]).apply(null,arguments)};var _emscripten_bind_MdGeWire_MirroredByPoint_1=Module["_emscripten_bind_MdGeWire_MirroredByPoint_1"]=function(){return(_emscripten_bind_MdGeWire_MirroredByPoint_1=Module["_emscripten_bind_MdGeWire_MirroredByPoint_1"]=Module["asm"]["vB"]).apply(null,arguments)};var _emscripten_bind_MdGeWire_MirrorByAxis_1=Module["_emscripten_bind_MdGeWire_MirrorByAxis_1"]=function(){return(_emscripten_bind_MdGeWire_MirrorByAxis_1=Module["_emscripten_bind_MdGeWire_MirrorByAxis_1"]=Module["asm"]["wB"]).apply(null,arguments)};var _emscripten_bind_MdGeWire_MirroredByAxis_1=Module["_emscripten_bind_MdGeWire_MirroredByAxis_1"]=function(){return(_emscripten_bind_MdGeWire_MirroredByAxis_1=Module["_emscripten_bind_MdGeWire_MirroredByAxis_1"]=Module["asm"]["xB"]).apply(null,arguments)};var _emscripten_bind_MdGeWire_MirrorByCSYSR_1=Module["_emscripten_bind_MdGeWire_MirrorByCSYSR_1"]=function(){return(_emscripten_bind_MdGeWire_MirrorByCSYSR_1=Module["_emscripten_bind_MdGeWire_MirrorByCSYSR_1"]=Module["asm"]["yB"]).apply(null,arguments)};var _emscripten_bind_MdGeWire_MirroredByCSYSR_1=Module["_emscripten_bind_MdGeWire_MirroredByCSYSR_1"]=function(){return(_emscripten_bind_MdGeWire_MirroredByCSYSR_1=Module["_emscripten_bind_MdGeWire_MirroredByCSYSR_1"]=Module["asm"]["zB"]).apply(null,arguments)};var _emscripten_bind_MdGeWire_Rotate_2=Module["_emscripten_bind_MdGeWire_Rotate_2"]=function(){return(_emscripten_bind_MdGeWire_Rotate_2=Module["_emscripten_bind_MdGeWire_Rotate_2"]=Module["asm"]["AB"]).apply(null,arguments)};var _emscripten_bind_MdGeWire_Rotated_2=Module["_emscripten_bind_MdGeWire_Rotated_2"]=function(){return(_emscripten_bind_MdGeWire_Rotated_2=Module["_emscripten_bind_MdGeWire_Rotated_2"]=Module["asm"]["BB"]).apply(null,arguments)};var _emscripten_bind_MdGeWire_Scale_2=Module["_emscripten_bind_MdGeWire_Scale_2"]=function(){return(_emscripten_bind_MdGeWire_Scale_2=Module["_emscripten_bind_MdGeWire_Scale_2"]=Module["asm"]["CB"]).apply(null,arguments)};var _emscripten_bind_MdGeWire_Scaled_2=Module["_emscripten_bind_MdGeWire_Scaled_2"]=function(){return(_emscripten_bind_MdGeWire_Scaled_2=Module["_emscripten_bind_MdGeWire_Scaled_2"]=Module["asm"]["DB"]).apply(null,arguments)};var _emscripten_bind_MdGeWire_Transform_1=Module["_emscripten_bind_MdGeWire_Transform_1"]=function(){return(_emscripten_bind_MdGeWire_Transform_1=Module["_emscripten_bind_MdGeWire_Transform_1"]=Module["asm"]["EB"]).apply(null,arguments)};var _emscripten_bind_MdGeWire_Transformed_1=Module["_emscripten_bind_MdGeWire_Transformed_1"]=function(){return(_emscripten_bind_MdGeWire_Transformed_1=Module["_emscripten_bind_MdGeWire_Transformed_1"]=Module["asm"]["FB"]).apply(null,arguments)};var _emscripten_bind_MdGeWire_TranslateByVec_1=Module["_emscripten_bind_MdGeWire_TranslateByVec_1"]=function(){return(_emscripten_bind_MdGeWire_TranslateByVec_1=Module["_emscripten_bind_MdGeWire_TranslateByVec_1"]=Module["asm"]["GB"]).apply(null,arguments)};var _emscripten_bind_MdGeWire_TranslatedByVec_1=Module["_emscripten_bind_MdGeWire_TranslatedByVec_1"]=function(){return(_emscripten_bind_MdGeWire_TranslatedByVec_1=Module["_emscripten_bind_MdGeWire_TranslatedByVec_1"]=Module["asm"]["HB"]).apply(null,arguments)};var _emscripten_bind_MdGeWire_TranslateBy2Points_2=Module["_emscripten_bind_MdGeWire_TranslateBy2Points_2"]=function(){return(_emscripten_bind_MdGeWire_TranslateBy2Points_2=Module["_emscripten_bind_MdGeWire_TranslateBy2Points_2"]=Module["asm"]["IB"]).apply(null,arguments)};var _emscripten_bind_MdGeWire_TranslatedBy2Points_2=Module["_emscripten_bind_MdGeWire_TranslatedBy2Points_2"]=function(){return(_emscripten_bind_MdGeWire_TranslatedBy2Points_2=Module["_emscripten_bind_MdGeWire_TranslatedBy2Points_2"]=Module["asm"]["JB"]).apply(null,arguments)};var _emscripten_bind_MdGeWire_SetTextureFileName_1=Module["_emscripten_bind_MdGeWire_SetTextureFileName_1"]=function(){return(_emscripten_bind_MdGeWire_SetTextureFileName_1=Module["_emscripten_bind_MdGeWire_SetTextureFileName_1"]=Module["asm"]["KB"]).apply(null,arguments)};var _emscripten_bind_MdGeWire_SetMaterialAspect_1=Module["_emscripten_bind_MdGeWire_SetMaterialAspect_1"]=function(){return(_emscripten_bind_MdGeWire_SetMaterialAspect_1=Module["_emscripten_bind_MdGeWire_SetMaterialAspect_1"]=Module["asm"]["LB"]).apply(null,arguments)};var _emscripten_bind_MdGeWire_SetColor_1=Module["_emscripten_bind_MdGeWire_SetColor_1"]=function(){return(_emscripten_bind_MdGeWire_SetColor_1=Module["_emscripten_bind_MdGeWire_SetColor_1"]=Module["asm"]["MB"]).apply(null,arguments)};var _emscripten_bind_MdGeWire_TextureRepeat_0=Module["_emscripten_bind_MdGeWire_TextureRepeat_0"]=function(){return(_emscripten_bind_MdGeWire_TextureRepeat_0=Module["_emscripten_bind_MdGeWire_TextureRepeat_0"]=Module["asm"]["NB"]).apply(null,arguments)};var _emscripten_bind_MdGeWire_URepeat_0=Module["_emscripten_bind_MdGeWire_URepeat_0"]=function(){return(_emscripten_bind_MdGeWire_URepeat_0=Module["_emscripten_bind_MdGeWire_URepeat_0"]=Module["asm"]["OB"]).apply(null,arguments)};var _emscripten_bind_MdGeWire_VRepeat_0=Module["_emscripten_bind_MdGeWire_VRepeat_0"]=function(){return(_emscripten_bind_MdGeWire_VRepeat_0=Module["_emscripten_bind_MdGeWire_VRepeat_0"]=Module["asm"]["PB"]).apply(null,arguments)};var _emscripten_bind_MdGeWire_SetTextureRepeat_3=Module["_emscripten_bind_MdGeWire_SetTextureRepeat_3"]=function(){return(_emscripten_bind_MdGeWire_SetTextureRepeat_3=Module["_emscripten_bind_MdGeWire_SetTextureRepeat_3"]=Module["asm"]["QB"]).apply(null,arguments)};var _emscripten_bind_MdGeWire_TextureScale_0=Module["_emscripten_bind_MdGeWire_TextureScale_0"]=function(){return(_emscripten_bind_MdGeWire_TextureScale_0=Module["_emscripten_bind_MdGeWire_TextureScale_0"]=Module["asm"]["RB"]).apply(null,arguments)};var _emscripten_bind_MdGeWire_TextureScaleU_0=Module["_emscripten_bind_MdGeWire_TextureScaleU_0"]=function(){return(_emscripten_bind_MdGeWire_TextureScaleU_0=Module["_emscripten_bind_MdGeWire_TextureScaleU_0"]=Module["asm"]["SB"]).apply(null,arguments)};var _emscripten_bind_MdGeWire_TextureScaleV_0=Module["_emscripten_bind_MdGeWire_TextureScaleV_0"]=function(){return(_emscripten_bind_MdGeWire_TextureScaleV_0=Module["_emscripten_bind_MdGeWire_TextureScaleV_0"]=Module["asm"]["TB"]).apply(null,arguments)};var _emscripten_bind_MdGeWire_SetTextureScale_3=Module["_emscripten_bind_MdGeWire_SetTextureScale_3"]=function(){return(_emscripten_bind_MdGeWire_SetTextureScale_3=Module["_emscripten_bind_MdGeWire_SetTextureScale_3"]=Module["asm"]["UB"]).apply(null,arguments)};var _emscripten_bind_MdGeWire_TextureOrigin_0=Module["_emscripten_bind_MdGeWire_TextureOrigin_0"]=function(){return(_emscripten_bind_MdGeWire_TextureOrigin_0=Module["_emscripten_bind_MdGeWire_TextureOrigin_0"]=Module["asm"]["VB"]).apply(null,arguments)};var _emscripten_bind_MdGeWire_TextureUOrigin_0=Module["_emscripten_bind_MdGeWire_TextureUOrigin_0"]=function(){return(_emscripten_bind_MdGeWire_TextureUOrigin_0=Module["_emscripten_bind_MdGeWire_TextureUOrigin_0"]=Module["asm"]["WB"]).apply(null,arguments)};var _emscripten_bind_MdGeWire_TextureVOrigin_0=Module["_emscripten_bind_MdGeWire_TextureVOrigin_0"]=function(){return(_emscripten_bind_MdGeWire_TextureVOrigin_0=Module["_emscripten_bind_MdGeWire_TextureVOrigin_0"]=Module["asm"]["XB"]).apply(null,arguments)};var _emscripten_bind_MdGeWire_SetTextureOrigin_3=Module["_emscripten_bind_MdGeWire_SetTextureOrigin_3"]=function(){return(_emscripten_bind_MdGeWire_SetTextureOrigin_3=Module["_emscripten_bind_MdGeWire_SetTextureOrigin_3"]=Module["asm"]["YB"]).apply(null,arguments)};var _emscripten_bind_MdGeWire_IsNull_0=Module["_emscripten_bind_MdGeWire_IsNull_0"]=function(){return(_emscripten_bind_MdGeWire_IsNull_0=Module["_emscripten_bind_MdGeWire_IsNull_0"]=Module["asm"]["ZB"]).apply(null,arguments)};var _emscripten_bind_MdGeWire_SetShapeName_1=Module["_emscripten_bind_MdGeWire_SetShapeName_1"]=function(){return(_emscripten_bind_MdGeWire_SetShapeName_1=Module["_emscripten_bind_MdGeWire_SetShapeName_1"]=Module["asm"]["_B"]).apply(null,arguments)};var _emscripten_bind_MdGeWire_GetShapeName_0=Module["_emscripten_bind_MdGeWire_GetShapeName_0"]=function(){return(_emscripten_bind_MdGeWire_GetShapeName_0=Module["_emscripten_bind_MdGeWire_GetShapeName_0"]=Module["asm"]["$B"]).apply(null,arguments)};var _emscripten_bind_MdGeWire_GetBndBox_0=Module["_emscripten_bind_MdGeWire_GetBndBox_0"]=function(){return(_emscripten_bind_MdGeWire_GetBndBox_0=Module["_emscripten_bind_MdGeWire_GetBndBox_0"]=Module["asm"]["aC"]).apply(null,arguments)};var _emscripten_bind_MdGeWire_Draw_0=Module["_emscripten_bind_MdGeWire_Draw_0"]=function(){return(_emscripten_bind_MdGeWire_Draw_0=Module["_emscripten_bind_MdGeWire_Draw_0"]=Module["asm"]["bC"]).apply(null,arguments)};var _emscripten_bind_MdGeWire___destroy___0=Module["_emscripten_bind_MdGeWire___destroy___0"]=function(){return(_emscripten_bind_MdGeWire___destroy___0=Module["_emscripten_bind_MdGeWire___destroy___0"]=Module["asm"]["cC"]).apply(null,arguments)};var _emscripten_bind_MdGeFace_MdGeFace_0=Module["_emscripten_bind_MdGeFace_MdGeFace_0"]=function(){return(_emscripten_bind_MdGeFace_MdGeFace_0=Module["_emscripten_bind_MdGeFace_MdGeFace_0"]=Module["asm"]["dC"]).apply(null,arguments)};var _emscripten_bind_MdGeFace_MdGeFace_1=Module["_emscripten_bind_MdGeFace_MdGeFace_1"]=function(){return(_emscripten_bind_MdGeFace_MdGeFace_1=Module["_emscripten_bind_MdGeFace_MdGeFace_1"]=Module["asm"]["eC"]).apply(null,arguments)};var _emscripten_bind_MdGeFace_Fuse_1=Module["_emscripten_bind_MdGeFace_Fuse_1"]=function(){return(_emscripten_bind_MdGeFace_Fuse_1=Module["_emscripten_bind_MdGeFace_Fuse_1"]=Module["asm"]["fC"]).apply(null,arguments)};var _emscripten_bind_MdGeFace_Cut_1=Module["_emscripten_bind_MdGeFace_Cut_1"]=function(){return(_emscripten_bind_MdGeFace_Cut_1=Module["_emscripten_bind_MdGeFace_Cut_1"]=Module["asm"]["gC"]).apply(null,arguments)};var _emscripten_bind_MdGeFace_Common_1=Module["_emscripten_bind_MdGeFace_Common_1"]=function(){return(_emscripten_bind_MdGeFace_Common_1=Module["_emscripten_bind_MdGeFace_Common_1"]=Module["asm"]["hC"]).apply(null,arguments)};var _emscripten_bind_MdGeFace_Section_1=Module["_emscripten_bind_MdGeFace_Section_1"]=function(){return(_emscripten_bind_MdGeFace_Section_1=Module["_emscripten_bind_MdGeFace_Section_1"]=Module["asm"]["iC"]).apply(null,arguments)};var _emscripten_bind_MdGeFace_ShapeType_0=Module["_emscripten_bind_MdGeFace_ShapeType_0"]=function(){return(_emscripten_bind_MdGeFace_ShapeType_0=Module["_emscripten_bind_MdGeFace_ShapeType_0"]=Module["asm"]["jC"]).apply(null,arguments)};var _emscripten_bind_MdGeFace_Quantities_0=Module["_emscripten_bind_MdGeFace_Quantities_0"]=function(){return(_emscripten_bind_MdGeFace_Quantities_0=Module["_emscripten_bind_MdGeFace_Quantities_0"]=Module["asm"]["kC"]).apply(null,arguments)};var _emscripten_bind_MdGeFace_MirrorByPoint_1=Module["_emscripten_bind_MdGeFace_MirrorByPoint_1"]=function(){return(_emscripten_bind_MdGeFace_MirrorByPoint_1=Module["_emscripten_bind_MdGeFace_MirrorByPoint_1"]=Module["asm"]["lC"]).apply(null,arguments)};var _emscripten_bind_MdGeFace_MirroredByPoint_1=Module["_emscripten_bind_MdGeFace_MirroredByPoint_1"]=function(){return(_emscripten_bind_MdGeFace_MirroredByPoint_1=Module["_emscripten_bind_MdGeFace_MirroredByPoint_1"]=Module["asm"]["mC"]).apply(null,arguments)};var _emscripten_bind_MdGeFace_MirrorByAxis_1=Module["_emscripten_bind_MdGeFace_MirrorByAxis_1"]=function(){return(_emscripten_bind_MdGeFace_MirrorByAxis_1=Module["_emscripten_bind_MdGeFace_MirrorByAxis_1"]=Module["asm"]["nC"]).apply(null,arguments)};var _emscripten_bind_MdGeFace_MirroredByAxis_1=Module["_emscripten_bind_MdGeFace_MirroredByAxis_1"]=function(){return(_emscripten_bind_MdGeFace_MirroredByAxis_1=Module["_emscripten_bind_MdGeFace_MirroredByAxis_1"]=Module["asm"]["oC"]).apply(null,arguments)};var _emscripten_bind_MdGeFace_MirrorByCSYSR_1=Module["_emscripten_bind_MdGeFace_MirrorByCSYSR_1"]=function(){return(_emscripten_bind_MdGeFace_MirrorByCSYSR_1=Module["_emscripten_bind_MdGeFace_MirrorByCSYSR_1"]=Module["asm"]["pC"]).apply(null,arguments)};var _emscripten_bind_MdGeFace_MirroredByCSYSR_1=Module["_emscripten_bind_MdGeFace_MirroredByCSYSR_1"]=function(){return(_emscripten_bind_MdGeFace_MirroredByCSYSR_1=Module["_emscripten_bind_MdGeFace_MirroredByCSYSR_1"]=Module["asm"]["qC"]).apply(null,arguments)};var _emscripten_bind_MdGeFace_Rotate_2=Module["_emscripten_bind_MdGeFace_Rotate_2"]=function(){return(_emscripten_bind_MdGeFace_Rotate_2=Module["_emscripten_bind_MdGeFace_Rotate_2"]=Module["asm"]["rC"]).apply(null,arguments)};var _emscripten_bind_MdGeFace_Rotated_2=Module["_emscripten_bind_MdGeFace_Rotated_2"]=function(){return(_emscripten_bind_MdGeFace_Rotated_2=Module["_emscripten_bind_MdGeFace_Rotated_2"]=Module["asm"]["sC"]).apply(null,arguments)};var _emscripten_bind_MdGeFace_Scale_2=Module["_emscripten_bind_MdGeFace_Scale_2"]=function(){return(_emscripten_bind_MdGeFace_Scale_2=Module["_emscripten_bind_MdGeFace_Scale_2"]=Module["asm"]["tC"]).apply(null,arguments)};var _emscripten_bind_MdGeFace_Scaled_2=Module["_emscripten_bind_MdGeFace_Scaled_2"]=function(){return(_emscripten_bind_MdGeFace_Scaled_2=Module["_emscripten_bind_MdGeFace_Scaled_2"]=Module["asm"]["uC"]).apply(null,arguments)};var _emscripten_bind_MdGeFace_Transform_1=Module["_emscripten_bind_MdGeFace_Transform_1"]=function(){return(_emscripten_bind_MdGeFace_Transform_1=Module["_emscripten_bind_MdGeFace_Transform_1"]=Module["asm"]["vC"]).apply(null,arguments)};var _emscripten_bind_MdGeFace_Transformed_1=Module["_emscripten_bind_MdGeFace_Transformed_1"]=function(){return(_emscripten_bind_MdGeFace_Transformed_1=Module["_emscripten_bind_MdGeFace_Transformed_1"]=Module["asm"]["wC"]).apply(null,arguments)};var _emscripten_bind_MdGeFace_TranslateByVec_1=Module["_emscripten_bind_MdGeFace_TranslateByVec_1"]=function(){return(_emscripten_bind_MdGeFace_TranslateByVec_1=Module["_emscripten_bind_MdGeFace_TranslateByVec_1"]=Module["asm"]["xC"]).apply(null,arguments)};var _emscripten_bind_MdGeFace_TranslatedByVec_1=Module["_emscripten_bind_MdGeFace_TranslatedByVec_1"]=function(){return(_emscripten_bind_MdGeFace_TranslatedByVec_1=Module["_emscripten_bind_MdGeFace_TranslatedByVec_1"]=Module["asm"]["yC"]).apply(null,arguments)};var _emscripten_bind_MdGeFace_TranslateBy2Points_2=Module["_emscripten_bind_MdGeFace_TranslateBy2Points_2"]=function(){return(_emscripten_bind_MdGeFace_TranslateBy2Points_2=Module["_emscripten_bind_MdGeFace_TranslateBy2Points_2"]=Module["asm"]["zC"]).apply(null,arguments)};var _emscripten_bind_MdGeFace_TranslatedBy2Points_2=Module["_emscripten_bind_MdGeFace_TranslatedBy2Points_2"]=function(){return(_emscripten_bind_MdGeFace_TranslatedBy2Points_2=Module["_emscripten_bind_MdGeFace_TranslatedBy2Points_2"]=Module["asm"]["AC"]).apply(null,arguments)};var _emscripten_bind_MdGeFace_SetTextureFileName_1=Module["_emscripten_bind_MdGeFace_SetTextureFileName_1"]=function(){return(_emscripten_bind_MdGeFace_SetTextureFileName_1=Module["_emscripten_bind_MdGeFace_SetTextureFileName_1"]=Module["asm"]["BC"]).apply(null,arguments)};var _emscripten_bind_MdGeFace_SetMaterialAspect_1=Module["_emscripten_bind_MdGeFace_SetMaterialAspect_1"]=function(){return(_emscripten_bind_MdGeFace_SetMaterialAspect_1=Module["_emscripten_bind_MdGeFace_SetMaterialAspect_1"]=Module["asm"]["CC"]).apply(null,arguments)};var _emscripten_bind_MdGeFace_SetColor_1=Module["_emscripten_bind_MdGeFace_SetColor_1"]=function(){return(_emscripten_bind_MdGeFace_SetColor_1=Module["_emscripten_bind_MdGeFace_SetColor_1"]=Module["asm"]["DC"]).apply(null,arguments)};var _emscripten_bind_MdGeFace_TextureRepeat_0=Module["_emscripten_bind_MdGeFace_TextureRepeat_0"]=function(){return(_emscripten_bind_MdGeFace_TextureRepeat_0=Module["_emscripten_bind_MdGeFace_TextureRepeat_0"]=Module["asm"]["EC"]).apply(null,arguments)};var _emscripten_bind_MdGeFace_URepeat_0=Module["_emscripten_bind_MdGeFace_URepeat_0"]=function(){return(_emscripten_bind_MdGeFace_URepeat_0=Module["_emscripten_bind_MdGeFace_URepeat_0"]=Module["asm"]["FC"]).apply(null,arguments)};var _emscripten_bind_MdGeFace_VRepeat_0=Module["_emscripten_bind_MdGeFace_VRepeat_0"]=function(){return(_emscripten_bind_MdGeFace_VRepeat_0=Module["_emscripten_bind_MdGeFace_VRepeat_0"]=Module["asm"]["GC"]).apply(null,arguments)};var _emscripten_bind_MdGeFace_SetTextureRepeat_3=Module["_emscripten_bind_MdGeFace_SetTextureRepeat_3"]=function(){return(_emscripten_bind_MdGeFace_SetTextureRepeat_3=Module["_emscripten_bind_MdGeFace_SetTextureRepeat_3"]=Module["asm"]["HC"]).apply(null,arguments)};var _emscripten_bind_MdGeFace_TextureScale_0=Module["_emscripten_bind_MdGeFace_TextureScale_0"]=function(){return(_emscripten_bind_MdGeFace_TextureScale_0=Module["_emscripten_bind_MdGeFace_TextureScale_0"]=Module["asm"]["IC"]).apply(null,arguments)};var _emscripten_bind_MdGeFace_TextureScaleU_0=Module["_emscripten_bind_MdGeFace_TextureScaleU_0"]=function(){return(_emscripten_bind_MdGeFace_TextureScaleU_0=Module["_emscripten_bind_MdGeFace_TextureScaleU_0"]=Module["asm"]["JC"]).apply(null,arguments)};var _emscripten_bind_MdGeFace_TextureScaleV_0=Module["_emscripten_bind_MdGeFace_TextureScaleV_0"]=function(){return(_emscripten_bind_MdGeFace_TextureScaleV_0=Module["_emscripten_bind_MdGeFace_TextureScaleV_0"]=Module["asm"]["KC"]).apply(null,arguments)};var _emscripten_bind_MdGeFace_SetTextureScale_3=Module["_emscripten_bind_MdGeFace_SetTextureScale_3"]=function(){return(_emscripten_bind_MdGeFace_SetTextureScale_3=Module["_emscripten_bind_MdGeFace_SetTextureScale_3"]=Module["asm"]["LC"]).apply(null,arguments)};var _emscripten_bind_MdGeFace_TextureOrigin_0=Module["_emscripten_bind_MdGeFace_TextureOrigin_0"]=function(){return(_emscripten_bind_MdGeFace_TextureOrigin_0=Module["_emscripten_bind_MdGeFace_TextureOrigin_0"]=Module["asm"]["MC"]).apply(null,arguments)};var _emscripten_bind_MdGeFace_TextureUOrigin_0=Module["_emscripten_bind_MdGeFace_TextureUOrigin_0"]=function(){return(_emscripten_bind_MdGeFace_TextureUOrigin_0=Module["_emscripten_bind_MdGeFace_TextureUOrigin_0"]=Module["asm"]["NC"]).apply(null,arguments)};var _emscripten_bind_MdGeFace_TextureVOrigin_0=Module["_emscripten_bind_MdGeFace_TextureVOrigin_0"]=function(){return(_emscripten_bind_MdGeFace_TextureVOrigin_0=Module["_emscripten_bind_MdGeFace_TextureVOrigin_0"]=Module["asm"]["OC"]).apply(null,arguments)};var _emscripten_bind_MdGeFace_SetTextureOrigin_3=Module["_emscripten_bind_MdGeFace_SetTextureOrigin_3"]=function(){return(_emscripten_bind_MdGeFace_SetTextureOrigin_3=Module["_emscripten_bind_MdGeFace_SetTextureOrigin_3"]=Module["asm"]["PC"]).apply(null,arguments)};var _emscripten_bind_MdGeFace_IsNull_0=Module["_emscripten_bind_MdGeFace_IsNull_0"]=function(){return(_emscripten_bind_MdGeFace_IsNull_0=Module["_emscripten_bind_MdGeFace_IsNull_0"]=Module["asm"]["QC"]).apply(null,arguments)};var _emscripten_bind_MdGeFace_SetShapeName_1=Module["_emscripten_bind_MdGeFace_SetShapeName_1"]=function(){return(_emscripten_bind_MdGeFace_SetShapeName_1=Module["_emscripten_bind_MdGeFace_SetShapeName_1"]=Module["asm"]["RC"]).apply(null,arguments)};var _emscripten_bind_MdGeFace_GetShapeName_0=Module["_emscripten_bind_MdGeFace_GetShapeName_0"]=function(){return(_emscripten_bind_MdGeFace_GetShapeName_0=Module["_emscripten_bind_MdGeFace_GetShapeName_0"]=Module["asm"]["SC"]).apply(null,arguments)};var _emscripten_bind_MdGeFace_GetBndBox_0=Module["_emscripten_bind_MdGeFace_GetBndBox_0"]=function(){return(_emscripten_bind_MdGeFace_GetBndBox_0=Module["_emscripten_bind_MdGeFace_GetBndBox_0"]=Module["asm"]["TC"]).apply(null,arguments)};var _emscripten_bind_MdGeFace_Draw_0=Module["_emscripten_bind_MdGeFace_Draw_0"]=function(){return(_emscripten_bind_MdGeFace_Draw_0=Module["_emscripten_bind_MdGeFace_Draw_0"]=Module["asm"]["UC"]).apply(null,arguments)};var _emscripten_bind_MdGeFace___destroy___0=Module["_emscripten_bind_MdGeFace___destroy___0"]=function(){return(_emscripten_bind_MdGeFace___destroy___0=Module["_emscripten_bind_MdGeFace___destroy___0"]=Module["asm"]["VC"]).apply(null,arguments)};var _emscripten_bind_MdGeShell_MdGeShell_0=Module["_emscripten_bind_MdGeShell_MdGeShell_0"]=function(){return(_emscripten_bind_MdGeShell_MdGeShell_0=Module["_emscripten_bind_MdGeShell_MdGeShell_0"]=Module["asm"]["WC"]).apply(null,arguments)};var _emscripten_bind_MdGeShell_MdGeShell_1=Module["_emscripten_bind_MdGeShell_MdGeShell_1"]=function(){return(_emscripten_bind_MdGeShell_MdGeShell_1=Module["_emscripten_bind_MdGeShell_MdGeShell_1"]=Module["asm"]["XC"]).apply(null,arguments)};var _emscripten_bind_MdGeShell_Fuse_1=Module["_emscripten_bind_MdGeShell_Fuse_1"]=function(){return(_emscripten_bind_MdGeShell_Fuse_1=Module["_emscripten_bind_MdGeShell_Fuse_1"]=Module["asm"]["YC"]).apply(null,arguments)};var _emscripten_bind_MdGeShell_Cut_1=Module["_emscripten_bind_MdGeShell_Cut_1"]=function(){return(_emscripten_bind_MdGeShell_Cut_1=Module["_emscripten_bind_MdGeShell_Cut_1"]=Module["asm"]["ZC"]).apply(null,arguments)};var _emscripten_bind_MdGeShell_Common_1=Module["_emscripten_bind_MdGeShell_Common_1"]=function(){return(_emscripten_bind_MdGeShell_Common_1=Module["_emscripten_bind_MdGeShell_Common_1"]=Module["asm"]["_C"]).apply(null,arguments)};var _emscripten_bind_MdGeShell_Section_1=Module["_emscripten_bind_MdGeShell_Section_1"]=function(){return(_emscripten_bind_MdGeShell_Section_1=Module["_emscripten_bind_MdGeShell_Section_1"]=Module["asm"]["$C"]).apply(null,arguments)};var _emscripten_bind_MdGeShell_ShapeType_0=Module["_emscripten_bind_MdGeShell_ShapeType_0"]=function(){return(_emscripten_bind_MdGeShell_ShapeType_0=Module["_emscripten_bind_MdGeShell_ShapeType_0"]=Module["asm"]["aD"]).apply(null,arguments)};var _emscripten_bind_MdGeShell_Quantities_0=Module["_emscripten_bind_MdGeShell_Quantities_0"]=function(){return(_emscripten_bind_MdGeShell_Quantities_0=Module["_emscripten_bind_MdGeShell_Quantities_0"]=Module["asm"]["bD"]).apply(null,arguments)};var _emscripten_bind_MdGeShell_MirrorByPoint_1=Module["_emscripten_bind_MdGeShell_MirrorByPoint_1"]=function(){return(_emscripten_bind_MdGeShell_MirrorByPoint_1=Module["_emscripten_bind_MdGeShell_MirrorByPoint_1"]=Module["asm"]["cD"]).apply(null,arguments)};var _emscripten_bind_MdGeShell_MirroredByPoint_1=Module["_emscripten_bind_MdGeShell_MirroredByPoint_1"]=function(){return(_emscripten_bind_MdGeShell_MirroredByPoint_1=Module["_emscripten_bind_MdGeShell_MirroredByPoint_1"]=Module["asm"]["dD"]).apply(null,arguments)};var _emscripten_bind_MdGeShell_MirrorByAxis_1=Module["_emscripten_bind_MdGeShell_MirrorByAxis_1"]=function(){return(_emscripten_bind_MdGeShell_MirrorByAxis_1=Module["_emscripten_bind_MdGeShell_MirrorByAxis_1"]=Module["asm"]["eD"]).apply(null,arguments)};var _emscripten_bind_MdGeShell_MirroredByAxis_1=Module["_emscripten_bind_MdGeShell_MirroredByAxis_1"]=function(){return(_emscripten_bind_MdGeShell_MirroredByAxis_1=Module["_emscripten_bind_MdGeShell_MirroredByAxis_1"]=Module["asm"]["fD"]).apply(null,arguments)};var _emscripten_bind_MdGeShell_MirrorByCSYSR_1=Module["_emscripten_bind_MdGeShell_MirrorByCSYSR_1"]=function(){return(_emscripten_bind_MdGeShell_MirrorByCSYSR_1=Module["_emscripten_bind_MdGeShell_MirrorByCSYSR_1"]=Module["asm"]["gD"]).apply(null,arguments)};var _emscripten_bind_MdGeShell_MirroredByCSYSR_1=Module["_emscripten_bind_MdGeShell_MirroredByCSYSR_1"]=function(){return(_emscripten_bind_MdGeShell_MirroredByCSYSR_1=Module["_emscripten_bind_MdGeShell_MirroredByCSYSR_1"]=Module["asm"]["hD"]).apply(null,arguments)};var _emscripten_bind_MdGeShell_Rotate_2=Module["_emscripten_bind_MdGeShell_Rotate_2"]=function(){return(_emscripten_bind_MdGeShell_Rotate_2=Module["_emscripten_bind_MdGeShell_Rotate_2"]=Module["asm"]["iD"]).apply(null,arguments)};var _emscripten_bind_MdGeShell_Rotated_2=Module["_emscripten_bind_MdGeShell_Rotated_2"]=function(){return(_emscripten_bind_MdGeShell_Rotated_2=Module["_emscripten_bind_MdGeShell_Rotated_2"]=Module["asm"]["jD"]).apply(null,arguments)};var _emscripten_bind_MdGeShell_Scale_2=Module["_emscripten_bind_MdGeShell_Scale_2"]=function(){return(_emscripten_bind_MdGeShell_Scale_2=Module["_emscripten_bind_MdGeShell_Scale_2"]=Module["asm"]["kD"]).apply(null,arguments)};var _emscripten_bind_MdGeShell_Scaled_2=Module["_emscripten_bind_MdGeShell_Scaled_2"]=function(){return(_emscripten_bind_MdGeShell_Scaled_2=Module["_emscripten_bind_MdGeShell_Scaled_2"]=Module["asm"]["lD"]).apply(null,arguments)};var _emscripten_bind_MdGeShell_Transform_1=Module["_emscripten_bind_MdGeShell_Transform_1"]=function(){return(_emscripten_bind_MdGeShell_Transform_1=Module["_emscripten_bind_MdGeShell_Transform_1"]=Module["asm"]["mD"]).apply(null,arguments)};var _emscripten_bind_MdGeShell_Transformed_1=Module["_emscripten_bind_MdGeShell_Transformed_1"]=function(){return(_emscripten_bind_MdGeShell_Transformed_1=Module["_emscripten_bind_MdGeShell_Transformed_1"]=Module["asm"]["nD"]).apply(null,arguments)};var _emscripten_bind_MdGeShell_TranslateByVec_1=Module["_emscripten_bind_MdGeShell_TranslateByVec_1"]=function(){return(_emscripten_bind_MdGeShell_TranslateByVec_1=Module["_emscripten_bind_MdGeShell_TranslateByVec_1"]=Module["asm"]["oD"]).apply(null,arguments)};var _emscripten_bind_MdGeShell_TranslatedByVec_1=Module["_emscripten_bind_MdGeShell_TranslatedByVec_1"]=function(){return(_emscripten_bind_MdGeShell_TranslatedByVec_1=Module["_emscripten_bind_MdGeShell_TranslatedByVec_1"]=Module["asm"]["pD"]).apply(null,arguments)};var _emscripten_bind_MdGeShell_TranslateBy2Points_2=Module["_emscripten_bind_MdGeShell_TranslateBy2Points_2"]=function(){return(_emscripten_bind_MdGeShell_TranslateBy2Points_2=Module["_emscripten_bind_MdGeShell_TranslateBy2Points_2"]=Module["asm"]["qD"]).apply(null,arguments)};var _emscripten_bind_MdGeShell_TranslatedBy2Points_2=Module["_emscripten_bind_MdGeShell_TranslatedBy2Points_2"]=function(){return(_emscripten_bind_MdGeShell_TranslatedBy2Points_2=Module["_emscripten_bind_MdGeShell_TranslatedBy2Points_2"]=Module["asm"]["rD"]).apply(null,arguments)};var _emscripten_bind_MdGeShell_SetTextureFileName_1=Module["_emscripten_bind_MdGeShell_SetTextureFileName_1"]=function(){return(_emscripten_bind_MdGeShell_SetTextureFileName_1=Module["_emscripten_bind_MdGeShell_SetTextureFileName_1"]=Module["asm"]["sD"]).apply(null,arguments)};var _emscripten_bind_MdGeShell_SetMaterialAspect_1=Module["_emscripten_bind_MdGeShell_SetMaterialAspect_1"]=function(){return(_emscripten_bind_MdGeShell_SetMaterialAspect_1=Module["_emscripten_bind_MdGeShell_SetMaterialAspect_1"]=Module["asm"]["tD"]).apply(null,arguments)};var _emscripten_bind_MdGeShell_SetColor_1=Module["_emscripten_bind_MdGeShell_SetColor_1"]=function(){return(_emscripten_bind_MdGeShell_SetColor_1=Module["_emscripten_bind_MdGeShell_SetColor_1"]=Module["asm"]["uD"]).apply(null,arguments)};var _emscripten_bind_MdGeShell_TextureRepeat_0=Module["_emscripten_bind_MdGeShell_TextureRepeat_0"]=function(){return(_emscripten_bind_MdGeShell_TextureRepeat_0=Module["_emscripten_bind_MdGeShell_TextureRepeat_0"]=Module["asm"]["vD"]).apply(null,arguments)};var _emscripten_bind_MdGeShell_URepeat_0=Module["_emscripten_bind_MdGeShell_URepeat_0"]=function(){return(_emscripten_bind_MdGeShell_URepeat_0=Module["_emscripten_bind_MdGeShell_URepeat_0"]=Module["asm"]["wD"]).apply(null,arguments)};var _emscripten_bind_MdGeShell_VRepeat_0=Module["_emscripten_bind_MdGeShell_VRepeat_0"]=function(){return(_emscripten_bind_MdGeShell_VRepeat_0=Module["_emscripten_bind_MdGeShell_VRepeat_0"]=Module["asm"]["xD"]).apply(null,arguments)};var _emscripten_bind_MdGeShell_SetTextureRepeat_3=Module["_emscripten_bind_MdGeShell_SetTextureRepeat_3"]=function(){return(_emscripten_bind_MdGeShell_SetTextureRepeat_3=Module["_emscripten_bind_MdGeShell_SetTextureRepeat_3"]=Module["asm"]["yD"]).apply(null,arguments)};var _emscripten_bind_MdGeShell_TextureScale_0=Module["_emscripten_bind_MdGeShell_TextureScale_0"]=function(){return(_emscripten_bind_MdGeShell_TextureScale_0=Module["_emscripten_bind_MdGeShell_TextureScale_0"]=Module["asm"]["zD"]).apply(null,arguments)};var _emscripten_bind_MdGeShell_TextureScaleU_0=Module["_emscripten_bind_MdGeShell_TextureScaleU_0"]=function(){return(_emscripten_bind_MdGeShell_TextureScaleU_0=Module["_emscripten_bind_MdGeShell_TextureScaleU_0"]=Module["asm"]["AD"]).apply(null,arguments)};var _emscripten_bind_MdGeShell_TextureScaleV_0=Module["_emscripten_bind_MdGeShell_TextureScaleV_0"]=function(){return(_emscripten_bind_MdGeShell_TextureScaleV_0=Module["_emscripten_bind_MdGeShell_TextureScaleV_0"]=Module["asm"]["BD"]).apply(null,arguments)};var _emscripten_bind_MdGeShell_SetTextureScale_3=Module["_emscripten_bind_MdGeShell_SetTextureScale_3"]=function(){return(_emscripten_bind_MdGeShell_SetTextureScale_3=Module["_emscripten_bind_MdGeShell_SetTextureScale_3"]=Module["asm"]["CD"]).apply(null,arguments)};var _emscripten_bind_MdGeShell_TextureOrigin_0=Module["_emscripten_bind_MdGeShell_TextureOrigin_0"]=function(){return(_emscripten_bind_MdGeShell_TextureOrigin_0=Module["_emscripten_bind_MdGeShell_TextureOrigin_0"]=Module["asm"]["DD"]).apply(null,arguments)};var _emscripten_bind_MdGeShell_TextureUOrigin_0=Module["_emscripten_bind_MdGeShell_TextureUOrigin_0"]=function(){return(_emscripten_bind_MdGeShell_TextureUOrigin_0=Module["_emscripten_bind_MdGeShell_TextureUOrigin_0"]=Module["asm"]["ED"]).apply(null,arguments)};var _emscripten_bind_MdGeShell_TextureVOrigin_0=Module["_emscripten_bind_MdGeShell_TextureVOrigin_0"]=function(){return(_emscripten_bind_MdGeShell_TextureVOrigin_0=Module["_emscripten_bind_MdGeShell_TextureVOrigin_0"]=Module["asm"]["FD"]).apply(null,arguments)};var _emscripten_bind_MdGeShell_SetTextureOrigin_3=Module["_emscripten_bind_MdGeShell_SetTextureOrigin_3"]=function(){return(_emscripten_bind_MdGeShell_SetTextureOrigin_3=Module["_emscripten_bind_MdGeShell_SetTextureOrigin_3"]=Module["asm"]["GD"]).apply(null,arguments)};var _emscripten_bind_MdGeShell_IsNull_0=Module["_emscripten_bind_MdGeShell_IsNull_0"]=function(){return(_emscripten_bind_MdGeShell_IsNull_0=Module["_emscripten_bind_MdGeShell_IsNull_0"]=Module["asm"]["HD"]).apply(null,arguments)};var _emscripten_bind_MdGeShell_SetShapeName_1=Module["_emscripten_bind_MdGeShell_SetShapeName_1"]=function(){return(_emscripten_bind_MdGeShell_SetShapeName_1=Module["_emscripten_bind_MdGeShell_SetShapeName_1"]=Module["asm"]["ID"]).apply(null,arguments)};var _emscripten_bind_MdGeShell_GetShapeName_0=Module["_emscripten_bind_MdGeShell_GetShapeName_0"]=function(){return(_emscripten_bind_MdGeShell_GetShapeName_0=Module["_emscripten_bind_MdGeShell_GetShapeName_0"]=Module["asm"]["JD"]).apply(null,arguments)};var _emscripten_bind_MdGeShell_GetBndBox_0=Module["_emscripten_bind_MdGeShell_GetBndBox_0"]=function(){return(_emscripten_bind_MdGeShell_GetBndBox_0=Module["_emscripten_bind_MdGeShell_GetBndBox_0"]=Module["asm"]["KD"]).apply(null,arguments)};var _emscripten_bind_MdGeShell_Draw_0=Module["_emscripten_bind_MdGeShell_Draw_0"]=function(){return(_emscripten_bind_MdGeShell_Draw_0=Module["_emscripten_bind_MdGeShell_Draw_0"]=Module["asm"]["LD"]).apply(null,arguments)};var _emscripten_bind_MdGeShell___destroy___0=Module["_emscripten_bind_MdGeShell___destroy___0"]=function(){return(_emscripten_bind_MdGeShell___destroy___0=Module["_emscripten_bind_MdGeShell___destroy___0"]=Module["asm"]["MD"]).apply(null,arguments)};var _emscripten_bind_MdGeSolid_MdGeSolid_0=Module["_emscripten_bind_MdGeSolid_MdGeSolid_0"]=function(){return(_emscripten_bind_MdGeSolid_MdGeSolid_0=Module["_emscripten_bind_MdGeSolid_MdGeSolid_0"]=Module["asm"]["ND"]).apply(null,arguments)};var _emscripten_bind_MdGeSolid_MdGeSolid_1=Module["_emscripten_bind_MdGeSolid_MdGeSolid_1"]=function(){return(_emscripten_bind_MdGeSolid_MdGeSolid_1=Module["_emscripten_bind_MdGeSolid_MdGeSolid_1"]=Module["asm"]["OD"]).apply(null,arguments)};var _emscripten_bind_MdGeSolid_Fuse_1=Module["_emscripten_bind_MdGeSolid_Fuse_1"]=function(){return(_emscripten_bind_MdGeSolid_Fuse_1=Module["_emscripten_bind_MdGeSolid_Fuse_1"]=Module["asm"]["PD"]).apply(null,arguments)};var _emscripten_bind_MdGeSolid_Cut_1=Module["_emscripten_bind_MdGeSolid_Cut_1"]=function(){return(_emscripten_bind_MdGeSolid_Cut_1=Module["_emscripten_bind_MdGeSolid_Cut_1"]=Module["asm"]["QD"]).apply(null,arguments)};var _emscripten_bind_MdGeSolid_Common_1=Module["_emscripten_bind_MdGeSolid_Common_1"]=function(){return(_emscripten_bind_MdGeSolid_Common_1=Module["_emscripten_bind_MdGeSolid_Common_1"]=Module["asm"]["RD"]).apply(null,arguments)};var _emscripten_bind_MdGeSolid_Section_1=Module["_emscripten_bind_MdGeSolid_Section_1"]=function(){return(_emscripten_bind_MdGeSolid_Section_1=Module["_emscripten_bind_MdGeSolid_Section_1"]=Module["asm"]["SD"]).apply(null,arguments)};var _emscripten_bind_MdGeSolid_ShapeType_0=Module["_emscripten_bind_MdGeSolid_ShapeType_0"]=function(){return(_emscripten_bind_MdGeSolid_ShapeType_0=Module["_emscripten_bind_MdGeSolid_ShapeType_0"]=Module["asm"]["TD"]).apply(null,arguments)};var _emscripten_bind_MdGeSolid_Quantities_0=Module["_emscripten_bind_MdGeSolid_Quantities_0"]=function(){return(_emscripten_bind_MdGeSolid_Quantities_0=Module["_emscripten_bind_MdGeSolid_Quantities_0"]=Module["asm"]["UD"]).apply(null,arguments)};var _emscripten_bind_MdGeSolid_MirrorByPoint_1=Module["_emscripten_bind_MdGeSolid_MirrorByPoint_1"]=function(){return(_emscripten_bind_MdGeSolid_MirrorByPoint_1=Module["_emscripten_bind_MdGeSolid_MirrorByPoint_1"]=Module["asm"]["VD"]).apply(null,arguments)};var _emscripten_bind_MdGeSolid_MirroredByPoint_1=Module["_emscripten_bind_MdGeSolid_MirroredByPoint_1"]=function(){return(_emscripten_bind_MdGeSolid_MirroredByPoint_1=Module["_emscripten_bind_MdGeSolid_MirroredByPoint_1"]=Module["asm"]["WD"]).apply(null,arguments)};var _emscripten_bind_MdGeSolid_MirrorByAxis_1=Module["_emscripten_bind_MdGeSolid_MirrorByAxis_1"]=function(){return(_emscripten_bind_MdGeSolid_MirrorByAxis_1=Module["_emscripten_bind_MdGeSolid_MirrorByAxis_1"]=Module["asm"]["XD"]).apply(null,arguments)};var _emscripten_bind_MdGeSolid_MirroredByAxis_1=Module["_emscripten_bind_MdGeSolid_MirroredByAxis_1"]=function(){return(_emscripten_bind_MdGeSolid_MirroredByAxis_1=Module["_emscripten_bind_MdGeSolid_MirroredByAxis_1"]=Module["asm"]["YD"]).apply(null,arguments)};var _emscripten_bind_MdGeSolid_MirrorByCSYSR_1=Module["_emscripten_bind_MdGeSolid_MirrorByCSYSR_1"]=function(){return(_emscripten_bind_MdGeSolid_MirrorByCSYSR_1=Module["_emscripten_bind_MdGeSolid_MirrorByCSYSR_1"]=Module["asm"]["ZD"]).apply(null,arguments)};var _emscripten_bind_MdGeSolid_MirroredByCSYSR_1=Module["_emscripten_bind_MdGeSolid_MirroredByCSYSR_1"]=function(){return(_emscripten_bind_MdGeSolid_MirroredByCSYSR_1=Module["_emscripten_bind_MdGeSolid_MirroredByCSYSR_1"]=Module["asm"]["_D"]).apply(null,arguments)};var _emscripten_bind_MdGeSolid_Rotate_2=Module["_emscripten_bind_MdGeSolid_Rotate_2"]=function(){return(_emscripten_bind_MdGeSolid_Rotate_2=Module["_emscripten_bind_MdGeSolid_Rotate_2"]=Module["asm"]["$D"]).apply(null,arguments)};var _emscripten_bind_MdGeSolid_Rotated_2=Module["_emscripten_bind_MdGeSolid_Rotated_2"]=function(){return(_emscripten_bind_MdGeSolid_Rotated_2=Module["_emscripten_bind_MdGeSolid_Rotated_2"]=Module["asm"]["aE"]).apply(null,arguments)};var _emscripten_bind_MdGeSolid_Scale_2=Module["_emscripten_bind_MdGeSolid_Scale_2"]=function(){return(_emscripten_bind_MdGeSolid_Scale_2=Module["_emscripten_bind_MdGeSolid_Scale_2"]=Module["asm"]["bE"]).apply(null,arguments)};var _emscripten_bind_MdGeSolid_Scaled_2=Module["_emscripten_bind_MdGeSolid_Scaled_2"]=function(){return(_emscripten_bind_MdGeSolid_Scaled_2=Module["_emscripten_bind_MdGeSolid_Scaled_2"]=Module["asm"]["cE"]).apply(null,arguments)};var _emscripten_bind_MdGeSolid_Transform_1=Module["_emscripten_bind_MdGeSolid_Transform_1"]=function(){return(_emscripten_bind_MdGeSolid_Transform_1=Module["_emscripten_bind_MdGeSolid_Transform_1"]=Module["asm"]["dE"]).apply(null,arguments)};var _emscripten_bind_MdGeSolid_Transformed_1=Module["_emscripten_bind_MdGeSolid_Transformed_1"]=function(){return(_emscripten_bind_MdGeSolid_Transformed_1=Module["_emscripten_bind_MdGeSolid_Transformed_1"]=Module["asm"]["eE"]).apply(null,arguments)};var _emscripten_bind_MdGeSolid_TranslateByVec_1=Module["_emscripten_bind_MdGeSolid_TranslateByVec_1"]=function(){return(_emscripten_bind_MdGeSolid_TranslateByVec_1=Module["_emscripten_bind_MdGeSolid_TranslateByVec_1"]=Module["asm"]["fE"]).apply(null,arguments)};var _emscripten_bind_MdGeSolid_TranslatedByVec_1=Module["_emscripten_bind_MdGeSolid_TranslatedByVec_1"]=function(){return(_emscripten_bind_MdGeSolid_TranslatedByVec_1=Module["_emscripten_bind_MdGeSolid_TranslatedByVec_1"]=Module["asm"]["gE"]).apply(null,arguments)};var _emscripten_bind_MdGeSolid_TranslateBy2Points_2=Module["_emscripten_bind_MdGeSolid_TranslateBy2Points_2"]=function(){return(_emscripten_bind_MdGeSolid_TranslateBy2Points_2=Module["_emscripten_bind_MdGeSolid_TranslateBy2Points_2"]=Module["asm"]["hE"]).apply(null,arguments)};var _emscripten_bind_MdGeSolid_TranslatedBy2Points_2=Module["_emscripten_bind_MdGeSolid_TranslatedBy2Points_2"]=function(){return(_emscripten_bind_MdGeSolid_TranslatedBy2Points_2=Module["_emscripten_bind_MdGeSolid_TranslatedBy2Points_2"]=Module["asm"]["iE"]).apply(null,arguments)};var _emscripten_bind_MdGeSolid_SetTextureFileName_1=Module["_emscripten_bind_MdGeSolid_SetTextureFileName_1"]=function(){return(_emscripten_bind_MdGeSolid_SetTextureFileName_1=Module["_emscripten_bind_MdGeSolid_SetTextureFileName_1"]=Module["asm"]["jE"]).apply(null,arguments)};var _emscripten_bind_MdGeSolid_SetMaterialAspect_1=Module["_emscripten_bind_MdGeSolid_SetMaterialAspect_1"]=function(){return(_emscripten_bind_MdGeSolid_SetMaterialAspect_1=Module["_emscripten_bind_MdGeSolid_SetMaterialAspect_1"]=Module["asm"]["kE"]).apply(null,arguments)};var _emscripten_bind_MdGeSolid_SetColor_1=Module["_emscripten_bind_MdGeSolid_SetColor_1"]=function(){return(_emscripten_bind_MdGeSolid_SetColor_1=Module["_emscripten_bind_MdGeSolid_SetColor_1"]=Module["asm"]["lE"]).apply(null,arguments)};var _emscripten_bind_MdGeSolid_TextureRepeat_0=Module["_emscripten_bind_MdGeSolid_TextureRepeat_0"]=function(){return(_emscripten_bind_MdGeSolid_TextureRepeat_0=Module["_emscripten_bind_MdGeSolid_TextureRepeat_0"]=Module["asm"]["mE"]).apply(null,arguments)};var _emscripten_bind_MdGeSolid_URepeat_0=Module["_emscripten_bind_MdGeSolid_URepeat_0"]=function(){return(_emscripten_bind_MdGeSolid_URepeat_0=Module["_emscripten_bind_MdGeSolid_URepeat_0"]=Module["asm"]["nE"]).apply(null,arguments)};var _emscripten_bind_MdGeSolid_VRepeat_0=Module["_emscripten_bind_MdGeSolid_VRepeat_0"]=function(){return(_emscripten_bind_MdGeSolid_VRepeat_0=Module["_emscripten_bind_MdGeSolid_VRepeat_0"]=Module["asm"]["oE"]).apply(null,arguments)};var _emscripten_bind_MdGeSolid_SetTextureRepeat_3=Module["_emscripten_bind_MdGeSolid_SetTextureRepeat_3"]=function(){return(_emscripten_bind_MdGeSolid_SetTextureRepeat_3=Module["_emscripten_bind_MdGeSolid_SetTextureRepeat_3"]=Module["asm"]["pE"]).apply(null,arguments)};var _emscripten_bind_MdGeSolid_TextureScale_0=Module["_emscripten_bind_MdGeSolid_TextureScale_0"]=function(){return(_emscripten_bind_MdGeSolid_TextureScale_0=Module["_emscripten_bind_MdGeSolid_TextureScale_0"]=Module["asm"]["qE"]).apply(null,arguments)};var _emscripten_bind_MdGeSolid_TextureScaleU_0=Module["_emscripten_bind_MdGeSolid_TextureScaleU_0"]=function(){return(_emscripten_bind_MdGeSolid_TextureScaleU_0=Module["_emscripten_bind_MdGeSolid_TextureScaleU_0"]=Module["asm"]["rE"]).apply(null,arguments)};var _emscripten_bind_MdGeSolid_TextureScaleV_0=Module["_emscripten_bind_MdGeSolid_TextureScaleV_0"]=function(){return(_emscripten_bind_MdGeSolid_TextureScaleV_0=Module["_emscripten_bind_MdGeSolid_TextureScaleV_0"]=Module["asm"]["sE"]).apply(null,arguments)};var _emscripten_bind_MdGeSolid_SetTextureScale_3=Module["_emscripten_bind_MdGeSolid_SetTextureScale_3"]=function(){return(_emscripten_bind_MdGeSolid_SetTextureScale_3=Module["_emscripten_bind_MdGeSolid_SetTextureScale_3"]=Module["asm"]["tE"]).apply(null,arguments)};var _emscripten_bind_MdGeSolid_TextureOrigin_0=Module["_emscripten_bind_MdGeSolid_TextureOrigin_0"]=function(){return(_emscripten_bind_MdGeSolid_TextureOrigin_0=Module["_emscripten_bind_MdGeSolid_TextureOrigin_0"]=Module["asm"]["uE"]).apply(null,arguments)};var _emscripten_bind_MdGeSolid_TextureUOrigin_0=Module["_emscripten_bind_MdGeSolid_TextureUOrigin_0"]=function(){return(_emscripten_bind_MdGeSolid_TextureUOrigin_0=Module["_emscripten_bind_MdGeSolid_TextureUOrigin_0"]=Module["asm"]["vE"]).apply(null,arguments)};var _emscripten_bind_MdGeSolid_TextureVOrigin_0=Module["_emscripten_bind_MdGeSolid_TextureVOrigin_0"]=function(){return(_emscripten_bind_MdGeSolid_TextureVOrigin_0=Module["_emscripten_bind_MdGeSolid_TextureVOrigin_0"]=Module["asm"]["wE"]).apply(null,arguments)};var _emscripten_bind_MdGeSolid_SetTextureOrigin_3=Module["_emscripten_bind_MdGeSolid_SetTextureOrigin_3"]=function(){return(_emscripten_bind_MdGeSolid_SetTextureOrigin_3=Module["_emscripten_bind_MdGeSolid_SetTextureOrigin_3"]=Module["asm"]["xE"]).apply(null,arguments)};var _emscripten_bind_MdGeSolid_IsNull_0=Module["_emscripten_bind_MdGeSolid_IsNull_0"]=function(){return(_emscripten_bind_MdGeSolid_IsNull_0=Module["_emscripten_bind_MdGeSolid_IsNull_0"]=Module["asm"]["yE"]).apply(null,arguments)};var _emscripten_bind_MdGeSolid_SetShapeName_1=Module["_emscripten_bind_MdGeSolid_SetShapeName_1"]=function(){return(_emscripten_bind_MdGeSolid_SetShapeName_1=Module["_emscripten_bind_MdGeSolid_SetShapeName_1"]=Module["asm"]["zE"]).apply(null,arguments)};var _emscripten_bind_MdGeSolid_GetShapeName_0=Module["_emscripten_bind_MdGeSolid_GetShapeName_0"]=function(){return(_emscripten_bind_MdGeSolid_GetShapeName_0=Module["_emscripten_bind_MdGeSolid_GetShapeName_0"]=Module["asm"]["AE"]).apply(null,arguments)};var _emscripten_bind_MdGeSolid_GetBndBox_0=Module["_emscripten_bind_MdGeSolid_GetBndBox_0"]=function(){return(_emscripten_bind_MdGeSolid_GetBndBox_0=Module["_emscripten_bind_MdGeSolid_GetBndBox_0"]=Module["asm"]["BE"]).apply(null,arguments)};var _emscripten_bind_MdGeSolid_Draw_0=Module["_emscripten_bind_MdGeSolid_Draw_0"]=function(){return(_emscripten_bind_MdGeSolid_Draw_0=Module["_emscripten_bind_MdGeSolid_Draw_0"]=Module["asm"]["CE"]).apply(null,arguments)};var _emscripten_bind_MdGeSolid___destroy___0=Module["_emscripten_bind_MdGeSolid___destroy___0"]=function(){return(_emscripten_bind_MdGeSolid___destroy___0=Module["_emscripten_bind_MdGeSolid___destroy___0"]=Module["asm"]["DE"]).apply(null,arguments)};var _emscripten_bind_MdGeCompSolid_MdGeCompSolid_0=Module["_emscripten_bind_MdGeCompSolid_MdGeCompSolid_0"]=function(){return(_emscripten_bind_MdGeCompSolid_MdGeCompSolid_0=Module["_emscripten_bind_MdGeCompSolid_MdGeCompSolid_0"]=Module["asm"]["EE"]).apply(null,arguments)};var _emscripten_bind_MdGeCompSolid_MdGeCompSolid_1=Module["_emscripten_bind_MdGeCompSolid_MdGeCompSolid_1"]=function(){return(_emscripten_bind_MdGeCompSolid_MdGeCompSolid_1=Module["_emscripten_bind_MdGeCompSolid_MdGeCompSolid_1"]=Module["asm"]["FE"]).apply(null,arguments)};var _emscripten_bind_MdGeCompSolid_Fuse_1=Module["_emscripten_bind_MdGeCompSolid_Fuse_1"]=function(){return(_emscripten_bind_MdGeCompSolid_Fuse_1=Module["_emscripten_bind_MdGeCompSolid_Fuse_1"]=Module["asm"]["GE"]).apply(null,arguments)};var _emscripten_bind_MdGeCompSolid_Cut_1=Module["_emscripten_bind_MdGeCompSolid_Cut_1"]=function(){return(_emscripten_bind_MdGeCompSolid_Cut_1=Module["_emscripten_bind_MdGeCompSolid_Cut_1"]=Module["asm"]["HE"]).apply(null,arguments)};var _emscripten_bind_MdGeCompSolid_Common_1=Module["_emscripten_bind_MdGeCompSolid_Common_1"]=function(){return(_emscripten_bind_MdGeCompSolid_Common_1=Module["_emscripten_bind_MdGeCompSolid_Common_1"]=Module["asm"]["IE"]).apply(null,arguments)};var _emscripten_bind_MdGeCompSolid_Section_1=Module["_emscripten_bind_MdGeCompSolid_Section_1"]=function(){return(_emscripten_bind_MdGeCompSolid_Section_1=Module["_emscripten_bind_MdGeCompSolid_Section_1"]=Module["asm"]["JE"]).apply(null,arguments)};var _emscripten_bind_MdGeCompSolid_ShapeType_0=Module["_emscripten_bind_MdGeCompSolid_ShapeType_0"]=function(){return(_emscripten_bind_MdGeCompSolid_ShapeType_0=Module["_emscripten_bind_MdGeCompSolid_ShapeType_0"]=Module["asm"]["KE"]).apply(null,arguments)};var _emscripten_bind_MdGeCompSolid_Quantities_0=Module["_emscripten_bind_MdGeCompSolid_Quantities_0"]=function(){return(_emscripten_bind_MdGeCompSolid_Quantities_0=Module["_emscripten_bind_MdGeCompSolid_Quantities_0"]=Module["asm"]["LE"]).apply(null,arguments)};var _emscripten_bind_MdGeCompSolid_MirrorByPoint_1=Module["_emscripten_bind_MdGeCompSolid_MirrorByPoint_1"]=function(){return(_emscripten_bind_MdGeCompSolid_MirrorByPoint_1=Module["_emscripten_bind_MdGeCompSolid_MirrorByPoint_1"]=Module["asm"]["ME"]).apply(null,arguments)};var _emscripten_bind_MdGeCompSolid_MirroredByPoint_1=Module["_emscripten_bind_MdGeCompSolid_MirroredByPoint_1"]=function(){return(_emscripten_bind_MdGeCompSolid_MirroredByPoint_1=Module["_emscripten_bind_MdGeCompSolid_MirroredByPoint_1"]=Module["asm"]["NE"]).apply(null,arguments)};var _emscripten_bind_MdGeCompSolid_MirrorByAxis_1=Module["_emscripten_bind_MdGeCompSolid_MirrorByAxis_1"]=function(){return(_emscripten_bind_MdGeCompSolid_MirrorByAxis_1=Module["_emscripten_bind_MdGeCompSolid_MirrorByAxis_1"]=Module["asm"]["OE"]).apply(null,arguments)};var _emscripten_bind_MdGeCompSolid_MirroredByAxis_1=Module["_emscripten_bind_MdGeCompSolid_MirroredByAxis_1"]=function(){return(_emscripten_bind_MdGeCompSolid_MirroredByAxis_1=Module["_emscripten_bind_MdGeCompSolid_MirroredByAxis_1"]=Module["asm"]["PE"]).apply(null,arguments)};var _emscripten_bind_MdGeCompSolid_MirrorByCSYSR_1=Module["_emscripten_bind_MdGeCompSolid_MirrorByCSYSR_1"]=function(){return(_emscripten_bind_MdGeCompSolid_MirrorByCSYSR_1=Module["_emscripten_bind_MdGeCompSolid_MirrorByCSYSR_1"]=Module["asm"]["QE"]).apply(null,arguments)};var _emscripten_bind_MdGeCompSolid_MirroredByCSYSR_1=Module["_emscripten_bind_MdGeCompSolid_MirroredByCSYSR_1"]=function(){return(_emscripten_bind_MdGeCompSolid_MirroredByCSYSR_1=Module["_emscripten_bind_MdGeCompSolid_MirroredByCSYSR_1"]=Module["asm"]["RE"]).apply(null,arguments)};var _emscripten_bind_MdGeCompSolid_Rotate_2=Module["_emscripten_bind_MdGeCompSolid_Rotate_2"]=function(){return(_emscripten_bind_MdGeCompSolid_Rotate_2=Module["_emscripten_bind_MdGeCompSolid_Rotate_2"]=Module["asm"]["SE"]).apply(null,arguments)};var _emscripten_bind_MdGeCompSolid_Rotated_2=Module["_emscripten_bind_MdGeCompSolid_Rotated_2"]=function(){return(_emscripten_bind_MdGeCompSolid_Rotated_2=Module["_emscripten_bind_MdGeCompSolid_Rotated_2"]=Module["asm"]["TE"]).apply(null,arguments)};var _emscripten_bind_MdGeCompSolid_Scale_2=Module["_emscripten_bind_MdGeCompSolid_Scale_2"]=function(){return(_emscripten_bind_MdGeCompSolid_Scale_2=Module["_emscripten_bind_MdGeCompSolid_Scale_2"]=Module["asm"]["UE"]).apply(null,arguments)};var _emscripten_bind_MdGeCompSolid_Scaled_2=Module["_emscripten_bind_MdGeCompSolid_Scaled_2"]=function(){return(_emscripten_bind_MdGeCompSolid_Scaled_2=Module["_emscripten_bind_MdGeCompSolid_Scaled_2"]=Module["asm"]["VE"]).apply(null,arguments)};var _emscripten_bind_MdGeCompSolid_Transform_1=Module["_emscripten_bind_MdGeCompSolid_Transform_1"]=function(){return(_emscripten_bind_MdGeCompSolid_Transform_1=Module["_emscripten_bind_MdGeCompSolid_Transform_1"]=Module["asm"]["WE"]).apply(null,arguments)};var _emscripten_bind_MdGeCompSolid_Transformed_1=Module["_emscripten_bind_MdGeCompSolid_Transformed_1"]=function(){return(_emscripten_bind_MdGeCompSolid_Transformed_1=Module["_emscripten_bind_MdGeCompSolid_Transformed_1"]=Module["asm"]["XE"]).apply(null,arguments)};var _emscripten_bind_MdGeCompSolid_TranslateByVec_1=Module["_emscripten_bind_MdGeCompSolid_TranslateByVec_1"]=function(){return(_emscripten_bind_MdGeCompSolid_TranslateByVec_1=Module["_emscripten_bind_MdGeCompSolid_TranslateByVec_1"]=Module["asm"]["YE"]).apply(null,arguments)};var _emscripten_bind_MdGeCompSolid_TranslatedByVec_1=Module["_emscripten_bind_MdGeCompSolid_TranslatedByVec_1"]=function(){return(_emscripten_bind_MdGeCompSolid_TranslatedByVec_1=Module["_emscripten_bind_MdGeCompSolid_TranslatedByVec_1"]=Module["asm"]["ZE"]).apply(null,arguments)};var _emscripten_bind_MdGeCompSolid_TranslateBy2Points_2=Module["_emscripten_bind_MdGeCompSolid_TranslateBy2Points_2"]=function(){return(_emscripten_bind_MdGeCompSolid_TranslateBy2Points_2=Module["_emscripten_bind_MdGeCompSolid_TranslateBy2Points_2"]=Module["asm"]["_E"]).apply(null,arguments)};var _emscripten_bind_MdGeCompSolid_TranslatedBy2Points_2=Module["_emscripten_bind_MdGeCompSolid_TranslatedBy2Points_2"]=function(){return(_emscripten_bind_MdGeCompSolid_TranslatedBy2Points_2=Module["_emscripten_bind_MdGeCompSolid_TranslatedBy2Points_2"]=Module["asm"]["$E"]).apply(null,arguments)};var _emscripten_bind_MdGeCompSolid_SetTextureFileName_1=Module["_emscripten_bind_MdGeCompSolid_SetTextureFileName_1"]=function(){return(_emscripten_bind_MdGeCompSolid_SetTextureFileName_1=Module["_emscripten_bind_MdGeCompSolid_SetTextureFileName_1"]=Module["asm"]["aF"]).apply(null,arguments)};var _emscripten_bind_MdGeCompSolid_SetMaterialAspect_1=Module["_emscripten_bind_MdGeCompSolid_SetMaterialAspect_1"]=function(){return(_emscripten_bind_MdGeCompSolid_SetMaterialAspect_1=Module["_emscripten_bind_MdGeCompSolid_SetMaterialAspect_1"]=Module["asm"]["bF"]).apply(null,arguments)};var _emscripten_bind_MdGeCompSolid_SetColor_1=Module["_emscripten_bind_MdGeCompSolid_SetColor_1"]=function(){return(_emscripten_bind_MdGeCompSolid_SetColor_1=Module["_emscripten_bind_MdGeCompSolid_SetColor_1"]=Module["asm"]["cF"]).apply(null,arguments)};var _emscripten_bind_MdGeCompSolid_TextureRepeat_0=Module["_emscripten_bind_MdGeCompSolid_TextureRepeat_0"]=function(){return(_emscripten_bind_MdGeCompSolid_TextureRepeat_0=Module["_emscripten_bind_MdGeCompSolid_TextureRepeat_0"]=Module["asm"]["dF"]).apply(null,arguments)};var _emscripten_bind_MdGeCompSolid_URepeat_0=Module["_emscripten_bind_MdGeCompSolid_URepeat_0"]=function(){return(_emscripten_bind_MdGeCompSolid_URepeat_0=Module["_emscripten_bind_MdGeCompSolid_URepeat_0"]=Module["asm"]["eF"]).apply(null,arguments)};var _emscripten_bind_MdGeCompSolid_VRepeat_0=Module["_emscripten_bind_MdGeCompSolid_VRepeat_0"]=function(){return(_emscripten_bind_MdGeCompSolid_VRepeat_0=Module["_emscripten_bind_MdGeCompSolid_VRepeat_0"]=Module["asm"]["fF"]).apply(null,arguments)};var _emscripten_bind_MdGeCompSolid_SetTextureRepeat_3=Module["_emscripten_bind_MdGeCompSolid_SetTextureRepeat_3"]=function(){return(_emscripten_bind_MdGeCompSolid_SetTextureRepeat_3=Module["_emscripten_bind_MdGeCompSolid_SetTextureRepeat_3"]=Module["asm"]["gF"]).apply(null,arguments)};var _emscripten_bind_MdGeCompSolid_TextureScale_0=Module["_emscripten_bind_MdGeCompSolid_TextureScale_0"]=function(){return(_emscripten_bind_MdGeCompSolid_TextureScale_0=Module["_emscripten_bind_MdGeCompSolid_TextureScale_0"]=Module["asm"]["hF"]).apply(null,arguments)};var _emscripten_bind_MdGeCompSolid_TextureScaleU_0=Module["_emscripten_bind_MdGeCompSolid_TextureScaleU_0"]=function(){return(_emscripten_bind_MdGeCompSolid_TextureScaleU_0=Module["_emscripten_bind_MdGeCompSolid_TextureScaleU_0"]=Module["asm"]["iF"]).apply(null,arguments)};var _emscripten_bind_MdGeCompSolid_TextureScaleV_0=Module["_emscripten_bind_MdGeCompSolid_TextureScaleV_0"]=function(){return(_emscripten_bind_MdGeCompSolid_TextureScaleV_0=Module["_emscripten_bind_MdGeCompSolid_TextureScaleV_0"]=Module["asm"]["jF"]).apply(null,arguments)};var _emscripten_bind_MdGeCompSolid_SetTextureScale_3=Module["_emscripten_bind_MdGeCompSolid_SetTextureScale_3"]=function(){return(_emscripten_bind_MdGeCompSolid_SetTextureScale_3=Module["_emscripten_bind_MdGeCompSolid_SetTextureScale_3"]=Module["asm"]["kF"]).apply(null,arguments)};var _emscripten_bind_MdGeCompSolid_TextureOrigin_0=Module["_emscripten_bind_MdGeCompSolid_TextureOrigin_0"]=function(){return(_emscripten_bind_MdGeCompSolid_TextureOrigin_0=Module["_emscripten_bind_MdGeCompSolid_TextureOrigin_0"]=Module["asm"]["lF"]).apply(null,arguments)};var _emscripten_bind_MdGeCompSolid_TextureUOrigin_0=Module["_emscripten_bind_MdGeCompSolid_TextureUOrigin_0"]=function(){return(_emscripten_bind_MdGeCompSolid_TextureUOrigin_0=Module["_emscripten_bind_MdGeCompSolid_TextureUOrigin_0"]=Module["asm"]["mF"]).apply(null,arguments)};var _emscripten_bind_MdGeCompSolid_TextureVOrigin_0=Module["_emscripten_bind_MdGeCompSolid_TextureVOrigin_0"]=function(){return(_emscripten_bind_MdGeCompSolid_TextureVOrigin_0=Module["_emscripten_bind_MdGeCompSolid_TextureVOrigin_0"]=Module["asm"]["nF"]).apply(null,arguments)};var _emscripten_bind_MdGeCompSolid_SetTextureOrigin_3=Module["_emscripten_bind_MdGeCompSolid_SetTextureOrigin_3"]=function(){return(_emscripten_bind_MdGeCompSolid_SetTextureOrigin_3=Module["_emscripten_bind_MdGeCompSolid_SetTextureOrigin_3"]=Module["asm"]["oF"]).apply(null,arguments)};var _emscripten_bind_MdGeCompSolid_IsNull_0=Module["_emscripten_bind_MdGeCompSolid_IsNull_0"]=function(){return(_emscripten_bind_MdGeCompSolid_IsNull_0=Module["_emscripten_bind_MdGeCompSolid_IsNull_0"]=Module["asm"]["pF"]).apply(null,arguments)};var _emscripten_bind_MdGeCompSolid_SetShapeName_1=Module["_emscripten_bind_MdGeCompSolid_SetShapeName_1"]=function(){return(_emscripten_bind_MdGeCompSolid_SetShapeName_1=Module["_emscripten_bind_MdGeCompSolid_SetShapeName_1"]=Module["asm"]["qF"]).apply(null,arguments)};var _emscripten_bind_MdGeCompSolid_GetShapeName_0=Module["_emscripten_bind_MdGeCompSolid_GetShapeName_0"]=function(){return(_emscripten_bind_MdGeCompSolid_GetShapeName_0=Module["_emscripten_bind_MdGeCompSolid_GetShapeName_0"]=Module["asm"]["rF"]).apply(null,arguments)};var _emscripten_bind_MdGeCompSolid_GetBndBox_0=Module["_emscripten_bind_MdGeCompSolid_GetBndBox_0"]=function(){return(_emscripten_bind_MdGeCompSolid_GetBndBox_0=Module["_emscripten_bind_MdGeCompSolid_GetBndBox_0"]=Module["asm"]["sF"]).apply(null,arguments)};var _emscripten_bind_MdGeCompSolid_Draw_0=Module["_emscripten_bind_MdGeCompSolid_Draw_0"]=function(){return(_emscripten_bind_MdGeCompSolid_Draw_0=Module["_emscripten_bind_MdGeCompSolid_Draw_0"]=Module["asm"]["tF"]).apply(null,arguments)};var _emscripten_bind_MdGeCompSolid___destroy___0=Module["_emscripten_bind_MdGeCompSolid___destroy___0"]=function(){return(_emscripten_bind_MdGeCompSolid___destroy___0=Module["_emscripten_bind_MdGeCompSolid___destroy___0"]=Module["asm"]["uF"]).apply(null,arguments)};var _emscripten_bind_MdGeCompound_MdGeCompound_0=Module["_emscripten_bind_MdGeCompound_MdGeCompound_0"]=function(){return(_emscripten_bind_MdGeCompound_MdGeCompound_0=Module["_emscripten_bind_MdGeCompound_MdGeCompound_0"]=Module["asm"]["vF"]).apply(null,arguments)};var _emscripten_bind_MdGeCompound_MdGeCompound_1=Module["_emscripten_bind_MdGeCompound_MdGeCompound_1"]=function(){return(_emscripten_bind_MdGeCompound_MdGeCompound_1=Module["_emscripten_bind_MdGeCompound_MdGeCompound_1"]=Module["asm"]["wF"]).apply(null,arguments)};var _emscripten_bind_MdGeCompound_Fuse_1=Module["_emscripten_bind_MdGeCompound_Fuse_1"]=function(){return(_emscripten_bind_MdGeCompound_Fuse_1=Module["_emscripten_bind_MdGeCompound_Fuse_1"]=Module["asm"]["xF"]).apply(null,arguments)};var _emscripten_bind_MdGeCompound_Cut_1=Module["_emscripten_bind_MdGeCompound_Cut_1"]=function(){return(_emscripten_bind_MdGeCompound_Cut_1=Module["_emscripten_bind_MdGeCompound_Cut_1"]=Module["asm"]["yF"]).apply(null,arguments)};var _emscripten_bind_MdGeCompound_Common_1=Module["_emscripten_bind_MdGeCompound_Common_1"]=function(){return(_emscripten_bind_MdGeCompound_Common_1=Module["_emscripten_bind_MdGeCompound_Common_1"]=Module["asm"]["zF"]).apply(null,arguments)};var _emscripten_bind_MdGeCompound_Section_1=Module["_emscripten_bind_MdGeCompound_Section_1"]=function(){return(_emscripten_bind_MdGeCompound_Section_1=Module["_emscripten_bind_MdGeCompound_Section_1"]=Module["asm"]["AF"]).apply(null,arguments)};var _emscripten_bind_MdGeCompound_ShapeType_0=Module["_emscripten_bind_MdGeCompound_ShapeType_0"]=function(){return(_emscripten_bind_MdGeCompound_ShapeType_0=Module["_emscripten_bind_MdGeCompound_ShapeType_0"]=Module["asm"]["BF"]).apply(null,arguments)};var _emscripten_bind_MdGeCompound_Quantities_0=Module["_emscripten_bind_MdGeCompound_Quantities_0"]=function(){return(_emscripten_bind_MdGeCompound_Quantities_0=Module["_emscripten_bind_MdGeCompound_Quantities_0"]=Module["asm"]["CF"]).apply(null,arguments)};var _emscripten_bind_MdGeCompound_MirrorByPoint_1=Module["_emscripten_bind_MdGeCompound_MirrorByPoint_1"]=function(){return(_emscripten_bind_MdGeCompound_MirrorByPoint_1=Module["_emscripten_bind_MdGeCompound_MirrorByPoint_1"]=Module["asm"]["DF"]).apply(null,arguments)};var _emscripten_bind_MdGeCompound_MirroredByPoint_1=Module["_emscripten_bind_MdGeCompound_MirroredByPoint_1"]=function(){return(_emscripten_bind_MdGeCompound_MirroredByPoint_1=Module["_emscripten_bind_MdGeCompound_MirroredByPoint_1"]=Module["asm"]["EF"]).apply(null,arguments)};var _emscripten_bind_MdGeCompound_MirrorByAxis_1=Module["_emscripten_bind_MdGeCompound_MirrorByAxis_1"]=function(){return(_emscripten_bind_MdGeCompound_MirrorByAxis_1=Module["_emscripten_bind_MdGeCompound_MirrorByAxis_1"]=Module["asm"]["FF"]).apply(null,arguments)};var _emscripten_bind_MdGeCompound_MirroredByAxis_1=Module["_emscripten_bind_MdGeCompound_MirroredByAxis_1"]=function(){return(_emscripten_bind_MdGeCompound_MirroredByAxis_1=Module["_emscripten_bind_MdGeCompound_MirroredByAxis_1"]=Module["asm"]["GF"]).apply(null,arguments)};var _emscripten_bind_MdGeCompound_MirrorByCSYSR_1=Module["_emscripten_bind_MdGeCompound_MirrorByCSYSR_1"]=function(){return(_emscripten_bind_MdGeCompound_MirrorByCSYSR_1=Module["_emscripten_bind_MdGeCompound_MirrorByCSYSR_1"]=Module["asm"]["HF"]).apply(null,arguments)};var _emscripten_bind_MdGeCompound_MirroredByCSYSR_1=Module["_emscripten_bind_MdGeCompound_MirroredByCSYSR_1"]=function(){return(_emscripten_bind_MdGeCompound_MirroredByCSYSR_1=Module["_emscripten_bind_MdGeCompound_MirroredByCSYSR_1"]=Module["asm"]["IF"]).apply(null,arguments)};var _emscripten_bind_MdGeCompound_Rotate_2=Module["_emscripten_bind_MdGeCompound_Rotate_2"]=function(){return(_emscripten_bind_MdGeCompound_Rotate_2=Module["_emscripten_bind_MdGeCompound_Rotate_2"]=Module["asm"]["JF"]).apply(null,arguments)};var _emscripten_bind_MdGeCompound_Rotated_2=Module["_emscripten_bind_MdGeCompound_Rotated_2"]=function(){return(_emscripten_bind_MdGeCompound_Rotated_2=Module["_emscripten_bind_MdGeCompound_Rotated_2"]=Module["asm"]["KF"]).apply(null,arguments)};var _emscripten_bind_MdGeCompound_Scale_2=Module["_emscripten_bind_MdGeCompound_Scale_2"]=function(){return(_emscripten_bind_MdGeCompound_Scale_2=Module["_emscripten_bind_MdGeCompound_Scale_2"]=Module["asm"]["LF"]).apply(null,arguments)};var _emscripten_bind_MdGeCompound_Scaled_2=Module["_emscripten_bind_MdGeCompound_Scaled_2"]=function(){return(_emscripten_bind_MdGeCompound_Scaled_2=Module["_emscripten_bind_MdGeCompound_Scaled_2"]=Module["asm"]["MF"]).apply(null,arguments)};var _emscripten_bind_MdGeCompound_Transform_1=Module["_emscripten_bind_MdGeCompound_Transform_1"]=function(){return(_emscripten_bind_MdGeCompound_Transform_1=Module["_emscripten_bind_MdGeCompound_Transform_1"]=Module["asm"]["NF"]).apply(null,arguments)};var _emscripten_bind_MdGeCompound_Transformed_1=Module["_emscripten_bind_MdGeCompound_Transformed_1"]=function(){return(_emscripten_bind_MdGeCompound_Transformed_1=Module["_emscripten_bind_MdGeCompound_Transformed_1"]=Module["asm"]["OF"]).apply(null,arguments)};var _emscripten_bind_MdGeCompound_TranslateByVec_1=Module["_emscripten_bind_MdGeCompound_TranslateByVec_1"]=function(){return(_emscripten_bind_MdGeCompound_TranslateByVec_1=Module["_emscripten_bind_MdGeCompound_TranslateByVec_1"]=Module["asm"]["PF"]).apply(null,arguments)};var _emscripten_bind_MdGeCompound_TranslatedByVec_1=Module["_emscripten_bind_MdGeCompound_TranslatedByVec_1"]=function(){return(_emscripten_bind_MdGeCompound_TranslatedByVec_1=Module["_emscripten_bind_MdGeCompound_TranslatedByVec_1"]=Module["asm"]["QF"]).apply(null,arguments)};var _emscripten_bind_MdGeCompound_TranslateBy2Points_2=Module["_emscripten_bind_MdGeCompound_TranslateBy2Points_2"]=function(){return(_emscripten_bind_MdGeCompound_TranslateBy2Points_2=Module["_emscripten_bind_MdGeCompound_TranslateBy2Points_2"]=Module["asm"]["RF"]).apply(null,arguments)};var _emscripten_bind_MdGeCompound_TranslatedBy2Points_2=Module["_emscripten_bind_MdGeCompound_TranslatedBy2Points_2"]=function(){return(_emscripten_bind_MdGeCompound_TranslatedBy2Points_2=Module["_emscripten_bind_MdGeCompound_TranslatedBy2Points_2"]=Module["asm"]["SF"]).apply(null,arguments)};var _emscripten_bind_MdGeCompound_SetTextureFileName_1=Module["_emscripten_bind_MdGeCompound_SetTextureFileName_1"]=function(){return(_emscripten_bind_MdGeCompound_SetTextureFileName_1=Module["_emscripten_bind_MdGeCompound_SetTextureFileName_1"]=Module["asm"]["TF"]).apply(null,arguments)};var _emscripten_bind_MdGeCompound_SetMaterialAspect_1=Module["_emscripten_bind_MdGeCompound_SetMaterialAspect_1"]=function(){return(_emscripten_bind_MdGeCompound_SetMaterialAspect_1=Module["_emscripten_bind_MdGeCompound_SetMaterialAspect_1"]=Module["asm"]["UF"]).apply(null,arguments)};var _emscripten_bind_MdGeCompound_SetColor_1=Module["_emscripten_bind_MdGeCompound_SetColor_1"]=function(){return(_emscripten_bind_MdGeCompound_SetColor_1=Module["_emscripten_bind_MdGeCompound_SetColor_1"]=Module["asm"]["VF"]).apply(null,arguments)};var _emscripten_bind_MdGeCompound_TextureRepeat_0=Module["_emscripten_bind_MdGeCompound_TextureRepeat_0"]=function(){return(_emscripten_bind_MdGeCompound_TextureRepeat_0=Module["_emscripten_bind_MdGeCompound_TextureRepeat_0"]=Module["asm"]["WF"]).apply(null,arguments)};var _emscripten_bind_MdGeCompound_URepeat_0=Module["_emscripten_bind_MdGeCompound_URepeat_0"]=function(){return(_emscripten_bind_MdGeCompound_URepeat_0=Module["_emscripten_bind_MdGeCompound_URepeat_0"]=Module["asm"]["XF"]).apply(null,arguments)};var _emscripten_bind_MdGeCompound_VRepeat_0=Module["_emscripten_bind_MdGeCompound_VRepeat_0"]=function(){return(_emscripten_bind_MdGeCompound_VRepeat_0=Module["_emscripten_bind_MdGeCompound_VRepeat_0"]=Module["asm"]["YF"]).apply(null,arguments)};var _emscripten_bind_MdGeCompound_SetTextureRepeat_3=Module["_emscripten_bind_MdGeCompound_SetTextureRepeat_3"]=function(){return(_emscripten_bind_MdGeCompound_SetTextureRepeat_3=Module["_emscripten_bind_MdGeCompound_SetTextureRepeat_3"]=Module["asm"]["ZF"]).apply(null,arguments)};var _emscripten_bind_MdGeCompound_TextureScale_0=Module["_emscripten_bind_MdGeCompound_TextureScale_0"]=function(){return(_emscripten_bind_MdGeCompound_TextureScale_0=Module["_emscripten_bind_MdGeCompound_TextureScale_0"]=Module["asm"]["_F"]).apply(null,arguments)};var _emscripten_bind_MdGeCompound_TextureScaleU_0=Module["_emscripten_bind_MdGeCompound_TextureScaleU_0"]=function(){return(_emscripten_bind_MdGeCompound_TextureScaleU_0=Module["_emscripten_bind_MdGeCompound_TextureScaleU_0"]=Module["asm"]["$F"]).apply(null,arguments)};var _emscripten_bind_MdGeCompound_TextureScaleV_0=Module["_emscripten_bind_MdGeCompound_TextureScaleV_0"]=function(){return(_emscripten_bind_MdGeCompound_TextureScaleV_0=Module["_emscripten_bind_MdGeCompound_TextureScaleV_0"]=Module["asm"]["aG"]).apply(null,arguments)};var _emscripten_bind_MdGeCompound_SetTextureScale_3=Module["_emscripten_bind_MdGeCompound_SetTextureScale_3"]=function(){return(_emscripten_bind_MdGeCompound_SetTextureScale_3=Module["_emscripten_bind_MdGeCompound_SetTextureScale_3"]=Module["asm"]["bG"]).apply(null,arguments)};var _emscripten_bind_MdGeCompound_TextureOrigin_0=Module["_emscripten_bind_MdGeCompound_TextureOrigin_0"]=function(){return(_emscripten_bind_MdGeCompound_TextureOrigin_0=Module["_emscripten_bind_MdGeCompound_TextureOrigin_0"]=Module["asm"]["cG"]).apply(null,arguments)};var _emscripten_bind_MdGeCompound_TextureUOrigin_0=Module["_emscripten_bind_MdGeCompound_TextureUOrigin_0"]=function(){return(_emscripten_bind_MdGeCompound_TextureUOrigin_0=Module["_emscripten_bind_MdGeCompound_TextureUOrigin_0"]=Module["asm"]["dG"]).apply(null,arguments)};var _emscripten_bind_MdGeCompound_TextureVOrigin_0=Module["_emscripten_bind_MdGeCompound_TextureVOrigin_0"]=function(){return(_emscripten_bind_MdGeCompound_TextureVOrigin_0=Module["_emscripten_bind_MdGeCompound_TextureVOrigin_0"]=Module["asm"]["eG"]).apply(null,arguments)};var _emscripten_bind_MdGeCompound_SetTextureOrigin_3=Module["_emscripten_bind_MdGeCompound_SetTextureOrigin_3"]=function(){return(_emscripten_bind_MdGeCompound_SetTextureOrigin_3=Module["_emscripten_bind_MdGeCompound_SetTextureOrigin_3"]=Module["asm"]["fG"]).apply(null,arguments)};var _emscripten_bind_MdGeCompound_IsNull_0=Module["_emscripten_bind_MdGeCompound_IsNull_0"]=function(){return(_emscripten_bind_MdGeCompound_IsNull_0=Module["_emscripten_bind_MdGeCompound_IsNull_0"]=Module["asm"]["gG"]).apply(null,arguments)};var _emscripten_bind_MdGeCompound_SetShapeName_1=Module["_emscripten_bind_MdGeCompound_SetShapeName_1"]=function(){return(_emscripten_bind_MdGeCompound_SetShapeName_1=Module["_emscripten_bind_MdGeCompound_SetShapeName_1"]=Module["asm"]["hG"]).apply(null,arguments)};var _emscripten_bind_MdGeCompound_GetShapeName_0=Module["_emscripten_bind_MdGeCompound_GetShapeName_0"]=function(){return(_emscripten_bind_MdGeCompound_GetShapeName_0=Module["_emscripten_bind_MdGeCompound_GetShapeName_0"]=Module["asm"]["iG"]).apply(null,arguments)};var _emscripten_bind_MdGeCompound_GetBndBox_0=Module["_emscripten_bind_MdGeCompound_GetBndBox_0"]=function(){return(_emscripten_bind_MdGeCompound_GetBndBox_0=Module["_emscripten_bind_MdGeCompound_GetBndBox_0"]=Module["asm"]["jG"]).apply(null,arguments)};var _emscripten_bind_MdGeCompound_Draw_0=Module["_emscripten_bind_MdGeCompound_Draw_0"]=function(){return(_emscripten_bind_MdGeCompound_Draw_0=Module["_emscripten_bind_MdGeCompound_Draw_0"]=Module["asm"]["kG"]).apply(null,arguments)};var _emscripten_bind_MdGeCompound___destroy___0=Module["_emscripten_bind_MdGeCompound___destroy___0"]=function(){return(_emscripten_bind_MdGeCompound___destroy___0=Module["_emscripten_bind_MdGeCompound___destroy___0"]=Module["asm"]["lG"]).apply(null,arguments)};var _emscripten_bind_MdGePoint_MdGePoint_0=Module["_emscripten_bind_MdGePoint_MdGePoint_0"]=function(){return(_emscripten_bind_MdGePoint_MdGePoint_0=Module["_emscripten_bind_MdGePoint_MdGePoint_0"]=Module["asm"]["mG"]).apply(null,arguments)};var _emscripten_bind_MdGePoint_MdGePoint_1=Module["_emscripten_bind_MdGePoint_MdGePoint_1"]=function(){return(_emscripten_bind_MdGePoint_MdGePoint_1=Module["_emscripten_bind_MdGePoint_MdGePoint_1"]=Module["asm"]["nG"]).apply(null,arguments)};var _emscripten_bind_MdGePoint_MdGePoint_3=Module["_emscripten_bind_MdGePoint_MdGePoint_3"]=function(){return(_emscripten_bind_MdGePoint_MdGePoint_3=Module["_emscripten_bind_MdGePoint_MdGePoint_3"]=Module["asm"]["oG"]).apply(null,arguments)};var _emscripten_bind_MdGePoint_X_0=Module["_emscripten_bind_MdGePoint_X_0"]=function(){return(_emscripten_bind_MdGePoint_X_0=Module["_emscripten_bind_MdGePoint_X_0"]=Module["asm"]["pG"]).apply(null,arguments)};var _emscripten_bind_MdGePoint_Y_0=Module["_emscripten_bind_MdGePoint_Y_0"]=function(){return(_emscripten_bind_MdGePoint_Y_0=Module["_emscripten_bind_MdGePoint_Y_0"]=Module["asm"]["qG"]).apply(null,arguments)};var _emscripten_bind_MdGePoint_Z_0=Module["_emscripten_bind_MdGePoint_Z_0"]=function(){return(_emscripten_bind_MdGePoint_Z_0=Module["_emscripten_bind_MdGePoint_Z_0"]=Module["asm"]["rG"]).apply(null,arguments)};var _emscripten_bind_MdGePoint_SetX_1=Module["_emscripten_bind_MdGePoint_SetX_1"]=function(){return(_emscripten_bind_MdGePoint_SetX_1=Module["_emscripten_bind_MdGePoint_SetX_1"]=Module["asm"]["sG"]).apply(null,arguments)};var _emscripten_bind_MdGePoint_SetY_1=Module["_emscripten_bind_MdGePoint_SetY_1"]=function(){return(_emscripten_bind_MdGePoint_SetY_1=Module["_emscripten_bind_MdGePoint_SetY_1"]=Module["asm"]["tG"]).apply(null,arguments)};var _emscripten_bind_MdGePoint_SetZ_1=Module["_emscripten_bind_MdGePoint_SetZ_1"]=function(){return(_emscripten_bind_MdGePoint_SetZ_1=Module["_emscripten_bind_MdGePoint_SetZ_1"]=Module["asm"]["uG"]).apply(null,arguments)};var _emscripten_bind_MdGePoint_SetXYZ_3=Module["_emscripten_bind_MdGePoint_SetXYZ_3"]=function(){return(_emscripten_bind_MdGePoint_SetXYZ_3=Module["_emscripten_bind_MdGePoint_SetXYZ_3"]=Module["asm"]["vG"]).apply(null,arguments)};var _emscripten_bind_MdGePoint_BaryCenter_3=Module["_emscripten_bind_MdGePoint_BaryCenter_3"]=function(){return(_emscripten_bind_MdGePoint_BaryCenter_3=Module["_emscripten_bind_MdGePoint_BaryCenter_3"]=Module["asm"]["wG"]).apply(null,arguments)};var _emscripten_bind_MdGePoint_IsEqual_2=Module["_emscripten_bind_MdGePoint_IsEqual_2"]=function(){return(_emscripten_bind_MdGePoint_IsEqual_2=Module["_emscripten_bind_MdGePoint_IsEqual_2"]=Module["asm"]["xG"]).apply(null,arguments)};var _emscripten_bind_MdGePoint_Distance_1=Module["_emscripten_bind_MdGePoint_Distance_1"]=function(){return(_emscripten_bind_MdGePoint_Distance_1=Module["_emscripten_bind_MdGePoint_Distance_1"]=Module["asm"]["yG"]).apply(null,arguments)};var _emscripten_bind_MdGePoint_SquareDistance_1=Module["_emscripten_bind_MdGePoint_SquareDistance_1"]=function(){return(_emscripten_bind_MdGePoint_SquareDistance_1=Module["_emscripten_bind_MdGePoint_SquareDistance_1"]=Module["asm"]["zG"]).apply(null,arguments)};var _emscripten_bind_MdGePoint_MirrorByPoint_1=Module["_emscripten_bind_MdGePoint_MirrorByPoint_1"]=function(){return(_emscripten_bind_MdGePoint_MirrorByPoint_1=Module["_emscripten_bind_MdGePoint_MirrorByPoint_1"]=Module["asm"]["AG"]).apply(null,arguments)};var _emscripten_bind_MdGePoint_MirroredByPoint_1=Module["_emscripten_bind_MdGePoint_MirroredByPoint_1"]=function(){return(_emscripten_bind_MdGePoint_MirroredByPoint_1=Module["_emscripten_bind_MdGePoint_MirroredByPoint_1"]=Module["asm"]["BG"]).apply(null,arguments)};var _emscripten_bind_MdGePoint_MirrorByAxis_1=Module["_emscripten_bind_MdGePoint_MirrorByAxis_1"]=function(){return(_emscripten_bind_MdGePoint_MirrorByAxis_1=Module["_emscripten_bind_MdGePoint_MirrorByAxis_1"]=Module["asm"]["CG"]).apply(null,arguments)};var _emscripten_bind_MdGePoint_MirroredByAxis_1=Module["_emscripten_bind_MdGePoint_MirroredByAxis_1"]=function(){return(_emscripten_bind_MdGePoint_MirroredByAxis_1=Module["_emscripten_bind_MdGePoint_MirroredByAxis_1"]=Module["asm"]["DG"]).apply(null,arguments)};var _emscripten_bind_MdGePoint_MirrorByCSYSR_1=Module["_emscripten_bind_MdGePoint_MirrorByCSYSR_1"]=function(){return(_emscripten_bind_MdGePoint_MirrorByCSYSR_1=Module["_emscripten_bind_MdGePoint_MirrorByCSYSR_1"]=Module["asm"]["EG"]).apply(null,arguments)};var _emscripten_bind_MdGePoint_MirroredByCSYSR_1=Module["_emscripten_bind_MdGePoint_MirroredByCSYSR_1"]=function(){return(_emscripten_bind_MdGePoint_MirroredByCSYSR_1=Module["_emscripten_bind_MdGePoint_MirroredByCSYSR_1"]=Module["asm"]["FG"]).apply(null,arguments)};var _emscripten_bind_MdGePoint_Rotate_2=Module["_emscripten_bind_MdGePoint_Rotate_2"]=function(){return(_emscripten_bind_MdGePoint_Rotate_2=Module["_emscripten_bind_MdGePoint_Rotate_2"]=Module["asm"]["GG"]).apply(null,arguments)};var _emscripten_bind_MdGePoint_Rotated_2=Module["_emscripten_bind_MdGePoint_Rotated_2"]=function(){return(_emscripten_bind_MdGePoint_Rotated_2=Module["_emscripten_bind_MdGePoint_Rotated_2"]=Module["asm"]["HG"]).apply(null,arguments)};var _emscripten_bind_MdGePoint_Scale_2=Module["_emscripten_bind_MdGePoint_Scale_2"]=function(){return(_emscripten_bind_MdGePoint_Scale_2=Module["_emscripten_bind_MdGePoint_Scale_2"]=Module["asm"]["IG"]).apply(null,arguments)};var _emscripten_bind_MdGePoint_Scaled_2=Module["_emscripten_bind_MdGePoint_Scaled_2"]=function(){return(_emscripten_bind_MdGePoint_Scaled_2=Module["_emscripten_bind_MdGePoint_Scaled_2"]=Module["asm"]["JG"]).apply(null,arguments)};var _emscripten_bind_MdGePoint_Transform_1=Module["_emscripten_bind_MdGePoint_Transform_1"]=function(){return(_emscripten_bind_MdGePoint_Transform_1=Module["_emscripten_bind_MdGePoint_Transform_1"]=Module["asm"]["KG"]).apply(null,arguments)};var _emscripten_bind_MdGePoint_Transformed_1=Module["_emscripten_bind_MdGePoint_Transformed_1"]=function(){return(_emscripten_bind_MdGePoint_Transformed_1=Module["_emscripten_bind_MdGePoint_Transformed_1"]=Module["asm"]["LG"]).apply(null,arguments)};var _emscripten_bind_MdGePoint_TranslateByVec_1=Module["_emscripten_bind_MdGePoint_TranslateByVec_1"]=function(){return(_emscripten_bind_MdGePoint_TranslateByVec_1=Module["_emscripten_bind_MdGePoint_TranslateByVec_1"]=Module["asm"]["MG"]).apply(null,arguments)};var _emscripten_bind_MdGePoint_TranslatedByVec_1=Module["_emscripten_bind_MdGePoint_TranslatedByVec_1"]=function(){return(_emscripten_bind_MdGePoint_TranslatedByVec_1=Module["_emscripten_bind_MdGePoint_TranslatedByVec_1"]=Module["asm"]["NG"]).apply(null,arguments)};var _emscripten_bind_MdGePoint_TranslateBy2Points_2=Module["_emscripten_bind_MdGePoint_TranslateBy2Points_2"]=function(){return(_emscripten_bind_MdGePoint_TranslateBy2Points_2=Module["_emscripten_bind_MdGePoint_TranslateBy2Points_2"]=Module["asm"]["OG"]).apply(null,arguments)};var _emscripten_bind_MdGePoint_TranslatedBy2Points_2=Module["_emscripten_bind_MdGePoint_TranslatedBy2Points_2"]=function(){return(_emscripten_bind_MdGePoint_TranslatedBy2Points_2=Module["_emscripten_bind_MdGePoint_TranslatedBy2Points_2"]=Module["asm"]["PG"]).apply(null,arguments)};var _emscripten_bind_MdGePoint_Shape_0=Module["_emscripten_bind_MdGePoint_Shape_0"]=function(){return(_emscripten_bind_MdGePoint_Shape_0=Module["_emscripten_bind_MdGePoint_Shape_0"]=Module["asm"]["QG"]).apply(null,arguments)};var _emscripten_bind_MdGePoint_Vertex_0=Module["_emscripten_bind_MdGePoint_Vertex_0"]=function(){return(_emscripten_bind_MdGePoint_Vertex_0=Module["_emscripten_bind_MdGePoint_Vertex_0"]=Module["asm"]["RG"]).apply(null,arguments)};var _emscripten_bind_MdGePoint___destroy___0=Module["_emscripten_bind_MdGePoint___destroy___0"]=function(){return(_emscripten_bind_MdGePoint___destroy___0=Module["_emscripten_bind_MdGePoint___destroy___0"]=Module["asm"]["SG"]).apply(null,arguments)};var _emscripten_bind_MdGeTrsf_MdGeTrsf_0=Module["_emscripten_bind_MdGeTrsf_MdGeTrsf_0"]=function(){return(_emscripten_bind_MdGeTrsf_MdGeTrsf_0=Module["_emscripten_bind_MdGeTrsf_MdGeTrsf_0"]=Module["asm"]["TG"]).apply(null,arguments)};var _emscripten_bind_MdGeTrsf_MdGeTrsf_1=Module["_emscripten_bind_MdGeTrsf_MdGeTrsf_1"]=function(){return(_emscripten_bind_MdGeTrsf_MdGeTrsf_1=Module["_emscripten_bind_MdGeTrsf_MdGeTrsf_1"]=Module["asm"]["UG"]).apply(null,arguments)};var _emscripten_bind_MdGeTrsf_SetMirrorByPoint_1=Module["_emscripten_bind_MdGeTrsf_SetMirrorByPoint_1"]=function(){return(_emscripten_bind_MdGeTrsf_SetMirrorByPoint_1=Module["_emscripten_bind_MdGeTrsf_SetMirrorByPoint_1"]=Module["asm"]["VG"]).apply(null,arguments)};var _emscripten_bind_MdGeTrsf_SetMirrorByAxis_1=Module["_emscripten_bind_MdGeTrsf_SetMirrorByAxis_1"]=function(){return(_emscripten_bind_MdGeTrsf_SetMirrorByAxis_1=Module["_emscripten_bind_MdGeTrsf_SetMirrorByAxis_1"]=Module["asm"]["WG"]).apply(null,arguments)};var _emscripten_bind_MdGeTrsf_SetMirrorByCSYSR_1=Module["_emscripten_bind_MdGeTrsf_SetMirrorByCSYSR_1"]=function(){return(_emscripten_bind_MdGeTrsf_SetMirrorByCSYSR_1=Module["_emscripten_bind_MdGeTrsf_SetMirrorByCSYSR_1"]=Module["asm"]["XG"]).apply(null,arguments)};var _emscripten_bind_MdGeTrsf_SetRotation_2=Module["_emscripten_bind_MdGeTrsf_SetRotation_2"]=function(){return(_emscripten_bind_MdGeTrsf_SetRotation_2=Module["_emscripten_bind_MdGeTrsf_SetRotation_2"]=Module["asm"]["YG"]).apply(null,arguments)};var _emscripten_bind_MdGeTrsf_SetScale_2=Module["_emscripten_bind_MdGeTrsf_SetScale_2"]=function(){return(_emscripten_bind_MdGeTrsf_SetScale_2=Module["_emscripten_bind_MdGeTrsf_SetScale_2"]=Module["asm"]["ZG"]).apply(null,arguments)};var _emscripten_bind_MdGeTrsf_SetTranslationByVec_1=Module["_emscripten_bind_MdGeTrsf_SetTranslationByVec_1"]=function(){return(_emscripten_bind_MdGeTrsf_SetTranslationByVec_1=Module["_emscripten_bind_MdGeTrsf_SetTranslationByVec_1"]=Module["asm"]["_G"]).apply(null,arguments)};var _emscripten_bind_MdGeTrsf_SetTranslationBy2Points_2=Module["_emscripten_bind_MdGeTrsf_SetTranslationBy2Points_2"]=function(){return(_emscripten_bind_MdGeTrsf_SetTranslationBy2Points_2=Module["_emscripten_bind_MdGeTrsf_SetTranslationBy2Points_2"]=Module["asm"]["$G"]).apply(null,arguments)};var _emscripten_bind_MdGeTrsf_SetTranslationPart_1=Module["_emscripten_bind_MdGeTrsf_SetTranslationPart_1"]=function(){return(_emscripten_bind_MdGeTrsf_SetTranslationPart_1=Module["_emscripten_bind_MdGeTrsf_SetTranslationPart_1"]=Module["asm"]["aH"]).apply(null,arguments)};var _emscripten_bind_MdGeTrsf_SetScaleFactor_1=Module["_emscripten_bind_MdGeTrsf_SetScaleFactor_1"]=function(){return(_emscripten_bind_MdGeTrsf_SetScaleFactor_1=Module["_emscripten_bind_MdGeTrsf_SetScaleFactor_1"]=Module["asm"]["bH"]).apply(null,arguments)};var _emscripten_bind_MdGeTrsf_SetValues_12=Module["_emscripten_bind_MdGeTrsf_SetValues_12"]=function(){return(_emscripten_bind_MdGeTrsf_SetValues_12=Module["_emscripten_bind_MdGeTrsf_SetValues_12"]=Module["asm"]["cH"]).apply(null,arguments)};var _emscripten_bind_MdGeTrsf_IsNegative_0=Module["_emscripten_bind_MdGeTrsf_IsNegative_0"]=function(){return(_emscripten_bind_MdGeTrsf_IsNegative_0=Module["_emscripten_bind_MdGeTrsf_IsNegative_0"]=Module["asm"]["dH"]).apply(null,arguments)};var _emscripten_bind_MdGeTrsf_ScaleFactor_0=Module["_emscripten_bind_MdGeTrsf_ScaleFactor_0"]=function(){return(_emscripten_bind_MdGeTrsf_ScaleFactor_0=Module["_emscripten_bind_MdGeTrsf_ScaleFactor_0"]=Module["asm"]["eH"]).apply(null,arguments)};var _emscripten_bind_MdGeTrsf_Value_2=Module["_emscripten_bind_MdGeTrsf_Value_2"]=function(){return(_emscripten_bind_MdGeTrsf_Value_2=Module["_emscripten_bind_MdGeTrsf_Value_2"]=Module["asm"]["fH"]).apply(null,arguments)};var _emscripten_bind_MdGeTrsf_Invert_0=Module["_emscripten_bind_MdGeTrsf_Invert_0"]=function(){return(_emscripten_bind_MdGeTrsf_Invert_0=Module["_emscripten_bind_MdGeTrsf_Invert_0"]=Module["asm"]["gH"]).apply(null,arguments)};var _emscripten_bind_MdGeTrsf_Inverted_0=Module["_emscripten_bind_MdGeTrsf_Inverted_0"]=function(){return(_emscripten_bind_MdGeTrsf_Inverted_0=Module["_emscripten_bind_MdGeTrsf_Inverted_0"]=Module["asm"]["hH"]).apply(null,arguments)};var _emscripten_bind_MdGeTrsf_Multiplied_1=Module["_emscripten_bind_MdGeTrsf_Multiplied_1"]=function(){return(_emscripten_bind_MdGeTrsf_Multiplied_1=Module["_emscripten_bind_MdGeTrsf_Multiplied_1"]=Module["asm"]["iH"]).apply(null,arguments)};var _emscripten_bind_MdGeTrsf_Multiply_1=Module["_emscripten_bind_MdGeTrsf_Multiply_1"]=function(){return(_emscripten_bind_MdGeTrsf_Multiply_1=Module["_emscripten_bind_MdGeTrsf_Multiply_1"]=Module["asm"]["jH"]).apply(null,arguments)};var _emscripten_bind_MdGeTrsf_PreMultiply_1=Module["_emscripten_bind_MdGeTrsf_PreMultiply_1"]=function(){return(_emscripten_bind_MdGeTrsf_PreMultiply_1=Module["_emscripten_bind_MdGeTrsf_PreMultiply_1"]=Module["asm"]["kH"]).apply(null,arguments)};var _emscripten_bind_MdGeTrsf_Power_1=Module["_emscripten_bind_MdGeTrsf_Power_1"]=function(){return(_emscripten_bind_MdGeTrsf_Power_1=Module["_emscripten_bind_MdGeTrsf_Power_1"]=Module["asm"]["lH"]).apply(null,arguments)};var _emscripten_bind_MdGeTrsf_Powered_1=Module["_emscripten_bind_MdGeTrsf_Powered_1"]=function(){return(_emscripten_bind_MdGeTrsf_Powered_1=Module["_emscripten_bind_MdGeTrsf_Powered_1"]=Module["asm"]["mH"]).apply(null,arguments)};var _emscripten_bind_MdGeTrsf_Transforms_3=Module["_emscripten_bind_MdGeTrsf_Transforms_3"]=function(){return(_emscripten_bind_MdGeTrsf_Transforms_3=Module["_emscripten_bind_MdGeTrsf_Transforms_3"]=Module["asm"]["nH"]).apply(null,arguments)};var _emscripten_bind_MdGeTrsf___destroy___0=Module["_emscripten_bind_MdGeTrsf___destroy___0"]=function(){return(_emscripten_bind_MdGeTrsf___destroy___0=Module["_emscripten_bind_MdGeTrsf___destroy___0"]=Module["asm"]["oH"]).apply(null,arguments)};var _emscripten_bind_MdGeVec_MdGeVec_0=Module["_emscripten_bind_MdGeVec_MdGeVec_0"]=function(){return(_emscripten_bind_MdGeVec_MdGeVec_0=Module["_emscripten_bind_MdGeVec_MdGeVec_0"]=Module["asm"]["pH"]).apply(null,arguments)};var _emscripten_bind_MdGeVec_MdGeVec_1=Module["_emscripten_bind_MdGeVec_MdGeVec_1"]=function(){return(_emscripten_bind_MdGeVec_MdGeVec_1=Module["_emscripten_bind_MdGeVec_MdGeVec_1"]=Module["asm"]["qH"]).apply(null,arguments)};var _emscripten_bind_MdGeVec_MdGeVec_2=Module["_emscripten_bind_MdGeVec_MdGeVec_2"]=function(){return(_emscripten_bind_MdGeVec_MdGeVec_2=Module["_emscripten_bind_MdGeVec_MdGeVec_2"]=Module["asm"]["rH"]).apply(null,arguments)};var _emscripten_bind_MdGeVec_MdGeVec_3=Module["_emscripten_bind_MdGeVec_MdGeVec_3"]=function(){return(_emscripten_bind_MdGeVec_MdGeVec_3=Module["_emscripten_bind_MdGeVec_MdGeVec_3"]=Module["asm"]["sH"]).apply(null,arguments)};var _emscripten_bind_MdGeVec_SetCoord_2=Module["_emscripten_bind_MdGeVec_SetCoord_2"]=function(){return(_emscripten_bind_MdGeVec_SetCoord_2=Module["_emscripten_bind_MdGeVec_SetCoord_2"]=Module["asm"]["tH"]).apply(null,arguments)};var _emscripten_bind_MdGeVec_SetCoord_3=Module["_emscripten_bind_MdGeVec_SetCoord_3"]=function(){return(_emscripten_bind_MdGeVec_SetCoord_3=Module["_emscripten_bind_MdGeVec_SetCoord_3"]=Module["asm"]["uH"]).apply(null,arguments)};var _emscripten_bind_MdGeVec_X_0=Module["_emscripten_bind_MdGeVec_X_0"]=function(){return(_emscripten_bind_MdGeVec_X_0=Module["_emscripten_bind_MdGeVec_X_0"]=Module["asm"]["vH"]).apply(null,arguments)};var _emscripten_bind_MdGeVec_Y_0=Module["_emscripten_bind_MdGeVec_Y_0"]=function(){return(_emscripten_bind_MdGeVec_Y_0=Module["_emscripten_bind_MdGeVec_Y_0"]=Module["asm"]["wH"]).apply(null,arguments)};var _emscripten_bind_MdGeVec_Z_0=Module["_emscripten_bind_MdGeVec_Z_0"]=function(){return(_emscripten_bind_MdGeVec_Z_0=Module["_emscripten_bind_MdGeVec_Z_0"]=Module["asm"]["xH"]).apply(null,arguments)};var _emscripten_bind_MdGeVec_SetX_1=Module["_emscripten_bind_MdGeVec_SetX_1"]=function(){return(_emscripten_bind_MdGeVec_SetX_1=Module["_emscripten_bind_MdGeVec_SetX_1"]=Module["asm"]["yH"]).apply(null,arguments)};var _emscripten_bind_MdGeVec_SetY_1=Module["_emscripten_bind_MdGeVec_SetY_1"]=function(){return(_emscripten_bind_MdGeVec_SetY_1=Module["_emscripten_bind_MdGeVec_SetY_1"]=Module["asm"]["zH"]).apply(null,arguments)};var _emscripten_bind_MdGeVec_SetZ_1=Module["_emscripten_bind_MdGeVec_SetZ_1"]=function(){return(_emscripten_bind_MdGeVec_SetZ_1=Module["_emscripten_bind_MdGeVec_SetZ_1"]=Module["asm"]["AH"]).apply(null,arguments)};var _emscripten_bind_MdGeVec_SetXYZ_3=Module["_emscripten_bind_MdGeVec_SetXYZ_3"]=function(){return(_emscripten_bind_MdGeVec_SetXYZ_3=Module["_emscripten_bind_MdGeVec_SetXYZ_3"]=Module["asm"]["BH"]).apply(null,arguments)};var _emscripten_bind_MdGeVec_Coord_1=Module["_emscripten_bind_MdGeVec_Coord_1"]=function(){return(_emscripten_bind_MdGeVec_Coord_1=Module["_emscripten_bind_MdGeVec_Coord_1"]=Module["asm"]["CH"]).apply(null,arguments)};var _emscripten_bind_MdGeVec_IsEqual_3=Module["_emscripten_bind_MdGeVec_IsEqual_3"]=function(){return(_emscripten_bind_MdGeVec_IsEqual_3=Module["_emscripten_bind_MdGeVec_IsEqual_3"]=Module["asm"]["DH"]).apply(null,arguments)};var _emscripten_bind_MdGeVec_IsNormal_2=Module["_emscripten_bind_MdGeVec_IsNormal_2"]=function(){return(_emscripten_bind_MdGeVec_IsNormal_2=Module["_emscripten_bind_MdGeVec_IsNormal_2"]=Module["asm"]["EH"]).apply(null,arguments)};var _emscripten_bind_MdGeVec_IsOpposite_2=Module["_emscripten_bind_MdGeVec_IsOpposite_2"]=function(){return(_emscripten_bind_MdGeVec_IsOpposite_2=Module["_emscripten_bind_MdGeVec_IsOpposite_2"]=Module["asm"]["FH"]).apply(null,arguments)};var _emscripten_bind_MdGeVec_IsParallel_2=Module["_emscripten_bind_MdGeVec_IsParallel_2"]=function(){return(_emscripten_bind_MdGeVec_IsParallel_2=Module["_emscripten_bind_MdGeVec_IsParallel_2"]=Module["asm"]["GH"]).apply(null,arguments)};var _emscripten_bind_MdGeVec_Angle_1=Module["_emscripten_bind_MdGeVec_Angle_1"]=function(){return(_emscripten_bind_MdGeVec_Angle_1=Module["_emscripten_bind_MdGeVec_Angle_1"]=Module["asm"]["HH"]).apply(null,arguments)};var _emscripten_bind_MdGeVec_AngleWithRef_2=Module["_emscripten_bind_MdGeVec_AngleWithRef_2"]=function(){return(_emscripten_bind_MdGeVec_AngleWithRef_2=Module["_emscripten_bind_MdGeVec_AngleWithRef_2"]=Module["asm"]["IH"]).apply(null,arguments)};var _emscripten_bind_MdGeVec_Magnitude_0=Module["_emscripten_bind_MdGeVec_Magnitude_0"]=function(){return(_emscripten_bind_MdGeVec_Magnitude_0=Module["_emscripten_bind_MdGeVec_Magnitude_0"]=Module["asm"]["JH"]).apply(null,arguments)};var _emscripten_bind_MdGeVec_SquareMagnitude_0=Module["_emscripten_bind_MdGeVec_SquareMagnitude_0"]=function(){return(_emscripten_bind_MdGeVec_SquareMagnitude_0=Module["_emscripten_bind_MdGeVec_SquareMagnitude_0"]=Module["asm"]["KH"]).apply(null,arguments)};var _emscripten_bind_MdGeVec_Add_1=Module["_emscripten_bind_MdGeVec_Add_1"]=function(){return(_emscripten_bind_MdGeVec_Add_1=Module["_emscripten_bind_MdGeVec_Add_1"]=Module["asm"]["LH"]).apply(null,arguments)};var _emscripten_bind_MdGeVec_Added_1=Module["_emscripten_bind_MdGeVec_Added_1"]=function(){return(_emscripten_bind_MdGeVec_Added_1=Module["_emscripten_bind_MdGeVec_Added_1"]=Module["asm"]["MH"]).apply(null,arguments)};var _emscripten_bind_MdGeVec_Subtract_1=Module["_emscripten_bind_MdGeVec_Subtract_1"]=function(){return(_emscripten_bind_MdGeVec_Subtract_1=Module["_emscripten_bind_MdGeVec_Subtract_1"]=Module["asm"]["NH"]).apply(null,arguments)};var _emscripten_bind_MdGeVec_Subtracted_1=Module["_emscripten_bind_MdGeVec_Subtracted_1"]=function(){return(_emscripten_bind_MdGeVec_Subtracted_1=Module["_emscripten_bind_MdGeVec_Subtracted_1"]=Module["asm"]["OH"]).apply(null,arguments)};var _emscripten_bind_MdGeVec_Multiply_1=Module["_emscripten_bind_MdGeVec_Multiply_1"]=function(){return(_emscripten_bind_MdGeVec_Multiply_1=Module["_emscripten_bind_MdGeVec_Multiply_1"]=Module["asm"]["PH"]).apply(null,arguments)};var _emscripten_bind_MdGeVec_Multiplied_1=Module["_emscripten_bind_MdGeVec_Multiplied_1"]=function(){return(_emscripten_bind_MdGeVec_Multiplied_1=Module["_emscripten_bind_MdGeVec_Multiplied_1"]=Module["asm"]["QH"]).apply(null,arguments)};var _emscripten_bind_MdGeVec_Divide_1=Module["_emscripten_bind_MdGeVec_Divide_1"]=function(){return(_emscripten_bind_MdGeVec_Divide_1=Module["_emscripten_bind_MdGeVec_Divide_1"]=Module["asm"]["RH"]).apply(null,arguments)};var _emscripten_bind_MdGeVec_Divided_1=Module["_emscripten_bind_MdGeVec_Divided_1"]=function(){return(_emscripten_bind_MdGeVec_Divided_1=Module["_emscripten_bind_MdGeVec_Divided_1"]=Module["asm"]["SH"]).apply(null,arguments)};var _emscripten_bind_MdGeVec_Cross_1=Module["_emscripten_bind_MdGeVec_Cross_1"]=function(){return(_emscripten_bind_MdGeVec_Cross_1=Module["_emscripten_bind_MdGeVec_Cross_1"]=Module["asm"]["TH"]).apply(null,arguments)};var _emscripten_bind_MdGeVec_Crossed_1=Module["_emscripten_bind_MdGeVec_Crossed_1"]=function(){return(_emscripten_bind_MdGeVec_Crossed_1=Module["_emscripten_bind_MdGeVec_Crossed_1"]=Module["asm"]["UH"]).apply(null,arguments)};var _emscripten_bind_MdGeVec_CrossMagnitude_1=Module["_emscripten_bind_MdGeVec_CrossMagnitude_1"]=function(){return(_emscripten_bind_MdGeVec_CrossMagnitude_1=Module["_emscripten_bind_MdGeVec_CrossMagnitude_1"]=Module["asm"]["VH"]).apply(null,arguments)};var _emscripten_bind_MdGeVec_CrossSquareMagnitude_1=Module["_emscripten_bind_MdGeVec_CrossSquareMagnitude_1"]=function(){return(_emscripten_bind_MdGeVec_CrossSquareMagnitude_1=Module["_emscripten_bind_MdGeVec_CrossSquareMagnitude_1"]=Module["asm"]["WH"]).apply(null,arguments)};var _emscripten_bind_MdGeVec_CrossCross_2=Module["_emscripten_bind_MdGeVec_CrossCross_2"]=function(){return(_emscripten_bind_MdGeVec_CrossCross_2=Module["_emscripten_bind_MdGeVec_CrossCross_2"]=Module["asm"]["XH"]).apply(null,arguments)};var _emscripten_bind_MdGeVec_CrossCrossed_2=Module["_emscripten_bind_MdGeVec_CrossCrossed_2"]=function(){return(_emscripten_bind_MdGeVec_CrossCrossed_2=Module["_emscripten_bind_MdGeVec_CrossCrossed_2"]=Module["asm"]["YH"]).apply(null,arguments)};var _emscripten_bind_MdGeVec_Dot_1=Module["_emscripten_bind_MdGeVec_Dot_1"]=function(){return(_emscripten_bind_MdGeVec_Dot_1=Module["_emscripten_bind_MdGeVec_Dot_1"]=Module["asm"]["ZH"]).apply(null,arguments)};var _emscripten_bind_MdGeVec_DotCross_2=Module["_emscripten_bind_MdGeVec_DotCross_2"]=function(){return(_emscripten_bind_MdGeVec_DotCross_2=Module["_emscripten_bind_MdGeVec_DotCross_2"]=Module["asm"]["_H"]).apply(null,arguments)};var _emscripten_bind_MdGeVec_Normalize_0=Module["_emscripten_bind_MdGeVec_Normalize_0"]=function(){return(_emscripten_bind_MdGeVec_Normalize_0=Module["_emscripten_bind_MdGeVec_Normalize_0"]=Module["asm"]["$H"]).apply(null,arguments)};var _emscripten_bind_MdGeVec_Normalized_0=Module["_emscripten_bind_MdGeVec_Normalized_0"]=function(){return(_emscripten_bind_MdGeVec_Normalized_0=Module["_emscripten_bind_MdGeVec_Normalized_0"]=Module["asm"]["aI"]).apply(null,arguments)};var _emscripten_bind_MdGeVec_Reverse_0=Module["_emscripten_bind_MdGeVec_Reverse_0"]=function(){return(_emscripten_bind_MdGeVec_Reverse_0=Module["_emscripten_bind_MdGeVec_Reverse_0"]=Module["asm"]["bI"]).apply(null,arguments)};var _emscripten_bind_MdGeVec_Reversed_0=Module["_emscripten_bind_MdGeVec_Reversed_0"]=function(){return(_emscripten_bind_MdGeVec_Reversed_0=Module["_emscripten_bind_MdGeVec_Reversed_0"]=Module["asm"]["cI"]).apply(null,arguments)};var _emscripten_bind_MdGeVec_SetLinearForm_2=Module["_emscripten_bind_MdGeVec_SetLinearForm_2"]=function(){return(_emscripten_bind_MdGeVec_SetLinearForm_2=Module["_emscripten_bind_MdGeVec_SetLinearForm_2"]=Module["asm"]["dI"]).apply(null,arguments)};var _emscripten_bind_MdGeVec_SetLinearForm_3=Module["_emscripten_bind_MdGeVec_SetLinearForm_3"]=function(){return(_emscripten_bind_MdGeVec_SetLinearForm_3=Module["_emscripten_bind_MdGeVec_SetLinearForm_3"]=Module["asm"]["eI"]).apply(null,arguments)};var _emscripten_bind_MdGeVec_SetLinearForm_4=Module["_emscripten_bind_MdGeVec_SetLinearForm_4"]=function(){return(_emscripten_bind_MdGeVec_SetLinearForm_4=Module["_emscripten_bind_MdGeVec_SetLinearForm_4"]=Module["asm"]["fI"]).apply(null,arguments)};var _emscripten_bind_MdGeVec_SetLinearForm_5=Module["_emscripten_bind_MdGeVec_SetLinearForm_5"]=function(){return(_emscripten_bind_MdGeVec_SetLinearForm_5=Module["_emscripten_bind_MdGeVec_SetLinearForm_5"]=Module["asm"]["gI"]).apply(null,arguments)};var _emscripten_bind_MdGeVec_SetLinearForm_6=Module["_emscripten_bind_MdGeVec_SetLinearForm_6"]=function(){return(_emscripten_bind_MdGeVec_SetLinearForm_6=Module["_emscripten_bind_MdGeVec_SetLinearForm_6"]=Module["asm"]["hI"]).apply(null,arguments)};var _emscripten_bind_MdGeVec_SetLinearForm_7=Module["_emscripten_bind_MdGeVec_SetLinearForm_7"]=function(){return(_emscripten_bind_MdGeVec_SetLinearForm_7=Module["_emscripten_bind_MdGeVec_SetLinearForm_7"]=Module["asm"]["iI"]).apply(null,arguments)};var _emscripten_bind_MdGeVec_MirrorByVec_1=Module["_emscripten_bind_MdGeVec_MirrorByVec_1"]=function(){return(_emscripten_bind_MdGeVec_MirrorByVec_1=Module["_emscripten_bind_MdGeVec_MirrorByVec_1"]=Module["asm"]["jI"]).apply(null,arguments)};var _emscripten_bind_MdGeVec_MirroredByVec_1=Module["_emscripten_bind_MdGeVec_MirroredByVec_1"]=function(){return(_emscripten_bind_MdGeVec_MirroredByVec_1=Module["_emscripten_bind_MdGeVec_MirroredByVec_1"]=Module["asm"]["kI"]).apply(null,arguments)};var _emscripten_bind_MdGeVec_MirrorByAxis_1=Module["_emscripten_bind_MdGeVec_MirrorByAxis_1"]=function(){return(_emscripten_bind_MdGeVec_MirrorByAxis_1=Module["_emscripten_bind_MdGeVec_MirrorByAxis_1"]=Module["asm"]["lI"]).apply(null,arguments)};var _emscripten_bind_MdGeVec_MirroredByAxis_1=Module["_emscripten_bind_MdGeVec_MirroredByAxis_1"]=function(){return(_emscripten_bind_MdGeVec_MirroredByAxis_1=Module["_emscripten_bind_MdGeVec_MirroredByAxis_1"]=Module["asm"]["mI"]).apply(null,arguments)};var _emscripten_bind_MdGeVec_MirrorByCSYSR_1=Module["_emscripten_bind_MdGeVec_MirrorByCSYSR_1"]=function(){return(_emscripten_bind_MdGeVec_MirrorByCSYSR_1=Module["_emscripten_bind_MdGeVec_MirrorByCSYSR_1"]=Module["asm"]["nI"]).apply(null,arguments)};var _emscripten_bind_MdGeVec_MirroredByCSYSR_1=Module["_emscripten_bind_MdGeVec_MirroredByCSYSR_1"]=function(){return(_emscripten_bind_MdGeVec_MirroredByCSYSR_1=Module["_emscripten_bind_MdGeVec_MirroredByCSYSR_1"]=Module["asm"]["oI"]).apply(null,arguments)};var _emscripten_bind_MdGeVec_Rotate_2=Module["_emscripten_bind_MdGeVec_Rotate_2"]=function(){return(_emscripten_bind_MdGeVec_Rotate_2=Module["_emscripten_bind_MdGeVec_Rotate_2"]=Module["asm"]["pI"]).apply(null,arguments)};var _emscripten_bind_MdGeVec_Rotated_2=Module["_emscripten_bind_MdGeVec_Rotated_2"]=function(){return(_emscripten_bind_MdGeVec_Rotated_2=Module["_emscripten_bind_MdGeVec_Rotated_2"]=Module["asm"]["qI"]).apply(null,arguments)};var _emscripten_bind_MdGeVec_Scale_1=Module["_emscripten_bind_MdGeVec_Scale_1"]=function(){return(_emscripten_bind_MdGeVec_Scale_1=Module["_emscripten_bind_MdGeVec_Scale_1"]=Module["asm"]["rI"]).apply(null,arguments)};var _emscripten_bind_MdGeVec_Scaled_1=Module["_emscripten_bind_MdGeVec_Scaled_1"]=function(){return(_emscripten_bind_MdGeVec_Scaled_1=Module["_emscripten_bind_MdGeVec_Scaled_1"]=Module["asm"]["sI"]).apply(null,arguments)};var _emscripten_bind_MdGeVec_Transform_1=Module["_emscripten_bind_MdGeVec_Transform_1"]=function(){return(_emscripten_bind_MdGeVec_Transform_1=Module["_emscripten_bind_MdGeVec_Transform_1"]=Module["asm"]["tI"]).apply(null,arguments)};var _emscripten_bind_MdGeVec_Transformed_1=Module["_emscripten_bind_MdGeVec_Transformed_1"]=function(){return(_emscripten_bind_MdGeVec_Transformed_1=Module["_emscripten_bind_MdGeVec_Transformed_1"]=Module["asm"]["uI"]).apply(null,arguments)};var _emscripten_bind_MdGeVec___destroy___0=Module["_emscripten_bind_MdGeVec___destroy___0"]=function(){return(_emscripten_bind_MdGeVec___destroy___0=Module["_emscripten_bind_MdGeVec___destroy___0"]=Module["asm"]["vI"]).apply(null,arguments)};var _emscripten_bind_MdGeMat_MdGeMat_0=Module["_emscripten_bind_MdGeMat_MdGeMat_0"]=function(){return(_emscripten_bind_MdGeMat_MdGeMat_0=Module["_emscripten_bind_MdGeMat_MdGeMat_0"]=Module["asm"]["wI"]).apply(null,arguments)};var _emscripten_bind_MdGeMat_MdGeMat_1=Module["_emscripten_bind_MdGeMat_MdGeMat_1"]=function(){return(_emscripten_bind_MdGeMat_MdGeMat_1=Module["_emscripten_bind_MdGeMat_MdGeMat_1"]=Module["asm"]["xI"]).apply(null,arguments)};var _emscripten_bind_MdGeMat_MdGeMat_3=Module["_emscripten_bind_MdGeMat_MdGeMat_3"]=function(){return(_emscripten_bind_MdGeMat_MdGeMat_3=Module["_emscripten_bind_MdGeMat_MdGeMat_3"]=Module["asm"]["yI"]).apply(null,arguments)};var _emscripten_bind_MdGeMat_MdGeMat_9=Module["_emscripten_bind_MdGeMat_MdGeMat_9"]=function(){return(_emscripten_bind_MdGeMat_MdGeMat_9=Module["_emscripten_bind_MdGeMat_MdGeMat_9"]=Module["asm"]["zI"]).apply(null,arguments)};var _emscripten_bind_MdGeMat_SetCol_2=Module["_emscripten_bind_MdGeMat_SetCol_2"]=function(){return(_emscripten_bind_MdGeMat_SetCol_2=Module["_emscripten_bind_MdGeMat_SetCol_2"]=Module["asm"]["AI"]).apply(null,arguments)};var _emscripten_bind_MdGeMat_SetCols_3=Module["_emscripten_bind_MdGeMat_SetCols_3"]=function(){return(_emscripten_bind_MdGeMat_SetCols_3=Module["_emscripten_bind_MdGeMat_SetCols_3"]=Module["asm"]["BI"]).apply(null,arguments)};var _emscripten_bind_MdGeMat_SetCross_1=Module["_emscripten_bind_MdGeMat_SetCross_1"]=function(){return(_emscripten_bind_MdGeMat_SetCross_1=Module["_emscripten_bind_MdGeMat_SetCross_1"]=Module["asm"]["CI"]).apply(null,arguments)};var _emscripten_bind_MdGeMat_SetDiagonal_3=Module["_emscripten_bind_MdGeMat_SetDiagonal_3"]=function(){return(_emscripten_bind_MdGeMat_SetDiagonal_3=Module["_emscripten_bind_MdGeMat_SetDiagonal_3"]=Module["asm"]["DI"]).apply(null,arguments)};var _emscripten_bind_MdGeMat_SetDot_1=Module["_emscripten_bind_MdGeMat_SetDot_1"]=function(){return(_emscripten_bind_MdGeMat_SetDot_1=Module["_emscripten_bind_MdGeMat_SetDot_1"]=Module["asm"]["EI"]).apply(null,arguments)};var _emscripten_bind_MdGeMat_SetIdentity_0=Module["_emscripten_bind_MdGeMat_SetIdentity_0"]=function(){return(_emscripten_bind_MdGeMat_SetIdentity_0=Module["_emscripten_bind_MdGeMat_SetIdentity_0"]=Module["asm"]["FI"]).apply(null,arguments)};var _emscripten_bind_MdGeMat_SetRotation_2=Module["_emscripten_bind_MdGeMat_SetRotation_2"]=function(){return(_emscripten_bind_MdGeMat_SetRotation_2=Module["_emscripten_bind_MdGeMat_SetRotation_2"]=Module["asm"]["GI"]).apply(null,arguments)};var _emscripten_bind_MdGeMat_SetRow_2=Module["_emscripten_bind_MdGeMat_SetRow_2"]=function(){return(_emscripten_bind_MdGeMat_SetRow_2=Module["_emscripten_bind_MdGeMat_SetRow_2"]=Module["asm"]["HI"]).apply(null,arguments)};var _emscripten_bind_MdGeMat_SetRows_3=Module["_emscripten_bind_MdGeMat_SetRows_3"]=function(){return(_emscripten_bind_MdGeMat_SetRows_3=Module["_emscripten_bind_MdGeMat_SetRows_3"]=Module["asm"]["II"]).apply(null,arguments)};var _emscripten_bind_MdGeMat_SetScale_1=Module["_emscripten_bind_MdGeMat_SetScale_1"]=function(){return(_emscripten_bind_MdGeMat_SetScale_1=Module["_emscripten_bind_MdGeMat_SetScale_1"]=Module["asm"]["JI"]).apply(null,arguments)};var _emscripten_bind_MdGeMat_SetValue_3=Module["_emscripten_bind_MdGeMat_SetValue_3"]=function(){return(_emscripten_bind_MdGeMat_SetValue_3=Module["_emscripten_bind_MdGeMat_SetValue_3"]=Module["asm"]["KI"]).apply(null,arguments)};var _emscripten_bind_MdGeMat_Column_1=Module["_emscripten_bind_MdGeMat_Column_1"]=function(){return(_emscripten_bind_MdGeMat_Column_1=Module["_emscripten_bind_MdGeMat_Column_1"]=Module["asm"]["LI"]).apply(null,arguments)};var _emscripten_bind_MdGeMat_Determinant_0=Module["_emscripten_bind_MdGeMat_Determinant_0"]=function(){return(_emscripten_bind_MdGeMat_Determinant_0=Module["_emscripten_bind_MdGeMat_Determinant_0"]=Module["asm"]["MI"]).apply(null,arguments)};var _emscripten_bind_MdGeMat_Diagonal_0=Module["_emscripten_bind_MdGeMat_Diagonal_0"]=function(){return(_emscripten_bind_MdGeMat_Diagonal_0=Module["_emscripten_bind_MdGeMat_Diagonal_0"]=Module["asm"]["NI"]).apply(null,arguments)};var _emscripten_bind_MdGeMat_Row_1=Module["_emscripten_bind_MdGeMat_Row_1"]=function(){return(_emscripten_bind_MdGeMat_Row_1=Module["_emscripten_bind_MdGeMat_Row_1"]=Module["asm"]["OI"]).apply(null,arguments)};var _emscripten_bind_MdGeMat_Value_2=Module["_emscripten_bind_MdGeMat_Value_2"]=function(){return(_emscripten_bind_MdGeMat_Value_2=Module["_emscripten_bind_MdGeMat_Value_2"]=Module["asm"]["PI"]).apply(null,arguments)};var _emscripten_bind_MdGeMat_ChangeValue_3=Module["_emscripten_bind_MdGeMat_ChangeValue_3"]=function(){return(_emscripten_bind_MdGeMat_ChangeValue_3=Module["_emscripten_bind_MdGeMat_ChangeValue_3"]=Module["asm"]["QI"]).apply(null,arguments)};var _emscripten_bind_MdGeMat_IsSingular_0=Module["_emscripten_bind_MdGeMat_IsSingular_0"]=function(){return(_emscripten_bind_MdGeMat_IsSingular_0=Module["_emscripten_bind_MdGeMat_IsSingular_0"]=Module["asm"]["RI"]).apply(null,arguments)};var _emscripten_bind_MdGeMat_Add_1=Module["_emscripten_bind_MdGeMat_Add_1"]=function(){return(_emscripten_bind_MdGeMat_Add_1=Module["_emscripten_bind_MdGeMat_Add_1"]=Module["asm"]["SI"]).apply(null,arguments)};var _emscripten_bind_MdGeMat_Added_1=Module["_emscripten_bind_MdGeMat_Added_1"]=function(){return(_emscripten_bind_MdGeMat_Added_1=Module["_emscripten_bind_MdGeMat_Added_1"]=Module["asm"]["TI"]).apply(null,arguments)};var _emscripten_bind_MdGeMat_Divide_1=Module["_emscripten_bind_MdGeMat_Divide_1"]=function(){return(_emscripten_bind_MdGeMat_Divide_1=Module["_emscripten_bind_MdGeMat_Divide_1"]=Module["asm"]["UI"]).apply(null,arguments)};var _emscripten_bind_MdGeMat_Divided_1=Module["_emscripten_bind_MdGeMat_Divided_1"]=function(){return(_emscripten_bind_MdGeMat_Divided_1=Module["_emscripten_bind_MdGeMat_Divided_1"]=Module["asm"]["VI"]).apply(null,arguments)};var _emscripten_bind_MdGeMat_Invert_0=Module["_emscripten_bind_MdGeMat_Invert_0"]=function(){return(_emscripten_bind_MdGeMat_Invert_0=Module["_emscripten_bind_MdGeMat_Invert_0"]=Module["asm"]["WI"]).apply(null,arguments)};var _emscripten_bind_MdGeMat_Inverted_0=Module["_emscripten_bind_MdGeMat_Inverted_0"]=function(){return(_emscripten_bind_MdGeMat_Inverted_0=Module["_emscripten_bind_MdGeMat_Inverted_0"]=Module["asm"]["XI"]).apply(null,arguments)};var _emscripten_bind_MdGeMat_MultipliedByMat_1=Module["_emscripten_bind_MdGeMat_MultipliedByMat_1"]=function(){return(_emscripten_bind_MdGeMat_MultipliedByMat_1=Module["_emscripten_bind_MdGeMat_MultipliedByMat_1"]=Module["asm"]["YI"]).apply(null,arguments)};var _emscripten_bind_MdGeMat_MultiplyByMat_1=Module["_emscripten_bind_MdGeMat_MultiplyByMat_1"]=function(){return(_emscripten_bind_MdGeMat_MultiplyByMat_1=Module["_emscripten_bind_MdGeMat_MultiplyByMat_1"]=Module["asm"]["ZI"]).apply(null,arguments)};var _emscripten_bind_MdGeMat_PreMultiplyByMat_1=Module["_emscripten_bind_MdGeMat_PreMultiplyByMat_1"]=function(){return(_emscripten_bind_MdGeMat_PreMultiplyByMat_1=Module["_emscripten_bind_MdGeMat_PreMultiplyByMat_1"]=Module["asm"]["_I"]).apply(null,arguments)};var _emscripten_bind_MdGeMat_MultipliedByS_1=Module["_emscripten_bind_MdGeMat_MultipliedByS_1"]=function(){return(_emscripten_bind_MdGeMat_MultipliedByS_1=Module["_emscripten_bind_MdGeMat_MultipliedByS_1"]=Module["asm"]["$I"]).apply(null,arguments)};var _emscripten_bind_MdGeMat_MultiplyByS_1=Module["_emscripten_bind_MdGeMat_MultiplyByS_1"]=function(){return(_emscripten_bind_MdGeMat_MultiplyByS_1=Module["_emscripten_bind_MdGeMat_MultiplyByS_1"]=Module["asm"]["aJ"]).apply(null,arguments)};var _emscripten_bind_MdGeMat_Power_1=Module["_emscripten_bind_MdGeMat_Power_1"]=function(){return(_emscripten_bind_MdGeMat_Power_1=Module["_emscripten_bind_MdGeMat_Power_1"]=Module["asm"]["bJ"]).apply(null,arguments)};var _emscripten_bind_MdGeMat_Powered_1=Module["_emscripten_bind_MdGeMat_Powered_1"]=function(){return(_emscripten_bind_MdGeMat_Powered_1=Module["_emscripten_bind_MdGeMat_Powered_1"]=Module["asm"]["cJ"]).apply(null,arguments)};var _emscripten_bind_MdGeMat_Subtract_1=Module["_emscripten_bind_MdGeMat_Subtract_1"]=function(){return(_emscripten_bind_MdGeMat_Subtract_1=Module["_emscripten_bind_MdGeMat_Subtract_1"]=Module["asm"]["dJ"]).apply(null,arguments)};var _emscripten_bind_MdGeMat_Subtracted_1=Module["_emscripten_bind_MdGeMat_Subtracted_1"]=function(){return(_emscripten_bind_MdGeMat_Subtracted_1=Module["_emscripten_bind_MdGeMat_Subtracted_1"]=Module["asm"]["eJ"]).apply(null,arguments)};var _emscripten_bind_MdGeMat_Transpose_0=Module["_emscripten_bind_MdGeMat_Transpose_0"]=function(){return(_emscripten_bind_MdGeMat_Transpose_0=Module["_emscripten_bind_MdGeMat_Transpose_0"]=Module["asm"]["fJ"]).apply(null,arguments)};var _emscripten_bind_MdGeMat_Transposed_0=Module["_emscripten_bind_MdGeMat_Transposed_0"]=function(){return(_emscripten_bind_MdGeMat_Transposed_0=Module["_emscripten_bind_MdGeMat_Transposed_0"]=Module["asm"]["gJ"]).apply(null,arguments)};var _emscripten_bind_MdGeMat___destroy___0=Module["_emscripten_bind_MdGeMat___destroy___0"]=function(){return(_emscripten_bind_MdGeMat___destroy___0=Module["_emscripten_bind_MdGeMat___destroy___0"]=Module["asm"]["hJ"]).apply(null,arguments)};var _emscripten_bind_MdGeAxis_MdGeAxis_0=Module["_emscripten_bind_MdGeAxis_MdGeAxis_0"]=function(){return(_emscripten_bind_MdGeAxis_MdGeAxis_0=Module["_emscripten_bind_MdGeAxis_MdGeAxis_0"]=Module["asm"]["iJ"]).apply(null,arguments)};var _emscripten_bind_MdGeAxis_MdGeAxis_1=Module["_emscripten_bind_MdGeAxis_MdGeAxis_1"]=function(){return(_emscripten_bind_MdGeAxis_MdGeAxis_1=Module["_emscripten_bind_MdGeAxis_MdGeAxis_1"]=Module["asm"]["jJ"]).apply(null,arguments)};var _emscripten_bind_MdGeAxis_MdGeAxis_2=Module["_emscripten_bind_MdGeAxis_MdGeAxis_2"]=function(){return(_emscripten_bind_MdGeAxis_MdGeAxis_2=Module["_emscripten_bind_MdGeAxis_MdGeAxis_2"]=Module["asm"]["kJ"]).apply(null,arguments)};var _emscripten_bind_MdGeAxis_Direction_0=Module["_emscripten_bind_MdGeAxis_Direction_0"]=function(){return(_emscripten_bind_MdGeAxis_Direction_0=Module["_emscripten_bind_MdGeAxis_Direction_0"]=Module["asm"]["lJ"]).apply(null,arguments)};var _emscripten_bind_MdGeAxis_Location_0=Module["_emscripten_bind_MdGeAxis_Location_0"]=function(){return(_emscripten_bind_MdGeAxis_Location_0=Module["_emscripten_bind_MdGeAxis_Location_0"]=Module["asm"]["mJ"]).apply(null,arguments)};var _emscripten_bind_MdGeAxis_SetDirection_1=Module["_emscripten_bind_MdGeAxis_SetDirection_1"]=function(){return(_emscripten_bind_MdGeAxis_SetDirection_1=Module["_emscripten_bind_MdGeAxis_SetDirection_1"]=Module["asm"]["nJ"]).apply(null,arguments)};var _emscripten_bind_MdGeAxis_SetLocation_1=Module["_emscripten_bind_MdGeAxis_SetLocation_1"]=function(){return(_emscripten_bind_MdGeAxis_SetLocation_1=Module["_emscripten_bind_MdGeAxis_SetLocation_1"]=Module["asm"]["oJ"]).apply(null,arguments)};var _emscripten_bind_MdGeAxis___destroy___0=Module["_emscripten_bind_MdGeAxis___destroy___0"]=function(){return(_emscripten_bind_MdGeAxis___destroy___0=Module["_emscripten_bind_MdGeAxis___destroy___0"]=Module["asm"]["pJ"]).apply(null,arguments)};var _emscripten_bind_MdGeCSYSR_MdGeCSYSR_0=Module["_emscripten_bind_MdGeCSYSR_MdGeCSYSR_0"]=function(){return(_emscripten_bind_MdGeCSYSR_MdGeCSYSR_0=Module["_emscripten_bind_MdGeCSYSR_MdGeCSYSR_0"]=Module["asm"]["qJ"]).apply(null,arguments)};var _emscripten_bind_MdGeCSYSR_MdGeCSYSR_1=Module["_emscripten_bind_MdGeCSYSR_MdGeCSYSR_1"]=function(){return(_emscripten_bind_MdGeCSYSR_MdGeCSYSR_1=Module["_emscripten_bind_MdGeCSYSR_MdGeCSYSR_1"]=Module["asm"]["rJ"]).apply(null,arguments)};var _emscripten_bind_MdGeCSYSR_MdGeCSYSR_3=Module["_emscripten_bind_MdGeCSYSR_MdGeCSYSR_3"]=function(){return(_emscripten_bind_MdGeCSYSR_MdGeCSYSR_3=Module["_emscripten_bind_MdGeCSYSR_MdGeCSYSR_3"]=Module["asm"]["sJ"]).apply(null,arguments)};var _emscripten_bind_MdGeCSYSR_Origin_0=Module["_emscripten_bind_MdGeCSYSR_Origin_0"]=function(){return(_emscripten_bind_MdGeCSYSR_Origin_0=Module["_emscripten_bind_MdGeCSYSR_Origin_0"]=Module["asm"]["tJ"]).apply(null,arguments)};var _emscripten_bind_MdGeCSYSR_XDirection_0=Module["_emscripten_bind_MdGeCSYSR_XDirection_0"]=function(){return(_emscripten_bind_MdGeCSYSR_XDirection_0=Module["_emscripten_bind_MdGeCSYSR_XDirection_0"]=Module["asm"]["uJ"]).apply(null,arguments)};var _emscripten_bind_MdGeCSYSR_YDirection_0=Module["_emscripten_bind_MdGeCSYSR_YDirection_0"]=function(){return(_emscripten_bind_MdGeCSYSR_YDirection_0=Module["_emscripten_bind_MdGeCSYSR_YDirection_0"]=Module["asm"]["vJ"]).apply(null,arguments)};var _emscripten_bind_MdGeCSYSR_ZDirection_0=Module["_emscripten_bind_MdGeCSYSR_ZDirection_0"]=function(){return(_emscripten_bind_MdGeCSYSR_ZDirection_0=Module["_emscripten_bind_MdGeCSYSR_ZDirection_0"]=Module["asm"]["wJ"]).apply(null,arguments)};var _emscripten_bind_MdGeCSYSR_SetOrigin_1=Module["_emscripten_bind_MdGeCSYSR_SetOrigin_1"]=function(){return(_emscripten_bind_MdGeCSYSR_SetOrigin_1=Module["_emscripten_bind_MdGeCSYSR_SetOrigin_1"]=Module["asm"]["xJ"]).apply(null,arguments)};var _emscripten_bind_MdGeCSYSR_SetOrigin_3=Module["_emscripten_bind_MdGeCSYSR_SetOrigin_3"]=function(){return(_emscripten_bind_MdGeCSYSR_SetOrigin_3=Module["_emscripten_bind_MdGeCSYSR_SetOrigin_3"]=Module["asm"]["yJ"]).apply(null,arguments)};var _emscripten_bind_MdGeCSYSR_SetXDirection_1=Module["_emscripten_bind_MdGeCSYSR_SetXDirection_1"]=function(){return(_emscripten_bind_MdGeCSYSR_SetXDirection_1=Module["_emscripten_bind_MdGeCSYSR_SetXDirection_1"]=Module["asm"]["zJ"]).apply(null,arguments)};var _emscripten_bind_MdGeCSYSR_SetYDirection_1=Module["_emscripten_bind_MdGeCSYSR_SetYDirection_1"]=function(){return(_emscripten_bind_MdGeCSYSR_SetYDirection_1=Module["_emscripten_bind_MdGeCSYSR_SetYDirection_1"]=Module["asm"]["AJ"]).apply(null,arguments)};var _emscripten_bind_MdGeCSYSR_SetZDirection_1=Module["_emscripten_bind_MdGeCSYSR_SetZDirection_1"]=function(){return(_emscripten_bind_MdGeCSYSR_SetZDirection_1=Module["_emscripten_bind_MdGeCSYSR_SetZDirection_1"]=Module["asm"]["BJ"]).apply(null,arguments)};var _emscripten_bind_MdGeCSYSR_Angle_1=Module["_emscripten_bind_MdGeCSYSR_Angle_1"]=function(){return(_emscripten_bind_MdGeCSYSR_Angle_1=Module["_emscripten_bind_MdGeCSYSR_Angle_1"]=Module["asm"]["CJ"]).apply(null,arguments)};var _emscripten_bind_MdGeCSYSR_Axis_0=Module["_emscripten_bind_MdGeCSYSR_Axis_0"]=function(){return(_emscripten_bind_MdGeCSYSR_Axis_0=Module["_emscripten_bind_MdGeCSYSR_Axis_0"]=Module["asm"]["DJ"]).apply(null,arguments)};var _emscripten_bind_MdGeCSYSR_IsCoplanarWithCSYSR_3=Module["_emscripten_bind_MdGeCSYSR_IsCoplanarWithCSYSR_3"]=function(){return(_emscripten_bind_MdGeCSYSR_IsCoplanarWithCSYSR_3=Module["_emscripten_bind_MdGeCSYSR_IsCoplanarWithCSYSR_3"]=Module["asm"]["EJ"]).apply(null,arguments)};var _emscripten_bind_MdGeCSYSR_IsCoplanarWithAxis_3=Module["_emscripten_bind_MdGeCSYSR_IsCoplanarWithAxis_3"]=function(){return(_emscripten_bind_MdGeCSYSR_IsCoplanarWithAxis_3=Module["_emscripten_bind_MdGeCSYSR_IsCoplanarWithAxis_3"]=Module["asm"]["FJ"]).apply(null,arguments)};var _emscripten_bind_MdGeCSYSR_MirrorByPoint_1=Module["_emscripten_bind_MdGeCSYSR_MirrorByPoint_1"]=function(){return(_emscripten_bind_MdGeCSYSR_MirrorByPoint_1=Module["_emscripten_bind_MdGeCSYSR_MirrorByPoint_1"]=Module["asm"]["GJ"]).apply(null,arguments)};var _emscripten_bind_MdGeCSYSR_MirroredByPoint_1=Module["_emscripten_bind_MdGeCSYSR_MirroredByPoint_1"]=function(){return(_emscripten_bind_MdGeCSYSR_MirroredByPoint_1=Module["_emscripten_bind_MdGeCSYSR_MirroredByPoint_1"]=Module["asm"]["HJ"]).apply(null,arguments)};var _emscripten_bind_MdGeCSYSR_MirrorByAxis_1=Module["_emscripten_bind_MdGeCSYSR_MirrorByAxis_1"]=function(){return(_emscripten_bind_MdGeCSYSR_MirrorByAxis_1=Module["_emscripten_bind_MdGeCSYSR_MirrorByAxis_1"]=Module["asm"]["IJ"]).apply(null,arguments)};var _emscripten_bind_MdGeCSYSR_MirroredByAxis_1=Module["_emscripten_bind_MdGeCSYSR_MirroredByAxis_1"]=function(){return(_emscripten_bind_MdGeCSYSR_MirroredByAxis_1=Module["_emscripten_bind_MdGeCSYSR_MirroredByAxis_1"]=Module["asm"]["JJ"]).apply(null,arguments)};var _emscripten_bind_MdGeCSYSR_MirrorByCSYSR_1=Module["_emscripten_bind_MdGeCSYSR_MirrorByCSYSR_1"]=function(){return(_emscripten_bind_MdGeCSYSR_MirrorByCSYSR_1=Module["_emscripten_bind_MdGeCSYSR_MirrorByCSYSR_1"]=Module["asm"]["KJ"]).apply(null,arguments)};var _emscripten_bind_MdGeCSYSR_MirroredByCSYSR_1=Module["_emscripten_bind_MdGeCSYSR_MirroredByCSYSR_1"]=function(){return(_emscripten_bind_MdGeCSYSR_MirroredByCSYSR_1=Module["_emscripten_bind_MdGeCSYSR_MirroredByCSYSR_1"]=Module["asm"]["LJ"]).apply(null,arguments)};var _emscripten_bind_MdGeCSYSR_Rotate_2=Module["_emscripten_bind_MdGeCSYSR_Rotate_2"]=function(){return(_emscripten_bind_MdGeCSYSR_Rotate_2=Module["_emscripten_bind_MdGeCSYSR_Rotate_2"]=Module["asm"]["MJ"]).apply(null,arguments)};var _emscripten_bind_MdGeCSYSR_Rotated_2=Module["_emscripten_bind_MdGeCSYSR_Rotated_2"]=function(){return(_emscripten_bind_MdGeCSYSR_Rotated_2=Module["_emscripten_bind_MdGeCSYSR_Rotated_2"]=Module["asm"]["NJ"]).apply(null,arguments)};var _emscripten_bind_MdGeCSYSR_Scale_2=Module["_emscripten_bind_MdGeCSYSR_Scale_2"]=function(){return(_emscripten_bind_MdGeCSYSR_Scale_2=Module["_emscripten_bind_MdGeCSYSR_Scale_2"]=Module["asm"]["OJ"]).apply(null,arguments)};var _emscripten_bind_MdGeCSYSR_Scaled_2=Module["_emscripten_bind_MdGeCSYSR_Scaled_2"]=function(){return(_emscripten_bind_MdGeCSYSR_Scaled_2=Module["_emscripten_bind_MdGeCSYSR_Scaled_2"]=Module["asm"]["PJ"]).apply(null,arguments)};var _emscripten_bind_MdGeCSYSR_Transform_1=Module["_emscripten_bind_MdGeCSYSR_Transform_1"]=function(){return(_emscripten_bind_MdGeCSYSR_Transform_1=Module["_emscripten_bind_MdGeCSYSR_Transform_1"]=Module["asm"]["QJ"]).apply(null,arguments)};var _emscripten_bind_MdGeCSYSR_Transformed_1=Module["_emscripten_bind_MdGeCSYSR_Transformed_1"]=function(){return(_emscripten_bind_MdGeCSYSR_Transformed_1=Module["_emscripten_bind_MdGeCSYSR_Transformed_1"]=Module["asm"]["RJ"]).apply(null,arguments)};var _emscripten_bind_MdGeCSYSR_TranslateByVec_1=Module["_emscripten_bind_MdGeCSYSR_TranslateByVec_1"]=function(){return(_emscripten_bind_MdGeCSYSR_TranslateByVec_1=Module["_emscripten_bind_MdGeCSYSR_TranslateByVec_1"]=Module["asm"]["SJ"]).apply(null,arguments)};var _emscripten_bind_MdGeCSYSR_TranslatedByVec_1=Module["_emscripten_bind_MdGeCSYSR_TranslatedByVec_1"]=function(){return(_emscripten_bind_MdGeCSYSR_TranslatedByVec_1=Module["_emscripten_bind_MdGeCSYSR_TranslatedByVec_1"]=Module["asm"]["TJ"]).apply(null,arguments)};var _emscripten_bind_MdGeCSYSR_TranslateBy2Points_2=Module["_emscripten_bind_MdGeCSYSR_TranslateBy2Points_2"]=function(){return(_emscripten_bind_MdGeCSYSR_TranslateBy2Points_2=Module["_emscripten_bind_MdGeCSYSR_TranslateBy2Points_2"]=Module["asm"]["UJ"]).apply(null,arguments)};var _emscripten_bind_MdGeCSYSR_TranslatedBy2Points_2=Module["_emscripten_bind_MdGeCSYSR_TranslatedBy2Points_2"]=function(){return(_emscripten_bind_MdGeCSYSR_TranslatedBy2Points_2=Module["_emscripten_bind_MdGeCSYSR_TranslatedBy2Points_2"]=Module["asm"]["VJ"]).apply(null,arguments)};var _emscripten_bind_MdGeCSYSR___destroy___0=Module["_emscripten_bind_MdGeCSYSR___destroy___0"]=function(){return(_emscripten_bind_MdGeCSYSR___destroy___0=Module["_emscripten_bind_MdGeCSYSR___destroy___0"]=Module["asm"]["WJ"]).apply(null,arguments)};var _emscripten_bind_MdGeCSYS_MdGeCSYS_0=Module["_emscripten_bind_MdGeCSYS_MdGeCSYS_0"]=function(){return(_emscripten_bind_MdGeCSYS_MdGeCSYS_0=Module["_emscripten_bind_MdGeCSYS_MdGeCSYS_0"]=Module["asm"]["XJ"]).apply(null,arguments)};var _emscripten_bind_MdGeCSYS_MdGeCSYS_1=Module["_emscripten_bind_MdGeCSYS_MdGeCSYS_1"]=function(){return(_emscripten_bind_MdGeCSYS_MdGeCSYS_1=Module["_emscripten_bind_MdGeCSYS_MdGeCSYS_1"]=Module["asm"]["YJ"]).apply(null,arguments)};var _emscripten_bind_MdGeCSYS_MdGeCSYS_2=Module["_emscripten_bind_MdGeCSYS_MdGeCSYS_2"]=function(){return(_emscripten_bind_MdGeCSYS_MdGeCSYS_2=Module["_emscripten_bind_MdGeCSYS_MdGeCSYS_2"]=Module["asm"]["ZJ"]).apply(null,arguments)};var _emscripten_bind_MdGeCSYS_MdGeCSYS_3=Module["_emscripten_bind_MdGeCSYS_MdGeCSYS_3"]=function(){return(_emscripten_bind_MdGeCSYS_MdGeCSYS_3=Module["_emscripten_bind_MdGeCSYS_MdGeCSYS_3"]=Module["asm"]["_J"]).apply(null,arguments)};var _emscripten_bind_MdGeCSYS_XReverse_0=Module["_emscripten_bind_MdGeCSYS_XReverse_0"]=function(){return(_emscripten_bind_MdGeCSYS_XReverse_0=Module["_emscripten_bind_MdGeCSYS_XReverse_0"]=Module["asm"]["$J"]).apply(null,arguments)};var _emscripten_bind_MdGeCSYS_YReverse_0=Module["_emscripten_bind_MdGeCSYS_YReverse_0"]=function(){return(_emscripten_bind_MdGeCSYS_YReverse_0=Module["_emscripten_bind_MdGeCSYS_YReverse_0"]=Module["asm"]["aK"]).apply(null,arguments)};var _emscripten_bind_MdGeCSYS_ZReverse_0=Module["_emscripten_bind_MdGeCSYS_ZReverse_0"]=function(){return(_emscripten_bind_MdGeCSYS_ZReverse_0=Module["_emscripten_bind_MdGeCSYS_ZReverse_0"]=Module["asm"]["bK"]).apply(null,arguments)};var _emscripten_bind_MdGeCSYS_SetZAxis_1=Module["_emscripten_bind_MdGeCSYS_SetZAxis_1"]=function(){return(_emscripten_bind_MdGeCSYS_SetZAxis_1=Module["_emscripten_bind_MdGeCSYS_SetZAxis_1"]=Module["asm"]["cK"]).apply(null,arguments)};var _emscripten_bind_MdGeCSYS_SetZDirection_1=Module["_emscripten_bind_MdGeCSYS_SetZDirection_1"]=function(){return(_emscripten_bind_MdGeCSYS_SetZDirection_1=Module["_emscripten_bind_MdGeCSYS_SetZDirection_1"]=Module["asm"]["dK"]).apply(null,arguments)};var _emscripten_bind_MdGeCSYS_SetOrigin_1=Module["_emscripten_bind_MdGeCSYS_SetOrigin_1"]=function(){return(_emscripten_bind_MdGeCSYS_SetOrigin_1=Module["_emscripten_bind_MdGeCSYS_SetOrigin_1"]=Module["asm"]["eK"]).apply(null,arguments)};var _emscripten_bind_MdGeCSYS_SetOrigin_3=Module["_emscripten_bind_MdGeCSYS_SetOrigin_3"]=function(){return(_emscripten_bind_MdGeCSYS_SetOrigin_3=Module["_emscripten_bind_MdGeCSYS_SetOrigin_3"]=Module["asm"]["fK"]).apply(null,arguments)};var _emscripten_bind_MdGeCSYS_SetXDirection_1=Module["_emscripten_bind_MdGeCSYS_SetXDirection_1"]=function(){return(_emscripten_bind_MdGeCSYS_SetXDirection_1=Module["_emscripten_bind_MdGeCSYS_SetXDirection_1"]=Module["asm"]["gK"]).apply(null,arguments)};var _emscripten_bind_MdGeCSYS_SetYDirection_1=Module["_emscripten_bind_MdGeCSYS_SetYDirection_1"]=function(){return(_emscripten_bind_MdGeCSYS_SetYDirection_1=Module["_emscripten_bind_MdGeCSYS_SetYDirection_1"]=Module["asm"]["hK"]).apply(null,arguments)};var _emscripten_bind_MdGeCSYS_Angle_1=Module["_emscripten_bind_MdGeCSYS_Angle_1"]=function(){return(_emscripten_bind_MdGeCSYS_Angle_1=Module["_emscripten_bind_MdGeCSYS_Angle_1"]=Module["asm"]["iK"]).apply(null,arguments)};var _emscripten_bind_MdGeCSYS_ZAxis_0=Module["_emscripten_bind_MdGeCSYS_ZAxis_0"]=function(){return(_emscripten_bind_MdGeCSYS_ZAxis_0=Module["_emscripten_bind_MdGeCSYS_ZAxis_0"]=Module["asm"]["jK"]).apply(null,arguments)};var _emscripten_bind_MdGeCSYS_CSYSR_0=Module["_emscripten_bind_MdGeCSYS_CSYSR_0"]=function(){return(_emscripten_bind_MdGeCSYS_CSYSR_0=Module["_emscripten_bind_MdGeCSYS_CSYSR_0"]=Module["asm"]["kK"]).apply(null,arguments)};var _emscripten_bind_MdGeCSYS_ZDirection_0=Module["_emscripten_bind_MdGeCSYS_ZDirection_0"]=function(){return(_emscripten_bind_MdGeCSYS_ZDirection_0=Module["_emscripten_bind_MdGeCSYS_ZDirection_0"]=Module["asm"]["lK"]).apply(null,arguments)};var _emscripten_bind_MdGeCSYS_Origin_0=Module["_emscripten_bind_MdGeCSYS_Origin_0"]=function(){return(_emscripten_bind_MdGeCSYS_Origin_0=Module["_emscripten_bind_MdGeCSYS_Origin_0"]=Module["asm"]["mK"]).apply(null,arguments)};var _emscripten_bind_MdGeCSYS_XDirection_0=Module["_emscripten_bind_MdGeCSYS_XDirection_0"]=function(){return(_emscripten_bind_MdGeCSYS_XDirection_0=Module["_emscripten_bind_MdGeCSYS_XDirection_0"]=Module["asm"]["nK"]).apply(null,arguments)};var _emscripten_bind_MdGeCSYS_YDirection_0=Module["_emscripten_bind_MdGeCSYS_YDirection_0"]=function(){return(_emscripten_bind_MdGeCSYS_YDirection_0=Module["_emscripten_bind_MdGeCSYS_YDirection_0"]=Module["asm"]["oK"]).apply(null,arguments)};var _emscripten_bind_MdGeCSYS_Direct_0=Module["_emscripten_bind_MdGeCSYS_Direct_0"]=function(){return(_emscripten_bind_MdGeCSYS_Direct_0=Module["_emscripten_bind_MdGeCSYS_Direct_0"]=Module["asm"]["pK"]).apply(null,arguments)};var _emscripten_bind_MdGeCSYS_IsCoplanarWithCSYS_3=Module["_emscripten_bind_MdGeCSYS_IsCoplanarWithCSYS_3"]=function(){return(_emscripten_bind_MdGeCSYS_IsCoplanarWithCSYS_3=Module["_emscripten_bind_MdGeCSYS_IsCoplanarWithCSYS_3"]=Module["asm"]["qK"]).apply(null,arguments)};var _emscripten_bind_MdGeCSYS_IsCoplanarWithAxis_3=Module["_emscripten_bind_MdGeCSYS_IsCoplanarWithAxis_3"]=function(){return(_emscripten_bind_MdGeCSYS_IsCoplanarWithAxis_3=Module["_emscripten_bind_MdGeCSYS_IsCoplanarWithAxis_3"]=Module["asm"]["rK"]).apply(null,arguments)};var _emscripten_bind_MdGeCSYS_MirrorByPoint_1=Module["_emscripten_bind_MdGeCSYS_MirrorByPoint_1"]=function(){return(_emscripten_bind_MdGeCSYS_MirrorByPoint_1=Module["_emscripten_bind_MdGeCSYS_MirrorByPoint_1"]=Module["asm"]["sK"]).apply(null,arguments)};var _emscripten_bind_MdGeCSYS_MirroredByPoint_1=Module["_emscripten_bind_MdGeCSYS_MirroredByPoint_1"]=function(){return(_emscripten_bind_MdGeCSYS_MirroredByPoint_1=Module["_emscripten_bind_MdGeCSYS_MirroredByPoint_1"]=Module["asm"]["tK"]).apply(null,arguments)};var _emscripten_bind_MdGeCSYS_MirrorByAxis_1=Module["_emscripten_bind_MdGeCSYS_MirrorByAxis_1"]=function(){return(_emscripten_bind_MdGeCSYS_MirrorByAxis_1=Module["_emscripten_bind_MdGeCSYS_MirrorByAxis_1"]=Module["asm"]["uK"]).apply(null,arguments)};var _emscripten_bind_MdGeCSYS_MirroredByAxis_1=Module["_emscripten_bind_MdGeCSYS_MirroredByAxis_1"]=function(){return(_emscripten_bind_MdGeCSYS_MirroredByAxis_1=Module["_emscripten_bind_MdGeCSYS_MirroredByAxis_1"]=Module["asm"]["vK"]).apply(null,arguments)};var _emscripten_bind_MdGeCSYS_MirrorByCSYSR_1=Module["_emscripten_bind_MdGeCSYS_MirrorByCSYSR_1"]=function(){return(_emscripten_bind_MdGeCSYS_MirrorByCSYSR_1=Module["_emscripten_bind_MdGeCSYS_MirrorByCSYSR_1"]=Module["asm"]["wK"]).apply(null,arguments)};var _emscripten_bind_MdGeCSYS_MirroredByCSYSR_1=Module["_emscripten_bind_MdGeCSYS_MirroredByCSYSR_1"]=function(){return(_emscripten_bind_MdGeCSYS_MirroredByCSYSR_1=Module["_emscripten_bind_MdGeCSYS_MirroredByCSYSR_1"]=Module["asm"]["xK"]).apply(null,arguments)};var _emscripten_bind_MdGeCSYS_Rotate_2=Module["_emscripten_bind_MdGeCSYS_Rotate_2"]=function(){return(_emscripten_bind_MdGeCSYS_Rotate_2=Module["_emscripten_bind_MdGeCSYS_Rotate_2"]=Module["asm"]["yK"]).apply(null,arguments)};var _emscripten_bind_MdGeCSYS_Rotated_2=Module["_emscripten_bind_MdGeCSYS_Rotated_2"]=function(){return(_emscripten_bind_MdGeCSYS_Rotated_2=Module["_emscripten_bind_MdGeCSYS_Rotated_2"]=Module["asm"]["zK"]).apply(null,arguments)};var _emscripten_bind_MdGeCSYS_Scale_2=Module["_emscripten_bind_MdGeCSYS_Scale_2"]=function(){return(_emscripten_bind_MdGeCSYS_Scale_2=Module["_emscripten_bind_MdGeCSYS_Scale_2"]=Module["asm"]["AK"]).apply(null,arguments)};var _emscripten_bind_MdGeCSYS_Scaled_2=Module["_emscripten_bind_MdGeCSYS_Scaled_2"]=function(){return(_emscripten_bind_MdGeCSYS_Scaled_2=Module["_emscripten_bind_MdGeCSYS_Scaled_2"]=Module["asm"]["BK"]).apply(null,arguments)};var _emscripten_bind_MdGeCSYS_Transform_1=Module["_emscripten_bind_MdGeCSYS_Transform_1"]=function(){return(_emscripten_bind_MdGeCSYS_Transform_1=Module["_emscripten_bind_MdGeCSYS_Transform_1"]=Module["asm"]["CK"]).apply(null,arguments)};var _emscripten_bind_MdGeCSYS_Transformed_1=Module["_emscripten_bind_MdGeCSYS_Transformed_1"]=function(){return(_emscripten_bind_MdGeCSYS_Transformed_1=Module["_emscripten_bind_MdGeCSYS_Transformed_1"]=Module["asm"]["DK"]).apply(null,arguments)};var _emscripten_bind_MdGeCSYS_TranslateByVec_1=Module["_emscripten_bind_MdGeCSYS_TranslateByVec_1"]=function(){return(_emscripten_bind_MdGeCSYS_TranslateByVec_1=Module["_emscripten_bind_MdGeCSYS_TranslateByVec_1"]=Module["asm"]["EK"]).apply(null,arguments)};var _emscripten_bind_MdGeCSYS_TranslatedByVec_1=Module["_emscripten_bind_MdGeCSYS_TranslatedByVec_1"]=function(){return(_emscripten_bind_MdGeCSYS_TranslatedByVec_1=Module["_emscripten_bind_MdGeCSYS_TranslatedByVec_1"]=Module["asm"]["FK"]).apply(null,arguments)};var _emscripten_bind_MdGeCSYS_TranslateBy2Points_2=Module["_emscripten_bind_MdGeCSYS_TranslateBy2Points_2"]=function(){return(_emscripten_bind_MdGeCSYS_TranslateBy2Points_2=Module["_emscripten_bind_MdGeCSYS_TranslateBy2Points_2"]=Module["asm"]["GK"]).apply(null,arguments)};var _emscripten_bind_MdGeCSYS_TranslatedBy2Points_2=Module["_emscripten_bind_MdGeCSYS_TranslatedBy2Points_2"]=function(){return(_emscripten_bind_MdGeCSYS_TranslatedBy2Points_2=Module["_emscripten_bind_MdGeCSYS_TranslatedBy2Points_2"]=Module["asm"]["HK"]).apply(null,arguments)};var _emscripten_bind_MdGeCSYS___destroy___0=Module["_emscripten_bind_MdGeCSYS___destroy___0"]=function(){return(_emscripten_bind_MdGeCSYS___destroy___0=Module["_emscripten_bind_MdGeCSYS___destroy___0"]=Module["asm"]["IK"]).apply(null,arguments)};var _emscripten_bind_MdGeLine_MdGeLine_0=Module["_emscripten_bind_MdGeLine_MdGeLine_0"]=function(){return(_emscripten_bind_MdGeLine_MdGeLine_0=Module["_emscripten_bind_MdGeLine_MdGeLine_0"]=Module["asm"]["JK"]).apply(null,arguments)};var _emscripten_bind_MdGeLine_MdGeLine_1=Module["_emscripten_bind_MdGeLine_MdGeLine_1"]=function(){return(_emscripten_bind_MdGeLine_MdGeLine_1=Module["_emscripten_bind_MdGeLine_MdGeLine_1"]=Module["asm"]["KK"]).apply(null,arguments)};var _emscripten_bind_MdGeLine_MdGeLine_2=Module["_emscripten_bind_MdGeLine_MdGeLine_2"]=function(){return(_emscripten_bind_MdGeLine_MdGeLine_2=Module["_emscripten_bind_MdGeLine_MdGeLine_2"]=Module["asm"]["LK"]).apply(null,arguments)};var _emscripten_bind_MdGeLine_Reverse_0=Module["_emscripten_bind_MdGeLine_Reverse_0"]=function(){return(_emscripten_bind_MdGeLine_Reverse_0=Module["_emscripten_bind_MdGeLine_Reverse_0"]=Module["asm"]["MK"]).apply(null,arguments)};var _emscripten_bind_MdGeLine_Reversed_0=Module["_emscripten_bind_MdGeLine_Reversed_0"]=function(){return(_emscripten_bind_MdGeLine_Reversed_0=Module["_emscripten_bind_MdGeLine_Reversed_0"]=Module["asm"]["NK"]).apply(null,arguments)};var _emscripten_bind_MdGeLine_SetDirection_1=Module["_emscripten_bind_MdGeLine_SetDirection_1"]=function(){return(_emscripten_bind_MdGeLine_SetDirection_1=Module["_emscripten_bind_MdGeLine_SetDirection_1"]=Module["asm"]["OK"]).apply(null,arguments)};var _emscripten_bind_MdGeLine_SetLocation_1=Module["_emscripten_bind_MdGeLine_SetLocation_1"]=function(){return(_emscripten_bind_MdGeLine_SetLocation_1=Module["_emscripten_bind_MdGeLine_SetLocation_1"]=Module["asm"]["PK"]).apply(null,arguments)};var _emscripten_bind_MdGeLine_SetPosition_1=Module["_emscripten_bind_MdGeLine_SetPosition_1"]=function(){return(_emscripten_bind_MdGeLine_SetPosition_1=Module["_emscripten_bind_MdGeLine_SetPosition_1"]=Module["asm"]["QK"]).apply(null,arguments)};var _emscripten_bind_MdGeLine_Direction_0=Module["_emscripten_bind_MdGeLine_Direction_0"]=function(){return(_emscripten_bind_MdGeLine_Direction_0=Module["_emscripten_bind_MdGeLine_Direction_0"]=Module["asm"]["RK"]).apply(null,arguments)};var _emscripten_bind_MdGeLine_Location_0=Module["_emscripten_bind_MdGeLine_Location_0"]=function(){return(_emscripten_bind_MdGeLine_Location_0=Module["_emscripten_bind_MdGeLine_Location_0"]=Module["asm"]["SK"]).apply(null,arguments)};var _emscripten_bind_MdGeLine_Position_0=Module["_emscripten_bind_MdGeLine_Position_0"]=function(){return(_emscripten_bind_MdGeLine_Position_0=Module["_emscripten_bind_MdGeLine_Position_0"]=Module["asm"]["TK"]).apply(null,arguments)};var _emscripten_bind_MdGeLine_Angle_1=Module["_emscripten_bind_MdGeLine_Angle_1"]=function(){return(_emscripten_bind_MdGeLine_Angle_1=Module["_emscripten_bind_MdGeLine_Angle_1"]=Module["asm"]["UK"]).apply(null,arguments)};var _emscripten_bind_MdGeLine_Contains_2=Module["_emscripten_bind_MdGeLine_Contains_2"]=function(){return(_emscripten_bind_MdGeLine_Contains_2=Module["_emscripten_bind_MdGeLine_Contains_2"]=Module["asm"]["VK"]).apply(null,arguments)};var _emscripten_bind_MdGeLine_DistanceToPoint_1=Module["_emscripten_bind_MdGeLine_DistanceToPoint_1"]=function(){return(_emscripten_bind_MdGeLine_DistanceToPoint_1=Module["_emscripten_bind_MdGeLine_DistanceToPoint_1"]=Module["asm"]["WK"]).apply(null,arguments)};var _emscripten_bind_MdGeLine_DistanceToLine_1=Module["_emscripten_bind_MdGeLine_DistanceToLine_1"]=function(){return(_emscripten_bind_MdGeLine_DistanceToLine_1=Module["_emscripten_bind_MdGeLine_DistanceToLine_1"]=Module["asm"]["XK"]).apply(null,arguments)};var _emscripten_bind_MdGeLine_SquareDistanceToPoint_1=Module["_emscripten_bind_MdGeLine_SquareDistanceToPoint_1"]=function(){return(_emscripten_bind_MdGeLine_SquareDistanceToPoint_1=Module["_emscripten_bind_MdGeLine_SquareDistanceToPoint_1"]=Module["asm"]["YK"]).apply(null,arguments)};var _emscripten_bind_MdGeLine_SquareDistanceToLine_1=Module["_emscripten_bind_MdGeLine_SquareDistanceToLine_1"]=function(){return(_emscripten_bind_MdGeLine_SquareDistanceToLine_1=Module["_emscripten_bind_MdGeLine_SquareDistanceToLine_1"]=Module["asm"]["ZK"]).apply(null,arguments)};var _emscripten_bind_MdGeLine_Normal_1=Module["_emscripten_bind_MdGeLine_Normal_1"]=function(){return(_emscripten_bind_MdGeLine_Normal_1=Module["_emscripten_bind_MdGeLine_Normal_1"]=Module["asm"]["_K"]).apply(null,arguments)};var _emscripten_bind_MdGeLine_MirrorByPoint_1=Module["_emscripten_bind_MdGeLine_MirrorByPoint_1"]=function(){return(_emscripten_bind_MdGeLine_MirrorByPoint_1=Module["_emscripten_bind_MdGeLine_MirrorByPoint_1"]=Module["asm"]["$K"]).apply(null,arguments)};var _emscripten_bind_MdGeLine_MirroredByPoint_1=Module["_emscripten_bind_MdGeLine_MirroredByPoint_1"]=function(){return(_emscripten_bind_MdGeLine_MirroredByPoint_1=Module["_emscripten_bind_MdGeLine_MirroredByPoint_1"]=Module["asm"]["aL"]).apply(null,arguments)};var _emscripten_bind_MdGeLine_MirrorByAxis_1=Module["_emscripten_bind_MdGeLine_MirrorByAxis_1"]=function(){return(_emscripten_bind_MdGeLine_MirrorByAxis_1=Module["_emscripten_bind_MdGeLine_MirrorByAxis_1"]=Module["asm"]["bL"]).apply(null,arguments)};var _emscripten_bind_MdGeLine_MirroredByAxis_1=Module["_emscripten_bind_MdGeLine_MirroredByAxis_1"]=function(){return(_emscripten_bind_MdGeLine_MirroredByAxis_1=Module["_emscripten_bind_MdGeLine_MirroredByAxis_1"]=Module["asm"]["cL"]).apply(null,arguments)};var _emscripten_bind_MdGeLine_MirrorByCSYSR_1=Module["_emscripten_bind_MdGeLine_MirrorByCSYSR_1"]=function(){return(_emscripten_bind_MdGeLine_MirrorByCSYSR_1=Module["_emscripten_bind_MdGeLine_MirrorByCSYSR_1"]=Module["asm"]["dL"]).apply(null,arguments)};var _emscripten_bind_MdGeLine_MirroredByCSYSR_1=Module["_emscripten_bind_MdGeLine_MirroredByCSYSR_1"]=function(){return(_emscripten_bind_MdGeLine_MirroredByCSYSR_1=Module["_emscripten_bind_MdGeLine_MirroredByCSYSR_1"]=Module["asm"]["eL"]).apply(null,arguments)};var _emscripten_bind_MdGeLine_Rotate_2=Module["_emscripten_bind_MdGeLine_Rotate_2"]=function(){return(_emscripten_bind_MdGeLine_Rotate_2=Module["_emscripten_bind_MdGeLine_Rotate_2"]=Module["asm"]["fL"]).apply(null,arguments)};var _emscripten_bind_MdGeLine_Rotated_2=Module["_emscripten_bind_MdGeLine_Rotated_2"]=function(){return(_emscripten_bind_MdGeLine_Rotated_2=Module["_emscripten_bind_MdGeLine_Rotated_2"]=Module["asm"]["gL"]).apply(null,arguments)};var _emscripten_bind_MdGeLine_Scale_2=Module["_emscripten_bind_MdGeLine_Scale_2"]=function(){return(_emscripten_bind_MdGeLine_Scale_2=Module["_emscripten_bind_MdGeLine_Scale_2"]=Module["asm"]["hL"]).apply(null,arguments)};var _emscripten_bind_MdGeLine_Scaled_2=Module["_emscripten_bind_MdGeLine_Scaled_2"]=function(){return(_emscripten_bind_MdGeLine_Scaled_2=Module["_emscripten_bind_MdGeLine_Scaled_2"]=Module["asm"]["iL"]).apply(null,arguments)};var _emscripten_bind_MdGeLine_Transform_1=Module["_emscripten_bind_MdGeLine_Transform_1"]=function(){return(_emscripten_bind_MdGeLine_Transform_1=Module["_emscripten_bind_MdGeLine_Transform_1"]=Module["asm"]["jL"]).apply(null,arguments)};var _emscripten_bind_MdGeLine_Transformed_1=Module["_emscripten_bind_MdGeLine_Transformed_1"]=function(){return(_emscripten_bind_MdGeLine_Transformed_1=Module["_emscripten_bind_MdGeLine_Transformed_1"]=Module["asm"]["kL"]).apply(null,arguments)};var _emscripten_bind_MdGeLine_TranslateByVec_1=Module["_emscripten_bind_MdGeLine_TranslateByVec_1"]=function(){return(_emscripten_bind_MdGeLine_TranslateByVec_1=Module["_emscripten_bind_MdGeLine_TranslateByVec_1"]=Module["asm"]["lL"]).apply(null,arguments)};var _emscripten_bind_MdGeLine_TranslatedByVec_1=Module["_emscripten_bind_MdGeLine_TranslatedByVec_1"]=function(){return(_emscripten_bind_MdGeLine_TranslatedByVec_1=Module["_emscripten_bind_MdGeLine_TranslatedByVec_1"]=Module["asm"]["mL"]).apply(null,arguments)};var _emscripten_bind_MdGeLine_TranslateBy2Points_2=Module["_emscripten_bind_MdGeLine_TranslateBy2Points_2"]=function(){return(_emscripten_bind_MdGeLine_TranslateBy2Points_2=Module["_emscripten_bind_MdGeLine_TranslateBy2Points_2"]=Module["asm"]["nL"]).apply(null,arguments)};var _emscripten_bind_MdGeLine_TranslatedBy2Points_2=Module["_emscripten_bind_MdGeLine_TranslatedBy2Points_2"]=function(){return(_emscripten_bind_MdGeLine_TranslatedBy2Points_2=Module["_emscripten_bind_MdGeLine_TranslatedBy2Points_2"]=Module["asm"]["oL"]).apply(null,arguments)};var _emscripten_bind_MdGeLine_Shape_0=Module["_emscripten_bind_MdGeLine_Shape_0"]=function(){return(_emscripten_bind_MdGeLine_Shape_0=Module["_emscripten_bind_MdGeLine_Shape_0"]=Module["asm"]["pL"]).apply(null,arguments)};var _emscripten_bind_MdGeLine_Wire_0=Module["_emscripten_bind_MdGeLine_Wire_0"]=function(){return(_emscripten_bind_MdGeLine_Wire_0=Module["_emscripten_bind_MdGeLine_Wire_0"]=Module["asm"]["qL"]).apply(null,arguments)};var _emscripten_bind_MdGeLine_Edge_0=Module["_emscripten_bind_MdGeLine_Edge_0"]=function(){return(_emscripten_bind_MdGeLine_Edge_0=Module["_emscripten_bind_MdGeLine_Edge_0"]=Module["asm"]["rL"]).apply(null,arguments)};var _emscripten_bind_MdGeLine_Edge_2=Module["_emscripten_bind_MdGeLine_Edge_2"]=function(){return(_emscripten_bind_MdGeLine_Edge_2=Module["_emscripten_bind_MdGeLine_Edge_2"]=Module["asm"]["sL"]).apply(null,arguments)};var _emscripten_bind_MdGeLine___destroy___0=Module["_emscripten_bind_MdGeLine___destroy___0"]=function(){return(_emscripten_bind_MdGeLine___destroy___0=Module["_emscripten_bind_MdGeLine___destroy___0"]=Module["asm"]["tL"]).apply(null,arguments)};var _emscripten_bind_MdGeCircle_MdGeCircle_0=Module["_emscripten_bind_MdGeCircle_MdGeCircle_0"]=function(){return(_emscripten_bind_MdGeCircle_MdGeCircle_0=Module["_emscripten_bind_MdGeCircle_MdGeCircle_0"]=Module["asm"]["uL"]).apply(null,arguments)};var _emscripten_bind_MdGeCircle_MdGeCircle_1=Module["_emscripten_bind_MdGeCircle_MdGeCircle_1"]=function(){return(_emscripten_bind_MdGeCircle_MdGeCircle_1=Module["_emscripten_bind_MdGeCircle_MdGeCircle_1"]=Module["asm"]["vL"]).apply(null,arguments)};var _emscripten_bind_MdGeCircle_MdGeCircle_2=Module["_emscripten_bind_MdGeCircle_MdGeCircle_2"]=function(){return(_emscripten_bind_MdGeCircle_MdGeCircle_2=Module["_emscripten_bind_MdGeCircle_MdGeCircle_2"]=Module["asm"]["wL"]).apply(null,arguments)};var _emscripten_bind_MdGeCircle_SetAxis_1=Module["_emscripten_bind_MdGeCircle_SetAxis_1"]=function(){return(_emscripten_bind_MdGeCircle_SetAxis_1=Module["_emscripten_bind_MdGeCircle_SetAxis_1"]=Module["asm"]["xL"]).apply(null,arguments)};var _emscripten_bind_MdGeCircle_SetLocation_1=Module["_emscripten_bind_MdGeCircle_SetLocation_1"]=function(){return(_emscripten_bind_MdGeCircle_SetLocation_1=Module["_emscripten_bind_MdGeCircle_SetLocation_1"]=Module["asm"]["yL"]).apply(null,arguments)};var _emscripten_bind_MdGeCircle_SetPosition_1=Module["_emscripten_bind_MdGeCircle_SetPosition_1"]=function(){return(_emscripten_bind_MdGeCircle_SetPosition_1=Module["_emscripten_bind_MdGeCircle_SetPosition_1"]=Module["asm"]["zL"]).apply(null,arguments)};var _emscripten_bind_MdGeCircle_SetRadius_1=Module["_emscripten_bind_MdGeCircle_SetRadius_1"]=function(){return(_emscripten_bind_MdGeCircle_SetRadius_1=Module["_emscripten_bind_MdGeCircle_SetRadius_1"]=Module["asm"]["AL"]).apply(null,arguments)};var _emscripten_bind_MdGeCircle_Area_0=Module["_emscripten_bind_MdGeCircle_Area_0"]=function(){return(_emscripten_bind_MdGeCircle_Area_0=Module["_emscripten_bind_MdGeCircle_Area_0"]=Module["asm"]["BL"]).apply(null,arguments)};var _emscripten_bind_MdGeCircle_Axis_0=Module["_emscripten_bind_MdGeCircle_Axis_0"]=function(){return(_emscripten_bind_MdGeCircle_Axis_0=Module["_emscripten_bind_MdGeCircle_Axis_0"]=Module["asm"]["CL"]).apply(null,arguments)};var _emscripten_bind_MdGeCircle_Length_0=Module["_emscripten_bind_MdGeCircle_Length_0"]=function(){return(_emscripten_bind_MdGeCircle_Length_0=Module["_emscripten_bind_MdGeCircle_Length_0"]=Module["asm"]["DL"]).apply(null,arguments)};var _emscripten_bind_MdGeCircle_Location_0=Module["_emscripten_bind_MdGeCircle_Location_0"]=function(){return(_emscripten_bind_MdGeCircle_Location_0=Module["_emscripten_bind_MdGeCircle_Location_0"]=Module["asm"]["EL"]).apply(null,arguments)};var _emscripten_bind_MdGeCircle_Position_0=Module["_emscripten_bind_MdGeCircle_Position_0"]=function(){return(_emscripten_bind_MdGeCircle_Position_0=Module["_emscripten_bind_MdGeCircle_Position_0"]=Module["asm"]["FL"]).apply(null,arguments)};var _emscripten_bind_MdGeCircle_Radius_0=Module["_emscripten_bind_MdGeCircle_Radius_0"]=function(){return(_emscripten_bind_MdGeCircle_Radius_0=Module["_emscripten_bind_MdGeCircle_Radius_0"]=Module["asm"]["GL"]).apply(null,arguments)};var _emscripten_bind_MdGeCircle_XAxis_0=Module["_emscripten_bind_MdGeCircle_XAxis_0"]=function(){return(_emscripten_bind_MdGeCircle_XAxis_0=Module["_emscripten_bind_MdGeCircle_XAxis_0"]=Module["asm"]["HL"]).apply(null,arguments)};var _emscripten_bind_MdGeCircle_YAxis_0=Module["_emscripten_bind_MdGeCircle_YAxis_0"]=function(){return(_emscripten_bind_MdGeCircle_YAxis_0=Module["_emscripten_bind_MdGeCircle_YAxis_0"]=Module["asm"]["IL"]).apply(null,arguments)};var _emscripten_bind_MdGeCircle_Distance_1=Module["_emscripten_bind_MdGeCircle_Distance_1"]=function(){return(_emscripten_bind_MdGeCircle_Distance_1=Module["_emscripten_bind_MdGeCircle_Distance_1"]=Module["asm"]["JL"]).apply(null,arguments)};var _emscripten_bind_MdGeCircle_SquareDistance_1=Module["_emscripten_bind_MdGeCircle_SquareDistance_1"]=function(){return(_emscripten_bind_MdGeCircle_SquareDistance_1=Module["_emscripten_bind_MdGeCircle_SquareDistance_1"]=Module["asm"]["KL"]).apply(null,arguments)};var _emscripten_bind_MdGeCircle_Contains_2=Module["_emscripten_bind_MdGeCircle_Contains_2"]=function(){return(_emscripten_bind_MdGeCircle_Contains_2=Module["_emscripten_bind_MdGeCircle_Contains_2"]=Module["asm"]["LL"]).apply(null,arguments)};var _emscripten_bind_MdGeCircle_MirrorByPoint_1=Module["_emscripten_bind_MdGeCircle_MirrorByPoint_1"]=function(){return(_emscripten_bind_MdGeCircle_MirrorByPoint_1=Module["_emscripten_bind_MdGeCircle_MirrorByPoint_1"]=Module["asm"]["ML"]).apply(null,arguments)};var _emscripten_bind_MdGeCircle_MirroredByPoint_1=Module["_emscripten_bind_MdGeCircle_MirroredByPoint_1"]=function(){return(_emscripten_bind_MdGeCircle_MirroredByPoint_1=Module["_emscripten_bind_MdGeCircle_MirroredByPoint_1"]=Module["asm"]["NL"]).apply(null,arguments)};var _emscripten_bind_MdGeCircle_MirrorByAxis_1=Module["_emscripten_bind_MdGeCircle_MirrorByAxis_1"]=function(){return(_emscripten_bind_MdGeCircle_MirrorByAxis_1=Module["_emscripten_bind_MdGeCircle_MirrorByAxis_1"]=Module["asm"]["OL"]).apply(null,arguments)};var _emscripten_bind_MdGeCircle_MirroredByAxis_1=Module["_emscripten_bind_MdGeCircle_MirroredByAxis_1"]=function(){return(_emscripten_bind_MdGeCircle_MirroredByAxis_1=Module["_emscripten_bind_MdGeCircle_MirroredByAxis_1"]=Module["asm"]["PL"]).apply(null,arguments)};var _emscripten_bind_MdGeCircle_MirrorByCSYSR_1=Module["_emscripten_bind_MdGeCircle_MirrorByCSYSR_1"]=function(){return(_emscripten_bind_MdGeCircle_MirrorByCSYSR_1=Module["_emscripten_bind_MdGeCircle_MirrorByCSYSR_1"]=Module["asm"]["QL"]).apply(null,arguments)};var _emscripten_bind_MdGeCircle_MirroredByCSYSR_1=Module["_emscripten_bind_MdGeCircle_MirroredByCSYSR_1"]=function(){return(_emscripten_bind_MdGeCircle_MirroredByCSYSR_1=Module["_emscripten_bind_MdGeCircle_MirroredByCSYSR_1"]=Module["asm"]["RL"]).apply(null,arguments)};var _emscripten_bind_MdGeCircle_Rotate_2=Module["_emscripten_bind_MdGeCircle_Rotate_2"]=function(){return(_emscripten_bind_MdGeCircle_Rotate_2=Module["_emscripten_bind_MdGeCircle_Rotate_2"]=Module["asm"]["SL"]).apply(null,arguments)};var _emscripten_bind_MdGeCircle_Rotated_2=Module["_emscripten_bind_MdGeCircle_Rotated_2"]=function(){return(_emscripten_bind_MdGeCircle_Rotated_2=Module["_emscripten_bind_MdGeCircle_Rotated_2"]=Module["asm"]["TL"]).apply(null,arguments)};var _emscripten_bind_MdGeCircle_Scale_2=Module["_emscripten_bind_MdGeCircle_Scale_2"]=function(){return(_emscripten_bind_MdGeCircle_Scale_2=Module["_emscripten_bind_MdGeCircle_Scale_2"]=Module["asm"]["UL"]).apply(null,arguments)};var _emscripten_bind_MdGeCircle_Scaled_2=Module["_emscripten_bind_MdGeCircle_Scaled_2"]=function(){return(_emscripten_bind_MdGeCircle_Scaled_2=Module["_emscripten_bind_MdGeCircle_Scaled_2"]=Module["asm"]["VL"]).apply(null,arguments)};var _emscripten_bind_MdGeCircle_Transform_1=Module["_emscripten_bind_MdGeCircle_Transform_1"]=function(){return(_emscripten_bind_MdGeCircle_Transform_1=Module["_emscripten_bind_MdGeCircle_Transform_1"]=Module["asm"]["WL"]).apply(null,arguments)};var _emscripten_bind_MdGeCircle_Transformed_1=Module["_emscripten_bind_MdGeCircle_Transformed_1"]=function(){return(_emscripten_bind_MdGeCircle_Transformed_1=Module["_emscripten_bind_MdGeCircle_Transformed_1"]=Module["asm"]["XL"]).apply(null,arguments)};var _emscripten_bind_MdGeCircle_TranslateByVec_1=Module["_emscripten_bind_MdGeCircle_TranslateByVec_1"]=function(){return(_emscripten_bind_MdGeCircle_TranslateByVec_1=Module["_emscripten_bind_MdGeCircle_TranslateByVec_1"]=Module["asm"]["YL"]).apply(null,arguments)};var _emscripten_bind_MdGeCircle_TranslatedByVec_1=Module["_emscripten_bind_MdGeCircle_TranslatedByVec_1"]=function(){return(_emscripten_bind_MdGeCircle_TranslatedByVec_1=Module["_emscripten_bind_MdGeCircle_TranslatedByVec_1"]=Module["asm"]["ZL"]).apply(null,arguments)};var _emscripten_bind_MdGeCircle_TranslateBy2Points_2=Module["_emscripten_bind_MdGeCircle_TranslateBy2Points_2"]=function(){return(_emscripten_bind_MdGeCircle_TranslateBy2Points_2=Module["_emscripten_bind_MdGeCircle_TranslateBy2Points_2"]=Module["asm"]["_L"]).apply(null,arguments)};var _emscripten_bind_MdGeCircle_TranslatedBy2Points_2=Module["_emscripten_bind_MdGeCircle_TranslatedBy2Points_2"]=function(){return(_emscripten_bind_MdGeCircle_TranslatedBy2Points_2=Module["_emscripten_bind_MdGeCircle_TranslatedBy2Points_2"]=Module["asm"]["$L"]).apply(null,arguments)};var _emscripten_bind_MdGeCircle_Shape_0=Module["_emscripten_bind_MdGeCircle_Shape_0"]=function(){return(_emscripten_bind_MdGeCircle_Shape_0=Module["_emscripten_bind_MdGeCircle_Shape_0"]=Module["asm"]["aM"]).apply(null,arguments)};var _emscripten_bind_MdGeCircle_Edge_0=Module["_emscripten_bind_MdGeCircle_Edge_0"]=function(){return(_emscripten_bind_MdGeCircle_Edge_0=Module["_emscripten_bind_MdGeCircle_Edge_0"]=Module["asm"]["bM"]).apply(null,arguments)};var _emscripten_bind_MdGeCircle_Edge_2=Module["_emscripten_bind_MdGeCircle_Edge_2"]=function(){return(_emscripten_bind_MdGeCircle_Edge_2=Module["_emscripten_bind_MdGeCircle_Edge_2"]=Module["asm"]["cM"]).apply(null,arguments)};var _emscripten_bind_MdGeCircle_Wire_0=Module["_emscripten_bind_MdGeCircle_Wire_0"]=function(){return(_emscripten_bind_MdGeCircle_Wire_0=Module["_emscripten_bind_MdGeCircle_Wire_0"]=Module["asm"]["dM"]).apply(null,arguments)};var _emscripten_bind_MdGeCircle___destroy___0=Module["_emscripten_bind_MdGeCircle___destroy___0"]=function(){return(_emscripten_bind_MdGeCircle___destroy___0=Module["_emscripten_bind_MdGeCircle___destroy___0"]=Module["asm"]["eM"]).apply(null,arguments)};var _emscripten_bind_MdGeSphere_MdGeSphere_0=Module["_emscripten_bind_MdGeSphere_MdGeSphere_0"]=function(){return(_emscripten_bind_MdGeSphere_MdGeSphere_0=Module["_emscripten_bind_MdGeSphere_MdGeSphere_0"]=Module["asm"]["fM"]).apply(null,arguments)};var _emscripten_bind_MdGeSphere_MdGeSphere_1=Module["_emscripten_bind_MdGeSphere_MdGeSphere_1"]=function(){return(_emscripten_bind_MdGeSphere_MdGeSphere_1=Module["_emscripten_bind_MdGeSphere_MdGeSphere_1"]=Module["asm"]["gM"]).apply(null,arguments)};var _emscripten_bind_MdGeSphere_MdGeSphere_2=Module["_emscripten_bind_MdGeSphere_MdGeSphere_2"]=function(){return(_emscripten_bind_MdGeSphere_MdGeSphere_2=Module["_emscripten_bind_MdGeSphere_MdGeSphere_2"]=Module["asm"]["hM"]).apply(null,arguments)};var _emscripten_bind_MdGeSphere_MdGeSphere_4=Module["_emscripten_bind_MdGeSphere_MdGeSphere_4"]=function(){return(_emscripten_bind_MdGeSphere_MdGeSphere_4=Module["_emscripten_bind_MdGeSphere_MdGeSphere_4"]=Module["asm"]["iM"]).apply(null,arguments)};var _emscripten_bind_MdGeSphere_SetLocation_1=Module["_emscripten_bind_MdGeSphere_SetLocation_1"]=function(){return(_emscripten_bind_MdGeSphere_SetLocation_1=Module["_emscripten_bind_MdGeSphere_SetLocation_1"]=Module["asm"]["jM"]).apply(null,arguments)};var _emscripten_bind_MdGeSphere_SetPosition_1=Module["_emscripten_bind_MdGeSphere_SetPosition_1"]=function(){return(_emscripten_bind_MdGeSphere_SetPosition_1=Module["_emscripten_bind_MdGeSphere_SetPosition_1"]=Module["asm"]["kM"]).apply(null,arguments)};var _emscripten_bind_MdGeSphere_SetRadius_1=Module["_emscripten_bind_MdGeSphere_SetRadius_1"]=function(){return(_emscripten_bind_MdGeSphere_SetRadius_1=Module["_emscripten_bind_MdGeSphere_SetRadius_1"]=Module["asm"]["lM"]).apply(null,arguments)};var _emscripten_bind_MdGeSphere_Area_0=Module["_emscripten_bind_MdGeSphere_Area_0"]=function(){return(_emscripten_bind_MdGeSphere_Area_0=Module["_emscripten_bind_MdGeSphere_Area_0"]=Module["asm"]["mM"]).apply(null,arguments)};var _emscripten_bind_MdGeSphere_UReverse_0=Module["_emscripten_bind_MdGeSphere_UReverse_0"]=function(){return(_emscripten_bind_MdGeSphere_UReverse_0=Module["_emscripten_bind_MdGeSphere_UReverse_0"]=Module["asm"]["nM"]).apply(null,arguments)};var _emscripten_bind_MdGeSphere_VReverse_0=Module["_emscripten_bind_MdGeSphere_VReverse_0"]=function(){return(_emscripten_bind_MdGeSphere_VReverse_0=Module["_emscripten_bind_MdGeSphere_VReverse_0"]=Module["asm"]["oM"]).apply(null,arguments)};var _emscripten_bind_MdGeSphere_Direct_0=Module["_emscripten_bind_MdGeSphere_Direct_0"]=function(){return(_emscripten_bind_MdGeSphere_Direct_0=Module["_emscripten_bind_MdGeSphere_Direct_0"]=Module["asm"]["pM"]).apply(null,arguments)};var _emscripten_bind_MdGeSphere_Location_0=Module["_emscripten_bind_MdGeSphere_Location_0"]=function(){return(_emscripten_bind_MdGeSphere_Location_0=Module["_emscripten_bind_MdGeSphere_Location_0"]=Module["asm"]["qM"]).apply(null,arguments)};var _emscripten_bind_MdGeSphere_Position_0=Module["_emscripten_bind_MdGeSphere_Position_0"]=function(){return(_emscripten_bind_MdGeSphere_Position_0=Module["_emscripten_bind_MdGeSphere_Position_0"]=Module["asm"]["rM"]).apply(null,arguments)};var _emscripten_bind_MdGeSphere_Radius_0=Module["_emscripten_bind_MdGeSphere_Radius_0"]=function(){return(_emscripten_bind_MdGeSphere_Radius_0=Module["_emscripten_bind_MdGeSphere_Radius_0"]=Module["asm"]["sM"]).apply(null,arguments)};var _emscripten_bind_MdGeSphere_Volume_0=Module["_emscripten_bind_MdGeSphere_Volume_0"]=function(){return(_emscripten_bind_MdGeSphere_Volume_0=Module["_emscripten_bind_MdGeSphere_Volume_0"]=Module["asm"]["tM"]).apply(null,arguments)};var _emscripten_bind_MdGeSphere_XAxis_0=Module["_emscripten_bind_MdGeSphere_XAxis_0"]=function(){return(_emscripten_bind_MdGeSphere_XAxis_0=Module["_emscripten_bind_MdGeSphere_XAxis_0"]=Module["asm"]["uM"]).apply(null,arguments)};var _emscripten_bind_MdGeSphere_YAxis_0=Module["_emscripten_bind_MdGeSphere_YAxis_0"]=function(){return(_emscripten_bind_MdGeSphere_YAxis_0=Module["_emscripten_bind_MdGeSphere_YAxis_0"]=Module["asm"]["vM"]).apply(null,arguments)};var _emscripten_bind_MdGeSphere_MirrorByPoint_1=Module["_emscripten_bind_MdGeSphere_MirrorByPoint_1"]=function(){return(_emscripten_bind_MdGeSphere_MirrorByPoint_1=Module["_emscripten_bind_MdGeSphere_MirrorByPoint_1"]=Module["asm"]["wM"]).apply(null,arguments)};var _emscripten_bind_MdGeSphere_MirroredByPoint_1=Module["_emscripten_bind_MdGeSphere_MirroredByPoint_1"]=function(){return(_emscripten_bind_MdGeSphere_MirroredByPoint_1=Module["_emscripten_bind_MdGeSphere_MirroredByPoint_1"]=Module["asm"]["xM"]).apply(null,arguments)};var _emscripten_bind_MdGeSphere_MirrorByAxis_1=Module["_emscripten_bind_MdGeSphere_MirrorByAxis_1"]=function(){return(_emscripten_bind_MdGeSphere_MirrorByAxis_1=Module["_emscripten_bind_MdGeSphere_MirrorByAxis_1"]=Module["asm"]["yM"]).apply(null,arguments)};var _emscripten_bind_MdGeSphere_MirroredByAxis_1=Module["_emscripten_bind_MdGeSphere_MirroredByAxis_1"]=function(){return(_emscripten_bind_MdGeSphere_MirroredByAxis_1=Module["_emscripten_bind_MdGeSphere_MirroredByAxis_1"]=Module["asm"]["zM"]).apply(null,arguments)};var _emscripten_bind_MdGeSphere_MirrorByCSYSR_1=Module["_emscripten_bind_MdGeSphere_MirrorByCSYSR_1"]=function(){return(_emscripten_bind_MdGeSphere_MirrorByCSYSR_1=Module["_emscripten_bind_MdGeSphere_MirrorByCSYSR_1"]=Module["asm"]["AM"]).apply(null,arguments)};var _emscripten_bind_MdGeSphere_MirroredByCSYSR_1=Module["_emscripten_bind_MdGeSphere_MirroredByCSYSR_1"]=function(){return(_emscripten_bind_MdGeSphere_MirroredByCSYSR_1=Module["_emscripten_bind_MdGeSphere_MirroredByCSYSR_1"]=Module["asm"]["BM"]).apply(null,arguments)};var _emscripten_bind_MdGeSphere_Rotate_2=Module["_emscripten_bind_MdGeSphere_Rotate_2"]=function(){return(_emscripten_bind_MdGeSphere_Rotate_2=Module["_emscripten_bind_MdGeSphere_Rotate_2"]=Module["asm"]["CM"]).apply(null,arguments)};var _emscripten_bind_MdGeSphere_Rotated_2=Module["_emscripten_bind_MdGeSphere_Rotated_2"]=function(){return(_emscripten_bind_MdGeSphere_Rotated_2=Module["_emscripten_bind_MdGeSphere_Rotated_2"]=Module["asm"]["DM"]).apply(null,arguments)};var _emscripten_bind_MdGeSphere_Scale_2=Module["_emscripten_bind_MdGeSphere_Scale_2"]=function(){return(_emscripten_bind_MdGeSphere_Scale_2=Module["_emscripten_bind_MdGeSphere_Scale_2"]=Module["asm"]["EM"]).apply(null,arguments)};var _emscripten_bind_MdGeSphere_Scaled_2=Module["_emscripten_bind_MdGeSphere_Scaled_2"]=function(){return(_emscripten_bind_MdGeSphere_Scaled_2=Module["_emscripten_bind_MdGeSphere_Scaled_2"]=Module["asm"]["FM"]).apply(null,arguments)};var _emscripten_bind_MdGeSphere_Transform_1=Module["_emscripten_bind_MdGeSphere_Transform_1"]=function(){return(_emscripten_bind_MdGeSphere_Transform_1=Module["_emscripten_bind_MdGeSphere_Transform_1"]=Module["asm"]["GM"]).apply(null,arguments)};var _emscripten_bind_MdGeSphere_Transformed_1=Module["_emscripten_bind_MdGeSphere_Transformed_1"]=function(){return(_emscripten_bind_MdGeSphere_Transformed_1=Module["_emscripten_bind_MdGeSphere_Transformed_1"]=Module["asm"]["HM"]).apply(null,arguments)};var _emscripten_bind_MdGeSphere_TranslateByVec_1=Module["_emscripten_bind_MdGeSphere_TranslateByVec_1"]=function(){return(_emscripten_bind_MdGeSphere_TranslateByVec_1=Module["_emscripten_bind_MdGeSphere_TranslateByVec_1"]=Module["asm"]["IM"]).apply(null,arguments)};var _emscripten_bind_MdGeSphere_TranslatedByVec_1=Module["_emscripten_bind_MdGeSphere_TranslatedByVec_1"]=function(){return(_emscripten_bind_MdGeSphere_TranslatedByVec_1=Module["_emscripten_bind_MdGeSphere_TranslatedByVec_1"]=Module["asm"]["JM"]).apply(null,arguments)};var _emscripten_bind_MdGeSphere_TranslateBy2Points_2=Module["_emscripten_bind_MdGeSphere_TranslateBy2Points_2"]=function(){return(_emscripten_bind_MdGeSphere_TranslateBy2Points_2=Module["_emscripten_bind_MdGeSphere_TranslateBy2Points_2"]=Module["asm"]["KM"]).apply(null,arguments)};var _emscripten_bind_MdGeSphere_TranslatedBy2Points_2=Module["_emscripten_bind_MdGeSphere_TranslatedBy2Points_2"]=function(){return(_emscripten_bind_MdGeSphere_TranslatedBy2Points_2=Module["_emscripten_bind_MdGeSphere_TranslatedBy2Points_2"]=Module["asm"]["LM"]).apply(null,arguments)};var _emscripten_bind_MdGeSphere_Face_0=Module["_emscripten_bind_MdGeSphere_Face_0"]=function(){return(_emscripten_bind_MdGeSphere_Face_0=Module["_emscripten_bind_MdGeSphere_Face_0"]=Module["asm"]["MM"]).apply(null,arguments)};var _emscripten_bind_MdGeSphere_Face_1=Module["_emscripten_bind_MdGeSphere_Face_1"]=function(){return(_emscripten_bind_MdGeSphere_Face_1=Module["_emscripten_bind_MdGeSphere_Face_1"]=Module["asm"]["NM"]).apply(null,arguments)};var _emscripten_bind_MdGeSphere_Face_2=Module["_emscripten_bind_MdGeSphere_Face_2"]=function(){return(_emscripten_bind_MdGeSphere_Face_2=Module["_emscripten_bind_MdGeSphere_Face_2"]=Module["asm"]["OM"]).apply(null,arguments)};var _emscripten_bind_MdGeSphere_Face_4=Module["_emscripten_bind_MdGeSphere_Face_4"]=function(){return(_emscripten_bind_MdGeSphere_Face_4=Module["_emscripten_bind_MdGeSphere_Face_4"]=Module["asm"]["PM"]).apply(null,arguments)};var _emscripten_bind_MdGeSphere_Shape_0=Module["_emscripten_bind_MdGeSphere_Shape_0"]=function(){return(_emscripten_bind_MdGeSphere_Shape_0=Module["_emscripten_bind_MdGeSphere_Shape_0"]=Module["asm"]["QM"]).apply(null,arguments)};var _emscripten_bind_MdGeSphere_Shape_1=Module["_emscripten_bind_MdGeSphere_Shape_1"]=function(){return(_emscripten_bind_MdGeSphere_Shape_1=Module["_emscripten_bind_MdGeSphere_Shape_1"]=Module["asm"]["RM"]).apply(null,arguments)};var _emscripten_bind_MdGeSphere_Shape_2=Module["_emscripten_bind_MdGeSphere_Shape_2"]=function(){return(_emscripten_bind_MdGeSphere_Shape_2=Module["_emscripten_bind_MdGeSphere_Shape_2"]=Module["asm"]["SM"]).apply(null,arguments)};var _emscripten_bind_MdGeSphere_Shape_3=Module["_emscripten_bind_MdGeSphere_Shape_3"]=function(){return(_emscripten_bind_MdGeSphere_Shape_3=Module["_emscripten_bind_MdGeSphere_Shape_3"]=Module["asm"]["TM"]).apply(null,arguments)};var _emscripten_bind_MdGeSphere___destroy___0=Module["_emscripten_bind_MdGeSphere___destroy___0"]=function(){return(_emscripten_bind_MdGeSphere___destroy___0=Module["_emscripten_bind_MdGeSphere___destroy___0"]=Module["asm"]["UM"]).apply(null,arguments)};var _emscripten_bind_MdGeTextLabel_MdGeTextLabel_0=Module["_emscripten_bind_MdGeTextLabel_MdGeTextLabel_0"]=function(){return(_emscripten_bind_MdGeTextLabel_MdGeTextLabel_0=Module["_emscripten_bind_MdGeTextLabel_MdGeTextLabel_0"]=Module["asm"]["VM"]).apply(null,arguments)};var _emscripten_bind_MdGeTextLabel_MdGeTextLabel_1=Module["_emscripten_bind_MdGeTextLabel_MdGeTextLabel_1"]=function(){return(_emscripten_bind_MdGeTextLabel_MdGeTextLabel_1=Module["_emscripten_bind_MdGeTextLabel_MdGeTextLabel_1"]=Module["asm"]["WM"]).apply(null,arguments)};var _emscripten_bind_MdGeTextLabel_MdGeTextLabel_3=Module["_emscripten_bind_MdGeTextLabel_MdGeTextLabel_3"]=function(){return(_emscripten_bind_MdGeTextLabel_MdGeTextLabel_3=Module["_emscripten_bind_MdGeTextLabel_MdGeTextLabel_3"]=Module["asm"]["XM"]).apply(null,arguments)};var _emscripten_bind_MdGeTextLabel_SetColor_1=Module["_emscripten_bind_MdGeTextLabel_SetColor_1"]=function(){return(_emscripten_bind_MdGeTextLabel_SetColor_1=Module["_emscripten_bind_MdGeTextLabel_SetColor_1"]=Module["asm"]["YM"]).apply(null,arguments)};var _emscripten_bind_MdGeTextLabel_SetColor_3=Module["_emscripten_bind_MdGeTextLabel_SetColor_3"]=function(){return(_emscripten_bind_MdGeTextLabel_SetColor_3=Module["_emscripten_bind_MdGeTextLabel_SetColor_3"]=Module["asm"]["ZM"]).apply(null,arguments)};var _emscripten_bind_MdGeTextLabel_SetText_1=Module["_emscripten_bind_MdGeTextLabel_SetText_1"]=function(){return(_emscripten_bind_MdGeTextLabel_SetText_1=Module["_emscripten_bind_MdGeTextLabel_SetText_1"]=Module["asm"]["_M"]).apply(null,arguments)};var _emscripten_bind_MdGeTextLabel_SetPositon_1=Module["_emscripten_bind_MdGeTextLabel_SetPositon_1"]=function(){return(_emscripten_bind_MdGeTextLabel_SetPositon_1=Module["_emscripten_bind_MdGeTextLabel_SetPositon_1"]=Module["asm"]["$M"]).apply(null,arguments)};var _emscripten_bind_MdGeTextLabel_SetHJustification_1=Module["_emscripten_bind_MdGeTextLabel_SetHJustification_1"]=function(){return(_emscripten_bind_MdGeTextLabel_SetHJustification_1=Module["_emscripten_bind_MdGeTextLabel_SetHJustification_1"]=Module["asm"]["aN"]).apply(null,arguments)};var _emscripten_bind_MdGeTextLabel_SetVJustification_1=Module["_emscripten_bind_MdGeTextLabel_SetVJustification_1"]=function(){return(_emscripten_bind_MdGeTextLabel_SetVJustification_1=Module["_emscripten_bind_MdGeTextLabel_SetVJustification_1"]=Module["asm"]["bN"]).apply(null,arguments)};var _emscripten_bind_MdGeTextLabel_SetAngle_1=Module["_emscripten_bind_MdGeTextLabel_SetAngle_1"]=function(){return(_emscripten_bind_MdGeTextLabel_SetAngle_1=Module["_emscripten_bind_MdGeTextLabel_SetAngle_1"]=Module["asm"]["cN"]).apply(null,arguments)};var _emscripten_bind_MdGeTextLabel_SetZoomable_1=Module["_emscripten_bind_MdGeTextLabel_SetZoomable_1"]=function(){return(_emscripten_bind_MdGeTextLabel_SetZoomable_1=Module["_emscripten_bind_MdGeTextLabel_SetZoomable_1"]=Module["asm"]["dN"]).apply(null,arguments)};var _emscripten_bind_MdGeTextLabel_SetHeight_1=Module["_emscripten_bind_MdGeTextLabel_SetHeight_1"]=function(){return(_emscripten_bind_MdGeTextLabel_SetHeight_1=Module["_emscripten_bind_MdGeTextLabel_SetHeight_1"]=Module["asm"]["eN"]).apply(null,arguments)};var _emscripten_bind_MdGeTextLabel_SetFontAspect_1=Module["_emscripten_bind_MdGeTextLabel_SetFontAspect_1"]=function(){return(_emscripten_bind_MdGeTextLabel_SetFontAspect_1=Module["_emscripten_bind_MdGeTextLabel_SetFontAspect_1"]=Module["asm"]["fN"]).apply(null,arguments)};var _emscripten_bind_MdGeTextLabel_SetFont_1=Module["_emscripten_bind_MdGeTextLabel_SetFont_1"]=function(){return(_emscripten_bind_MdGeTextLabel_SetFont_1=Module["_emscripten_bind_MdGeTextLabel_SetFont_1"]=Module["asm"]["gN"]).apply(null,arguments)};var _emscripten_bind_MdGeTextLabel_SetOrientation3D_1=Module["_emscripten_bind_MdGeTextLabel_SetOrientation3D_1"]=function(){return(_emscripten_bind_MdGeTextLabel_SetOrientation3D_1=Module["_emscripten_bind_MdGeTextLabel_SetOrientation3D_1"]=Module["asm"]["hN"]).apply(null,arguments)};var _emscripten_bind_MdGeTextLabel_UnsetOrientation3D_0=Module["_emscripten_bind_MdGeTextLabel_UnsetOrientation3D_0"]=function(){return(_emscripten_bind_MdGeTextLabel_UnsetOrientation3D_0=Module["_emscripten_bind_MdGeTextLabel_UnsetOrientation3D_0"]=Module["asm"]["iN"]).apply(null,arguments)};var _emscripten_bind_MdGeTextLabel_Position_0=Module["_emscripten_bind_MdGeTextLabel_Position_0"]=function(){return(_emscripten_bind_MdGeTextLabel_Position_0=Module["_emscripten_bind_MdGeTextLabel_Position_0"]=Module["asm"]["jN"]).apply(null,arguments)};var _emscripten_bind_MdGeTextLabel_FontAspect_0=Module["_emscripten_bind_MdGeTextLabel_FontAspect_0"]=function(){return(_emscripten_bind_MdGeTextLabel_FontAspect_0=Module["_emscripten_bind_MdGeTextLabel_FontAspect_0"]=Module["asm"]["kN"]).apply(null,arguments)};var _emscripten_bind_MdGeTextLabel_Orientation3D_0=Module["_emscripten_bind_MdGeTextLabel_Orientation3D_0"]=function(){return(_emscripten_bind_MdGeTextLabel_Orientation3D_0=Module["_emscripten_bind_MdGeTextLabel_Orientation3D_0"]=Module["asm"]["lN"]).apply(null,arguments)};var _emscripten_bind_MdGeTextLabel_HasOrientation3D_0=Module["_emscripten_bind_MdGeTextLabel_HasOrientation3D_0"]=function(){return(_emscripten_bind_MdGeTextLabel_HasOrientation3D_0=Module["_emscripten_bind_MdGeTextLabel_HasOrientation3D_0"]=Module["asm"]["mN"]).apply(null,arguments)};var _emscripten_bind_MdGeTextLabel_SetFlipping_1=Module["_emscripten_bind_MdGeTextLabel_SetFlipping_1"]=function(){return(_emscripten_bind_MdGeTextLabel_SetFlipping_1=Module["_emscripten_bind_MdGeTextLabel_SetFlipping_1"]=Module["asm"]["nN"]).apply(null,arguments)};var _emscripten_bind_MdGeTextLabel_HasFlipping_0=Module["_emscripten_bind_MdGeTextLabel_HasFlipping_0"]=function(){return(_emscripten_bind_MdGeTextLabel_HasFlipping_0=Module["_emscripten_bind_MdGeTextLabel_HasFlipping_0"]=Module["asm"]["oN"]).apply(null,arguments)};var _emscripten_bind_MdGeTextLabel_HasOwnAnchorPoint_0=Module["_emscripten_bind_MdGeTextLabel_HasOwnAnchorPoint_0"]=function(){return(_emscripten_bind_MdGeTextLabel_HasOwnAnchorPoint_0=Module["_emscripten_bind_MdGeTextLabel_HasOwnAnchorPoint_0"]=Module["asm"]["pN"]).apply(null,arguments)};var _emscripten_bind_MdGeTextLabel_SetOwnAnchorPoint_1=Module["_emscripten_bind_MdGeTextLabel_SetOwnAnchorPoint_1"]=function(){return(_emscripten_bind_MdGeTextLabel_SetOwnAnchorPoint_1=Module["_emscripten_bind_MdGeTextLabel_SetOwnAnchorPoint_1"]=Module["asm"]["qN"]).apply(null,arguments)};var _emscripten_bind_MdGeTextLabel_SetDisplayType_1=Module["_emscripten_bind_MdGeTextLabel_SetDisplayType_1"]=function(){return(_emscripten_bind_MdGeTextLabel_SetDisplayType_1=Module["_emscripten_bind_MdGeTextLabel_SetDisplayType_1"]=Module["asm"]["rN"]).apply(null,arguments)};var _emscripten_bind_MdGeTextLabel_SetColorSubTitle_3=Module["_emscripten_bind_MdGeTextLabel_SetColorSubTitle_3"]=function(){return(_emscripten_bind_MdGeTextLabel_SetColorSubTitle_3=Module["_emscripten_bind_MdGeTextLabel_SetColorSubTitle_3"]=Module["asm"]["sN"]).apply(null,arguments)};var _emscripten_bind_MdGeTextLabel_Display_0=Module["_emscripten_bind_MdGeTextLabel_Display_0"]=function(){return(_emscripten_bind_MdGeTextLabel_Display_0=Module["_emscripten_bind_MdGeTextLabel_Display_0"]=Module["asm"]["tN"]).apply(null,arguments)};var _emscripten_bind_MdGeTextLabel___destroy___0=Module["_emscripten_bind_MdGeTextLabel___destroy___0"]=function(){return(_emscripten_bind_MdGeTextLabel___destroy___0=Module["_emscripten_bind_MdGeTextLabel___destroy___0"]=Module["asm"]["uN"]).apply(null,arguments)};var _emscripten_bind_MdGeText_MdGeText_0=Module["_emscripten_bind_MdGeText_MdGeText_0"]=function(){return(_emscripten_bind_MdGeText_MdGeText_0=Module["_emscripten_bind_MdGeText_MdGeText_0"]=Module["asm"]["vN"]).apply(null,arguments)};var _emscripten_bind_MdGeText_MdGeText_1=Module["_emscripten_bind_MdGeText_MdGeText_1"]=function(){return(_emscripten_bind_MdGeText_MdGeText_1=Module["_emscripten_bind_MdGeText_MdGeText_1"]=Module["asm"]["wN"]).apply(null,arguments)};var _emscripten_bind_MdGeText_MdGeText_3=Module["_emscripten_bind_MdGeText_MdGeText_3"]=function(){return(_emscripten_bind_MdGeText_MdGeText_3=Module["_emscripten_bind_MdGeText_MdGeText_3"]=Module["asm"]["xN"]).apply(null,arguments)};var _emscripten_bind_MdGeText_SetText_1=Module["_emscripten_bind_MdGeText_SetText_1"]=function(){return(_emscripten_bind_MdGeText_SetText_1=Module["_emscripten_bind_MdGeText_SetText_1"]=Module["asm"]["yN"]).apply(null,arguments)};var _emscripten_bind_MdGeText_Position_0=Module["_emscripten_bind_MdGeText_Position_0"]=function(){return(_emscripten_bind_MdGeText_Position_0=Module["_emscripten_bind_MdGeText_Position_0"]=Module["asm"]["zN"]).apply(null,arguments)};var _emscripten_bind_MdGeText_SetPosition_1=Module["_emscripten_bind_MdGeText_SetPosition_1"]=function(){return(_emscripten_bind_MdGeText_SetPosition_1=Module["_emscripten_bind_MdGeText_SetPosition_1"]=Module["asm"]["AN"]).apply(null,arguments)};var _emscripten_bind_MdGeText_Orientation_0=Module["_emscripten_bind_MdGeText_Orientation_0"]=function(){return(_emscripten_bind_MdGeText_Orientation_0=Module["_emscripten_bind_MdGeText_Orientation_0"]=Module["asm"]["BN"]).apply(null,arguments)};var _emscripten_bind_MdGeText_HasPlane_0=Module["_emscripten_bind_MdGeText_HasPlane_0"]=function(){return(_emscripten_bind_MdGeText_HasPlane_0=Module["_emscripten_bind_MdGeText_HasPlane_0"]=Module["asm"]["CN"]).apply(null,arguments)};var _emscripten_bind_MdGeText_SetOrientation_1=Module["_emscripten_bind_MdGeText_SetOrientation_1"]=function(){return(_emscripten_bind_MdGeText_SetOrientation_1=Module["_emscripten_bind_MdGeText_SetOrientation_1"]=Module["asm"]["DN"]).apply(null,arguments)};var _emscripten_bind_MdGeText_ResetOrientation_0=Module["_emscripten_bind_MdGeText_ResetOrientation_0"]=function(){return(_emscripten_bind_MdGeText_ResetOrientation_0=Module["_emscripten_bind_MdGeText_ResetOrientation_0"]=Module["asm"]["EN"]).apply(null,arguments)};var _emscripten_bind_MdGeText_HasOwnAnchorPoint_0=Module["_emscripten_bind_MdGeText_HasOwnAnchorPoint_0"]=function(){return(_emscripten_bind_MdGeText_HasOwnAnchorPoint_0=Module["_emscripten_bind_MdGeText_HasOwnAnchorPoint_0"]=Module["asm"]["FN"]).apply(null,arguments)};var _emscripten_bind_MdGeText_SetOwnAnchorPoint_1=Module["_emscripten_bind_MdGeText_SetOwnAnchorPoint_1"]=function(){return(_emscripten_bind_MdGeText_SetOwnAnchorPoint_1=Module["_emscripten_bind_MdGeText_SetOwnAnchorPoint_1"]=Module["asm"]["GN"]).apply(null,arguments)};var _emscripten_bind_MdGeText_Height_0=Module["_emscripten_bind_MdGeText_Height_0"]=function(){return(_emscripten_bind_MdGeText_Height_0=Module["_emscripten_bind_MdGeText_Height_0"]=Module["asm"]["HN"]).apply(null,arguments)};var _emscripten_bind_MdGeText_SetHeight_1=Module["_emscripten_bind_MdGeText_SetHeight_1"]=function(){return(_emscripten_bind_MdGeText_SetHeight_1=Module["_emscripten_bind_MdGeText_SetHeight_1"]=Module["asm"]["IN"]).apply(null,arguments)};var _emscripten_bind_MdGeText_SetFontAspect_1=Module["_emscripten_bind_MdGeText_SetFontAspect_1"]=function(){return(_emscripten_bind_MdGeText_SetFontAspect_1=Module["_emscripten_bind_MdGeText_SetFontAspect_1"]=Module["asm"]["JN"]).apply(null,arguments)};var _emscripten_bind_MdGeText_SetFont_1=Module["_emscripten_bind_MdGeText_SetFont_1"]=function(){return(_emscripten_bind_MdGeText_SetFont_1=Module["_emscripten_bind_MdGeText_SetFont_1"]=Module["asm"]["KN"]).apply(null,arguments)};var _emscripten_bind_MdGeText_HorizontalAlignment_0=Module["_emscripten_bind_MdGeText_HorizontalAlignment_0"]=function(){return(_emscripten_bind_MdGeText_HorizontalAlignment_0=Module["_emscripten_bind_MdGeText_HorizontalAlignment_0"]=Module["asm"]["LN"]).apply(null,arguments)};var _emscripten_bind_MdGeText_SetHorizontalAlignment_1=Module["_emscripten_bind_MdGeText_SetHorizontalAlignment_1"]=function(){return(_emscripten_bind_MdGeText_SetHorizontalAlignment_1=Module["_emscripten_bind_MdGeText_SetHorizontalAlignment_1"]=Module["asm"]["MN"]).apply(null,arguments)};var _emscripten_bind_MdGeText_VerticalAlignment_0=Module["_emscripten_bind_MdGeText_VerticalAlignment_0"]=function(){return(_emscripten_bind_MdGeText_VerticalAlignment_0=Module["_emscripten_bind_MdGeText_VerticalAlignment_0"]=Module["asm"]["NN"]).apply(null,arguments)};var _emscripten_bind_MdGeText_SetVerticalAlignment_1=Module["_emscripten_bind_MdGeText_SetVerticalAlignment_1"]=function(){return(_emscripten_bind_MdGeText_SetVerticalAlignment_1=Module["_emscripten_bind_MdGeText_SetVerticalAlignment_1"]=Module["asm"]["ON"]).apply(null,arguments)};var _emscripten_bind_MdGeText_Shape_0=Module["_emscripten_bind_MdGeText_Shape_0"]=function(){return(_emscripten_bind_MdGeText_Shape_0=Module["_emscripten_bind_MdGeText_Shape_0"]=Module["asm"]["PN"]).apply(null,arguments)};var _emscripten_bind_MdGeText___destroy___0=Module["_emscripten_bind_MdGeText___destroy___0"]=function(){return(_emscripten_bind_MdGeText___destroy___0=Module["_emscripten_bind_MdGeText___destroy___0"]=Module["asm"]["QN"]).apply(null,arguments)};var _emscripten_bind_MdGeBox_MdGeBox_0=Module["_emscripten_bind_MdGeBox_MdGeBox_0"]=function(){return(_emscripten_bind_MdGeBox_MdGeBox_0=Module["_emscripten_bind_MdGeBox_MdGeBox_0"]=Module["asm"]["RN"]).apply(null,arguments)};var _emscripten_bind_MdGeBox_MdGeBox_1=Module["_emscripten_bind_MdGeBox_MdGeBox_1"]=function(){return(_emscripten_bind_MdGeBox_MdGeBox_1=Module["_emscripten_bind_MdGeBox_MdGeBox_1"]=Module["asm"]["SN"]).apply(null,arguments)};var _emscripten_bind_MdGeBox_MdGeBox_2=Module["_emscripten_bind_MdGeBox_MdGeBox_2"]=function(){return(_emscripten_bind_MdGeBox_MdGeBox_2=Module["_emscripten_bind_MdGeBox_MdGeBox_2"]=Module["asm"]["TN"]).apply(null,arguments)};var _emscripten_bind_MdGeBox_MdGeBox_3=Module["_emscripten_bind_MdGeBox_MdGeBox_3"]=function(){return(_emscripten_bind_MdGeBox_MdGeBox_3=Module["_emscripten_bind_MdGeBox_MdGeBox_3"]=Module["asm"]["UN"]).apply(null,arguments)};var _emscripten_bind_MdGeBox_MdGeBox_4=Module["_emscripten_bind_MdGeBox_MdGeBox_4"]=function(){return(_emscripten_bind_MdGeBox_MdGeBox_4=Module["_emscripten_bind_MdGeBox_MdGeBox_4"]=Module["asm"]["VN"]).apply(null,arguments)};var _emscripten_bind_MdGeBox_Init_2=Module["_emscripten_bind_MdGeBox_Init_2"]=function(){return(_emscripten_bind_MdGeBox_Init_2=Module["_emscripten_bind_MdGeBox_Init_2"]=Module["asm"]["WN"]).apply(null,arguments)};var _emscripten_bind_MdGeBox_Init_3=Module["_emscripten_bind_MdGeBox_Init_3"]=function(){return(_emscripten_bind_MdGeBox_Init_3=Module["_emscripten_bind_MdGeBox_Init_3"]=Module["asm"]["XN"]).apply(null,arguments)};var _emscripten_bind_MdGeBox_Init_4=Module["_emscripten_bind_MdGeBox_Init_4"]=function(){return(_emscripten_bind_MdGeBox_Init_4=Module["_emscripten_bind_MdGeBox_Init_4"]=Module["asm"]["YN"]).apply(null,arguments)};var _emscripten_bind_MdGeBox_Shape_0=Module["_emscripten_bind_MdGeBox_Shape_0"]=function(){return(_emscripten_bind_MdGeBox_Shape_0=Module["_emscripten_bind_MdGeBox_Shape_0"]=Module["asm"]["ZN"]).apply(null,arguments)};var _emscripten_bind_MdGeBox_Shell_0=Module["_emscripten_bind_MdGeBox_Shell_0"]=function(){return(_emscripten_bind_MdGeBox_Shell_0=Module["_emscripten_bind_MdGeBox_Shell_0"]=Module["asm"]["_N"]).apply(null,arguments)};var _emscripten_bind_MdGeBox_Solid_0=Module["_emscripten_bind_MdGeBox_Solid_0"]=function(){return(_emscripten_bind_MdGeBox_Solid_0=Module["_emscripten_bind_MdGeBox_Solid_0"]=Module["asm"]["$N"]).apply(null,arguments)};var _emscripten_bind_MdGeBox_BottomFace_0=Module["_emscripten_bind_MdGeBox_BottomFace_0"]=function(){return(_emscripten_bind_MdGeBox_BottomFace_0=Module["_emscripten_bind_MdGeBox_BottomFace_0"]=Module["asm"]["aO"]).apply(null,arguments)};var _emscripten_bind_MdGeBox_BackFace_0=Module["_emscripten_bind_MdGeBox_BackFace_0"]=function(){return(_emscripten_bind_MdGeBox_BackFace_0=Module["_emscripten_bind_MdGeBox_BackFace_0"]=Module["asm"]["bO"]).apply(null,arguments)};var _emscripten_bind_MdGeBox_FrontFace_0=Module["_emscripten_bind_MdGeBox_FrontFace_0"]=function(){return(_emscripten_bind_MdGeBox_FrontFace_0=Module["_emscripten_bind_MdGeBox_FrontFace_0"]=Module["asm"]["cO"]).apply(null,arguments)};var _emscripten_bind_MdGeBox_LeftFace_0=Module["_emscripten_bind_MdGeBox_LeftFace_0"]=function(){return(_emscripten_bind_MdGeBox_LeftFace_0=Module["_emscripten_bind_MdGeBox_LeftFace_0"]=Module["asm"]["dO"]).apply(null,arguments)};var _emscripten_bind_MdGeBox_RightFace_0=Module["_emscripten_bind_MdGeBox_RightFace_0"]=function(){return(_emscripten_bind_MdGeBox_RightFace_0=Module["_emscripten_bind_MdGeBox_RightFace_0"]=Module["asm"]["eO"]).apply(null,arguments)};var _emscripten_bind_MdGeBox_TopFace_0=Module["_emscripten_bind_MdGeBox_TopFace_0"]=function(){return(_emscripten_bind_MdGeBox_TopFace_0=Module["_emscripten_bind_MdGeBox_TopFace_0"]=Module["asm"]["fO"]).apply(null,arguments)};var _emscripten_bind_MdGeBox___destroy___0=Module["_emscripten_bind_MdGeBox___destroy___0"]=function(){return(_emscripten_bind_MdGeBox___destroy___0=Module["_emscripten_bind_MdGeBox___destroy___0"]=Module["asm"]["gO"]).apply(null,arguments)};var _emscripten_bind_MdGeCone_MdGeCone_0=Module["_emscripten_bind_MdGeCone_MdGeCone_0"]=function(){return(_emscripten_bind_MdGeCone_MdGeCone_0=Module["_emscripten_bind_MdGeCone_MdGeCone_0"]=Module["asm"]["hO"]).apply(null,arguments)};var _emscripten_bind_MdGeCone_MdGeCone_1=Module["_emscripten_bind_MdGeCone_MdGeCone_1"]=function(){return(_emscripten_bind_MdGeCone_MdGeCone_1=Module["_emscripten_bind_MdGeCone_MdGeCone_1"]=Module["asm"]["iO"]).apply(null,arguments)};var _emscripten_bind_MdGeCone_MdGeCone_3=Module["_emscripten_bind_MdGeCone_MdGeCone_3"]=function(){return(_emscripten_bind_MdGeCone_MdGeCone_3=Module["_emscripten_bind_MdGeCone_MdGeCone_3"]=Module["asm"]["jO"]).apply(null,arguments)};var _emscripten_bind_MdGeCone_SetAxis_1=Module["_emscripten_bind_MdGeCone_SetAxis_1"]=function(){return(_emscripten_bind_MdGeCone_SetAxis_1=Module["_emscripten_bind_MdGeCone_SetAxis_1"]=Module["asm"]["kO"]).apply(null,arguments)};var _emscripten_bind_MdGeCone_SetLocation_1=Module["_emscripten_bind_MdGeCone_SetLocation_1"]=function(){return(_emscripten_bind_MdGeCone_SetLocation_1=Module["_emscripten_bind_MdGeCone_SetLocation_1"]=Module["asm"]["lO"]).apply(null,arguments)};var _emscripten_bind_MdGeCone_SetPosition_1=Module["_emscripten_bind_MdGeCone_SetPosition_1"]=function(){return(_emscripten_bind_MdGeCone_SetPosition_1=Module["_emscripten_bind_MdGeCone_SetPosition_1"]=Module["asm"]["mO"]).apply(null,arguments)};var _emscripten_bind_MdGeCone_SetRadius_1=Module["_emscripten_bind_MdGeCone_SetRadius_1"]=function(){return(_emscripten_bind_MdGeCone_SetRadius_1=Module["_emscripten_bind_MdGeCone_SetRadius_1"]=Module["asm"]["nO"]).apply(null,arguments)};var _emscripten_bind_MdGeCone_SetSemiAngle_1=Module["_emscripten_bind_MdGeCone_SetSemiAngle_1"]=function(){return(_emscripten_bind_MdGeCone_SetSemiAngle_1=Module["_emscripten_bind_MdGeCone_SetSemiAngle_1"]=Module["asm"]["oO"]).apply(null,arguments)};var _emscripten_bind_MdGeCone_Apex_0=Module["_emscripten_bind_MdGeCone_Apex_0"]=function(){return(_emscripten_bind_MdGeCone_Apex_0=Module["_emscripten_bind_MdGeCone_Apex_0"]=Module["asm"]["pO"]).apply(null,arguments)};var _emscripten_bind_MdGeCone_UReverse_0=Module["_emscripten_bind_MdGeCone_UReverse_0"]=function(){return(_emscripten_bind_MdGeCone_UReverse_0=Module["_emscripten_bind_MdGeCone_UReverse_0"]=Module["asm"]["qO"]).apply(null,arguments)};var _emscripten_bind_MdGeCone_VReverse_0=Module["_emscripten_bind_MdGeCone_VReverse_0"]=function(){return(_emscripten_bind_MdGeCone_VReverse_0=Module["_emscripten_bind_MdGeCone_VReverse_0"]=Module["asm"]["rO"]).apply(null,arguments)};var _emscripten_bind_MdGeCone_Direct_0=Module["_emscripten_bind_MdGeCone_Direct_0"]=function(){return(_emscripten_bind_MdGeCone_Direct_0=Module["_emscripten_bind_MdGeCone_Direct_0"]=Module["asm"]["sO"]).apply(null,arguments)};var _emscripten_bind_MdGeCone_Axis_0=Module["_emscripten_bind_MdGeCone_Axis_0"]=function(){return(_emscripten_bind_MdGeCone_Axis_0=Module["_emscripten_bind_MdGeCone_Axis_0"]=Module["asm"]["tO"]).apply(null,arguments)};var _emscripten_bind_MdGeCone_Location_0=Module["_emscripten_bind_MdGeCone_Location_0"]=function(){return(_emscripten_bind_MdGeCone_Location_0=Module["_emscripten_bind_MdGeCone_Location_0"]=Module["asm"]["uO"]).apply(null,arguments)};var _emscripten_bind_MdGeCone_Position_0=Module["_emscripten_bind_MdGeCone_Position_0"]=function(){return(_emscripten_bind_MdGeCone_Position_0=Module["_emscripten_bind_MdGeCone_Position_0"]=Module["asm"]["vO"]).apply(null,arguments)};var _emscripten_bind_MdGeCone_RefRadius_0=Module["_emscripten_bind_MdGeCone_RefRadius_0"]=function(){return(_emscripten_bind_MdGeCone_RefRadius_0=Module["_emscripten_bind_MdGeCone_RefRadius_0"]=Module["asm"]["wO"]).apply(null,arguments)};var _emscripten_bind_MdGeCone_SemiAngle_0=Module["_emscripten_bind_MdGeCone_SemiAngle_0"]=function(){return(_emscripten_bind_MdGeCone_SemiAngle_0=Module["_emscripten_bind_MdGeCone_SemiAngle_0"]=Module["asm"]["xO"]).apply(null,arguments)};var _emscripten_bind_MdGeCone_XAxis_0=Module["_emscripten_bind_MdGeCone_XAxis_0"]=function(){return(_emscripten_bind_MdGeCone_XAxis_0=Module["_emscripten_bind_MdGeCone_XAxis_0"]=Module["asm"]["yO"]).apply(null,arguments)};var _emscripten_bind_MdGeCone_YAxis_0=Module["_emscripten_bind_MdGeCone_YAxis_0"]=function(){return(_emscripten_bind_MdGeCone_YAxis_0=Module["_emscripten_bind_MdGeCone_YAxis_0"]=Module["asm"]["zO"]).apply(null,arguments)};var _emscripten_bind_MdGeCone_MirrorByPoint_1=Module["_emscripten_bind_MdGeCone_MirrorByPoint_1"]=function(){return(_emscripten_bind_MdGeCone_MirrorByPoint_1=Module["_emscripten_bind_MdGeCone_MirrorByPoint_1"]=Module["asm"]["AO"]).apply(null,arguments)};var _emscripten_bind_MdGeCone_MirroredByPoint_1=Module["_emscripten_bind_MdGeCone_MirroredByPoint_1"]=function(){return(_emscripten_bind_MdGeCone_MirroredByPoint_1=Module["_emscripten_bind_MdGeCone_MirroredByPoint_1"]=Module["asm"]["BO"]).apply(null,arguments)};var _emscripten_bind_MdGeCone_MirrorByAxis_1=Module["_emscripten_bind_MdGeCone_MirrorByAxis_1"]=function(){return(_emscripten_bind_MdGeCone_MirrorByAxis_1=Module["_emscripten_bind_MdGeCone_MirrorByAxis_1"]=Module["asm"]["CO"]).apply(null,arguments)};var _emscripten_bind_MdGeCone_MirroredByAxis_1=Module["_emscripten_bind_MdGeCone_MirroredByAxis_1"]=function(){return(_emscripten_bind_MdGeCone_MirroredByAxis_1=Module["_emscripten_bind_MdGeCone_MirroredByAxis_1"]=Module["asm"]["DO"]).apply(null,arguments)};var _emscripten_bind_MdGeCone_MirrorByCSYSR_1=Module["_emscripten_bind_MdGeCone_MirrorByCSYSR_1"]=function(){return(_emscripten_bind_MdGeCone_MirrorByCSYSR_1=Module["_emscripten_bind_MdGeCone_MirrorByCSYSR_1"]=Module["asm"]["EO"]).apply(null,arguments)};var _emscripten_bind_MdGeCone_MirroredByCSYSR_1=Module["_emscripten_bind_MdGeCone_MirroredByCSYSR_1"]=function(){return(_emscripten_bind_MdGeCone_MirroredByCSYSR_1=Module["_emscripten_bind_MdGeCone_MirroredByCSYSR_1"]=Module["asm"]["FO"]).apply(null,arguments)};var _emscripten_bind_MdGeCone_Rotate_2=Module["_emscripten_bind_MdGeCone_Rotate_2"]=function(){return(_emscripten_bind_MdGeCone_Rotate_2=Module["_emscripten_bind_MdGeCone_Rotate_2"]=Module["asm"]["GO"]).apply(null,arguments)};var _emscripten_bind_MdGeCone_Rotated_2=Module["_emscripten_bind_MdGeCone_Rotated_2"]=function(){return(_emscripten_bind_MdGeCone_Rotated_2=Module["_emscripten_bind_MdGeCone_Rotated_2"]=Module["asm"]["HO"]).apply(null,arguments)};var _emscripten_bind_MdGeCone_Scale_2=Module["_emscripten_bind_MdGeCone_Scale_2"]=function(){return(_emscripten_bind_MdGeCone_Scale_2=Module["_emscripten_bind_MdGeCone_Scale_2"]=Module["asm"]["IO"]).apply(null,arguments)};var _emscripten_bind_MdGeCone_Scaled_2=Module["_emscripten_bind_MdGeCone_Scaled_2"]=function(){return(_emscripten_bind_MdGeCone_Scaled_2=Module["_emscripten_bind_MdGeCone_Scaled_2"]=Module["asm"]["JO"]).apply(null,arguments)};var _emscripten_bind_MdGeCone_Transform_1=Module["_emscripten_bind_MdGeCone_Transform_1"]=function(){return(_emscripten_bind_MdGeCone_Transform_1=Module["_emscripten_bind_MdGeCone_Transform_1"]=Module["asm"]["KO"]).apply(null,arguments)};var _emscripten_bind_MdGeCone_Transformed_1=Module["_emscripten_bind_MdGeCone_Transformed_1"]=function(){return(_emscripten_bind_MdGeCone_Transformed_1=Module["_emscripten_bind_MdGeCone_Transformed_1"]=Module["asm"]["LO"]).apply(null,arguments)};var _emscripten_bind_MdGeCone_TranslateByVec_1=Module["_emscripten_bind_MdGeCone_TranslateByVec_1"]=function(){return(_emscripten_bind_MdGeCone_TranslateByVec_1=Module["_emscripten_bind_MdGeCone_TranslateByVec_1"]=Module["asm"]["MO"]).apply(null,arguments)};var _emscripten_bind_MdGeCone_TranslatedByVec_1=Module["_emscripten_bind_MdGeCone_TranslatedByVec_1"]=function(){return(_emscripten_bind_MdGeCone_TranslatedByVec_1=Module["_emscripten_bind_MdGeCone_TranslatedByVec_1"]=Module["asm"]["NO"]).apply(null,arguments)};var _emscripten_bind_MdGeCone_TranslateBy2Points_2=Module["_emscripten_bind_MdGeCone_TranslateBy2Points_2"]=function(){return(_emscripten_bind_MdGeCone_TranslateBy2Points_2=Module["_emscripten_bind_MdGeCone_TranslateBy2Points_2"]=Module["asm"]["OO"]).apply(null,arguments)};var _emscripten_bind_MdGeCone_TranslatedBy2Points_2=Module["_emscripten_bind_MdGeCone_TranslatedBy2Points_2"]=function(){return(_emscripten_bind_MdGeCone_TranslatedBy2Points_2=Module["_emscripten_bind_MdGeCone_TranslatedBy2Points_2"]=Module["asm"]["PO"]).apply(null,arguments)};var _emscripten_bind_MdGeCone_Shape_1=Module["_emscripten_bind_MdGeCone_Shape_1"]=function(){return(_emscripten_bind_MdGeCone_Shape_1=Module["_emscripten_bind_MdGeCone_Shape_1"]=Module["asm"]["QO"]).apply(null,arguments)};var _emscripten_bind_MdGeCone_Shape_2=Module["_emscripten_bind_MdGeCone_Shape_2"]=function(){return(_emscripten_bind_MdGeCone_Shape_2=Module["_emscripten_bind_MdGeCone_Shape_2"]=Module["asm"]["RO"]).apply(null,arguments)};var _emscripten_bind_MdGeCone_Face_0=Module["_emscripten_bind_MdGeCone_Face_0"]=function(){return(_emscripten_bind_MdGeCone_Face_0=Module["_emscripten_bind_MdGeCone_Face_0"]=Module["asm"]["SO"]).apply(null,arguments)};var _emscripten_bind_MdGeCone_Face_1=Module["_emscripten_bind_MdGeCone_Face_1"]=function(){return(_emscripten_bind_MdGeCone_Face_1=Module["_emscripten_bind_MdGeCone_Face_1"]=Module["asm"]["TO"]).apply(null,arguments)};var _emscripten_bind_MdGeCone_Face_2=Module["_emscripten_bind_MdGeCone_Face_2"]=function(){return(_emscripten_bind_MdGeCone_Face_2=Module["_emscripten_bind_MdGeCone_Face_2"]=Module["asm"]["UO"]).apply(null,arguments)};var _emscripten_bind_MdGeCone_Face_4=Module["_emscripten_bind_MdGeCone_Face_4"]=function(){return(_emscripten_bind_MdGeCone_Face_4=Module["_emscripten_bind_MdGeCone_Face_4"]=Module["asm"]["VO"]).apply(null,arguments)};var _emscripten_bind_MdGeCone___destroy___0=Module["_emscripten_bind_MdGeCone___destroy___0"]=function(){return(_emscripten_bind_MdGeCone___destroy___0=Module["_emscripten_bind_MdGeCone___destroy___0"]=Module["asm"]["WO"]).apply(null,arguments)};var _emscripten_bind_MdGeCylinder_MdGeCylinder_0=Module["_emscripten_bind_MdGeCylinder_MdGeCylinder_0"]=function(){return(_emscripten_bind_MdGeCylinder_MdGeCylinder_0=Module["_emscripten_bind_MdGeCylinder_MdGeCylinder_0"]=Module["asm"]["XO"]).apply(null,arguments)};var _emscripten_bind_MdGeCylinder_MdGeCylinder_1=Module["_emscripten_bind_MdGeCylinder_MdGeCylinder_1"]=function(){return(_emscripten_bind_MdGeCylinder_MdGeCylinder_1=Module["_emscripten_bind_MdGeCylinder_MdGeCylinder_1"]=Module["asm"]["YO"]).apply(null,arguments)};var _emscripten_bind_MdGeCylinder_MdGeCylinder_2=Module["_emscripten_bind_MdGeCylinder_MdGeCylinder_2"]=function(){return(_emscripten_bind_MdGeCylinder_MdGeCylinder_2=Module["_emscripten_bind_MdGeCylinder_MdGeCylinder_2"]=Module["asm"]["ZO"]).apply(null,arguments)};var _emscripten_bind_MdGeCylinder_SetAxis_1=Module["_emscripten_bind_MdGeCylinder_SetAxis_1"]=function(){return(_emscripten_bind_MdGeCylinder_SetAxis_1=Module["_emscripten_bind_MdGeCylinder_SetAxis_1"]=Module["asm"]["_O"]).apply(null,arguments)};var _emscripten_bind_MdGeCylinder_SetLocation_1=Module["_emscripten_bind_MdGeCylinder_SetLocation_1"]=function(){return(_emscripten_bind_MdGeCylinder_SetLocation_1=Module["_emscripten_bind_MdGeCylinder_SetLocation_1"]=Module["asm"]["$O"]).apply(null,arguments)};var _emscripten_bind_MdGeCylinder_SetPosition_1=Module["_emscripten_bind_MdGeCylinder_SetPosition_1"]=function(){return(_emscripten_bind_MdGeCylinder_SetPosition_1=Module["_emscripten_bind_MdGeCylinder_SetPosition_1"]=Module["asm"]["aP"]).apply(null,arguments)};var _emscripten_bind_MdGeCylinder_SetRadius_1=Module["_emscripten_bind_MdGeCylinder_SetRadius_1"]=function(){return(_emscripten_bind_MdGeCylinder_SetRadius_1=Module["_emscripten_bind_MdGeCylinder_SetRadius_1"]=Module["asm"]["bP"]).apply(null,arguments)};var _emscripten_bind_MdGeCylinder_UReverse_0=Module["_emscripten_bind_MdGeCylinder_UReverse_0"]=function(){return(_emscripten_bind_MdGeCylinder_UReverse_0=Module["_emscripten_bind_MdGeCylinder_UReverse_0"]=Module["asm"]["cP"]).apply(null,arguments)};var _emscripten_bind_MdGeCylinder_VReverse_0=Module["_emscripten_bind_MdGeCylinder_VReverse_0"]=function(){return(_emscripten_bind_MdGeCylinder_VReverse_0=Module["_emscripten_bind_MdGeCylinder_VReverse_0"]=Module["asm"]["dP"]).apply(null,arguments)};var _emscripten_bind_MdGeCylinder_Direct_0=Module["_emscripten_bind_MdGeCylinder_Direct_0"]=function(){return(_emscripten_bind_MdGeCylinder_Direct_0=Module["_emscripten_bind_MdGeCylinder_Direct_0"]=Module["asm"]["eP"]).apply(null,arguments)};var _emscripten_bind_MdGeCylinder_Axis_0=Module["_emscripten_bind_MdGeCylinder_Axis_0"]=function(){return(_emscripten_bind_MdGeCylinder_Axis_0=Module["_emscripten_bind_MdGeCylinder_Axis_0"]=Module["asm"]["fP"]).apply(null,arguments)};var _emscripten_bind_MdGeCylinder_Location_0=Module["_emscripten_bind_MdGeCylinder_Location_0"]=function(){return(_emscripten_bind_MdGeCylinder_Location_0=Module["_emscripten_bind_MdGeCylinder_Location_0"]=Module["asm"]["gP"]).apply(null,arguments)};var _emscripten_bind_MdGeCylinder_Position_0=Module["_emscripten_bind_MdGeCylinder_Position_0"]=function(){return(_emscripten_bind_MdGeCylinder_Position_0=Module["_emscripten_bind_MdGeCylinder_Position_0"]=Module["asm"]["hP"]).apply(null,arguments)};var _emscripten_bind_MdGeCylinder_Radius_0=Module["_emscripten_bind_MdGeCylinder_Radius_0"]=function(){return(_emscripten_bind_MdGeCylinder_Radius_0=Module["_emscripten_bind_MdGeCylinder_Radius_0"]=Module["asm"]["iP"]).apply(null,arguments)};var _emscripten_bind_MdGeCylinder_XAxis_0=Module["_emscripten_bind_MdGeCylinder_XAxis_0"]=function(){return(_emscripten_bind_MdGeCylinder_XAxis_0=Module["_emscripten_bind_MdGeCylinder_XAxis_0"]=Module["asm"]["jP"]).apply(null,arguments)};var _emscripten_bind_MdGeCylinder_YAxis_0=Module["_emscripten_bind_MdGeCylinder_YAxis_0"]=function(){return(_emscripten_bind_MdGeCylinder_YAxis_0=Module["_emscripten_bind_MdGeCylinder_YAxis_0"]=Module["asm"]["kP"]).apply(null,arguments)};var _emscripten_bind_MdGeCylinder_MirrorByPoint_1=Module["_emscripten_bind_MdGeCylinder_MirrorByPoint_1"]=function(){return(_emscripten_bind_MdGeCylinder_MirrorByPoint_1=Module["_emscripten_bind_MdGeCylinder_MirrorByPoint_1"]=Module["asm"]["lP"]).apply(null,arguments)};var _emscripten_bind_MdGeCylinder_MirroredByPoint_1=Module["_emscripten_bind_MdGeCylinder_MirroredByPoint_1"]=function(){return(_emscripten_bind_MdGeCylinder_MirroredByPoint_1=Module["_emscripten_bind_MdGeCylinder_MirroredByPoint_1"]=Module["asm"]["mP"]).apply(null,arguments)};var _emscripten_bind_MdGeCylinder_MirrorByAxis_1=Module["_emscripten_bind_MdGeCylinder_MirrorByAxis_1"]=function(){return(_emscripten_bind_MdGeCylinder_MirrorByAxis_1=Module["_emscripten_bind_MdGeCylinder_MirrorByAxis_1"]=Module["asm"]["nP"]).apply(null,arguments)};var _emscripten_bind_MdGeCylinder_MirroredByAxis_1=Module["_emscripten_bind_MdGeCylinder_MirroredByAxis_1"]=function(){return(_emscripten_bind_MdGeCylinder_MirroredByAxis_1=Module["_emscripten_bind_MdGeCylinder_MirroredByAxis_1"]=Module["asm"]["oP"]).apply(null,arguments)};var _emscripten_bind_MdGeCylinder_MirrorByCSYSR_1=Module["_emscripten_bind_MdGeCylinder_MirrorByCSYSR_1"]=function(){return(_emscripten_bind_MdGeCylinder_MirrorByCSYSR_1=Module["_emscripten_bind_MdGeCylinder_MirrorByCSYSR_1"]=Module["asm"]["pP"]).apply(null,arguments)};var _emscripten_bind_MdGeCylinder_MirroredByCSYSR_1=Module["_emscripten_bind_MdGeCylinder_MirroredByCSYSR_1"]=function(){return(_emscripten_bind_MdGeCylinder_MirroredByCSYSR_1=Module["_emscripten_bind_MdGeCylinder_MirroredByCSYSR_1"]=Module["asm"]["qP"]).apply(null,arguments)};var _emscripten_bind_MdGeCylinder_Rotate_2=Module["_emscripten_bind_MdGeCylinder_Rotate_2"]=function(){return(_emscripten_bind_MdGeCylinder_Rotate_2=Module["_emscripten_bind_MdGeCylinder_Rotate_2"]=Module["asm"]["rP"]).apply(null,arguments)};var _emscripten_bind_MdGeCylinder_Rotated_2=Module["_emscripten_bind_MdGeCylinder_Rotated_2"]=function(){return(_emscripten_bind_MdGeCylinder_Rotated_2=Module["_emscripten_bind_MdGeCylinder_Rotated_2"]=Module["asm"]["sP"]).apply(null,arguments)};var _emscripten_bind_MdGeCylinder_Scale_2=Module["_emscripten_bind_MdGeCylinder_Scale_2"]=function(){return(_emscripten_bind_MdGeCylinder_Scale_2=Module["_emscripten_bind_MdGeCylinder_Scale_2"]=Module["asm"]["tP"]).apply(null,arguments)};var _emscripten_bind_MdGeCylinder_Scaled_2=Module["_emscripten_bind_MdGeCylinder_Scaled_2"]=function(){return(_emscripten_bind_MdGeCylinder_Scaled_2=Module["_emscripten_bind_MdGeCylinder_Scaled_2"]=Module["asm"]["uP"]).apply(null,arguments)};var _emscripten_bind_MdGeCylinder_Transform_1=Module["_emscripten_bind_MdGeCylinder_Transform_1"]=function(){return(_emscripten_bind_MdGeCylinder_Transform_1=Module["_emscripten_bind_MdGeCylinder_Transform_1"]=Module["asm"]["vP"]).apply(null,arguments)};var _emscripten_bind_MdGeCylinder_Transformed_1=Module["_emscripten_bind_MdGeCylinder_Transformed_1"]=function(){return(_emscripten_bind_MdGeCylinder_Transformed_1=Module["_emscripten_bind_MdGeCylinder_Transformed_1"]=Module["asm"]["wP"]).apply(null,arguments)};var _emscripten_bind_MdGeCylinder_TranslateByVec_1=Module["_emscripten_bind_MdGeCylinder_TranslateByVec_1"]=function(){return(_emscripten_bind_MdGeCylinder_TranslateByVec_1=Module["_emscripten_bind_MdGeCylinder_TranslateByVec_1"]=Module["asm"]["xP"]).apply(null,arguments)};var _emscripten_bind_MdGeCylinder_TranslatedByVec_1=Module["_emscripten_bind_MdGeCylinder_TranslatedByVec_1"]=function(){return(_emscripten_bind_MdGeCylinder_TranslatedByVec_1=Module["_emscripten_bind_MdGeCylinder_TranslatedByVec_1"]=Module["asm"]["yP"]).apply(null,arguments)};var _emscripten_bind_MdGeCylinder_TranslateBy2Points_2=Module["_emscripten_bind_MdGeCylinder_TranslateBy2Points_2"]=function(){return(_emscripten_bind_MdGeCylinder_TranslateBy2Points_2=Module["_emscripten_bind_MdGeCylinder_TranslateBy2Points_2"]=Module["asm"]["zP"]).apply(null,arguments)};var _emscripten_bind_MdGeCylinder_TranslatedBy2Points_2=Module["_emscripten_bind_MdGeCylinder_TranslatedBy2Points_2"]=function(){return(_emscripten_bind_MdGeCylinder_TranslatedBy2Points_2=Module["_emscripten_bind_MdGeCylinder_TranslatedBy2Points_2"]=Module["asm"]["AP"]).apply(null,arguments)};var _emscripten_bind_MdGeCylinder_Shape_1=Module["_emscripten_bind_MdGeCylinder_Shape_1"]=function(){return(_emscripten_bind_MdGeCylinder_Shape_1=Module["_emscripten_bind_MdGeCylinder_Shape_1"]=Module["asm"]["BP"]).apply(null,arguments)};var _emscripten_bind_MdGeCylinder_Shape_2=Module["_emscripten_bind_MdGeCylinder_Shape_2"]=function(){return(_emscripten_bind_MdGeCylinder_Shape_2=Module["_emscripten_bind_MdGeCylinder_Shape_2"]=Module["asm"]["CP"]).apply(null,arguments)};var _emscripten_bind_MdGeCylinder_Face_0=Module["_emscripten_bind_MdGeCylinder_Face_0"]=function(){return(_emscripten_bind_MdGeCylinder_Face_0=Module["_emscripten_bind_MdGeCylinder_Face_0"]=Module["asm"]["DP"]).apply(null,arguments)};var _emscripten_bind_MdGeCylinder_Face_1=Module["_emscripten_bind_MdGeCylinder_Face_1"]=function(){return(_emscripten_bind_MdGeCylinder_Face_1=Module["_emscripten_bind_MdGeCylinder_Face_1"]=Module["asm"]["EP"]).apply(null,arguments)};var _emscripten_bind_MdGeCylinder_Face_2=Module["_emscripten_bind_MdGeCylinder_Face_2"]=function(){return(_emscripten_bind_MdGeCylinder_Face_2=Module["_emscripten_bind_MdGeCylinder_Face_2"]=Module["asm"]["FP"]).apply(null,arguments)};var _emscripten_bind_MdGeCylinder_Face_4=Module["_emscripten_bind_MdGeCylinder_Face_4"]=function(){return(_emscripten_bind_MdGeCylinder_Face_4=Module["_emscripten_bind_MdGeCylinder_Face_4"]=Module["asm"]["GP"]).apply(null,arguments)};var _emscripten_bind_MdGeCylinder_Shape3d_1=Module["_emscripten_bind_MdGeCylinder_Shape3d_1"]=function(){return(_emscripten_bind_MdGeCylinder_Shape3d_1=Module["_emscripten_bind_MdGeCylinder_Shape3d_1"]=Module["asm"]["HP"]).apply(null,arguments)};var _emscripten_bind_MdGeCylinder_Shape3d_2=Module["_emscripten_bind_MdGeCylinder_Shape3d_2"]=function(){return(_emscripten_bind_MdGeCylinder_Shape3d_2=Module["_emscripten_bind_MdGeCylinder_Shape3d_2"]=Module["asm"]["IP"]).apply(null,arguments)};var _emscripten_bind_MdGeCylinder___destroy___0=Module["_emscripten_bind_MdGeCylinder___destroy___0"]=function(){return(_emscripten_bind_MdGeCylinder___destroy___0=Module["_emscripten_bind_MdGeCylinder___destroy___0"]=Module["asm"]["JP"]).apply(null,arguments)};var _emscripten_bind_MdGeExplorer_MdGeExplorer_0=Module["_emscripten_bind_MdGeExplorer_MdGeExplorer_0"]=function(){return(_emscripten_bind_MdGeExplorer_MdGeExplorer_0=Module["_emscripten_bind_MdGeExplorer_MdGeExplorer_0"]=Module["asm"]["KP"]).apply(null,arguments)};var _emscripten_bind_MdGeExplorer_MdGeExplorer_1=Module["_emscripten_bind_MdGeExplorer_MdGeExplorer_1"]=function(){return(_emscripten_bind_MdGeExplorer_MdGeExplorer_1=Module["_emscripten_bind_MdGeExplorer_MdGeExplorer_1"]=Module["asm"]["LP"]).apply(null,arguments)};var _emscripten_bind_MdGeExplorer_MdGeExplorer_2=Module["_emscripten_bind_MdGeExplorer_MdGeExplorer_2"]=function(){return(_emscripten_bind_MdGeExplorer_MdGeExplorer_2=Module["_emscripten_bind_MdGeExplorer_MdGeExplorer_2"]=Module["asm"]["MP"]).apply(null,arguments)};var _emscripten_bind_MdGeExplorer_MdGeExplorer_3=Module["_emscripten_bind_MdGeExplorer_MdGeExplorer_3"]=function(){return(_emscripten_bind_MdGeExplorer_MdGeExplorer_3=Module["_emscripten_bind_MdGeExplorer_MdGeExplorer_3"]=Module["asm"]["NP"]).apply(null,arguments)};var _emscripten_bind_MdGeExplorer_Init_2=Module["_emscripten_bind_MdGeExplorer_Init_2"]=function(){return(_emscripten_bind_MdGeExplorer_Init_2=Module["_emscripten_bind_MdGeExplorer_Init_2"]=Module["asm"]["OP"]).apply(null,arguments)};var _emscripten_bind_MdGeExplorer_Init_3=Module["_emscripten_bind_MdGeExplorer_Init_3"]=function(){return(_emscripten_bind_MdGeExplorer_Init_3=Module["_emscripten_bind_MdGeExplorer_Init_3"]=Module["asm"]["PP"]).apply(null,arguments)};var _emscripten_bind_MdGeExplorer_More_0=Module["_emscripten_bind_MdGeExplorer_More_0"]=function(){return(_emscripten_bind_MdGeExplorer_More_0=Module["_emscripten_bind_MdGeExplorer_More_0"]=Module["asm"]["QP"]).apply(null,arguments)};var _emscripten_bind_MdGeExplorer_Next_0=Module["_emscripten_bind_MdGeExplorer_Next_0"]=function(){return(_emscripten_bind_MdGeExplorer_Next_0=Module["_emscripten_bind_MdGeExplorer_Next_0"]=Module["asm"]["RP"]).apply(null,arguments)};var _emscripten_bind_MdGeExplorer_Value_0=Module["_emscripten_bind_MdGeExplorer_Value_0"]=function(){return(_emscripten_bind_MdGeExplorer_Value_0=Module["_emscripten_bind_MdGeExplorer_Value_0"]=Module["asm"]["SP"]).apply(null,arguments)};var _emscripten_bind_MdGeExplorer_Current_0=Module["_emscripten_bind_MdGeExplorer_Current_0"]=function(){return(_emscripten_bind_MdGeExplorer_Current_0=Module["_emscripten_bind_MdGeExplorer_Current_0"]=Module["asm"]["TP"]).apply(null,arguments)};var _emscripten_bind_MdGeExplorer_ReInit_0=Module["_emscripten_bind_MdGeExplorer_ReInit_0"]=function(){return(_emscripten_bind_MdGeExplorer_ReInit_0=Module["_emscripten_bind_MdGeExplorer_ReInit_0"]=Module["asm"]["UP"]).apply(null,arguments)};var _emscripten_bind_MdGeExplorer_ExploredShape_0=Module["_emscripten_bind_MdGeExplorer_ExploredShape_0"]=function(){return(_emscripten_bind_MdGeExplorer_ExploredShape_0=Module["_emscripten_bind_MdGeExplorer_ExploredShape_0"]=Module["asm"]["VP"]).apply(null,arguments)};var _emscripten_bind_MdGeExplorer_Depth_0=Module["_emscripten_bind_MdGeExplorer_Depth_0"]=function(){return(_emscripten_bind_MdGeExplorer_Depth_0=Module["_emscripten_bind_MdGeExplorer_Depth_0"]=Module["asm"]["WP"]).apply(null,arguments)};var _emscripten_bind_MdGeExplorer_Clear_0=Module["_emscripten_bind_MdGeExplorer_Clear_0"]=function(){return(_emscripten_bind_MdGeExplorer_Clear_0=Module["_emscripten_bind_MdGeExplorer_Clear_0"]=Module["asm"]["XP"]).apply(null,arguments)};var _emscripten_bind_MdGeExplorer___destroy___0=Module["_emscripten_bind_MdGeExplorer___destroy___0"]=function(){return(_emscripten_bind_MdGeExplorer___destroy___0=Module["_emscripten_bind_MdGeExplorer___destroy___0"]=Module["asm"]["YP"]).apply(null,arguments)};var _emscripten_bind_MdGeTopo_MdGeTopo_0=Module["_emscripten_bind_MdGeTopo_MdGeTopo_0"]=function(){return(_emscripten_bind_MdGeTopo_MdGeTopo_0=Module["_emscripten_bind_MdGeTopo_MdGeTopo_0"]=Module["asm"]["ZP"]).apply(null,arguments)};var _emscripten_bind_MdGeTopo_Vertex_1=Module["_emscripten_bind_MdGeTopo_Vertex_1"]=function(){return(_emscripten_bind_MdGeTopo_Vertex_1=Module["_emscripten_bind_MdGeTopo_Vertex_1"]=Module["asm"]["_P"]).apply(null,arguments)};var _emscripten_bind_MdGeTopo_Edge_1=Module["_emscripten_bind_MdGeTopo_Edge_1"]=function(){return(_emscripten_bind_MdGeTopo_Edge_1=Module["_emscripten_bind_MdGeTopo_Edge_1"]=Module["asm"]["$P"]).apply(null,arguments)};var _emscripten_bind_MdGeTopo_Wire_1=Module["_emscripten_bind_MdGeTopo_Wire_1"]=function(){return(_emscripten_bind_MdGeTopo_Wire_1=Module["_emscripten_bind_MdGeTopo_Wire_1"]=Module["asm"]["aQ"]).apply(null,arguments)};var _emscripten_bind_MdGeTopo_Face_1=Module["_emscripten_bind_MdGeTopo_Face_1"]=function(){return(_emscripten_bind_MdGeTopo_Face_1=Module["_emscripten_bind_MdGeTopo_Face_1"]=Module["asm"]["bQ"]).apply(null,arguments)};var _emscripten_bind_MdGeTopo_Shell_1=Module["_emscripten_bind_MdGeTopo_Shell_1"]=function(){return(_emscripten_bind_MdGeTopo_Shell_1=Module["_emscripten_bind_MdGeTopo_Shell_1"]=Module["asm"]["cQ"]).apply(null,arguments)};var _emscripten_bind_MdGeTopo_Solid_1=Module["_emscripten_bind_MdGeTopo_Solid_1"]=function(){return(_emscripten_bind_MdGeTopo_Solid_1=Module["_emscripten_bind_MdGeTopo_Solid_1"]=Module["asm"]["dQ"]).apply(null,arguments)};var _emscripten_bind_MdGeTopo_CompSolid_1=Module["_emscripten_bind_MdGeTopo_CompSolid_1"]=function(){return(_emscripten_bind_MdGeTopo_CompSolid_1=Module["_emscripten_bind_MdGeTopo_CompSolid_1"]=Module["asm"]["eQ"]).apply(null,arguments)};var _emscripten_bind_MdGeTopo_Compound_1=Module["_emscripten_bind_MdGeTopo_Compound_1"]=function(){return(_emscripten_bind_MdGeTopo_Compound_1=Module["_emscripten_bind_MdGeTopo_Compound_1"]=Module["asm"]["fQ"]).apply(null,arguments)};var _emscripten_bind_MdGeTopo_SetRegisterFuncPtr_1=Module["_emscripten_bind_MdGeTopo_SetRegisterFuncPtr_1"]=function(){return(_emscripten_bind_MdGeTopo_SetRegisterFuncPtr_1=Module["_emscripten_bind_MdGeTopo_SetRegisterFuncPtr_1"]=Module["asm"]["gQ"]).apply(null,arguments)};var _emscripten_bind_MdGeTopo_DestroyObject_1=Module["_emscripten_bind_MdGeTopo_DestroyObject_1"]=function(){return(_emscripten_bind_MdGeTopo_DestroyObject_1=Module["_emscripten_bind_MdGeTopo_DestroyObject_1"]=Module["asm"]["hQ"]).apply(null,arguments)};var _emscripten_bind_MdGeTopo___destroy___0=Module["_emscripten_bind_MdGeTopo___destroy___0"]=function(){return(_emscripten_bind_MdGeTopo___destroy___0=Module["_emscripten_bind_MdGeTopo___destroy___0"]=Module["asm"]["iQ"]).apply(null,arguments)};var _emscripten_bind_MdGeFillet_MdGeFillet_1=Module["_emscripten_bind_MdGeFillet_MdGeFillet_1"]=function(){return(_emscripten_bind_MdGeFillet_MdGeFillet_1=Module["_emscripten_bind_MdGeFillet_MdGeFillet_1"]=Module["asm"]["jQ"]).apply(null,arguments)};var _emscripten_bind_MdGeFillet_MdGeFillet_2=Module["_emscripten_bind_MdGeFillet_MdGeFillet_2"]=function(){return(_emscripten_bind_MdGeFillet_MdGeFillet_2=Module["_emscripten_bind_MdGeFillet_MdGeFillet_2"]=Module["asm"]["kQ"]).apply(null,arguments)};var _emscripten_bind_MdGeFillet_SetParams_6=Module["_emscripten_bind_MdGeFillet_SetParams_6"]=function(){return(_emscripten_bind_MdGeFillet_SetParams_6=Module["_emscripten_bind_MdGeFillet_SetParams_6"]=Module["asm"]["lQ"]).apply(null,arguments)};var _emscripten_bind_MdGeFillet_Add_1=Module["_emscripten_bind_MdGeFillet_Add_1"]=function(){return(_emscripten_bind_MdGeFillet_Add_1=Module["_emscripten_bind_MdGeFillet_Add_1"]=Module["asm"]["mQ"]).apply(null,arguments)};var _emscripten_bind_MdGeFillet_Add_2=Module["_emscripten_bind_MdGeFillet_Add_2"]=function(){return(_emscripten_bind_MdGeFillet_Add_2=Module["_emscripten_bind_MdGeFillet_Add_2"]=Module["asm"]["nQ"]).apply(null,arguments)};var _emscripten_bind_MdGeFillet_Add_3=Module["_emscripten_bind_MdGeFillet_Add_3"]=function(){return(_emscripten_bind_MdGeFillet_Add_3=Module["_emscripten_bind_MdGeFillet_Add_3"]=Module["asm"]["oQ"]).apply(null,arguments)};var _emscripten_bind_MdGeFillet_SetRadius_3=Module["_emscripten_bind_MdGeFillet_SetRadius_3"]=function(){return(_emscripten_bind_MdGeFillet_SetRadius_3=Module["_emscripten_bind_MdGeFillet_SetRadius_3"]=Module["asm"]["pQ"]).apply(null,arguments)};var _emscripten_bind_MdGeFillet_SetRadius_4=Module["_emscripten_bind_MdGeFillet_SetRadius_4"]=function(){return(_emscripten_bind_MdGeFillet_SetRadius_4=Module["_emscripten_bind_MdGeFillet_SetRadius_4"]=Module["asm"]["qQ"]).apply(null,arguments)};var _emscripten_bind_MdGeFillet_ResetContour_1=Module["_emscripten_bind_MdGeFillet_ResetContour_1"]=function(){return(_emscripten_bind_MdGeFillet_ResetContour_1=Module["_emscripten_bind_MdGeFillet_ResetContour_1"]=Module["asm"]["rQ"]).apply(null,arguments)};var _emscripten_bind_MdGeFillet_IsConstant_1=Module["_emscripten_bind_MdGeFillet_IsConstant_1"]=function(){return(_emscripten_bind_MdGeFillet_IsConstant_1=Module["_emscripten_bind_MdGeFillet_IsConstant_1"]=Module["asm"]["sQ"]).apply(null,arguments)};var _emscripten_bind_MdGeFillet_IsConstant_2=Module["_emscripten_bind_MdGeFillet_IsConstant_2"]=function(){return(_emscripten_bind_MdGeFillet_IsConstant_2=Module["_emscripten_bind_MdGeFillet_IsConstant_2"]=Module["asm"]["tQ"]).apply(null,arguments)};var _emscripten_bind_MdGeFillet_Radius_1=Module["_emscripten_bind_MdGeFillet_Radius_1"]=function(){return(_emscripten_bind_MdGeFillet_Radius_1=Module["_emscripten_bind_MdGeFillet_Radius_1"]=Module["asm"]["uQ"]).apply(null,arguments)};var _emscripten_bind_MdGeFillet_Radius_2=Module["_emscripten_bind_MdGeFillet_Radius_2"]=function(){return(_emscripten_bind_MdGeFillet_Radius_2=Module["_emscripten_bind_MdGeFillet_Radius_2"]=Module["asm"]["vQ"]).apply(null,arguments)};var _emscripten_bind_MdGeFillet_SetRadiusForEdge_3=Module["_emscripten_bind_MdGeFillet_SetRadiusForEdge_3"]=function(){return(_emscripten_bind_MdGeFillet_SetRadiusForEdge_3=Module["_emscripten_bind_MdGeFillet_SetRadiusForEdge_3"]=Module["asm"]["wQ"]).apply(null,arguments)};var _emscripten_bind_MdGeFillet_SetRadiusForVertex_3=Module["_emscripten_bind_MdGeFillet_SetRadiusForVertex_3"]=function(){return(_emscripten_bind_MdGeFillet_SetRadiusForVertex_3=Module["_emscripten_bind_MdGeFillet_SetRadiusForVertex_3"]=Module["asm"]["xQ"]).apply(null,arguments)};var _emscripten_bind_MdGeFillet_SetFilletShape_1=Module["_emscripten_bind_MdGeFillet_SetFilletShape_1"]=function(){return(_emscripten_bind_MdGeFillet_SetFilletShape_1=Module["_emscripten_bind_MdGeFillet_SetFilletShape_1"]=Module["asm"]["yQ"]).apply(null,arguments)};var _emscripten_bind_MdGeFillet_GetFilletShape_0=Module["_emscripten_bind_MdGeFillet_GetFilletShape_0"]=function(){return(_emscripten_bind_MdGeFillet_GetFilletShape_0=Module["_emscripten_bind_MdGeFillet_GetFilletShape_0"]=Module["asm"]["zQ"]).apply(null,arguments)};var _emscripten_bind_MdGeFillet_NbContours_0=Module["_emscripten_bind_MdGeFillet_NbContours_0"]=function(){return(_emscripten_bind_MdGeFillet_NbContours_0=Module["_emscripten_bind_MdGeFillet_NbContours_0"]=Module["asm"]["AQ"]).apply(null,arguments)};var _emscripten_bind_MdGeFillet_Contour_1=Module["_emscripten_bind_MdGeFillet_Contour_1"]=function(){return(_emscripten_bind_MdGeFillet_Contour_1=Module["_emscripten_bind_MdGeFillet_Contour_1"]=Module["asm"]["BQ"]).apply(null,arguments)};var _emscripten_bind_MdGeFillet_NbEdges_1=Module["_emscripten_bind_MdGeFillet_NbEdges_1"]=function(){return(_emscripten_bind_MdGeFillet_NbEdges_1=Module["_emscripten_bind_MdGeFillet_NbEdges_1"]=Module["asm"]["CQ"]).apply(null,arguments)};var _emscripten_bind_MdGeFillet_Edge_2=Module["_emscripten_bind_MdGeFillet_Edge_2"]=function(){return(_emscripten_bind_MdGeFillet_Edge_2=Module["_emscripten_bind_MdGeFillet_Edge_2"]=Module["asm"]["DQ"]).apply(null,arguments)};var _emscripten_bind_MdGeFillet_Remove_1=Module["_emscripten_bind_MdGeFillet_Remove_1"]=function(){return(_emscripten_bind_MdGeFillet_Remove_1=Module["_emscripten_bind_MdGeFillet_Remove_1"]=Module["asm"]["EQ"]).apply(null,arguments)};var _emscripten_bind_MdGeFillet_Length_1=Module["_emscripten_bind_MdGeFillet_Length_1"]=function(){return(_emscripten_bind_MdGeFillet_Length_1=Module["_emscripten_bind_MdGeFillet_Length_1"]=Module["asm"]["FQ"]).apply(null,arguments)};var _emscripten_bind_MdGeFillet_FirstVertex_1=Module["_emscripten_bind_MdGeFillet_FirstVertex_1"]=function(){return(_emscripten_bind_MdGeFillet_FirstVertex_1=Module["_emscripten_bind_MdGeFillet_FirstVertex_1"]=Module["asm"]["GQ"]).apply(null,arguments)};var _emscripten_bind_MdGeFillet_LastVertex_1=Module["_emscripten_bind_MdGeFillet_LastVertex_1"]=function(){return(_emscripten_bind_MdGeFillet_LastVertex_1=Module["_emscripten_bind_MdGeFillet_LastVertex_1"]=Module["asm"]["HQ"]).apply(null,arguments)};var _emscripten_bind_MdGeFillet_Abscissa_2=Module["_emscripten_bind_MdGeFillet_Abscissa_2"]=function(){return(_emscripten_bind_MdGeFillet_Abscissa_2=Module["_emscripten_bind_MdGeFillet_Abscissa_2"]=Module["asm"]["IQ"]).apply(null,arguments)};var _emscripten_bind_MdGeFillet_RelativeAbscissa_2=Module["_emscripten_bind_MdGeFillet_RelativeAbscissa_2"]=function(){return(_emscripten_bind_MdGeFillet_RelativeAbscissa_2=Module["_emscripten_bind_MdGeFillet_RelativeAbscissa_2"]=Module["asm"]["JQ"]).apply(null,arguments)};var _emscripten_bind_MdGeFillet_ClosedAndTangent_1=Module["_emscripten_bind_MdGeFillet_ClosedAndTangent_1"]=function(){return(_emscripten_bind_MdGeFillet_ClosedAndTangent_1=Module["_emscripten_bind_MdGeFillet_ClosedAndTangent_1"]=Module["asm"]["KQ"]).apply(null,arguments)};var _emscripten_bind_MdGeFillet_Closed_1=Module["_emscripten_bind_MdGeFillet_Closed_1"]=function(){return(_emscripten_bind_MdGeFillet_Closed_1=Module["_emscripten_bind_MdGeFillet_Closed_1"]=Module["asm"]["LQ"]).apply(null,arguments)};var _emscripten_bind_MdGeFillet_Reset_0=Module["_emscripten_bind_MdGeFillet_Reset_0"]=function(){return(_emscripten_bind_MdGeFillet_Reset_0=Module["_emscripten_bind_MdGeFillet_Reset_0"]=Module["asm"]["MQ"]).apply(null,arguments)};var _emscripten_bind_MdGeFillet_NbSurfaces_0=Module["_emscripten_bind_MdGeFillet_NbSurfaces_0"]=function(){return(_emscripten_bind_MdGeFillet_NbSurfaces_0=Module["_emscripten_bind_MdGeFillet_NbSurfaces_0"]=Module["asm"]["NQ"]).apply(null,arguments)};var _emscripten_bind_MdGeFillet_Simulate_1=Module["_emscripten_bind_MdGeFillet_Simulate_1"]=function(){return(_emscripten_bind_MdGeFillet_Simulate_1=Module["_emscripten_bind_MdGeFillet_Simulate_1"]=Module["asm"]["OQ"]).apply(null,arguments)};var _emscripten_bind_MdGeFillet_NbSurf_1=Module["_emscripten_bind_MdGeFillet_NbSurf_1"]=function(){return(_emscripten_bind_MdGeFillet_NbSurf_1=Module["_emscripten_bind_MdGeFillet_NbSurf_1"]=Module["asm"]["PQ"]).apply(null,arguments)};var _emscripten_bind_MdGeFillet_NbFaultyContours_0=Module["_emscripten_bind_MdGeFillet_NbFaultyContours_0"]=function(){return(_emscripten_bind_MdGeFillet_NbFaultyContours_0=Module["_emscripten_bind_MdGeFillet_NbFaultyContours_0"]=Module["asm"]["QQ"]).apply(null,arguments)};var _emscripten_bind_MdGeFillet_FaultyContour_1=Module["_emscripten_bind_MdGeFillet_FaultyContour_1"]=function(){return(_emscripten_bind_MdGeFillet_FaultyContour_1=Module["_emscripten_bind_MdGeFillet_FaultyContour_1"]=Module["asm"]["RQ"]).apply(null,arguments)};var _emscripten_bind_MdGeFillet_NbComputedSurfaces_1=Module["_emscripten_bind_MdGeFillet_NbComputedSurfaces_1"]=function(){return(_emscripten_bind_MdGeFillet_NbComputedSurfaces_1=Module["_emscripten_bind_MdGeFillet_NbComputedSurfaces_1"]=Module["asm"]["SQ"]).apply(null,arguments)};var _emscripten_bind_MdGeFillet_NbFaultyVertices_0=Module["_emscripten_bind_MdGeFillet_NbFaultyVertices_0"]=function(){return(_emscripten_bind_MdGeFillet_NbFaultyVertices_0=Module["_emscripten_bind_MdGeFillet_NbFaultyVertices_0"]=Module["asm"]["TQ"]).apply(null,arguments)};var _emscripten_bind_MdGeFillet_FaultyVertex_1=Module["_emscripten_bind_MdGeFillet_FaultyVertex_1"]=function(){return(_emscripten_bind_MdGeFillet_FaultyVertex_1=Module["_emscripten_bind_MdGeFillet_FaultyVertex_1"]=Module["asm"]["UQ"]).apply(null,arguments)};var _emscripten_bind_MdGeFillet_HasResult_0=Module["_emscripten_bind_MdGeFillet_HasResult_0"]=function(){return(_emscripten_bind_MdGeFillet_HasResult_0=Module["_emscripten_bind_MdGeFillet_HasResult_0"]=Module["asm"]["VQ"]).apply(null,arguments)};var _emscripten_bind_MdGeFillet_BadShape_0=Module["_emscripten_bind_MdGeFillet_BadShape_0"]=function(){return(_emscripten_bind_MdGeFillet_BadShape_0=Module["_emscripten_bind_MdGeFillet_BadShape_0"]=Module["asm"]["WQ"]).apply(null,arguments)};var _emscripten_bind_MdGeFillet_Shape_0=Module["_emscripten_bind_MdGeFillet_Shape_0"]=function(){return(_emscripten_bind_MdGeFillet_Shape_0=Module["_emscripten_bind_MdGeFillet_Shape_0"]=Module["asm"]["XQ"]).apply(null,arguments)};var _emscripten_bind_MdGeFillet___destroy___0=Module["_emscripten_bind_MdGeFillet___destroy___0"]=function(){return(_emscripten_bind_MdGeFillet___destroy___0=Module["_emscripten_bind_MdGeFillet___destroy___0"]=Module["asm"]["YQ"]).apply(null,arguments)};var _emscripten_bind_MdGeChamfer_MdGeChamfer_1=Module["_emscripten_bind_MdGeChamfer_MdGeChamfer_1"]=function(){return(_emscripten_bind_MdGeChamfer_MdGeChamfer_1=Module["_emscripten_bind_MdGeChamfer_MdGeChamfer_1"]=Module["asm"]["ZQ"]).apply(null,arguments)};var _emscripten_bind_MdGeChamfer_Add_1=Module["_emscripten_bind_MdGeChamfer_Add_1"]=function(){return(_emscripten_bind_MdGeChamfer_Add_1=Module["_emscripten_bind_MdGeChamfer_Add_1"]=Module["asm"]["_Q"]).apply(null,arguments)};var _emscripten_bind_MdGeChamfer_Add_2=Module["_emscripten_bind_MdGeChamfer_Add_2"]=function(){return(_emscripten_bind_MdGeChamfer_Add_2=Module["_emscripten_bind_MdGeChamfer_Add_2"]=Module["asm"]["$Q"]).apply(null,arguments)};var _emscripten_bind_MdGeChamfer_Add_4=Module["_emscripten_bind_MdGeChamfer_Add_4"]=function(){return(_emscripten_bind_MdGeChamfer_Add_4=Module["_emscripten_bind_MdGeChamfer_Add_4"]=Module["asm"]["aR"]).apply(null,arguments)};var _emscripten_bind_MdGeChamfer_SetDist_3=Module["_emscripten_bind_MdGeChamfer_SetDist_3"]=function(){return(_emscripten_bind_MdGeChamfer_SetDist_3=Module["_emscripten_bind_MdGeChamfer_SetDist_3"]=Module["asm"]["bR"]).apply(null,arguments)};var _emscripten_bind_MdGeChamfer_GetDist_2=Module["_emscripten_bind_MdGeChamfer_GetDist_2"]=function(){return(_emscripten_bind_MdGeChamfer_GetDist_2=Module["_emscripten_bind_MdGeChamfer_GetDist_2"]=Module["asm"]["cR"]).apply(null,arguments)};var _emscripten_bind_MdGeChamfer_SetDists_4=Module["_emscripten_bind_MdGeChamfer_SetDists_4"]=function(){return(_emscripten_bind_MdGeChamfer_SetDists_4=Module["_emscripten_bind_MdGeChamfer_SetDists_4"]=Module["asm"]["dR"]).apply(null,arguments)};var _emscripten_bind_MdGeChamfer_Dists_3=Module["_emscripten_bind_MdGeChamfer_Dists_3"]=function(){return(_emscripten_bind_MdGeChamfer_Dists_3=Module["_emscripten_bind_MdGeChamfer_Dists_3"]=Module["asm"]["eR"]).apply(null,arguments)};var _emscripten_bind_MdGeChamfer_AddDA_4=Module["_emscripten_bind_MdGeChamfer_AddDA_4"]=function(){return(_emscripten_bind_MdGeChamfer_AddDA_4=Module["_emscripten_bind_MdGeChamfer_AddDA_4"]=Module["asm"]["fR"]).apply(null,arguments)};var _emscripten_bind_MdGeChamfer_SetDistAngle_4=Module["_emscripten_bind_MdGeChamfer_SetDistAngle_4"]=function(){return(_emscripten_bind_MdGeChamfer_SetDistAngle_4=Module["_emscripten_bind_MdGeChamfer_SetDistAngle_4"]=Module["asm"]["gR"]).apply(null,arguments)};var _emscripten_bind_MdGeChamfer_GetDistAngle_3=Module["_emscripten_bind_MdGeChamfer_GetDistAngle_3"]=function(){return(_emscripten_bind_MdGeChamfer_GetDistAngle_3=Module["_emscripten_bind_MdGeChamfer_GetDistAngle_3"]=Module["asm"]["hR"]).apply(null,arguments)};var _emscripten_bind_MdGeChamfer_SetMode_1=Module["_emscripten_bind_MdGeChamfer_SetMode_1"]=function(){return(_emscripten_bind_MdGeChamfer_SetMode_1=Module["_emscripten_bind_MdGeChamfer_SetMode_1"]=Module["asm"]["iR"]).apply(null,arguments)};var _emscripten_bind_MdGeChamfer_IsSymetric_1=Module["_emscripten_bind_MdGeChamfer_IsSymetric_1"]=function(){return(_emscripten_bind_MdGeChamfer_IsSymetric_1=Module["_emscripten_bind_MdGeChamfer_IsSymetric_1"]=Module["asm"]["jR"]).apply(null,arguments)};var _emscripten_bind_MdGeChamfer_IsTwoDistances_1=Module["_emscripten_bind_MdGeChamfer_IsTwoDistances_1"]=function(){return(_emscripten_bind_MdGeChamfer_IsTwoDistances_1=Module["_emscripten_bind_MdGeChamfer_IsTwoDistances_1"]=Module["asm"]["kR"]).apply(null,arguments)};var _emscripten_bind_MdGeChamfer_IsDistanceAngle_1=Module["_emscripten_bind_MdGeChamfer_IsDistanceAngle_1"]=function(){return(_emscripten_bind_MdGeChamfer_IsDistanceAngle_1=Module["_emscripten_bind_MdGeChamfer_IsDistanceAngle_1"]=Module["asm"]["lR"]).apply(null,arguments)};var _emscripten_bind_MdGeChamfer_ResetContour_1=Module["_emscripten_bind_MdGeChamfer_ResetContour_1"]=function(){return(_emscripten_bind_MdGeChamfer_ResetContour_1=Module["_emscripten_bind_MdGeChamfer_ResetContour_1"]=Module["asm"]["mR"]).apply(null,arguments)};var _emscripten_bind_MdGeChamfer_NbContours_0=Module["_emscripten_bind_MdGeChamfer_NbContours_0"]=function(){return(_emscripten_bind_MdGeChamfer_NbContours_0=Module["_emscripten_bind_MdGeChamfer_NbContours_0"]=Module["asm"]["nR"]).apply(null,arguments)};var _emscripten_bind_MdGeChamfer_Contour_1=Module["_emscripten_bind_MdGeChamfer_Contour_1"]=function(){return(_emscripten_bind_MdGeChamfer_Contour_1=Module["_emscripten_bind_MdGeChamfer_Contour_1"]=Module["asm"]["oR"]).apply(null,arguments)};var _emscripten_bind_MdGeChamfer_NbEdges_1=Module["_emscripten_bind_MdGeChamfer_NbEdges_1"]=function(){return(_emscripten_bind_MdGeChamfer_NbEdges_1=Module["_emscripten_bind_MdGeChamfer_NbEdges_1"]=Module["asm"]["pR"]).apply(null,arguments)};var _emscripten_bind_MdGeChamfer_Edge_2=Module["_emscripten_bind_MdGeChamfer_Edge_2"]=function(){return(_emscripten_bind_MdGeChamfer_Edge_2=Module["_emscripten_bind_MdGeChamfer_Edge_2"]=Module["asm"]["qR"]).apply(null,arguments)};var _emscripten_bind_MdGeChamfer_Remove_1=Module["_emscripten_bind_MdGeChamfer_Remove_1"]=function(){return(_emscripten_bind_MdGeChamfer_Remove_1=Module["_emscripten_bind_MdGeChamfer_Remove_1"]=Module["asm"]["rR"]).apply(null,arguments)};var _emscripten_bind_MdGeChamfer_Length_1=Module["_emscripten_bind_MdGeChamfer_Length_1"]=function(){return(_emscripten_bind_MdGeChamfer_Length_1=Module["_emscripten_bind_MdGeChamfer_Length_1"]=Module["asm"]["sR"]).apply(null,arguments)};var _emscripten_bind_MdGeChamfer_FirstVertex_1=Module["_emscripten_bind_MdGeChamfer_FirstVertex_1"]=function(){return(_emscripten_bind_MdGeChamfer_FirstVertex_1=Module["_emscripten_bind_MdGeChamfer_FirstVertex_1"]=Module["asm"]["tR"]).apply(null,arguments)};var _emscripten_bind_MdGeChamfer_LastVertex_1=Module["_emscripten_bind_MdGeChamfer_LastVertex_1"]=function(){return(_emscripten_bind_MdGeChamfer_LastVertex_1=Module["_emscripten_bind_MdGeChamfer_LastVertex_1"]=Module["asm"]["uR"]).apply(null,arguments)};var _emscripten_bind_MdGeChamfer_Abscissa_2=Module["_emscripten_bind_MdGeChamfer_Abscissa_2"]=function(){return(_emscripten_bind_MdGeChamfer_Abscissa_2=Module["_emscripten_bind_MdGeChamfer_Abscissa_2"]=Module["asm"]["vR"]).apply(null,arguments)};var _emscripten_bind_MdGeChamfer_RelativeAbscissa_2=Module["_emscripten_bind_MdGeChamfer_RelativeAbscissa_2"]=function(){return(_emscripten_bind_MdGeChamfer_RelativeAbscissa_2=Module["_emscripten_bind_MdGeChamfer_RelativeAbscissa_2"]=Module["asm"]["wR"]).apply(null,arguments)};var _emscripten_bind_MdGeChamfer_ClosedAndTangent_1=Module["_emscripten_bind_MdGeChamfer_ClosedAndTangent_1"]=function(){return(_emscripten_bind_MdGeChamfer_ClosedAndTangent_1=Module["_emscripten_bind_MdGeChamfer_ClosedAndTangent_1"]=Module["asm"]["xR"]).apply(null,arguments)};var _emscripten_bind_MdGeChamfer_Closed_1=Module["_emscripten_bind_MdGeChamfer_Closed_1"]=function(){return(_emscripten_bind_MdGeChamfer_Closed_1=Module["_emscripten_bind_MdGeChamfer_Closed_1"]=Module["asm"]["yR"]).apply(null,arguments)};var _emscripten_bind_MdGeChamfer_Reset_0=Module["_emscripten_bind_MdGeChamfer_Reset_0"]=function(){return(_emscripten_bind_MdGeChamfer_Reset_0=Module["_emscripten_bind_MdGeChamfer_Reset_0"]=Module["asm"]["zR"]).apply(null,arguments)};var _emscripten_bind_MdGeChamfer_Simulate_1=Module["_emscripten_bind_MdGeChamfer_Simulate_1"]=function(){return(_emscripten_bind_MdGeChamfer_Simulate_1=Module["_emscripten_bind_MdGeChamfer_Simulate_1"]=Module["asm"]["AR"]).apply(null,arguments)};var _emscripten_bind_MdGeChamfer_NbSurf_1=Module["_emscripten_bind_MdGeChamfer_NbSurf_1"]=function(){return(_emscripten_bind_MdGeChamfer_NbSurf_1=Module["_emscripten_bind_MdGeChamfer_NbSurf_1"]=Module["asm"]["BR"]).apply(null,arguments)};var _emscripten_bind_MdGeChamfer_Shape_0=Module["_emscripten_bind_MdGeChamfer_Shape_0"]=function(){return(_emscripten_bind_MdGeChamfer_Shape_0=Module["_emscripten_bind_MdGeChamfer_Shape_0"]=Module["asm"]["CR"]).apply(null,arguments)};var _emscripten_bind_MdGeChamfer___destroy___0=Module["_emscripten_bind_MdGeChamfer___destroy___0"]=function(){return(_emscripten_bind_MdGeChamfer___destroy___0=Module["_emscripten_bind_MdGeChamfer___destroy___0"]=Module["asm"]["DR"]).apply(null,arguments)};var _emscripten_bind_MdGeEllipse_MdGeEllipse_0=Module["_emscripten_bind_MdGeEllipse_MdGeEllipse_0"]=function(){return(_emscripten_bind_MdGeEllipse_MdGeEllipse_0=Module["_emscripten_bind_MdGeEllipse_MdGeEllipse_0"]=Module["asm"]["ER"]).apply(null,arguments)};var _emscripten_bind_MdGeEllipse_MdGeEllipse_1=Module["_emscripten_bind_MdGeEllipse_MdGeEllipse_1"]=function(){return(_emscripten_bind_MdGeEllipse_MdGeEllipse_1=Module["_emscripten_bind_MdGeEllipse_MdGeEllipse_1"]=Module["asm"]["FR"]).apply(null,arguments)};var _emscripten_bind_MdGeEllipse_MdGeEllipse_3=Module["_emscripten_bind_MdGeEllipse_MdGeEllipse_3"]=function(){return(_emscripten_bind_MdGeEllipse_MdGeEllipse_3=Module["_emscripten_bind_MdGeEllipse_MdGeEllipse_3"]=Module["asm"]["GR"]).apply(null,arguments)};var _emscripten_bind_MdGeEllipse_SetAxis_1=Module["_emscripten_bind_MdGeEllipse_SetAxis_1"]=function(){return(_emscripten_bind_MdGeEllipse_SetAxis_1=Module["_emscripten_bind_MdGeEllipse_SetAxis_1"]=Module["asm"]["HR"]).apply(null,arguments)};var _emscripten_bind_MdGeEllipse_SetLocation_1=Module["_emscripten_bind_MdGeEllipse_SetLocation_1"]=function(){return(_emscripten_bind_MdGeEllipse_SetLocation_1=Module["_emscripten_bind_MdGeEllipse_SetLocation_1"]=Module["asm"]["IR"]).apply(null,arguments)};var _emscripten_bind_MdGeEllipse_SetMajorRadius_1=Module["_emscripten_bind_MdGeEllipse_SetMajorRadius_1"]=function(){return(_emscripten_bind_MdGeEllipse_SetMajorRadius_1=Module["_emscripten_bind_MdGeEllipse_SetMajorRadius_1"]=Module["asm"]["JR"]).apply(null,arguments)};var _emscripten_bind_MdGeEllipse_SetMinorRadius_1=Module["_emscripten_bind_MdGeEllipse_SetMinorRadius_1"]=function(){return(_emscripten_bind_MdGeEllipse_SetMinorRadius_1=Module["_emscripten_bind_MdGeEllipse_SetMinorRadius_1"]=Module["asm"]["KR"]).apply(null,arguments)};var _emscripten_bind_MdGeEllipse_SetPosition_1=Module["_emscripten_bind_MdGeEllipse_SetPosition_1"]=function(){return(_emscripten_bind_MdGeEllipse_SetPosition_1=Module["_emscripten_bind_MdGeEllipse_SetPosition_1"]=Module["asm"]["LR"]).apply(null,arguments)};var _emscripten_bind_MdGeEllipse_Area_0=Module["_emscripten_bind_MdGeEllipse_Area_0"]=function(){return(_emscripten_bind_MdGeEllipse_Area_0=Module["_emscripten_bind_MdGeEllipse_Area_0"]=Module["asm"]["MR"]).apply(null,arguments)};var _emscripten_bind_MdGeEllipse_Axis_0=Module["_emscripten_bind_MdGeEllipse_Axis_0"]=function(){return(_emscripten_bind_MdGeEllipse_Axis_0=Module["_emscripten_bind_MdGeEllipse_Axis_0"]=Module["asm"]["NR"]).apply(null,arguments)};var _emscripten_bind_MdGeEllipse_Directrix1_0=Module["_emscripten_bind_MdGeEllipse_Directrix1_0"]=function(){return(_emscripten_bind_MdGeEllipse_Directrix1_0=Module["_emscripten_bind_MdGeEllipse_Directrix1_0"]=Module["asm"]["OR"]).apply(null,arguments)};var _emscripten_bind_MdGeEllipse_Directrix2_0=Module["_emscripten_bind_MdGeEllipse_Directrix2_0"]=function(){return(_emscripten_bind_MdGeEllipse_Directrix2_0=Module["_emscripten_bind_MdGeEllipse_Directrix2_0"]=Module["asm"]["PR"]).apply(null,arguments)};var _emscripten_bind_MdGeEllipse_Eccentricity_0=Module["_emscripten_bind_MdGeEllipse_Eccentricity_0"]=function(){return(_emscripten_bind_MdGeEllipse_Eccentricity_0=Module["_emscripten_bind_MdGeEllipse_Eccentricity_0"]=Module["asm"]["QR"]).apply(null,arguments)};var _emscripten_bind_MdGeEllipse_Focal_0=Module["_emscripten_bind_MdGeEllipse_Focal_0"]=function(){return(_emscripten_bind_MdGeEllipse_Focal_0=Module["_emscripten_bind_MdGeEllipse_Focal_0"]=Module["asm"]["RR"]).apply(null,arguments)};var _emscripten_bind_MdGeEllipse_Focus1_0=Module["_emscripten_bind_MdGeEllipse_Focus1_0"]=function(){return(_emscripten_bind_MdGeEllipse_Focus1_0=Module["_emscripten_bind_MdGeEllipse_Focus1_0"]=Module["asm"]["SR"]).apply(null,arguments)};var _emscripten_bind_MdGeEllipse_Focus2_0=Module["_emscripten_bind_MdGeEllipse_Focus2_0"]=function(){return(_emscripten_bind_MdGeEllipse_Focus2_0=Module["_emscripten_bind_MdGeEllipse_Focus2_0"]=Module["asm"]["TR"]).apply(null,arguments)};var _emscripten_bind_MdGeEllipse_Location_0=Module["_emscripten_bind_MdGeEllipse_Location_0"]=function(){return(_emscripten_bind_MdGeEllipse_Location_0=Module["_emscripten_bind_MdGeEllipse_Location_0"]=Module["asm"]["UR"]).apply(null,arguments)};var _emscripten_bind_MdGeEllipse_MajorRadius_0=Module["_emscripten_bind_MdGeEllipse_MajorRadius_0"]=function(){return(_emscripten_bind_MdGeEllipse_MajorRadius_0=Module["_emscripten_bind_MdGeEllipse_MajorRadius_0"]=Module["asm"]["VR"]).apply(null,arguments)};var _emscripten_bind_MdGeEllipse_MinorRadius_0=Module["_emscripten_bind_MdGeEllipse_MinorRadius_0"]=function(){return(_emscripten_bind_MdGeEllipse_MinorRadius_0=Module["_emscripten_bind_MdGeEllipse_MinorRadius_0"]=Module["asm"]["WR"]).apply(null,arguments)};var _emscripten_bind_MdGeEllipse_Parameter_0=Module["_emscripten_bind_MdGeEllipse_Parameter_0"]=function(){return(_emscripten_bind_MdGeEllipse_Parameter_0=Module["_emscripten_bind_MdGeEllipse_Parameter_0"]=Module["asm"]["XR"]).apply(null,arguments)};var _emscripten_bind_MdGeEllipse_Position_0=Module["_emscripten_bind_MdGeEllipse_Position_0"]=function(){return(_emscripten_bind_MdGeEllipse_Position_0=Module["_emscripten_bind_MdGeEllipse_Position_0"]=Module["asm"]["YR"]).apply(null,arguments)};var _emscripten_bind_MdGeEllipse_XAxis_0=Module["_emscripten_bind_MdGeEllipse_XAxis_0"]=function(){return(_emscripten_bind_MdGeEllipse_XAxis_0=Module["_emscripten_bind_MdGeEllipse_XAxis_0"]=Module["asm"]["ZR"]).apply(null,arguments)};var _emscripten_bind_MdGeEllipse_YAxis_0=Module["_emscripten_bind_MdGeEllipse_YAxis_0"]=function(){return(_emscripten_bind_MdGeEllipse_YAxis_0=Module["_emscripten_bind_MdGeEllipse_YAxis_0"]=Module["asm"]["_R"]).apply(null,arguments)};var _emscripten_bind_MdGeEllipse_MirrorByPoint_1=Module["_emscripten_bind_MdGeEllipse_MirrorByPoint_1"]=function(){return(_emscripten_bind_MdGeEllipse_MirrorByPoint_1=Module["_emscripten_bind_MdGeEllipse_MirrorByPoint_1"]=Module["asm"]["$R"]).apply(null,arguments)};var _emscripten_bind_MdGeEllipse_MirroredByPoint_1=Module["_emscripten_bind_MdGeEllipse_MirroredByPoint_1"]=function(){return(_emscripten_bind_MdGeEllipse_MirroredByPoint_1=Module["_emscripten_bind_MdGeEllipse_MirroredByPoint_1"]=Module["asm"]["aS"]).apply(null,arguments)};var _emscripten_bind_MdGeEllipse_MirrorByAxis_1=Module["_emscripten_bind_MdGeEllipse_MirrorByAxis_1"]=function(){return(_emscripten_bind_MdGeEllipse_MirrorByAxis_1=Module["_emscripten_bind_MdGeEllipse_MirrorByAxis_1"]=Module["asm"]["bS"]).apply(null,arguments)};var _emscripten_bind_MdGeEllipse_MirroredByAxis_1=Module["_emscripten_bind_MdGeEllipse_MirroredByAxis_1"]=function(){return(_emscripten_bind_MdGeEllipse_MirroredByAxis_1=Module["_emscripten_bind_MdGeEllipse_MirroredByAxis_1"]=Module["asm"]["cS"]).apply(null,arguments)};var _emscripten_bind_MdGeEllipse_MirrorByCSYSR_1=Module["_emscripten_bind_MdGeEllipse_MirrorByCSYSR_1"]=function(){return(_emscripten_bind_MdGeEllipse_MirrorByCSYSR_1=Module["_emscripten_bind_MdGeEllipse_MirrorByCSYSR_1"]=Module["asm"]["dS"]).apply(null,arguments)};var _emscripten_bind_MdGeEllipse_MirroredByCSYSR_1=Module["_emscripten_bind_MdGeEllipse_MirroredByCSYSR_1"]=function(){return(_emscripten_bind_MdGeEllipse_MirroredByCSYSR_1=Module["_emscripten_bind_MdGeEllipse_MirroredByCSYSR_1"]=Module["asm"]["eS"]).apply(null,arguments)};var _emscripten_bind_MdGeEllipse_Rotate_2=Module["_emscripten_bind_MdGeEllipse_Rotate_2"]=function(){return(_emscripten_bind_MdGeEllipse_Rotate_2=Module["_emscripten_bind_MdGeEllipse_Rotate_2"]=Module["asm"]["fS"]).apply(null,arguments)};var _emscripten_bind_MdGeEllipse_Rotated_2=Module["_emscripten_bind_MdGeEllipse_Rotated_2"]=function(){return(_emscripten_bind_MdGeEllipse_Rotated_2=Module["_emscripten_bind_MdGeEllipse_Rotated_2"]=Module["asm"]["gS"]).apply(null,arguments)};var _emscripten_bind_MdGeEllipse_Scale_2=Module["_emscripten_bind_MdGeEllipse_Scale_2"]=function(){return(_emscripten_bind_MdGeEllipse_Scale_2=Module["_emscripten_bind_MdGeEllipse_Scale_2"]=Module["asm"]["hS"]).apply(null,arguments)};var _emscripten_bind_MdGeEllipse_Scaled_2=Module["_emscripten_bind_MdGeEllipse_Scaled_2"]=function(){return(_emscripten_bind_MdGeEllipse_Scaled_2=Module["_emscripten_bind_MdGeEllipse_Scaled_2"]=Module["asm"]["iS"]).apply(null,arguments)};var _emscripten_bind_MdGeEllipse_Transform_1=Module["_emscripten_bind_MdGeEllipse_Transform_1"]=function(){return(_emscripten_bind_MdGeEllipse_Transform_1=Module["_emscripten_bind_MdGeEllipse_Transform_1"]=Module["asm"]["jS"]).apply(null,arguments)};var _emscripten_bind_MdGeEllipse_Transformed_1=Module["_emscripten_bind_MdGeEllipse_Transformed_1"]=function(){return(_emscripten_bind_MdGeEllipse_Transformed_1=Module["_emscripten_bind_MdGeEllipse_Transformed_1"]=Module["asm"]["kS"]).apply(null,arguments)};var _emscripten_bind_MdGeEllipse_Translate_1=Module["_emscripten_bind_MdGeEllipse_Translate_1"]=function(){return(_emscripten_bind_MdGeEllipse_Translate_1=Module["_emscripten_bind_MdGeEllipse_Translate_1"]=Module["asm"]["lS"]).apply(null,arguments)};var _emscripten_bind_MdGeEllipse_Translate_2=Module["_emscripten_bind_MdGeEllipse_Translate_2"]=function(){return(_emscripten_bind_MdGeEllipse_Translate_2=Module["_emscripten_bind_MdGeEllipse_Translate_2"]=Module["asm"]["mS"]).apply(null,arguments)};var _emscripten_bind_MdGeEllipse_Translated_1=Module["_emscripten_bind_MdGeEllipse_Translated_1"]=function(){return(_emscripten_bind_MdGeEllipse_Translated_1=Module["_emscripten_bind_MdGeEllipse_Translated_1"]=Module["asm"]["nS"]).apply(null,arguments)};var _emscripten_bind_MdGeEllipse_Translated_2=Module["_emscripten_bind_MdGeEllipse_Translated_2"]=function(){return(_emscripten_bind_MdGeEllipse_Translated_2=Module["_emscripten_bind_MdGeEllipse_Translated_2"]=Module["asm"]["oS"]).apply(null,arguments)};var _emscripten_bind_MdGeEllipse_Shape_0=Module["_emscripten_bind_MdGeEllipse_Shape_0"]=function(){return(_emscripten_bind_MdGeEllipse_Shape_0=Module["_emscripten_bind_MdGeEllipse_Shape_0"]=Module["asm"]["pS"]).apply(null,arguments)};var _emscripten_bind_MdGeEllipse_Wire_0=Module["_emscripten_bind_MdGeEllipse_Wire_0"]=function(){return(_emscripten_bind_MdGeEllipse_Wire_0=Module["_emscripten_bind_MdGeEllipse_Wire_0"]=Module["asm"]["qS"]).apply(null,arguments)};var _emscripten_bind_MdGeEllipse_Edge_0=Module["_emscripten_bind_MdGeEllipse_Edge_0"]=function(){return(_emscripten_bind_MdGeEllipse_Edge_0=Module["_emscripten_bind_MdGeEllipse_Edge_0"]=Module["asm"]["rS"]).apply(null,arguments)};var _emscripten_bind_MdGeEllipse_Edge_2=Module["_emscripten_bind_MdGeEllipse_Edge_2"]=function(){return(_emscripten_bind_MdGeEllipse_Edge_2=Module["_emscripten_bind_MdGeEllipse_Edge_2"]=Module["asm"]["sS"]).apply(null,arguments)};var _emscripten_bind_MdGeEllipse___destroy___0=Module["_emscripten_bind_MdGeEllipse___destroy___0"]=function(){return(_emscripten_bind_MdGeEllipse___destroy___0=Module["_emscripten_bind_MdGeEllipse___destroy___0"]=Module["asm"]["tS"]).apply(null,arguments)};var _emscripten_bind_MdGePipe_MdGePipe_1=Module["_emscripten_bind_MdGePipe_MdGePipe_1"]=function(){return(_emscripten_bind_MdGePipe_MdGePipe_1=Module["_emscripten_bind_MdGePipe_MdGePipe_1"]=Module["asm"]["uS"]).apply(null,arguments)};var _emscripten_bind_MdGePipe_MdGePipe_2=Module["_emscripten_bind_MdGePipe_MdGePipe_2"]=function(){return(_emscripten_bind_MdGePipe_MdGePipe_2=Module["_emscripten_bind_MdGePipe_MdGePipe_2"]=Module["asm"]["vS"]).apply(null,arguments)};var _emscripten_bind_MdGePipe_MdGePipe_3=Module["_emscripten_bind_MdGePipe_MdGePipe_3"]=function(){return(_emscripten_bind_MdGePipe_MdGePipe_3=Module["_emscripten_bind_MdGePipe_MdGePipe_3"]=Module["asm"]["wS"]).apply(null,arguments)};var _emscripten_bind_MdGePipe_MdGePipe_4=Module["_emscripten_bind_MdGePipe_MdGePipe_4"]=function(){return(_emscripten_bind_MdGePipe_MdGePipe_4=Module["_emscripten_bind_MdGePipe_MdGePipe_4"]=Module["asm"]["xS"]).apply(null,arguments)};var _emscripten_bind_MdGePipe_FirstShape_0=Module["_emscripten_bind_MdGePipe_FirstShape_0"]=function(){return(_emscripten_bind_MdGePipe_FirstShape_0=Module["_emscripten_bind_MdGePipe_FirstShape_0"]=Module["asm"]["yS"]).apply(null,arguments)};var _emscripten_bind_MdGePipe_LastShape_0=Module["_emscripten_bind_MdGePipe_LastShape_0"]=function(){return(_emscripten_bind_MdGePipe_LastShape_0=Module["_emscripten_bind_MdGePipe_LastShape_0"]=Module["asm"]["zS"]).apply(null,arguments)};var _emscripten_bind_MdGePipe_Generated_2=Module["_emscripten_bind_MdGePipe_Generated_2"]=function(){return(_emscripten_bind_MdGePipe_Generated_2=Module["_emscripten_bind_MdGePipe_Generated_2"]=Module["asm"]["AS"]).apply(null,arguments)};var _emscripten_bind_MdGePipe_ErrorOnSurface_0=Module["_emscripten_bind_MdGePipe_ErrorOnSurface_0"]=function(){return(_emscripten_bind_MdGePipe_ErrorOnSurface_0=Module["_emscripten_bind_MdGePipe_ErrorOnSurface_0"]=Module["asm"]["BS"]).apply(null,arguments)};var _emscripten_bind_MdGePipe_Shape_0=Module["_emscripten_bind_MdGePipe_Shape_0"]=function(){return(_emscripten_bind_MdGePipe_Shape_0=Module["_emscripten_bind_MdGePipe_Shape_0"]=Module["asm"]["CS"]).apply(null,arguments)};var _emscripten_bind_MdGePipe___destroy___0=Module["_emscripten_bind_MdGePipe___destroy___0"]=function(){return(_emscripten_bind_MdGePipe___destroy___0=Module["_emscripten_bind_MdGePipe___destroy___0"]=Module["asm"]["DS"]).apply(null,arguments)};var _emscripten_bind_MdGePrism_MdGePrism_1=Module["_emscripten_bind_MdGePrism_MdGePrism_1"]=function(){return(_emscripten_bind_MdGePrism_MdGePrism_1=Module["_emscripten_bind_MdGePrism_MdGePrism_1"]=Module["asm"]["ES"]).apply(null,arguments)};var _emscripten_bind_MdGePrism_MdGePrism_2=Module["_emscripten_bind_MdGePrism_MdGePrism_2"]=function(){return(_emscripten_bind_MdGePrism_MdGePrism_2=Module["_emscripten_bind_MdGePrism_MdGePrism_2"]=Module["asm"]["FS"]).apply(null,arguments)};var _emscripten_bind_MdGePrism_MdGePrism_3=Module["_emscripten_bind_MdGePrism_MdGePrism_3"]=function(){return(_emscripten_bind_MdGePrism_MdGePrism_3=Module["_emscripten_bind_MdGePrism_MdGePrism_3"]=Module["asm"]["GS"]).apply(null,arguments)};var _emscripten_bind_MdGePrism_MdGePrism_4=Module["_emscripten_bind_MdGePrism_MdGePrism_4"]=function(){return(_emscripten_bind_MdGePrism_MdGePrism_4=Module["_emscripten_bind_MdGePrism_MdGePrism_4"]=Module["asm"]["HS"]).apply(null,arguments)};var _emscripten_bind_MdGePrism_FirstShape_0=Module["_emscripten_bind_MdGePrism_FirstShape_0"]=function(){return(_emscripten_bind_MdGePrism_FirstShape_0=Module["_emscripten_bind_MdGePrism_FirstShape_0"]=Module["asm"]["IS"]).apply(null,arguments)};var _emscripten_bind_MdGePrism_FirstShape_1=Module["_emscripten_bind_MdGePrism_FirstShape_1"]=function(){return(_emscripten_bind_MdGePrism_FirstShape_1=Module["_emscripten_bind_MdGePrism_FirstShape_1"]=Module["asm"]["JS"]).apply(null,arguments)};var _emscripten_bind_MdGePrism_LastShape_0=Module["_emscripten_bind_MdGePrism_LastShape_0"]=function(){return(_emscripten_bind_MdGePrism_LastShape_0=Module["_emscripten_bind_MdGePrism_LastShape_0"]=Module["asm"]["KS"]).apply(null,arguments)};var _emscripten_bind_MdGePrism_LastShape_1=Module["_emscripten_bind_MdGePrism_LastShape_1"]=function(){return(_emscripten_bind_MdGePrism_LastShape_1=Module["_emscripten_bind_MdGePrism_LastShape_1"]=Module["asm"]["LS"]).apply(null,arguments)};var _emscripten_bind_MdGePrism_IsDeleted_1=Module["_emscripten_bind_MdGePrism_IsDeleted_1"]=function(){return(_emscripten_bind_MdGePrism_IsDeleted_1=Module["_emscripten_bind_MdGePrism_IsDeleted_1"]=Module["asm"]["MS"]).apply(null,arguments)};var _emscripten_bind_MdGePrism_Shape_0=Module["_emscripten_bind_MdGePrism_Shape_0"]=function(){return(_emscripten_bind_MdGePrism_Shape_0=Module["_emscripten_bind_MdGePrism_Shape_0"]=Module["asm"]["NS"]).apply(null,arguments)};var _emscripten_bind_MdGePrism___destroy___0=Module["_emscripten_bind_MdGePrism___destroy___0"]=function(){return(_emscripten_bind_MdGePrism___destroy___0=Module["_emscripten_bind_MdGePrism___destroy___0"]=Module["asm"]["OS"]).apply(null,arguments)};var _emscripten_bind_MdGeTorus_MdGeTorus_0=Module["_emscripten_bind_MdGeTorus_MdGeTorus_0"]=function(){return(_emscripten_bind_MdGeTorus_MdGeTorus_0=Module["_emscripten_bind_MdGeTorus_MdGeTorus_0"]=Module["asm"]["PS"]).apply(null,arguments)};var _emscripten_bind_MdGeTorus_MdGeTorus_1=Module["_emscripten_bind_MdGeTorus_MdGeTorus_1"]=function(){return(_emscripten_bind_MdGeTorus_MdGeTorus_1=Module["_emscripten_bind_MdGeTorus_MdGeTorus_1"]=Module["asm"]["QS"]).apply(null,arguments)};var _emscripten_bind_MdGeTorus_MdGeTorus_3=Module["_emscripten_bind_MdGeTorus_MdGeTorus_3"]=function(){return(_emscripten_bind_MdGeTorus_MdGeTorus_3=Module["_emscripten_bind_MdGeTorus_MdGeTorus_3"]=Module["asm"]["RS"]).apply(null,arguments)};var _emscripten_bind_MdGeTorus_SetAxis_1=Module["_emscripten_bind_MdGeTorus_SetAxis_1"]=function(){return(_emscripten_bind_MdGeTorus_SetAxis_1=Module["_emscripten_bind_MdGeTorus_SetAxis_1"]=Module["asm"]["SS"]).apply(null,arguments)};var _emscripten_bind_MdGeTorus_SetLocation_1=Module["_emscripten_bind_MdGeTorus_SetLocation_1"]=function(){return(_emscripten_bind_MdGeTorus_SetLocation_1=Module["_emscripten_bind_MdGeTorus_SetLocation_1"]=Module["asm"]["TS"]).apply(null,arguments)};var _emscripten_bind_MdGeTorus_SetMajorRadius_1=Module["_emscripten_bind_MdGeTorus_SetMajorRadius_1"]=function(){return(_emscripten_bind_MdGeTorus_SetMajorRadius_1=Module["_emscripten_bind_MdGeTorus_SetMajorRadius_1"]=Module["asm"]["US"]).apply(null,arguments)};var _emscripten_bind_MdGeTorus_SetMinorRadius_1=Module["_emscripten_bind_MdGeTorus_SetMinorRadius_1"]=function(){return(_emscripten_bind_MdGeTorus_SetMinorRadius_1=Module["_emscripten_bind_MdGeTorus_SetMinorRadius_1"]=Module["asm"]["VS"]).apply(null,arguments)};var _emscripten_bind_MdGeTorus_SetPosition_1=Module["_emscripten_bind_MdGeTorus_SetPosition_1"]=function(){return(_emscripten_bind_MdGeTorus_SetPosition_1=Module["_emscripten_bind_MdGeTorus_SetPosition_1"]=Module["asm"]["WS"]).apply(null,arguments)};var _emscripten_bind_MdGeTorus_Area_0=Module["_emscripten_bind_MdGeTorus_Area_0"]=function(){return(_emscripten_bind_MdGeTorus_Area_0=Module["_emscripten_bind_MdGeTorus_Area_0"]=Module["asm"]["XS"]).apply(null,arguments)};var _emscripten_bind_MdGeTorus_UReverse_0=Module["_emscripten_bind_MdGeTorus_UReverse_0"]=function(){return(_emscripten_bind_MdGeTorus_UReverse_0=Module["_emscripten_bind_MdGeTorus_UReverse_0"]=Module["asm"]["YS"]).apply(null,arguments)};var _emscripten_bind_MdGeTorus_VReverse_0=Module["_emscripten_bind_MdGeTorus_VReverse_0"]=function(){return(_emscripten_bind_MdGeTorus_VReverse_0=Module["_emscripten_bind_MdGeTorus_VReverse_0"]=Module["asm"]["ZS"]).apply(null,arguments)};var _emscripten_bind_MdGeTorus_Direct_0=Module["_emscripten_bind_MdGeTorus_Direct_0"]=function(){return(_emscripten_bind_MdGeTorus_Direct_0=Module["_emscripten_bind_MdGeTorus_Direct_0"]=Module["asm"]["_S"]).apply(null,arguments)};var _emscripten_bind_MdGeTorus_Axis_0=Module["_emscripten_bind_MdGeTorus_Axis_0"]=function(){return(_emscripten_bind_MdGeTorus_Axis_0=Module["_emscripten_bind_MdGeTorus_Axis_0"]=Module["asm"]["$S"]).apply(null,arguments)};var _emscripten_bind_MdGeTorus_Location_0=Module["_emscripten_bind_MdGeTorus_Location_0"]=function(){return(_emscripten_bind_MdGeTorus_Location_0=Module["_emscripten_bind_MdGeTorus_Location_0"]=Module["asm"]["aT"]).apply(null,arguments)};var _emscripten_bind_MdGeTorus_Position_0=Module["_emscripten_bind_MdGeTorus_Position_0"]=function(){return(_emscripten_bind_MdGeTorus_Position_0=Module["_emscripten_bind_MdGeTorus_Position_0"]=Module["asm"]["bT"]).apply(null,arguments)};var _emscripten_bind_MdGeTorus_MajorRadius_0=Module["_emscripten_bind_MdGeTorus_MajorRadius_0"]=function(){return(_emscripten_bind_MdGeTorus_MajorRadius_0=Module["_emscripten_bind_MdGeTorus_MajorRadius_0"]=Module["asm"]["cT"]).apply(null,arguments)};var _emscripten_bind_MdGeTorus_MinorRadius_0=Module["_emscripten_bind_MdGeTorus_MinorRadius_0"]=function(){return(_emscripten_bind_MdGeTorus_MinorRadius_0=Module["_emscripten_bind_MdGeTorus_MinorRadius_0"]=Module["asm"]["dT"]).apply(null,arguments)};var _emscripten_bind_MdGeTorus_Volume_0=Module["_emscripten_bind_MdGeTorus_Volume_0"]=function(){return(_emscripten_bind_MdGeTorus_Volume_0=Module["_emscripten_bind_MdGeTorus_Volume_0"]=Module["asm"]["eT"]).apply(null,arguments)};var _emscripten_bind_MdGeTorus_XAxis_0=Module["_emscripten_bind_MdGeTorus_XAxis_0"]=function(){return(_emscripten_bind_MdGeTorus_XAxis_0=Module["_emscripten_bind_MdGeTorus_XAxis_0"]=Module["asm"]["fT"]).apply(null,arguments)};var _emscripten_bind_MdGeTorus_YAxis_0=Module["_emscripten_bind_MdGeTorus_YAxis_0"]=function(){return(_emscripten_bind_MdGeTorus_YAxis_0=Module["_emscripten_bind_MdGeTorus_YAxis_0"]=Module["asm"]["gT"]).apply(null,arguments)};var _emscripten_bind_MdGeTorus_MirrorByPoint_1=Module["_emscripten_bind_MdGeTorus_MirrorByPoint_1"]=function(){return(_emscripten_bind_MdGeTorus_MirrorByPoint_1=Module["_emscripten_bind_MdGeTorus_MirrorByPoint_1"]=Module["asm"]["hT"]).apply(null,arguments)};var _emscripten_bind_MdGeTorus_MirroredByPoint_1=Module["_emscripten_bind_MdGeTorus_MirroredByPoint_1"]=function(){return(_emscripten_bind_MdGeTorus_MirroredByPoint_1=Module["_emscripten_bind_MdGeTorus_MirroredByPoint_1"]=Module["asm"]["iT"]).apply(null,arguments)};var _emscripten_bind_MdGeTorus_MirrorByAxis_1=Module["_emscripten_bind_MdGeTorus_MirrorByAxis_1"]=function(){return(_emscripten_bind_MdGeTorus_MirrorByAxis_1=Module["_emscripten_bind_MdGeTorus_MirrorByAxis_1"]=Module["asm"]["jT"]).apply(null,arguments)};var _emscripten_bind_MdGeTorus_MirroredByAxis_1=Module["_emscripten_bind_MdGeTorus_MirroredByAxis_1"]=function(){return(_emscripten_bind_MdGeTorus_MirroredByAxis_1=Module["_emscripten_bind_MdGeTorus_MirroredByAxis_1"]=Module["asm"]["kT"]).apply(null,arguments)};var _emscripten_bind_MdGeTorus_MirrorByCSYSR_1=Module["_emscripten_bind_MdGeTorus_MirrorByCSYSR_1"]=function(){return(_emscripten_bind_MdGeTorus_MirrorByCSYSR_1=Module["_emscripten_bind_MdGeTorus_MirrorByCSYSR_1"]=Module["asm"]["lT"]).apply(null,arguments)};var _emscripten_bind_MdGeTorus_MirroredByCSYSR_1=Module["_emscripten_bind_MdGeTorus_MirroredByCSYSR_1"]=function(){return(_emscripten_bind_MdGeTorus_MirroredByCSYSR_1=Module["_emscripten_bind_MdGeTorus_MirroredByCSYSR_1"]=Module["asm"]["mT"]).apply(null,arguments)};var _emscripten_bind_MdGeTorus_Rotate_2=Module["_emscripten_bind_MdGeTorus_Rotate_2"]=function(){return(_emscripten_bind_MdGeTorus_Rotate_2=Module["_emscripten_bind_MdGeTorus_Rotate_2"]=Module["asm"]["nT"]).apply(null,arguments)};var _emscripten_bind_MdGeTorus_Rotated_2=Module["_emscripten_bind_MdGeTorus_Rotated_2"]=function(){return(_emscripten_bind_MdGeTorus_Rotated_2=Module["_emscripten_bind_MdGeTorus_Rotated_2"]=Module["asm"]["oT"]).apply(null,arguments)};var _emscripten_bind_MdGeTorus_Scale_2=Module["_emscripten_bind_MdGeTorus_Scale_2"]=function(){return(_emscripten_bind_MdGeTorus_Scale_2=Module["_emscripten_bind_MdGeTorus_Scale_2"]=Module["asm"]["pT"]).apply(null,arguments)};var _emscripten_bind_MdGeTorus_Scaled_2=Module["_emscripten_bind_MdGeTorus_Scaled_2"]=function(){return(_emscripten_bind_MdGeTorus_Scaled_2=Module["_emscripten_bind_MdGeTorus_Scaled_2"]=Module["asm"]["qT"]).apply(null,arguments)};var _emscripten_bind_MdGeTorus_Transform_1=Module["_emscripten_bind_MdGeTorus_Transform_1"]=function(){return(_emscripten_bind_MdGeTorus_Transform_1=Module["_emscripten_bind_MdGeTorus_Transform_1"]=Module["asm"]["rT"]).apply(null,arguments)};var _emscripten_bind_MdGeTorus_Transformed_1=Module["_emscripten_bind_MdGeTorus_Transformed_1"]=function(){return(_emscripten_bind_MdGeTorus_Transformed_1=Module["_emscripten_bind_MdGeTorus_Transformed_1"]=Module["asm"]["sT"]).apply(null,arguments)};var _emscripten_bind_MdGeTorus_TranslateByVec_1=Module["_emscripten_bind_MdGeTorus_TranslateByVec_1"]=function(){return(_emscripten_bind_MdGeTorus_TranslateByVec_1=Module["_emscripten_bind_MdGeTorus_TranslateByVec_1"]=Module["asm"]["tT"]).apply(null,arguments)};var _emscripten_bind_MdGeTorus_TranslatedByVec_1=Module["_emscripten_bind_MdGeTorus_TranslatedByVec_1"]=function(){return(_emscripten_bind_MdGeTorus_TranslatedByVec_1=Module["_emscripten_bind_MdGeTorus_TranslatedByVec_1"]=Module["asm"]["uT"]).apply(null,arguments)};var _emscripten_bind_MdGeTorus_TranslateBy2Points_2=Module["_emscripten_bind_MdGeTorus_TranslateBy2Points_2"]=function(){return(_emscripten_bind_MdGeTorus_TranslateBy2Points_2=Module["_emscripten_bind_MdGeTorus_TranslateBy2Points_2"]=Module["asm"]["vT"]).apply(null,arguments)};var _emscripten_bind_MdGeTorus_TranslatedBy2Points_2=Module["_emscripten_bind_MdGeTorus_TranslatedBy2Points_2"]=function(){return(_emscripten_bind_MdGeTorus_TranslatedBy2Points_2=Module["_emscripten_bind_MdGeTorus_TranslatedBy2Points_2"]=Module["asm"]["wT"]).apply(null,arguments)};var _emscripten_bind_MdGeTorus_Face_0=Module["_emscripten_bind_MdGeTorus_Face_0"]=function(){return(_emscripten_bind_MdGeTorus_Face_0=Module["_emscripten_bind_MdGeTorus_Face_0"]=Module["asm"]["xT"]).apply(null,arguments)};var _emscripten_bind_MdGeTorus_Face_1=Module["_emscripten_bind_MdGeTorus_Face_1"]=function(){return(_emscripten_bind_MdGeTorus_Face_1=Module["_emscripten_bind_MdGeTorus_Face_1"]=Module["asm"]["yT"]).apply(null,arguments)};var _emscripten_bind_MdGeTorus_Face_2=Module["_emscripten_bind_MdGeTorus_Face_2"]=function(){return(_emscripten_bind_MdGeTorus_Face_2=Module["_emscripten_bind_MdGeTorus_Face_2"]=Module["asm"]["zT"]).apply(null,arguments)};var _emscripten_bind_MdGeTorus_Face_4=Module["_emscripten_bind_MdGeTorus_Face_4"]=function(){return(_emscripten_bind_MdGeTorus_Face_4=Module["_emscripten_bind_MdGeTorus_Face_4"]=Module["asm"]["AT"]).apply(null,arguments)};var _emscripten_bind_MdGeTorus_Shape_0=Module["_emscripten_bind_MdGeTorus_Shape_0"]=function(){return(_emscripten_bind_MdGeTorus_Shape_0=Module["_emscripten_bind_MdGeTorus_Shape_0"]=Module["asm"]["BT"]).apply(null,arguments)};var _emscripten_bind_MdGeTorus_Shape_1=Module["_emscripten_bind_MdGeTorus_Shape_1"]=function(){return(_emscripten_bind_MdGeTorus_Shape_1=Module["_emscripten_bind_MdGeTorus_Shape_1"]=Module["asm"]["CT"]).apply(null,arguments)};var _emscripten_bind_MdGeTorus_Shape_2=Module["_emscripten_bind_MdGeTorus_Shape_2"]=function(){return(_emscripten_bind_MdGeTorus_Shape_2=Module["_emscripten_bind_MdGeTorus_Shape_2"]=Module["asm"]["DT"]).apply(null,arguments)};var _emscripten_bind_MdGeTorus_Shape_3=Module["_emscripten_bind_MdGeTorus_Shape_3"]=function(){return(_emscripten_bind_MdGeTorus_Shape_3=Module["_emscripten_bind_MdGeTorus_Shape_3"]=Module["asm"]["ET"]).apply(null,arguments)};var _emscripten_bind_MdGeTorus___destroy___0=Module["_emscripten_bind_MdGeTorus___destroy___0"]=function(){return(_emscripten_bind_MdGeTorus___destroy___0=Module["_emscripten_bind_MdGeTorus___destroy___0"]=Module["asm"]["FT"]).apply(null,arguments)};var _emscripten_bind_MdGeWedge_MdGeWedge_1=Module["_emscripten_bind_MdGeWedge_MdGeWedge_1"]=function(){return(_emscripten_bind_MdGeWedge_MdGeWedge_1=Module["_emscripten_bind_MdGeWedge_MdGeWedge_1"]=Module["asm"]["GT"]).apply(null,arguments)};var _emscripten_bind_MdGeWedge_MdGeWedge_4=Module["_emscripten_bind_MdGeWedge_MdGeWedge_4"]=function(){return(_emscripten_bind_MdGeWedge_MdGeWedge_4=Module["_emscripten_bind_MdGeWedge_MdGeWedge_4"]=Module["asm"]["HT"]).apply(null,arguments)};var _emscripten_bind_MdGeWedge_MdGeWedge_5=Module["_emscripten_bind_MdGeWedge_MdGeWedge_5"]=function(){return(_emscripten_bind_MdGeWedge_MdGeWedge_5=Module["_emscripten_bind_MdGeWedge_MdGeWedge_5"]=Module["asm"]["IT"]).apply(null,arguments)};var _emscripten_bind_MdGeWedge_MdGeWedge_7=Module["_emscripten_bind_MdGeWedge_MdGeWedge_7"]=function(){return(_emscripten_bind_MdGeWedge_MdGeWedge_7=Module["_emscripten_bind_MdGeWedge_MdGeWedge_7"]=Module["asm"]["JT"]).apply(null,arguments)};var _emscripten_bind_MdGeWedge_MdGeWedge_8=Module["_emscripten_bind_MdGeWedge_MdGeWedge_8"]=function(){return(_emscripten_bind_MdGeWedge_MdGeWedge_8=Module["_emscripten_bind_MdGeWedge_MdGeWedge_8"]=Module["asm"]["KT"]).apply(null,arguments)};var _emscripten_bind_MdGeWedge_Shell_0=Module["_emscripten_bind_MdGeWedge_Shell_0"]=function(){return(_emscripten_bind_MdGeWedge_Shell_0=Module["_emscripten_bind_MdGeWedge_Shell_0"]=Module["asm"]["LT"]).apply(null,arguments)};var _emscripten_bind_MdGeWedge_Solid_0=Module["_emscripten_bind_MdGeWedge_Solid_0"]=function(){return(_emscripten_bind_MdGeWedge_Solid_0=Module["_emscripten_bind_MdGeWedge_Solid_0"]=Module["asm"]["MT"]).apply(null,arguments)};var _emscripten_bind_MdGeWedge_Shape_0=Module["_emscripten_bind_MdGeWedge_Shape_0"]=function(){return(_emscripten_bind_MdGeWedge_Shape_0=Module["_emscripten_bind_MdGeWedge_Shape_0"]=Module["asm"]["NT"]).apply(null,arguments)};var _emscripten_bind_MdGeWedge___destroy___0=Module["_emscripten_bind_MdGeWedge___destroy___0"]=function(){return(_emscripten_bind_MdGeWedge___destroy___0=Module["_emscripten_bind_MdGeWedge___destroy___0"]=Module["asm"]["OT"]).apply(null,arguments)};var _emscripten_bind_MdGeTransform_MdGeTransform_1=Module["_emscripten_bind_MdGeTransform_MdGeTransform_1"]=function(){return(_emscripten_bind_MdGeTransform_MdGeTransform_1=Module["_emscripten_bind_MdGeTransform_MdGeTransform_1"]=Module["asm"]["PT"]).apply(null,arguments)};var _emscripten_bind_MdGeTransform_MdGeTransform_2=Module["_emscripten_bind_MdGeTransform_MdGeTransform_2"]=function(){return(_emscripten_bind_MdGeTransform_MdGeTransform_2=Module["_emscripten_bind_MdGeTransform_MdGeTransform_2"]=Module["asm"]["QT"]).apply(null,arguments)};var _emscripten_bind_MdGeTransform_MdGeTransform_3=Module["_emscripten_bind_MdGeTransform_MdGeTransform_3"]=function(){return(_emscripten_bind_MdGeTransform_MdGeTransform_3=Module["_emscripten_bind_MdGeTransform_MdGeTransform_3"]=Module["asm"]["RT"]).apply(null,arguments)};var _emscripten_bind_MdGeTransform_MdGeTransform_4=Module["_emscripten_bind_MdGeTransform_MdGeTransform_4"]=function(){return(_emscripten_bind_MdGeTransform_MdGeTransform_4=Module["_emscripten_bind_MdGeTransform_MdGeTransform_4"]=Module["asm"]["ST"]).apply(null,arguments)};var _emscripten_bind_MdGeTransform_Perform_1=Module["_emscripten_bind_MdGeTransform_Perform_1"]=function(){return(_emscripten_bind_MdGeTransform_Perform_1=Module["_emscripten_bind_MdGeTransform_Perform_1"]=Module["asm"]["TT"]).apply(null,arguments)};var _emscripten_bind_MdGeTransform_Perform_2=Module["_emscripten_bind_MdGeTransform_Perform_2"]=function(){return(_emscripten_bind_MdGeTransform_Perform_2=Module["_emscripten_bind_MdGeTransform_Perform_2"]=Module["asm"]["UT"]).apply(null,arguments)};var _emscripten_bind_MdGeTransform_Perform_3=Module["_emscripten_bind_MdGeTransform_Perform_3"]=function(){return(_emscripten_bind_MdGeTransform_Perform_3=Module["_emscripten_bind_MdGeTransform_Perform_3"]=Module["asm"]["VT"]).apply(null,arguments)};var _emscripten_bind_MdGeTransform_ModifiedShape_1=Module["_emscripten_bind_MdGeTransform_ModifiedShape_1"]=function(){return(_emscripten_bind_MdGeTransform_ModifiedShape_1=Module["_emscripten_bind_MdGeTransform_ModifiedShape_1"]=Module["asm"]["WT"]).apply(null,arguments)};var _emscripten_bind_MdGeTransform_Shape_0=Module["_emscripten_bind_MdGeTransform_Shape_0"]=function(){return(_emscripten_bind_MdGeTransform_Shape_0=Module["_emscripten_bind_MdGeTransform_Shape_0"]=Module["asm"]["XT"]).apply(null,arguments)};var _emscripten_bind_MdGeTransform___destroy___0=Module["_emscripten_bind_MdGeTransform___destroy___0"]=function(){return(_emscripten_bind_MdGeTransform___destroy___0=Module["_emscripten_bind_MdGeTransform___destroy___0"]=Module["asm"]["YT"]).apply(null,arguments)};var _emscripten_bind_MdGeAngleDim_MdGeAngleDim_1=Module["_emscripten_bind_MdGeAngleDim_MdGeAngleDim_1"]=function(){return(_emscripten_bind_MdGeAngleDim_MdGeAngleDim_1=Module["_emscripten_bind_MdGeAngleDim_MdGeAngleDim_1"]=Module["asm"]["ZT"]).apply(null,arguments)};var _emscripten_bind_MdGeAngleDim_MdGeAngleDim_2=Module["_emscripten_bind_MdGeAngleDim_MdGeAngleDim_2"]=function(){return(_emscripten_bind_MdGeAngleDim_MdGeAngleDim_2=Module["_emscripten_bind_MdGeAngleDim_MdGeAngleDim_2"]=Module["asm"]["_T"]).apply(null,arguments)};var _emscripten_bind_MdGeAngleDim_MdGeAngleDim_3=Module["_emscripten_bind_MdGeAngleDim_MdGeAngleDim_3"]=function(){return(_emscripten_bind_MdGeAngleDim_MdGeAngleDim_3=Module["_emscripten_bind_MdGeAngleDim_MdGeAngleDim_3"]=Module["asm"]["$T"]).apply(null,arguments)};var _emscripten_bind_MdGeAngleDim_FirstPoint_0=Module["_emscripten_bind_MdGeAngleDim_FirstPoint_0"]=function(){return(_emscripten_bind_MdGeAngleDim_FirstPoint_0=Module["_emscripten_bind_MdGeAngleDim_FirstPoint_0"]=Module["asm"]["aU"]).apply(null,arguments)};var _emscripten_bind_MdGeAngleDim_SecondPoint_0=Module["_emscripten_bind_MdGeAngleDim_SecondPoint_0"]=function(){return(_emscripten_bind_MdGeAngleDim_SecondPoint_0=Module["_emscripten_bind_MdGeAngleDim_SecondPoint_0"]=Module["asm"]["bU"]).apply(null,arguments)};var _emscripten_bind_MdGeAngleDim_CenterPoint_0=Module["_emscripten_bind_MdGeAngleDim_CenterPoint_0"]=function(){return(_emscripten_bind_MdGeAngleDim_CenterPoint_0=Module["_emscripten_bind_MdGeAngleDim_CenterPoint_0"]=Module["asm"]["cU"]).apply(null,arguments)};var _emscripten_bind_MdGeAngleDim_FirstShape_0=Module["_emscripten_bind_MdGeAngleDim_FirstShape_0"]=function(){return(_emscripten_bind_MdGeAngleDim_FirstShape_0=Module["_emscripten_bind_MdGeAngleDim_FirstShape_0"]=Module["asm"]["dU"]).apply(null,arguments)};var _emscripten_bind_MdGeAngleDim_SecondShape_0=Module["_emscripten_bind_MdGeAngleDim_SecondShape_0"]=function(){return(_emscripten_bind_MdGeAngleDim_SecondShape_0=Module["_emscripten_bind_MdGeAngleDim_SecondShape_0"]=Module["asm"]["eU"]).apply(null,arguments)};var _emscripten_bind_MdGeAngleDim_ThirdShape_0=Module["_emscripten_bind_MdGeAngleDim_ThirdShape_0"]=function(){return(_emscripten_bind_MdGeAngleDim_ThirdShape_0=Module["_emscripten_bind_MdGeAngleDim_ThirdShape_0"]=Module["asm"]["fU"]).apply(null,arguments)};var _emscripten_bind_MdGeAngleDim_SetMeasuredGeometry_1=Module["_emscripten_bind_MdGeAngleDim_SetMeasuredGeometry_1"]=function(){return(_emscripten_bind_MdGeAngleDim_SetMeasuredGeometry_1=Module["_emscripten_bind_MdGeAngleDim_SetMeasuredGeometry_1"]=Module["asm"]["gU"]).apply(null,arguments)};var _emscripten_bind_MdGeAngleDim_SetMeasuredGeometry_2=Module["_emscripten_bind_MdGeAngleDim_SetMeasuredGeometry_2"]=function(){return(_emscripten_bind_MdGeAngleDim_SetMeasuredGeometry_2=Module["_emscripten_bind_MdGeAngleDim_SetMeasuredGeometry_2"]=Module["asm"]["hU"]).apply(null,arguments)};var _emscripten_bind_MdGeAngleDim_SetMeasuredGeometry_3=Module["_emscripten_bind_MdGeAngleDim_SetMeasuredGeometry_3"]=function(){return(_emscripten_bind_MdGeAngleDim_SetMeasuredGeometry_3=Module["_emscripten_bind_MdGeAngleDim_SetMeasuredGeometry_3"]=Module["asm"]["iU"]).apply(null,arguments)};var _emscripten_bind_MdGeAngleDim_SetTextPosition_1=Module["_emscripten_bind_MdGeAngleDim_SetTextPosition_1"]=function(){return(_emscripten_bind_MdGeAngleDim_SetTextPosition_1=Module["_emscripten_bind_MdGeAngleDim_SetTextPosition_1"]=Module["asm"]["jU"]).apply(null,arguments)};var _emscripten_bind_MdGeAngleDim_GetTextPosition_0=Module["_emscripten_bind_MdGeAngleDim_GetTextPosition_0"]=function(){return(_emscripten_bind_MdGeAngleDim_GetTextPosition_0=Module["_emscripten_bind_MdGeAngleDim_GetTextPosition_0"]=Module["asm"]["kU"]).apply(null,arguments)};var _emscripten_bind_MdGeAngleDim_GetDisplayUnits_0=Module["_emscripten_bind_MdGeAngleDim_GetDisplayUnits_0"]=function(){return(_emscripten_bind_MdGeAngleDim_GetDisplayUnits_0=Module["_emscripten_bind_MdGeAngleDim_GetDisplayUnits_0"]=Module["asm"]["lU"]).apply(null,arguments)};var _emscripten_bind_MdGeAngleDim_GetModelUnits_0=Module["_emscripten_bind_MdGeAngleDim_GetModelUnits_0"]=function(){return(_emscripten_bind_MdGeAngleDim_GetModelUnits_0=Module["_emscripten_bind_MdGeAngleDim_GetModelUnits_0"]=Module["asm"]["mU"]).apply(null,arguments)};var _emscripten_bind_MdGeAngleDim_SetDisplayUnits_1=Module["_emscripten_bind_MdGeAngleDim_SetDisplayUnits_1"]=function(){return(_emscripten_bind_MdGeAngleDim_SetDisplayUnits_1=Module["_emscripten_bind_MdGeAngleDim_SetDisplayUnits_1"]=Module["asm"]["nU"]).apply(null,arguments)};var _emscripten_bind_MdGeAngleDim_SetModelUnits_1=Module["_emscripten_bind_MdGeAngleDim_SetModelUnits_1"]=function(){return(_emscripten_bind_MdGeAngleDim_SetModelUnits_1=Module["_emscripten_bind_MdGeAngleDim_SetModelUnits_1"]=Module["asm"]["oU"]).apply(null,arguments)};var _emscripten_bind_MdGeAngleDim_SetType_1=Module["_emscripten_bind_MdGeAngleDim_SetType_1"]=function(){return(_emscripten_bind_MdGeAngleDim_SetType_1=Module["_emscripten_bind_MdGeAngleDim_SetType_1"]=Module["asm"]["pU"]).apply(null,arguments)};var _emscripten_bind_MdGeAngleDim_GetType_0=Module["_emscripten_bind_MdGeAngleDim_GetType_0"]=function(){return(_emscripten_bind_MdGeAngleDim_GetType_0=Module["_emscripten_bind_MdGeAngleDim_GetType_0"]=Module["asm"]["qU"]).apply(null,arguments)};var _emscripten_bind_MdGeAngleDim_SetArrowsVisibility_1=Module["_emscripten_bind_MdGeAngleDim_SetArrowsVisibility_1"]=function(){return(_emscripten_bind_MdGeAngleDim_SetArrowsVisibility_1=Module["_emscripten_bind_MdGeAngleDim_SetArrowsVisibility_1"]=Module["asm"]["rU"]).apply(null,arguments)};var _emscripten_bind_MdGeAngleDim_GetArrowsVisibility_0=Module["_emscripten_bind_MdGeAngleDim_GetArrowsVisibility_0"]=function(){return(_emscripten_bind_MdGeAngleDim_GetArrowsVisibility_0=Module["_emscripten_bind_MdGeAngleDim_GetArrowsVisibility_0"]=Module["asm"]["sU"]).apply(null,arguments)};var _emscripten_bind_MdGeAngleDim_GetValue_0=Module["_emscripten_bind_MdGeAngleDim_GetValue_0"]=function(){return(_emscripten_bind_MdGeAngleDim_GetValue_0=Module["_emscripten_bind_MdGeAngleDim_GetValue_0"]=Module["asm"]["tU"]).apply(null,arguments)};var _emscripten_bind_MdGeAngleDim_SetComputedValue_0=Module["_emscripten_bind_MdGeAngleDim_SetComputedValue_0"]=function(){return(_emscripten_bind_MdGeAngleDim_SetComputedValue_0=Module["_emscripten_bind_MdGeAngleDim_SetComputedValue_0"]=Module["asm"]["uU"]).apply(null,arguments)};var _emscripten_bind_MdGeAngleDim_SetCustomValue_1=Module["_emscripten_bind_MdGeAngleDim_SetCustomValue_1"]=function(){return(_emscripten_bind_MdGeAngleDim_SetCustomValue_1=Module["_emscripten_bind_MdGeAngleDim_SetCustomValue_1"]=Module["asm"]["vU"]).apply(null,arguments)};var _emscripten_bind_MdGeAngleDim_GetPlane_0=Module["_emscripten_bind_MdGeAngleDim_GetPlane_0"]=function(){return(_emscripten_bind_MdGeAngleDim_GetPlane_0=Module["_emscripten_bind_MdGeAngleDim_GetPlane_0"]=Module["asm"]["wU"]).apply(null,arguments)};var _emscripten_bind_MdGeAngleDim_GetGeometryType_0=Module["_emscripten_bind_MdGeAngleDim_GetGeometryType_0"]=function(){return(_emscripten_bind_MdGeAngleDim_GetGeometryType_0=Module["_emscripten_bind_MdGeAngleDim_GetGeometryType_0"]=Module["asm"]["xU"]).apply(null,arguments)};var _emscripten_bind_MdGeAngleDim_SetCustomPlane_1=Module["_emscripten_bind_MdGeAngleDim_SetCustomPlane_1"]=function(){return(_emscripten_bind_MdGeAngleDim_SetCustomPlane_1=Module["_emscripten_bind_MdGeAngleDim_SetCustomPlane_1"]=Module["asm"]["yU"]).apply(null,arguments)};var _emscripten_bind_MdGeAngleDim_UnsetCustomPlane_0=Module["_emscripten_bind_MdGeAngleDim_UnsetCustomPlane_0"]=function(){return(_emscripten_bind_MdGeAngleDim_UnsetCustomPlane_0=Module["_emscripten_bind_MdGeAngleDim_UnsetCustomPlane_0"]=Module["asm"]["zU"]).apply(null,arguments)};var _emscripten_bind_MdGeAngleDim_IsTextPositionCustom_0=Module["_emscripten_bind_MdGeAngleDim_IsTextPositionCustom_0"]=function(){return(_emscripten_bind_MdGeAngleDim_IsTextPositionCustom_0=Module["_emscripten_bind_MdGeAngleDim_IsTextPositionCustom_0"]=Module["asm"]["AU"]).apply(null,arguments)};var _emscripten_bind_MdGeAngleDim_DimensionAspect_0=Module["_emscripten_bind_MdGeAngleDim_DimensionAspect_0"]=function(){return(_emscripten_bind_MdGeAngleDim_DimensionAspect_0=Module["_emscripten_bind_MdGeAngleDim_DimensionAspect_0"]=Module["asm"]["BU"]).apply(null,arguments)};var _emscripten_bind_MdGeAngleDim_SetDimensionAspect_1=Module["_emscripten_bind_MdGeAngleDim_SetDimensionAspect_1"]=function(){return(_emscripten_bind_MdGeAngleDim_SetDimensionAspect_1=Module["_emscripten_bind_MdGeAngleDim_SetDimensionAspect_1"]=Module["asm"]["CU"]).apply(null,arguments)};var _emscripten_bind_MdGeAngleDim_KindOfDimension_0=Module["_emscripten_bind_MdGeAngleDim_KindOfDimension_0"]=function(){return(_emscripten_bind_MdGeAngleDim_KindOfDimension_0=Module["_emscripten_bind_MdGeAngleDim_KindOfDimension_0"]=Module["asm"]["DU"]).apply(null,arguments)};var _emscripten_bind_MdGeAngleDim_AcceptDisplayMode_1=Module["_emscripten_bind_MdGeAngleDim_AcceptDisplayMode_1"]=function(){return(_emscripten_bind_MdGeAngleDim_AcceptDisplayMode_1=Module["_emscripten_bind_MdGeAngleDim_AcceptDisplayMode_1"]=Module["asm"]["EU"]).apply(null,arguments)};var _emscripten_bind_MdGeAngleDim_UnsetFixedTextPosition_0=Module["_emscripten_bind_MdGeAngleDim_UnsetFixedTextPosition_0"]=function(){return(_emscripten_bind_MdGeAngleDim_UnsetFixedTextPosition_0=Module["_emscripten_bind_MdGeAngleDim_UnsetFixedTextPosition_0"]=Module["asm"]["FU"]).apply(null,arguments)};var _emscripten_bind_MdGeAngleDim_SelToleranceForText2d_0=Module["_emscripten_bind_MdGeAngleDim_SelToleranceForText2d_0"]=function(){return(_emscripten_bind_MdGeAngleDim_SelToleranceForText2d_0=Module["_emscripten_bind_MdGeAngleDim_SelToleranceForText2d_0"]=Module["asm"]["GU"]).apply(null,arguments)};var _emscripten_bind_MdGeAngleDim_SetSelToleranceForText2d_1=Module["_emscripten_bind_MdGeAngleDim_SetSelToleranceForText2d_1"]=function(){return(_emscripten_bind_MdGeAngleDim_SetSelToleranceForText2d_1=Module["_emscripten_bind_MdGeAngleDim_SetSelToleranceForText2d_1"]=Module["asm"]["HU"]).apply(null,arguments)};var _emscripten_bind_MdGeAngleDim_GetFlyout_0=Module["_emscripten_bind_MdGeAngleDim_GetFlyout_0"]=function(){return(_emscripten_bind_MdGeAngleDim_GetFlyout_0=Module["_emscripten_bind_MdGeAngleDim_GetFlyout_0"]=Module["asm"]["IU"]).apply(null,arguments)};var _emscripten_bind_MdGeAngleDim_SetFlyout_1=Module["_emscripten_bind_MdGeAngleDim_SetFlyout_1"]=function(){return(_emscripten_bind_MdGeAngleDim_SetFlyout_1=Module["_emscripten_bind_MdGeAngleDim_SetFlyout_1"]=Module["asm"]["JU"]).apply(null,arguments)};var _emscripten_bind_MdGeAngleDim_IsValid_0=Module["_emscripten_bind_MdGeAngleDim_IsValid_0"]=function(){return(_emscripten_bind_MdGeAngleDim_IsValid_0=Module["_emscripten_bind_MdGeAngleDim_IsValid_0"]=Module["asm"]["KU"]).apply(null,arguments)};var _emscripten_bind_MdGeAngleDim_Display_0=Module["_emscripten_bind_MdGeAngleDim_Display_0"]=function(){return(_emscripten_bind_MdGeAngleDim_Display_0=Module["_emscripten_bind_MdGeAngleDim_Display_0"]=Module["asm"]["LU"]).apply(null,arguments)};var _emscripten_bind_MdGeAngleDim___destroy___0=Module["_emscripten_bind_MdGeAngleDim___destroy___0"]=function(){return(_emscripten_bind_MdGeAngleDim___destroy___0=Module["_emscripten_bind_MdGeAngleDim___destroy___0"]=Module["asm"]["MU"]).apply(null,arguments)};var _emscripten_bind_MdGeArray1OfInteger_MdGeArray1OfInteger_0=Module["_emscripten_bind_MdGeArray1OfInteger_MdGeArray1OfInteger_0"]=function(){return(_emscripten_bind_MdGeArray1OfInteger_MdGeArray1OfInteger_0=Module["_emscripten_bind_MdGeArray1OfInteger_MdGeArray1OfInteger_0"]=Module["asm"]["NU"]).apply(null,arguments)};var _emscripten_bind_MdGeArray1OfInteger_MdGeArray1OfInteger_1=Module["_emscripten_bind_MdGeArray1OfInteger_MdGeArray1OfInteger_1"]=function(){return(_emscripten_bind_MdGeArray1OfInteger_MdGeArray1OfInteger_1=Module["_emscripten_bind_MdGeArray1OfInteger_MdGeArray1OfInteger_1"]=Module["asm"]["OU"]).apply(null,arguments)};var _emscripten_bind_MdGeArray1OfInteger_MdGeArray1OfInteger_2=Module["_emscripten_bind_MdGeArray1OfInteger_MdGeArray1OfInteger_2"]=function(){return(_emscripten_bind_MdGeArray1OfInteger_MdGeArray1OfInteger_2=Module["_emscripten_bind_MdGeArray1OfInteger_MdGeArray1OfInteger_2"]=Module["asm"]["PU"]).apply(null,arguments)};var _emscripten_bind_MdGeArray1OfInteger_Init_1=Module["_emscripten_bind_MdGeArray1OfInteger_Init_1"]=function(){return(_emscripten_bind_MdGeArray1OfInteger_Init_1=Module["_emscripten_bind_MdGeArray1OfInteger_Init_1"]=Module["asm"]["QU"]).apply(null,arguments)};var _emscripten_bind_MdGeArray1OfInteger_Size_0=Module["_emscripten_bind_MdGeArray1OfInteger_Size_0"]=function(){return(_emscripten_bind_MdGeArray1OfInteger_Size_0=Module["_emscripten_bind_MdGeArray1OfInteger_Size_0"]=Module["asm"]["RU"]).apply(null,arguments)};var _emscripten_bind_MdGeArray1OfInteger_Length_0=Module["_emscripten_bind_MdGeArray1OfInteger_Length_0"]=function(){return(_emscripten_bind_MdGeArray1OfInteger_Length_0=Module["_emscripten_bind_MdGeArray1OfInteger_Length_0"]=Module["asm"]["SU"]).apply(null,arguments)};var _emscripten_bind_MdGeArray1OfInteger_IsEmpty_0=Module["_emscripten_bind_MdGeArray1OfInteger_IsEmpty_0"]=function(){return(_emscripten_bind_MdGeArray1OfInteger_IsEmpty_0=Module["_emscripten_bind_MdGeArray1OfInteger_IsEmpty_0"]=Module["asm"]["TU"]).apply(null,arguments)};var _emscripten_bind_MdGeArray1OfInteger_Lower_0=Module["_emscripten_bind_MdGeArray1OfInteger_Lower_0"]=function(){return(_emscripten_bind_MdGeArray1OfInteger_Lower_0=Module["_emscripten_bind_MdGeArray1OfInteger_Lower_0"]=Module["asm"]["UU"]).apply(null,arguments)};var _emscripten_bind_MdGeArray1OfInteger_Upper_0=Module["_emscripten_bind_MdGeArray1OfInteger_Upper_0"]=function(){return(_emscripten_bind_MdGeArray1OfInteger_Upper_0=Module["_emscripten_bind_MdGeArray1OfInteger_Upper_0"]=Module["asm"]["VU"]).apply(null,arguments)};var _emscripten_bind_MdGeArray1OfInteger_IsDeletable_0=Module["_emscripten_bind_MdGeArray1OfInteger_IsDeletable_0"]=function(){return(_emscripten_bind_MdGeArray1OfInteger_IsDeletable_0=Module["_emscripten_bind_MdGeArray1OfInteger_IsDeletable_0"]=Module["asm"]["WU"]).apply(null,arguments)};var _emscripten_bind_MdGeArray1OfInteger_IsAllocated_0=Module["_emscripten_bind_MdGeArray1OfInteger_IsAllocated_0"]=function(){return(_emscripten_bind_MdGeArray1OfInteger_IsAllocated_0=Module["_emscripten_bind_MdGeArray1OfInteger_IsAllocated_0"]=Module["asm"]["XU"]).apply(null,arguments)};var _emscripten_bind_MdGeArray1OfInteger_First_0=Module["_emscripten_bind_MdGeArray1OfInteger_First_0"]=function(){return(_emscripten_bind_MdGeArray1OfInteger_First_0=Module["_emscripten_bind_MdGeArray1OfInteger_First_0"]=Module["asm"]["YU"]).apply(null,arguments)};var _emscripten_bind_MdGeArray1OfInteger_Last_0=Module["_emscripten_bind_MdGeArray1OfInteger_Last_0"]=function(){return(_emscripten_bind_MdGeArray1OfInteger_Last_0=Module["_emscripten_bind_MdGeArray1OfInteger_Last_0"]=Module["asm"]["ZU"]).apply(null,arguments)};var _emscripten_bind_MdGeArray1OfInteger_Value_1=Module["_emscripten_bind_MdGeArray1OfInteger_Value_1"]=function(){return(_emscripten_bind_MdGeArray1OfInteger_Value_1=Module["_emscripten_bind_MdGeArray1OfInteger_Value_1"]=Module["asm"]["_U"]).apply(null,arguments)};var _emscripten_bind_MdGeArray1OfInteger_SetValue_2=Module["_emscripten_bind_MdGeArray1OfInteger_SetValue_2"]=function(){return(_emscripten_bind_MdGeArray1OfInteger_SetValue_2=Module["_emscripten_bind_MdGeArray1OfInteger_SetValue_2"]=Module["asm"]["$U"]).apply(null,arguments)};var _emscripten_bind_MdGeArray1OfInteger_Resize_3=Module["_emscripten_bind_MdGeArray1OfInteger_Resize_3"]=function(){return(_emscripten_bind_MdGeArray1OfInteger_Resize_3=Module["_emscripten_bind_MdGeArray1OfInteger_Resize_3"]=Module["asm"]["aV"]).apply(null,arguments)};var _emscripten_bind_MdGeArray1OfInteger___destroy___0=Module["_emscripten_bind_MdGeArray1OfInteger___destroy___0"]=function(){return(_emscripten_bind_MdGeArray1OfInteger___destroy___0=Module["_emscripten_bind_MdGeArray1OfInteger___destroy___0"]=Module["asm"]["bV"]).apply(null,arguments)};var _emscripten_bind_MdGeArray1OfPnt_MdGeArray1OfPnt_0=Module["_emscripten_bind_MdGeArray1OfPnt_MdGeArray1OfPnt_0"]=function(){return(_emscripten_bind_MdGeArray1OfPnt_MdGeArray1OfPnt_0=Module["_emscripten_bind_MdGeArray1OfPnt_MdGeArray1OfPnt_0"]=Module["asm"]["cV"]).apply(null,arguments)};var _emscripten_bind_MdGeArray1OfPnt_MdGeArray1OfPnt_1=Module["_emscripten_bind_MdGeArray1OfPnt_MdGeArray1OfPnt_1"]=function(){return(_emscripten_bind_MdGeArray1OfPnt_MdGeArray1OfPnt_1=Module["_emscripten_bind_MdGeArray1OfPnt_MdGeArray1OfPnt_1"]=Module["asm"]["dV"]).apply(null,arguments)};var _emscripten_bind_MdGeArray1OfPnt_MdGeArray1OfPnt_2=Module["_emscripten_bind_MdGeArray1OfPnt_MdGeArray1OfPnt_2"]=function(){return(_emscripten_bind_MdGeArray1OfPnt_MdGeArray1OfPnt_2=Module["_emscripten_bind_MdGeArray1OfPnt_MdGeArray1OfPnt_2"]=Module["asm"]["eV"]).apply(null,arguments)};var _emscripten_bind_MdGeArray1OfPnt_Init_1=Module["_emscripten_bind_MdGeArray1OfPnt_Init_1"]=function(){return(_emscripten_bind_MdGeArray1OfPnt_Init_1=Module["_emscripten_bind_MdGeArray1OfPnt_Init_1"]=Module["asm"]["fV"]).apply(null,arguments)};var _emscripten_bind_MdGeArray1OfPnt_Size_0=Module["_emscripten_bind_MdGeArray1OfPnt_Size_0"]=function(){return(_emscripten_bind_MdGeArray1OfPnt_Size_0=Module["_emscripten_bind_MdGeArray1OfPnt_Size_0"]=Module["asm"]["gV"]).apply(null,arguments)};var _emscripten_bind_MdGeArray1OfPnt_Length_0=Module["_emscripten_bind_MdGeArray1OfPnt_Length_0"]=function(){return(_emscripten_bind_MdGeArray1OfPnt_Length_0=Module["_emscripten_bind_MdGeArray1OfPnt_Length_0"]=Module["asm"]["hV"]).apply(null,arguments)};var _emscripten_bind_MdGeArray1OfPnt_IsEmpty_0=Module["_emscripten_bind_MdGeArray1OfPnt_IsEmpty_0"]=function(){return(_emscripten_bind_MdGeArray1OfPnt_IsEmpty_0=Module["_emscripten_bind_MdGeArray1OfPnt_IsEmpty_0"]=Module["asm"]["iV"]).apply(null,arguments)};var _emscripten_bind_MdGeArray1OfPnt_Lower_0=Module["_emscripten_bind_MdGeArray1OfPnt_Lower_0"]=function(){return(_emscripten_bind_MdGeArray1OfPnt_Lower_0=Module["_emscripten_bind_MdGeArray1OfPnt_Lower_0"]=Module["asm"]["jV"]).apply(null,arguments)};var _emscripten_bind_MdGeArray1OfPnt_Upper_0=Module["_emscripten_bind_MdGeArray1OfPnt_Upper_0"]=function(){return(_emscripten_bind_MdGeArray1OfPnt_Upper_0=Module["_emscripten_bind_MdGeArray1OfPnt_Upper_0"]=Module["asm"]["kV"]).apply(null,arguments)};var _emscripten_bind_MdGeArray1OfPnt_IsDeletable_0=Module["_emscripten_bind_MdGeArray1OfPnt_IsDeletable_0"]=function(){return(_emscripten_bind_MdGeArray1OfPnt_IsDeletable_0=Module["_emscripten_bind_MdGeArray1OfPnt_IsDeletable_0"]=Module["asm"]["lV"]).apply(null,arguments)};var _emscripten_bind_MdGeArray1OfPnt_IsAllocated_0=Module["_emscripten_bind_MdGeArray1OfPnt_IsAllocated_0"]=function(){return(_emscripten_bind_MdGeArray1OfPnt_IsAllocated_0=Module["_emscripten_bind_MdGeArray1OfPnt_IsAllocated_0"]=Module["asm"]["mV"]).apply(null,arguments)};var _emscripten_bind_MdGeArray1OfPnt_First_0=Module["_emscripten_bind_MdGeArray1OfPnt_First_0"]=function(){return(_emscripten_bind_MdGeArray1OfPnt_First_0=Module["_emscripten_bind_MdGeArray1OfPnt_First_0"]=Module["asm"]["nV"]).apply(null,arguments)};var _emscripten_bind_MdGeArray1OfPnt_Last_0=Module["_emscripten_bind_MdGeArray1OfPnt_Last_0"]=function(){return(_emscripten_bind_MdGeArray1OfPnt_Last_0=Module["_emscripten_bind_MdGeArray1OfPnt_Last_0"]=Module["asm"]["oV"]).apply(null,arguments)};var _emscripten_bind_MdGeArray1OfPnt_Value_1=Module["_emscripten_bind_MdGeArray1OfPnt_Value_1"]=function(){return(_emscripten_bind_MdGeArray1OfPnt_Value_1=Module["_emscripten_bind_MdGeArray1OfPnt_Value_1"]=Module["asm"]["pV"]).apply(null,arguments)};var _emscripten_bind_MdGeArray1OfPnt_SetValue_2=Module["_emscripten_bind_MdGeArray1OfPnt_SetValue_2"]=function(){return(_emscripten_bind_MdGeArray1OfPnt_SetValue_2=Module["_emscripten_bind_MdGeArray1OfPnt_SetValue_2"]=Module["asm"]["qV"]).apply(null,arguments)};var _emscripten_bind_MdGeArray1OfPnt_Resize_3=Module["_emscripten_bind_MdGeArray1OfPnt_Resize_3"]=function(){return(_emscripten_bind_MdGeArray1OfPnt_Resize_3=Module["_emscripten_bind_MdGeArray1OfPnt_Resize_3"]=Module["asm"]["rV"]).apply(null,arguments)};var _emscripten_bind_MdGeArray1OfPnt___destroy___0=Module["_emscripten_bind_MdGeArray1OfPnt___destroy___0"]=function(){return(_emscripten_bind_MdGeArray1OfPnt___destroy___0=Module["_emscripten_bind_MdGeArray1OfPnt___destroy___0"]=Module["asm"]["sV"]).apply(null,arguments)};var _emscripten_bind_MdGeArray1OfReal_MdGeArray1OfReal_0=Module["_emscripten_bind_MdGeArray1OfReal_MdGeArray1OfReal_0"]=function(){return(_emscripten_bind_MdGeArray1OfReal_MdGeArray1OfReal_0=Module["_emscripten_bind_MdGeArray1OfReal_MdGeArray1OfReal_0"]=Module["asm"]["tV"]).apply(null,arguments)};var _emscripten_bind_MdGeArray1OfReal_MdGeArray1OfReal_1=Module["_emscripten_bind_MdGeArray1OfReal_MdGeArray1OfReal_1"]=function(){return(_emscripten_bind_MdGeArray1OfReal_MdGeArray1OfReal_1=Module["_emscripten_bind_MdGeArray1OfReal_MdGeArray1OfReal_1"]=Module["asm"]["uV"]).apply(null,arguments)};var _emscripten_bind_MdGeArray1OfReal_MdGeArray1OfReal_2=Module["_emscripten_bind_MdGeArray1OfReal_MdGeArray1OfReal_2"]=function(){return(_emscripten_bind_MdGeArray1OfReal_MdGeArray1OfReal_2=Module["_emscripten_bind_MdGeArray1OfReal_MdGeArray1OfReal_2"]=Module["asm"]["vV"]).apply(null,arguments)};var _emscripten_bind_MdGeArray1OfReal_Init_1=Module["_emscripten_bind_MdGeArray1OfReal_Init_1"]=function(){return(_emscripten_bind_MdGeArray1OfReal_Init_1=Module["_emscripten_bind_MdGeArray1OfReal_Init_1"]=Module["asm"]["wV"]).apply(null,arguments)};var _emscripten_bind_MdGeArray1OfReal_Size_0=Module["_emscripten_bind_MdGeArray1OfReal_Size_0"]=function(){return(_emscripten_bind_MdGeArray1OfReal_Size_0=Module["_emscripten_bind_MdGeArray1OfReal_Size_0"]=Module["asm"]["xV"]).apply(null,arguments)};var _emscripten_bind_MdGeArray1OfReal_Length_0=Module["_emscripten_bind_MdGeArray1OfReal_Length_0"]=function(){return(_emscripten_bind_MdGeArray1OfReal_Length_0=Module["_emscripten_bind_MdGeArray1OfReal_Length_0"]=Module["asm"]["yV"]).apply(null,arguments)};var _emscripten_bind_MdGeArray1OfReal_IsEmpty_0=Module["_emscripten_bind_MdGeArray1OfReal_IsEmpty_0"]=function(){return(_emscripten_bind_MdGeArray1OfReal_IsEmpty_0=Module["_emscripten_bind_MdGeArray1OfReal_IsEmpty_0"]=Module["asm"]["zV"]).apply(null,arguments)};var _emscripten_bind_MdGeArray1OfReal_Lower_0=Module["_emscripten_bind_MdGeArray1OfReal_Lower_0"]=function(){return(_emscripten_bind_MdGeArray1OfReal_Lower_0=Module["_emscripten_bind_MdGeArray1OfReal_Lower_0"]=Module["asm"]["AV"]).apply(null,arguments)};var _emscripten_bind_MdGeArray1OfReal_Upper_0=Module["_emscripten_bind_MdGeArray1OfReal_Upper_0"]=function(){return(_emscripten_bind_MdGeArray1OfReal_Upper_0=Module["_emscripten_bind_MdGeArray1OfReal_Upper_0"]=Module["asm"]["BV"]).apply(null,arguments)};var _emscripten_bind_MdGeArray1OfReal_IsDeletable_0=Module["_emscripten_bind_MdGeArray1OfReal_IsDeletable_0"]=function(){return(_emscripten_bind_MdGeArray1OfReal_IsDeletable_0=Module["_emscripten_bind_MdGeArray1OfReal_IsDeletable_0"]=Module["asm"]["CV"]).apply(null,arguments)};var _emscripten_bind_MdGeArray1OfReal_IsAllocated_0=Module["_emscripten_bind_MdGeArray1OfReal_IsAllocated_0"]=function(){return(_emscripten_bind_MdGeArray1OfReal_IsAllocated_0=Module["_emscripten_bind_MdGeArray1OfReal_IsAllocated_0"]=Module["asm"]["DV"]).apply(null,arguments)};var _emscripten_bind_MdGeArray1OfReal_First_0=Module["_emscripten_bind_MdGeArray1OfReal_First_0"]=function(){return(_emscripten_bind_MdGeArray1OfReal_First_0=Module["_emscripten_bind_MdGeArray1OfReal_First_0"]=Module["asm"]["EV"]).apply(null,arguments)};var _emscripten_bind_MdGeArray1OfReal_Last_0=Module["_emscripten_bind_MdGeArray1OfReal_Last_0"]=function(){return(_emscripten_bind_MdGeArray1OfReal_Last_0=Module["_emscripten_bind_MdGeArray1OfReal_Last_0"]=Module["asm"]["FV"]).apply(null,arguments)};var _emscripten_bind_MdGeArray1OfReal_Value_1=Module["_emscripten_bind_MdGeArray1OfReal_Value_1"]=function(){return(_emscripten_bind_MdGeArray1OfReal_Value_1=Module["_emscripten_bind_MdGeArray1OfReal_Value_1"]=Module["asm"]["GV"]).apply(null,arguments)};var _emscripten_bind_MdGeArray1OfReal_SetValue_2=Module["_emscripten_bind_MdGeArray1OfReal_SetValue_2"]=function(){return(_emscripten_bind_MdGeArray1OfReal_SetValue_2=Module["_emscripten_bind_MdGeArray1OfReal_SetValue_2"]=Module["asm"]["HV"]).apply(null,arguments)};var _emscripten_bind_MdGeArray1OfReal_Resize_3=Module["_emscripten_bind_MdGeArray1OfReal_Resize_3"]=function(){return(_emscripten_bind_MdGeArray1OfReal_Resize_3=Module["_emscripten_bind_MdGeArray1OfReal_Resize_3"]=Module["asm"]["IV"]).apply(null,arguments)};var _emscripten_bind_MdGeArray1OfReal___destroy___0=Module["_emscripten_bind_MdGeArray1OfReal___destroy___0"]=function(){return(_emscripten_bind_MdGeArray1OfReal___destroy___0=Module["_emscripten_bind_MdGeArray1OfReal___destroy___0"]=Module["asm"]["JV"]).apply(null,arguments)};var _emscripten_bind_MdGeArray2OfPnt_MdGeArray2OfPnt_0=Module["_emscripten_bind_MdGeArray2OfPnt_MdGeArray2OfPnt_0"]=function(){return(_emscripten_bind_MdGeArray2OfPnt_MdGeArray2OfPnt_0=Module["_emscripten_bind_MdGeArray2OfPnt_MdGeArray2OfPnt_0"]=Module["asm"]["KV"]).apply(null,arguments)};var _emscripten_bind_MdGeArray2OfPnt_MdGeArray2OfPnt_1=Module["_emscripten_bind_MdGeArray2OfPnt_MdGeArray2OfPnt_1"]=function(){return(_emscripten_bind_MdGeArray2OfPnt_MdGeArray2OfPnt_1=Module["_emscripten_bind_MdGeArray2OfPnt_MdGeArray2OfPnt_1"]=Module["asm"]["LV"]).apply(null,arguments)};var _emscripten_bind_MdGeArray2OfPnt_MdGeArray2OfPnt_4=Module["_emscripten_bind_MdGeArray2OfPnt_MdGeArray2OfPnt_4"]=function(){return(_emscripten_bind_MdGeArray2OfPnt_MdGeArray2OfPnt_4=Module["_emscripten_bind_MdGeArray2OfPnt_MdGeArray2OfPnt_4"]=Module["asm"]["MV"]).apply(null,arguments)};var _emscripten_bind_MdGeArray2OfPnt_MdGeArray2OfPnt_5=Module["_emscripten_bind_MdGeArray2OfPnt_MdGeArray2OfPnt_5"]=function(){return(_emscripten_bind_MdGeArray2OfPnt_MdGeArray2OfPnt_5=Module["_emscripten_bind_MdGeArray2OfPnt_MdGeArray2OfPnt_5"]=Module["asm"]["NV"]).apply(null,arguments)};var _emscripten_bind_MdGeArray2OfPnt_Init_1=Module["_emscripten_bind_MdGeArray2OfPnt_Init_1"]=function(){return(_emscripten_bind_MdGeArray2OfPnt_Init_1=Module["_emscripten_bind_MdGeArray2OfPnt_Init_1"]=Module["asm"]["OV"]).apply(null,arguments)};var _emscripten_bind_MdGeArray2OfPnt_Size_0=Module["_emscripten_bind_MdGeArray2OfPnt_Size_0"]=function(){return(_emscripten_bind_MdGeArray2OfPnt_Size_0=Module["_emscripten_bind_MdGeArray2OfPnt_Size_0"]=Module["asm"]["PV"]).apply(null,arguments)};var _emscripten_bind_MdGeArray2OfPnt_Length_0=Module["_emscripten_bind_MdGeArray2OfPnt_Length_0"]=function(){return(_emscripten_bind_MdGeArray2OfPnt_Length_0=Module["_emscripten_bind_MdGeArray2OfPnt_Length_0"]=Module["asm"]["QV"]).apply(null,arguments)};var _emscripten_bind_MdGeArray2OfPnt_NbRows_0=Module["_emscripten_bind_MdGeArray2OfPnt_NbRows_0"]=function(){return(_emscripten_bind_MdGeArray2OfPnt_NbRows_0=Module["_emscripten_bind_MdGeArray2OfPnt_NbRows_0"]=Module["asm"]["RV"]).apply(null,arguments)};var _emscripten_bind_MdGeArray2OfPnt_NbColumns_0=Module["_emscripten_bind_MdGeArray2OfPnt_NbColumns_0"]=function(){return(_emscripten_bind_MdGeArray2OfPnt_NbColumns_0=Module["_emscripten_bind_MdGeArray2OfPnt_NbColumns_0"]=Module["asm"]["SV"]).apply(null,arguments)};var _emscripten_bind_MdGeArray2OfPnt_RowLength_0=Module["_emscripten_bind_MdGeArray2OfPnt_RowLength_0"]=function(){return(_emscripten_bind_MdGeArray2OfPnt_RowLength_0=Module["_emscripten_bind_MdGeArray2OfPnt_RowLength_0"]=Module["asm"]["TV"]).apply(null,arguments)};var _emscripten_bind_MdGeArray2OfPnt_ColLength_0=Module["_emscripten_bind_MdGeArray2OfPnt_ColLength_0"]=function(){return(_emscripten_bind_MdGeArray2OfPnt_ColLength_0=Module["_emscripten_bind_MdGeArray2OfPnt_ColLength_0"]=Module["asm"]["UV"]).apply(null,arguments)};var _emscripten_bind_MdGeArray2OfPnt_LowerRow_0=Module["_emscripten_bind_MdGeArray2OfPnt_LowerRow_0"]=function(){return(_emscripten_bind_MdGeArray2OfPnt_LowerRow_0=Module["_emscripten_bind_MdGeArray2OfPnt_LowerRow_0"]=Module["asm"]["VV"]).apply(null,arguments)};var _emscripten_bind_MdGeArray2OfPnt_UpperRow_0=Module["_emscripten_bind_MdGeArray2OfPnt_UpperRow_0"]=function(){return(_emscripten_bind_MdGeArray2OfPnt_UpperRow_0=Module["_emscripten_bind_MdGeArray2OfPnt_UpperRow_0"]=Module["asm"]["WV"]).apply(null,arguments)};var _emscripten_bind_MdGeArray2OfPnt_LowerCol_0=Module["_emscripten_bind_MdGeArray2OfPnt_LowerCol_0"]=function(){return(_emscripten_bind_MdGeArray2OfPnt_LowerCol_0=Module["_emscripten_bind_MdGeArray2OfPnt_LowerCol_0"]=Module["asm"]["XV"]).apply(null,arguments)};var _emscripten_bind_MdGeArray2OfPnt_UpperCol_0=Module["_emscripten_bind_MdGeArray2OfPnt_UpperCol_0"]=function(){return(_emscripten_bind_MdGeArray2OfPnt_UpperCol_0=Module["_emscripten_bind_MdGeArray2OfPnt_UpperCol_0"]=Module["asm"]["YV"]).apply(null,arguments)};var _emscripten_bind_MdGeArray2OfPnt_IsDeletable_0=Module["_emscripten_bind_MdGeArray2OfPnt_IsDeletable_0"]=function(){return(_emscripten_bind_MdGeArray2OfPnt_IsDeletable_0=Module["_emscripten_bind_MdGeArray2OfPnt_IsDeletable_0"]=Module["asm"]["ZV"]).apply(null,arguments)};var _emscripten_bind_MdGeArray2OfPnt_Value_2=Module["_emscripten_bind_MdGeArray2OfPnt_Value_2"]=function(){return(_emscripten_bind_MdGeArray2OfPnt_Value_2=Module["_emscripten_bind_MdGeArray2OfPnt_Value_2"]=Module["asm"]["_V"]).apply(null,arguments)};var _emscripten_bind_MdGeArray2OfPnt_SetValue_3=Module["_emscripten_bind_MdGeArray2OfPnt_SetValue_3"]=function(){return(_emscripten_bind_MdGeArray2OfPnt_SetValue_3=Module["_emscripten_bind_MdGeArray2OfPnt_SetValue_3"]=Module["asm"]["$V"]).apply(null,arguments)};var _emscripten_bind_MdGeArray2OfPnt_Resize_5=Module["_emscripten_bind_MdGeArray2OfPnt_Resize_5"]=function(){return(_emscripten_bind_MdGeArray2OfPnt_Resize_5=Module["_emscripten_bind_MdGeArray2OfPnt_Resize_5"]=Module["asm"]["aW"]).apply(null,arguments)};var _emscripten_bind_MdGeArray2OfPnt___destroy___0=Module["_emscripten_bind_MdGeArray2OfPnt___destroy___0"]=function(){return(_emscripten_bind_MdGeArray2OfPnt___destroy___0=Module["_emscripten_bind_MdGeArray2OfPnt___destroy___0"]=Module["asm"]["bW"]).apply(null,arguments)};var _emscripten_bind_MdGeArray2OfReal_MdGeArray2OfReal_0=Module["_emscripten_bind_MdGeArray2OfReal_MdGeArray2OfReal_0"]=function(){return(_emscripten_bind_MdGeArray2OfReal_MdGeArray2OfReal_0=Module["_emscripten_bind_MdGeArray2OfReal_MdGeArray2OfReal_0"]=Module["asm"]["cW"]).apply(null,arguments)};var _emscripten_bind_MdGeArray2OfReal_MdGeArray2OfReal_1=Module["_emscripten_bind_MdGeArray2OfReal_MdGeArray2OfReal_1"]=function(){return(_emscripten_bind_MdGeArray2OfReal_MdGeArray2OfReal_1=Module["_emscripten_bind_MdGeArray2OfReal_MdGeArray2OfReal_1"]=Module["asm"]["dW"]).apply(null,arguments)};var _emscripten_bind_MdGeArray2OfReal_MdGeArray2OfReal_4=Module["_emscripten_bind_MdGeArray2OfReal_MdGeArray2OfReal_4"]=function(){return(_emscripten_bind_MdGeArray2OfReal_MdGeArray2OfReal_4=Module["_emscripten_bind_MdGeArray2OfReal_MdGeArray2OfReal_4"]=Module["asm"]["eW"]).apply(null,arguments)};var _emscripten_bind_MdGeArray2OfReal_MdGeArray2OfReal_5=Module["_emscripten_bind_MdGeArray2OfReal_MdGeArray2OfReal_5"]=function(){return(_emscripten_bind_MdGeArray2OfReal_MdGeArray2OfReal_5=Module["_emscripten_bind_MdGeArray2OfReal_MdGeArray2OfReal_5"]=Module["asm"]["fW"]).apply(null,arguments)};var _emscripten_bind_MdGeArray2OfReal_Init_1=Module["_emscripten_bind_MdGeArray2OfReal_Init_1"]=function(){return(_emscripten_bind_MdGeArray2OfReal_Init_1=Module["_emscripten_bind_MdGeArray2OfReal_Init_1"]=Module["asm"]["gW"]).apply(null,arguments)};var _emscripten_bind_MdGeArray2OfReal_Size_0=Module["_emscripten_bind_MdGeArray2OfReal_Size_0"]=function(){return(_emscripten_bind_MdGeArray2OfReal_Size_0=Module["_emscripten_bind_MdGeArray2OfReal_Size_0"]=Module["asm"]["hW"]).apply(null,arguments)};var _emscripten_bind_MdGeArray2OfReal_Length_0=Module["_emscripten_bind_MdGeArray2OfReal_Length_0"]=function(){return(_emscripten_bind_MdGeArray2OfReal_Length_0=Module["_emscripten_bind_MdGeArray2OfReal_Length_0"]=Module["asm"]["iW"]).apply(null,arguments)};var _emscripten_bind_MdGeArray2OfReal_NbRows_0=Module["_emscripten_bind_MdGeArray2OfReal_NbRows_0"]=function(){return(_emscripten_bind_MdGeArray2OfReal_NbRows_0=Module["_emscripten_bind_MdGeArray2OfReal_NbRows_0"]=Module["asm"]["jW"]).apply(null,arguments)};var _emscripten_bind_MdGeArray2OfReal_NbColumns_0=Module["_emscripten_bind_MdGeArray2OfReal_NbColumns_0"]=function(){return(_emscripten_bind_MdGeArray2OfReal_NbColumns_0=Module["_emscripten_bind_MdGeArray2OfReal_NbColumns_0"]=Module["asm"]["kW"]).apply(null,arguments)};var _emscripten_bind_MdGeArray2OfReal_RowLength_0=Module["_emscripten_bind_MdGeArray2OfReal_RowLength_0"]=function(){return(_emscripten_bind_MdGeArray2OfReal_RowLength_0=Module["_emscripten_bind_MdGeArray2OfReal_RowLength_0"]=Module["asm"]["lW"]).apply(null,arguments)};var _emscripten_bind_MdGeArray2OfReal_ColLength_0=Module["_emscripten_bind_MdGeArray2OfReal_ColLength_0"]=function(){return(_emscripten_bind_MdGeArray2OfReal_ColLength_0=Module["_emscripten_bind_MdGeArray2OfReal_ColLength_0"]=Module["asm"]["mW"]).apply(null,arguments)};var _emscripten_bind_MdGeArray2OfReal_LowerRow_0=Module["_emscripten_bind_MdGeArray2OfReal_LowerRow_0"]=function(){return(_emscripten_bind_MdGeArray2OfReal_LowerRow_0=Module["_emscripten_bind_MdGeArray2OfReal_LowerRow_0"]=Module["asm"]["nW"]).apply(null,arguments)};var _emscripten_bind_MdGeArray2OfReal_UpperRow_0=Module["_emscripten_bind_MdGeArray2OfReal_UpperRow_0"]=function(){return(_emscripten_bind_MdGeArray2OfReal_UpperRow_0=Module["_emscripten_bind_MdGeArray2OfReal_UpperRow_0"]=Module["asm"]["oW"]).apply(null,arguments)};var _emscripten_bind_MdGeArray2OfReal_LowerCol_0=Module["_emscripten_bind_MdGeArray2OfReal_LowerCol_0"]=function(){return(_emscripten_bind_MdGeArray2OfReal_LowerCol_0=Module["_emscripten_bind_MdGeArray2OfReal_LowerCol_0"]=Module["asm"]["pW"]).apply(null,arguments)};var _emscripten_bind_MdGeArray2OfReal_UpperCol_0=Module["_emscripten_bind_MdGeArray2OfReal_UpperCol_0"]=function(){return(_emscripten_bind_MdGeArray2OfReal_UpperCol_0=Module["_emscripten_bind_MdGeArray2OfReal_UpperCol_0"]=Module["asm"]["qW"]).apply(null,arguments)};var _emscripten_bind_MdGeArray2OfReal_IsDeletable_0=Module["_emscripten_bind_MdGeArray2OfReal_IsDeletable_0"]=function(){return(_emscripten_bind_MdGeArray2OfReal_IsDeletable_0=Module["_emscripten_bind_MdGeArray2OfReal_IsDeletable_0"]=Module["asm"]["rW"]).apply(null,arguments)};var _emscripten_bind_MdGeArray2OfReal_Value_2=Module["_emscripten_bind_MdGeArray2OfReal_Value_2"]=function(){return(_emscripten_bind_MdGeArray2OfReal_Value_2=Module["_emscripten_bind_MdGeArray2OfReal_Value_2"]=Module["asm"]["sW"]).apply(null,arguments)};var _emscripten_bind_MdGeArray2OfReal_SetValue_3=Module["_emscripten_bind_MdGeArray2OfReal_SetValue_3"]=function(){return(_emscripten_bind_MdGeArray2OfReal_SetValue_3=Module["_emscripten_bind_MdGeArray2OfReal_SetValue_3"]=Module["asm"]["tW"]).apply(null,arguments)};var _emscripten_bind_MdGeArray2OfReal_Resize_5=Module["_emscripten_bind_MdGeArray2OfReal_Resize_5"]=function(){return(_emscripten_bind_MdGeArray2OfReal_Resize_5=Module["_emscripten_bind_MdGeArray2OfReal_Resize_5"]=Module["asm"]["uW"]).apply(null,arguments)};var _emscripten_bind_MdGeArray2OfReal___destroy___0=Module["_emscripten_bind_MdGeArray2OfReal___destroy___0"]=function(){return(_emscripten_bind_MdGeArray2OfReal___destroy___0=Module["_emscripten_bind_MdGeArray2OfReal___destroy___0"]=Module["asm"]["vW"]).apply(null,arguments)};var _emscripten_bind_MdGeBezierCurve_MdGeBezierCurve_1=Module["_emscripten_bind_MdGeBezierCurve_MdGeBezierCurve_1"]=function(){return(_emscripten_bind_MdGeBezierCurve_MdGeBezierCurve_1=Module["_emscripten_bind_MdGeBezierCurve_MdGeBezierCurve_1"]=Module["asm"]["wW"]).apply(null,arguments)};var _emscripten_bind_MdGeBezierCurve_MdGeBezierCurve_2=Module["_emscripten_bind_MdGeBezierCurve_MdGeBezierCurve_2"]=function(){return(_emscripten_bind_MdGeBezierCurve_MdGeBezierCurve_2=Module["_emscripten_bind_MdGeBezierCurve_MdGeBezierCurve_2"]=Module["asm"]["xW"]).apply(null,arguments)};var _emscripten_bind_MdGeBezierCurve_Increase_1=Module["_emscripten_bind_MdGeBezierCurve_Increase_1"]=function(){return(_emscripten_bind_MdGeBezierCurve_Increase_1=Module["_emscripten_bind_MdGeBezierCurve_Increase_1"]=Module["asm"]["yW"]).apply(null,arguments)};var _emscripten_bind_MdGeBezierCurve_InsertPoleAfter_2=Module["_emscripten_bind_MdGeBezierCurve_InsertPoleAfter_2"]=function(){return(_emscripten_bind_MdGeBezierCurve_InsertPoleAfter_2=Module["_emscripten_bind_MdGeBezierCurve_InsertPoleAfter_2"]=Module["asm"]["zW"]).apply(null,arguments)};var _emscripten_bind_MdGeBezierCurve_InsertPoleAfter_3=Module["_emscripten_bind_MdGeBezierCurve_InsertPoleAfter_3"]=function(){return(_emscripten_bind_MdGeBezierCurve_InsertPoleAfter_3=Module["_emscripten_bind_MdGeBezierCurve_InsertPoleAfter_3"]=Module["asm"]["AW"]).apply(null,arguments)};var _emscripten_bind_MdGeBezierCurve_InsertPoleBefore_2=Module["_emscripten_bind_MdGeBezierCurve_InsertPoleBefore_2"]=function(){return(_emscripten_bind_MdGeBezierCurve_InsertPoleBefore_2=Module["_emscripten_bind_MdGeBezierCurve_InsertPoleBefore_2"]=Module["asm"]["BW"]).apply(null,arguments)};var _emscripten_bind_MdGeBezierCurve_InsertPoleBefore_3=Module["_emscripten_bind_MdGeBezierCurve_InsertPoleBefore_3"]=function(){return(_emscripten_bind_MdGeBezierCurve_InsertPoleBefore_3=Module["_emscripten_bind_MdGeBezierCurve_InsertPoleBefore_3"]=Module["asm"]["CW"]).apply(null,arguments)};var _emscripten_bind_MdGeBezierCurve_RemovePole_1=Module["_emscripten_bind_MdGeBezierCurve_RemovePole_1"]=function(){return(_emscripten_bind_MdGeBezierCurve_RemovePole_1=Module["_emscripten_bind_MdGeBezierCurve_RemovePole_1"]=Module["asm"]["DW"]).apply(null,arguments)};var _emscripten_bind_MdGeBezierCurve_Reverse_0=Module["_emscripten_bind_MdGeBezierCurve_Reverse_0"]=function(){return(_emscripten_bind_MdGeBezierCurve_Reverse_0=Module["_emscripten_bind_MdGeBezierCurve_Reverse_0"]=Module["asm"]["EW"]).apply(null,arguments)};var _emscripten_bind_MdGeBezierCurve_ReversedParameter_1=Module["_emscripten_bind_MdGeBezierCurve_ReversedParameter_1"]=function(){return(_emscripten_bind_MdGeBezierCurve_ReversedParameter_1=Module["_emscripten_bind_MdGeBezierCurve_ReversedParameter_1"]=Module["asm"]["FW"]).apply(null,arguments)};var _emscripten_bind_MdGeBezierCurve_Segment_2=Module["_emscripten_bind_MdGeBezierCurve_Segment_2"]=function(){return(_emscripten_bind_MdGeBezierCurve_Segment_2=Module["_emscripten_bind_MdGeBezierCurve_Segment_2"]=Module["asm"]["GW"]).apply(null,arguments)};var _emscripten_bind_MdGeBezierCurve_SetPole_2=Module["_emscripten_bind_MdGeBezierCurve_SetPole_2"]=function(){return(_emscripten_bind_MdGeBezierCurve_SetPole_2=Module["_emscripten_bind_MdGeBezierCurve_SetPole_2"]=Module["asm"]["HW"]).apply(null,arguments)};var _emscripten_bind_MdGeBezierCurve_SetPole_3=Module["_emscripten_bind_MdGeBezierCurve_SetPole_3"]=function(){return(_emscripten_bind_MdGeBezierCurve_SetPole_3=Module["_emscripten_bind_MdGeBezierCurve_SetPole_3"]=Module["asm"]["IW"]).apply(null,arguments)};var _emscripten_bind_MdGeBezierCurve_SetWeight_2=Module["_emscripten_bind_MdGeBezierCurve_SetWeight_2"]=function(){return(_emscripten_bind_MdGeBezierCurve_SetWeight_2=Module["_emscripten_bind_MdGeBezierCurve_SetWeight_2"]=Module["asm"]["JW"]).apply(null,arguments)};var _emscripten_bind_MdGeBezierCurve_IsClosed_0=Module["_emscripten_bind_MdGeBezierCurve_IsClosed_0"]=function(){return(_emscripten_bind_MdGeBezierCurve_IsClosed_0=Module["_emscripten_bind_MdGeBezierCurve_IsClosed_0"]=Module["asm"]["KW"]).apply(null,arguments)};var _emscripten_bind_MdGeBezierCurve_IsCN_1=Module["_emscripten_bind_MdGeBezierCurve_IsCN_1"]=function(){return(_emscripten_bind_MdGeBezierCurve_IsCN_1=Module["_emscripten_bind_MdGeBezierCurve_IsCN_1"]=Module["asm"]["LW"]).apply(null,arguments)};var _emscripten_bind_MdGeBezierCurve_IsPeriodic_0=Module["_emscripten_bind_MdGeBezierCurve_IsPeriodic_0"]=function(){return(_emscripten_bind_MdGeBezierCurve_IsPeriodic_0=Module["_emscripten_bind_MdGeBezierCurve_IsPeriodic_0"]=Module["asm"]["MW"]).apply(null,arguments)};var _emscripten_bind_MdGeBezierCurve_IsRational_0=Module["_emscripten_bind_MdGeBezierCurve_IsRational_0"]=function(){return(_emscripten_bind_MdGeBezierCurve_IsRational_0=Module["_emscripten_bind_MdGeBezierCurve_IsRational_0"]=Module["asm"]["NW"]).apply(null,arguments)};var _emscripten_bind_MdGeBezierCurve_Continuity_0=Module["_emscripten_bind_MdGeBezierCurve_Continuity_0"]=function(){return(_emscripten_bind_MdGeBezierCurve_Continuity_0=Module["_emscripten_bind_MdGeBezierCurve_Continuity_0"]=Module["asm"]["OW"]).apply(null,arguments)};var _emscripten_bind_MdGeBezierCurve_Degree_0=Module["_emscripten_bind_MdGeBezierCurve_Degree_0"]=function(){return(_emscripten_bind_MdGeBezierCurve_Degree_0=Module["_emscripten_bind_MdGeBezierCurve_Degree_0"]=Module["asm"]["PW"]).apply(null,arguments)};var _emscripten_bind_MdGeBezierCurve_DN_2=Module["_emscripten_bind_MdGeBezierCurve_DN_2"]=function(){return(_emscripten_bind_MdGeBezierCurve_DN_2=Module["_emscripten_bind_MdGeBezierCurve_DN_2"]=Module["asm"]["QW"]).apply(null,arguments)};var _emscripten_bind_MdGeBezierCurve_StartPoint_0=Module["_emscripten_bind_MdGeBezierCurve_StartPoint_0"]=function(){return(_emscripten_bind_MdGeBezierCurve_StartPoint_0=Module["_emscripten_bind_MdGeBezierCurve_StartPoint_0"]=Module["asm"]["RW"]).apply(null,arguments)};var _emscripten_bind_MdGeBezierCurve_EndPoint_0=Module["_emscripten_bind_MdGeBezierCurve_EndPoint_0"]=function(){return(_emscripten_bind_MdGeBezierCurve_EndPoint_0=Module["_emscripten_bind_MdGeBezierCurve_EndPoint_0"]=Module["asm"]["SW"]).apply(null,arguments)};var _emscripten_bind_MdGeBezierCurve_FirstParameter_0=Module["_emscripten_bind_MdGeBezierCurve_FirstParameter_0"]=function(){return(_emscripten_bind_MdGeBezierCurve_FirstParameter_0=Module["_emscripten_bind_MdGeBezierCurve_FirstParameter_0"]=Module["asm"]["TW"]).apply(null,arguments)};var _emscripten_bind_MdGeBezierCurve_LastParameter_0=Module["_emscripten_bind_MdGeBezierCurve_LastParameter_0"]=function(){return(_emscripten_bind_MdGeBezierCurve_LastParameter_0=Module["_emscripten_bind_MdGeBezierCurve_LastParameter_0"]=Module["asm"]["UW"]).apply(null,arguments)};var _emscripten_bind_MdGeBezierCurve_NbPoles_0=Module["_emscripten_bind_MdGeBezierCurve_NbPoles_0"]=function(){return(_emscripten_bind_MdGeBezierCurve_NbPoles_0=Module["_emscripten_bind_MdGeBezierCurve_NbPoles_0"]=Module["asm"]["VW"]).apply(null,arguments)};var _emscripten_bind_MdGeBezierCurve_Pole_1=Module["_emscripten_bind_MdGeBezierCurve_Pole_1"]=function(){return(_emscripten_bind_MdGeBezierCurve_Pole_1=Module["_emscripten_bind_MdGeBezierCurve_Pole_1"]=Module["asm"]["WW"]).apply(null,arguments)};var _emscripten_bind_MdGeBezierCurve_Poles_0=Module["_emscripten_bind_MdGeBezierCurve_Poles_0"]=function(){return(_emscripten_bind_MdGeBezierCurve_Poles_0=Module["_emscripten_bind_MdGeBezierCurve_Poles_0"]=Module["asm"]["XW"]).apply(null,arguments)};var _emscripten_bind_MdGeBezierCurve_Weight_1=Module["_emscripten_bind_MdGeBezierCurve_Weight_1"]=function(){return(_emscripten_bind_MdGeBezierCurve_Weight_1=Module["_emscripten_bind_MdGeBezierCurve_Weight_1"]=Module["asm"]["YW"]).apply(null,arguments)};var _emscripten_bind_MdGeBezierCurve_Weights_0=Module["_emscripten_bind_MdGeBezierCurve_Weights_0"]=function(){return(_emscripten_bind_MdGeBezierCurve_Weights_0=Module["_emscripten_bind_MdGeBezierCurve_Weights_0"]=Module["asm"]["ZW"]).apply(null,arguments)};var _emscripten_bind_MdGeBezierCurve_Transform_1=Module["_emscripten_bind_MdGeBezierCurve_Transform_1"]=function(){return(_emscripten_bind_MdGeBezierCurve_Transform_1=Module["_emscripten_bind_MdGeBezierCurve_Transform_1"]=Module["asm"]["_W"]).apply(null,arguments)};var _emscripten_bind_MdGeBezierCurve_MaxDegree_0=Module["_emscripten_bind_MdGeBezierCurve_MaxDegree_0"]=function(){return(_emscripten_bind_MdGeBezierCurve_MaxDegree_0=Module["_emscripten_bind_MdGeBezierCurve_MaxDegree_0"]=Module["asm"]["$W"]).apply(null,arguments)};var _emscripten_bind_MdGeBezierCurve_Shape_0=Module["_emscripten_bind_MdGeBezierCurve_Shape_0"]=function(){return(_emscripten_bind_MdGeBezierCurve_Shape_0=Module["_emscripten_bind_MdGeBezierCurve_Shape_0"]=Module["asm"]["aX"]).apply(null,arguments)};var _emscripten_bind_MdGeBezierCurve_Edge_0=Module["_emscripten_bind_MdGeBezierCurve_Edge_0"]=function(){return(_emscripten_bind_MdGeBezierCurve_Edge_0=Module["_emscripten_bind_MdGeBezierCurve_Edge_0"]=Module["asm"]["bX"]).apply(null,arguments)};var _emscripten_bind_MdGeBezierCurve_Wire_0=Module["_emscripten_bind_MdGeBezierCurve_Wire_0"]=function(){return(_emscripten_bind_MdGeBezierCurve_Wire_0=Module["_emscripten_bind_MdGeBezierCurve_Wire_0"]=Module["asm"]["cX"]).apply(null,arguments)};var _emscripten_bind_MdGeBezierCurve___destroy___0=Module["_emscripten_bind_MdGeBezierCurve___destroy___0"]=function(){return(_emscripten_bind_MdGeBezierCurve___destroy___0=Module["_emscripten_bind_MdGeBezierCurve___destroy___0"]=Module["asm"]["dX"]).apply(null,arguments)};var _emscripten_bind_MdGeBezierSurface_MdGeBezierSurface_1=Module["_emscripten_bind_MdGeBezierSurface_MdGeBezierSurface_1"]=function(){return(_emscripten_bind_MdGeBezierSurface_MdGeBezierSurface_1=Module["_emscripten_bind_MdGeBezierSurface_MdGeBezierSurface_1"]=Module["asm"]["eX"]).apply(null,arguments)};var _emscripten_bind_MdGeBezierSurface_MdGeBezierSurface_2=Module["_emscripten_bind_MdGeBezierSurface_MdGeBezierSurface_2"]=function(){return(_emscripten_bind_MdGeBezierSurface_MdGeBezierSurface_2=Module["_emscripten_bind_MdGeBezierSurface_MdGeBezierSurface_2"]=Module["asm"]["fX"]).apply(null,arguments)};var _emscripten_bind_MdGeBezierSurface_ExchangeUV_0=Module["_emscripten_bind_MdGeBezierSurface_ExchangeUV_0"]=function(){return(_emscripten_bind_MdGeBezierSurface_ExchangeUV_0=Module["_emscripten_bind_MdGeBezierSurface_ExchangeUV_0"]=Module["asm"]["gX"]).apply(null,arguments)};var _emscripten_bind_MdGeBezierSurface_Increase_2=Module["_emscripten_bind_MdGeBezierSurface_Increase_2"]=function(){return(_emscripten_bind_MdGeBezierSurface_Increase_2=Module["_emscripten_bind_MdGeBezierSurface_Increase_2"]=Module["asm"]["hX"]).apply(null,arguments)};var _emscripten_bind_MdGeBezierSurface_InsertPoleColAfter_2=Module["_emscripten_bind_MdGeBezierSurface_InsertPoleColAfter_2"]=function(){return(_emscripten_bind_MdGeBezierSurface_InsertPoleColAfter_2=Module["_emscripten_bind_MdGeBezierSurface_InsertPoleColAfter_2"]=Module["asm"]["iX"]).apply(null,arguments)};var _emscripten_bind_MdGeBezierSurface_InsertPoleColAfter_3=Module["_emscripten_bind_MdGeBezierSurface_InsertPoleColAfter_3"]=function(){return(_emscripten_bind_MdGeBezierSurface_InsertPoleColAfter_3=Module["_emscripten_bind_MdGeBezierSurface_InsertPoleColAfter_3"]=Module["asm"]["jX"]).apply(null,arguments)};var _emscripten_bind_MdGeBezierSurface_InsertPoleColBefore_2=Module["_emscripten_bind_MdGeBezierSurface_InsertPoleColBefore_2"]=function(){return(_emscripten_bind_MdGeBezierSurface_InsertPoleColBefore_2=Module["_emscripten_bind_MdGeBezierSurface_InsertPoleColBefore_2"]=Module["asm"]["kX"]).apply(null,arguments)};var _emscripten_bind_MdGeBezierSurface_InsertPoleColBefore_3=Module["_emscripten_bind_MdGeBezierSurface_InsertPoleColBefore_3"]=function(){return(_emscripten_bind_MdGeBezierSurface_InsertPoleColBefore_3=Module["_emscripten_bind_MdGeBezierSurface_InsertPoleColBefore_3"]=Module["asm"]["lX"]).apply(null,arguments)};var _emscripten_bind_MdGeBezierSurface_InsertPoleRowAfter_2=Module["_emscripten_bind_MdGeBezierSurface_InsertPoleRowAfter_2"]=function(){return(_emscripten_bind_MdGeBezierSurface_InsertPoleRowAfter_2=Module["_emscripten_bind_MdGeBezierSurface_InsertPoleRowAfter_2"]=Module["asm"]["mX"]).apply(null,arguments)};var _emscripten_bind_MdGeBezierSurface_InsertPoleRowAfter_3=Module["_emscripten_bind_MdGeBezierSurface_InsertPoleRowAfter_3"]=function(){return(_emscripten_bind_MdGeBezierSurface_InsertPoleRowAfter_3=Module["_emscripten_bind_MdGeBezierSurface_InsertPoleRowAfter_3"]=Module["asm"]["nX"]).apply(null,arguments)};var _emscripten_bind_MdGeBezierSurface_InsertPoleRowBefore_2=Module["_emscripten_bind_MdGeBezierSurface_InsertPoleRowBefore_2"]=function(){return(_emscripten_bind_MdGeBezierSurface_InsertPoleRowBefore_2=Module["_emscripten_bind_MdGeBezierSurface_InsertPoleRowBefore_2"]=Module["asm"]["oX"]).apply(null,arguments)};var _emscripten_bind_MdGeBezierSurface_InsertPoleRowBefore_3=Module["_emscripten_bind_MdGeBezierSurface_InsertPoleRowBefore_3"]=function(){return(_emscripten_bind_MdGeBezierSurface_InsertPoleRowBefore_3=Module["_emscripten_bind_MdGeBezierSurface_InsertPoleRowBefore_3"]=Module["asm"]["pX"]).apply(null,arguments)};var _emscripten_bind_MdGeBezierSurface_RemovePoleCol_1=Module["_emscripten_bind_MdGeBezierSurface_RemovePoleCol_1"]=function(){return(_emscripten_bind_MdGeBezierSurface_RemovePoleCol_1=Module["_emscripten_bind_MdGeBezierSurface_RemovePoleCol_1"]=Module["asm"]["qX"]).apply(null,arguments)};var _emscripten_bind_MdGeBezierSurface_RemovePoleRow_1=Module["_emscripten_bind_MdGeBezierSurface_RemovePoleRow_1"]=function(){return(_emscripten_bind_MdGeBezierSurface_RemovePoleRow_1=Module["_emscripten_bind_MdGeBezierSurface_RemovePoleRow_1"]=Module["asm"]["rX"]).apply(null,arguments)};var _emscripten_bind_MdGeBezierSurface_Segment_4=Module["_emscripten_bind_MdGeBezierSurface_Segment_4"]=function(){return(_emscripten_bind_MdGeBezierSurface_Segment_4=Module["_emscripten_bind_MdGeBezierSurface_Segment_4"]=Module["asm"]["sX"]).apply(null,arguments)};var _emscripten_bind_MdGeBezierSurface_SetPole_3=Module["_emscripten_bind_MdGeBezierSurface_SetPole_3"]=function(){return(_emscripten_bind_MdGeBezierSurface_SetPole_3=Module["_emscripten_bind_MdGeBezierSurface_SetPole_3"]=Module["asm"]["tX"]).apply(null,arguments)};var _emscripten_bind_MdGeBezierSurface_SetPole_4=Module["_emscripten_bind_MdGeBezierSurface_SetPole_4"]=function(){return(_emscripten_bind_MdGeBezierSurface_SetPole_4=Module["_emscripten_bind_MdGeBezierSurface_SetPole_4"]=Module["asm"]["uX"]).apply(null,arguments)};var _emscripten_bind_MdGeBezierSurface_SetPoleCol_2=Module["_emscripten_bind_MdGeBezierSurface_SetPoleCol_2"]=function(){return(_emscripten_bind_MdGeBezierSurface_SetPoleCol_2=Module["_emscripten_bind_MdGeBezierSurface_SetPoleCol_2"]=Module["asm"]["vX"]).apply(null,arguments)};var _emscripten_bind_MdGeBezierSurface_SetPoleCol_3=Module["_emscripten_bind_MdGeBezierSurface_SetPoleCol_3"]=function(){return(_emscripten_bind_MdGeBezierSurface_SetPoleCol_3=Module["_emscripten_bind_MdGeBezierSurface_SetPoleCol_3"]=Module["asm"]["wX"]).apply(null,arguments)};var _emscripten_bind_MdGeBezierSurface_SetPoleRow_2=Module["_emscripten_bind_MdGeBezierSurface_SetPoleRow_2"]=function(){return(_emscripten_bind_MdGeBezierSurface_SetPoleRow_2=Module["_emscripten_bind_MdGeBezierSurface_SetPoleRow_2"]=Module["asm"]["xX"]).apply(null,arguments)};var _emscripten_bind_MdGeBezierSurface_SetPoleRow_3=Module["_emscripten_bind_MdGeBezierSurface_SetPoleRow_3"]=function(){return(_emscripten_bind_MdGeBezierSurface_SetPoleRow_3=Module["_emscripten_bind_MdGeBezierSurface_SetPoleRow_3"]=Module["asm"]["yX"]).apply(null,arguments)};var _emscripten_bind_MdGeBezierSurface_SetWeight_3=Module["_emscripten_bind_MdGeBezierSurface_SetWeight_3"]=function(){return(_emscripten_bind_MdGeBezierSurface_SetWeight_3=Module["_emscripten_bind_MdGeBezierSurface_SetWeight_3"]=Module["asm"]["zX"]).apply(null,arguments)};var _emscripten_bind_MdGeBezierSurface_SetWeightCol_2=Module["_emscripten_bind_MdGeBezierSurface_SetWeightCol_2"]=function(){return(_emscripten_bind_MdGeBezierSurface_SetWeightCol_2=Module["_emscripten_bind_MdGeBezierSurface_SetWeightCol_2"]=Module["asm"]["AX"]).apply(null,arguments)};var _emscripten_bind_MdGeBezierSurface_SetWeightRow_2=Module["_emscripten_bind_MdGeBezierSurface_SetWeightRow_2"]=function(){return(_emscripten_bind_MdGeBezierSurface_SetWeightRow_2=Module["_emscripten_bind_MdGeBezierSurface_SetWeightRow_2"]=Module["asm"]["BX"]).apply(null,arguments)};var _emscripten_bind_MdGeBezierSurface_UReverse_0=Module["_emscripten_bind_MdGeBezierSurface_UReverse_0"]=function(){return(_emscripten_bind_MdGeBezierSurface_UReverse_0=Module["_emscripten_bind_MdGeBezierSurface_UReverse_0"]=Module["asm"]["CX"]).apply(null,arguments)};var _emscripten_bind_MdGeBezierSurface_UReversedParameter_1=Module["_emscripten_bind_MdGeBezierSurface_UReversedParameter_1"]=function(){return(_emscripten_bind_MdGeBezierSurface_UReversedParameter_1=Module["_emscripten_bind_MdGeBezierSurface_UReversedParameter_1"]=Module["asm"]["DX"]).apply(null,arguments)};var _emscripten_bind_MdGeBezierSurface_VReverse_0=Module["_emscripten_bind_MdGeBezierSurface_VReverse_0"]=function(){return(_emscripten_bind_MdGeBezierSurface_VReverse_0=Module["_emscripten_bind_MdGeBezierSurface_VReverse_0"]=Module["asm"]["EX"]).apply(null,arguments)};var _emscripten_bind_MdGeBezierSurface_VReversedParameter_1=Module["_emscripten_bind_MdGeBezierSurface_VReversedParameter_1"]=function(){return(_emscripten_bind_MdGeBezierSurface_VReversedParameter_1=Module["_emscripten_bind_MdGeBezierSurface_VReversedParameter_1"]=Module["asm"]["FX"]).apply(null,arguments)};var _emscripten_bind_MdGeBezierSurface_Continuity_0=Module["_emscripten_bind_MdGeBezierSurface_Continuity_0"]=function(){return(_emscripten_bind_MdGeBezierSurface_Continuity_0=Module["_emscripten_bind_MdGeBezierSurface_Continuity_0"]=Module["asm"]["GX"]).apply(null,arguments)};var _emscripten_bind_MdGeBezierSurface_DN_4=Module["_emscripten_bind_MdGeBezierSurface_DN_4"]=function(){return(_emscripten_bind_MdGeBezierSurface_DN_4=Module["_emscripten_bind_MdGeBezierSurface_DN_4"]=Module["asm"]["HX"]).apply(null,arguments)};var _emscripten_bind_MdGeBezierSurface_NbUPoles_0=Module["_emscripten_bind_MdGeBezierSurface_NbUPoles_0"]=function(){return(_emscripten_bind_MdGeBezierSurface_NbUPoles_0=Module["_emscripten_bind_MdGeBezierSurface_NbUPoles_0"]=Module["asm"]["IX"]).apply(null,arguments)};var _emscripten_bind_MdGeBezierSurface_NbVPoles_0=Module["_emscripten_bind_MdGeBezierSurface_NbVPoles_0"]=function(){return(_emscripten_bind_MdGeBezierSurface_NbVPoles_0=Module["_emscripten_bind_MdGeBezierSurface_NbVPoles_0"]=Module["asm"]["JX"]).apply(null,arguments)};var _emscripten_bind_MdGeBezierSurface_Pole_2=Module["_emscripten_bind_MdGeBezierSurface_Pole_2"]=function(){return(_emscripten_bind_MdGeBezierSurface_Pole_2=Module["_emscripten_bind_MdGeBezierSurface_Pole_2"]=Module["asm"]["KX"]).apply(null,arguments)};var _emscripten_bind_MdGeBezierSurface_Poles_0=Module["_emscripten_bind_MdGeBezierSurface_Poles_0"]=function(){return(_emscripten_bind_MdGeBezierSurface_Poles_0=Module["_emscripten_bind_MdGeBezierSurface_Poles_0"]=Module["asm"]["LX"]).apply(null,arguments)};var _emscripten_bind_MdGeBezierSurface_UDegree_0=Module["_emscripten_bind_MdGeBezierSurface_UDegree_0"]=function(){return(_emscripten_bind_MdGeBezierSurface_UDegree_0=Module["_emscripten_bind_MdGeBezierSurface_UDegree_0"]=Module["asm"]["MX"]).apply(null,arguments)};var _emscripten_bind_MdGeBezierSurface_VDegree_0=Module["_emscripten_bind_MdGeBezierSurface_VDegree_0"]=function(){return(_emscripten_bind_MdGeBezierSurface_VDegree_0=Module["_emscripten_bind_MdGeBezierSurface_VDegree_0"]=Module["asm"]["NX"]).apply(null,arguments)};var _emscripten_bind_MdGeBezierSurface_Weight_2=Module["_emscripten_bind_MdGeBezierSurface_Weight_2"]=function(){return(_emscripten_bind_MdGeBezierSurface_Weight_2=Module["_emscripten_bind_MdGeBezierSurface_Weight_2"]=Module["asm"]["OX"]).apply(null,arguments)};var _emscripten_bind_MdGeBezierSurface_Weights_0=Module["_emscripten_bind_MdGeBezierSurface_Weights_0"]=function(){return(_emscripten_bind_MdGeBezierSurface_Weights_0=Module["_emscripten_bind_MdGeBezierSurface_Weights_0"]=Module["asm"]["PX"]).apply(null,arguments)};var _emscripten_bind_MdGeBezierSurface_IsUClosed_0=Module["_emscripten_bind_MdGeBezierSurface_IsUClosed_0"]=function(){return(_emscripten_bind_MdGeBezierSurface_IsUClosed_0=Module["_emscripten_bind_MdGeBezierSurface_IsUClosed_0"]=Module["asm"]["QX"]).apply(null,arguments)};var _emscripten_bind_MdGeBezierSurface_IsVClosed_0=Module["_emscripten_bind_MdGeBezierSurface_IsVClosed_0"]=function(){return(_emscripten_bind_MdGeBezierSurface_IsVClosed_0=Module["_emscripten_bind_MdGeBezierSurface_IsVClosed_0"]=Module["asm"]["RX"]).apply(null,arguments)};var _emscripten_bind_MdGeBezierSurface_IsCNu_1=Module["_emscripten_bind_MdGeBezierSurface_IsCNu_1"]=function(){return(_emscripten_bind_MdGeBezierSurface_IsCNu_1=Module["_emscripten_bind_MdGeBezierSurface_IsCNu_1"]=Module["asm"]["SX"]).apply(null,arguments)};var _emscripten_bind_MdGeBezierSurface_IsCNv_1=Module["_emscripten_bind_MdGeBezierSurface_IsCNv_1"]=function(){return(_emscripten_bind_MdGeBezierSurface_IsCNv_1=Module["_emscripten_bind_MdGeBezierSurface_IsCNv_1"]=Module["asm"]["TX"]).apply(null,arguments)};var _emscripten_bind_MdGeBezierSurface_IsUPeriodic_0=Module["_emscripten_bind_MdGeBezierSurface_IsUPeriodic_0"]=function(){return(_emscripten_bind_MdGeBezierSurface_IsUPeriodic_0=Module["_emscripten_bind_MdGeBezierSurface_IsUPeriodic_0"]=Module["asm"]["UX"]).apply(null,arguments)};var _emscripten_bind_MdGeBezierSurface_IsVPeriodic_0=Module["_emscripten_bind_MdGeBezierSurface_IsVPeriodic_0"]=function(){return(_emscripten_bind_MdGeBezierSurface_IsVPeriodic_0=Module["_emscripten_bind_MdGeBezierSurface_IsVPeriodic_0"]=Module["asm"]["VX"]).apply(null,arguments)};var _emscripten_bind_MdGeBezierSurface_IsURational_0=Module["_emscripten_bind_MdGeBezierSurface_IsURational_0"]=function(){return(_emscripten_bind_MdGeBezierSurface_IsURational_0=Module["_emscripten_bind_MdGeBezierSurface_IsURational_0"]=Module["asm"]["WX"]).apply(null,arguments)};var _emscripten_bind_MdGeBezierSurface_IsVRational_0=Module["_emscripten_bind_MdGeBezierSurface_IsVRational_0"]=function(){return(_emscripten_bind_MdGeBezierSurface_IsVRational_0=Module["_emscripten_bind_MdGeBezierSurface_IsVRational_0"]=Module["asm"]["XX"]).apply(null,arguments)};var _emscripten_bind_MdGeBezierSurface_Transform_1=Module["_emscripten_bind_MdGeBezierSurface_Transform_1"]=function(){return(_emscripten_bind_MdGeBezierSurface_Transform_1=Module["_emscripten_bind_MdGeBezierSurface_Transform_1"]=Module["asm"]["YX"]).apply(null,arguments)};var _emscripten_bind_MdGeBezierSurface_MaxDegree_0=Module["_emscripten_bind_MdGeBezierSurface_MaxDegree_0"]=function(){return(_emscripten_bind_MdGeBezierSurface_MaxDegree_0=Module["_emscripten_bind_MdGeBezierSurface_MaxDegree_0"]=Module["asm"]["ZX"]).apply(null,arguments)};var _emscripten_bind_MdGeBezierSurface_Shape_0=Module["_emscripten_bind_MdGeBezierSurface_Shape_0"]=function(){return(_emscripten_bind_MdGeBezierSurface_Shape_0=Module["_emscripten_bind_MdGeBezierSurface_Shape_0"]=Module["asm"]["_X"]).apply(null,arguments)};var _emscripten_bind_MdGeBezierSurface_Face_0=Module["_emscripten_bind_MdGeBezierSurface_Face_0"]=function(){return(_emscripten_bind_MdGeBezierSurface_Face_0=Module["_emscripten_bind_MdGeBezierSurface_Face_0"]=Module["asm"]["$X"]).apply(null,arguments)};var _emscripten_bind_MdGeBezierSurface___destroy___0=Module["_emscripten_bind_MdGeBezierSurface___destroy___0"]=function(){return(_emscripten_bind_MdGeBezierSurface___destroy___0=Module["_emscripten_bind_MdGeBezierSurface___destroy___0"]=Module["asm"]["aY"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineCurve_MdGeBSplineCurve_0=Module["_emscripten_bind_MdGeBSplineCurve_MdGeBSplineCurve_0"]=function(){return(_emscripten_bind_MdGeBSplineCurve_MdGeBSplineCurve_0=Module["_emscripten_bind_MdGeBSplineCurve_MdGeBSplineCurve_0"]=Module["asm"]["bY"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineCurve_MdGeBSplineCurve_1=Module["_emscripten_bind_MdGeBSplineCurve_MdGeBSplineCurve_1"]=function(){return(_emscripten_bind_MdGeBSplineCurve_MdGeBSplineCurve_1=Module["_emscripten_bind_MdGeBSplineCurve_MdGeBSplineCurve_1"]=Module["asm"]["cY"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineCurve_MdGeBSplineCurve_4=Module["_emscripten_bind_MdGeBSplineCurve_MdGeBSplineCurve_4"]=function(){return(_emscripten_bind_MdGeBSplineCurve_MdGeBSplineCurve_4=Module["_emscripten_bind_MdGeBSplineCurve_MdGeBSplineCurve_4"]=Module["asm"]["dY"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineCurve_MdGeBSplineCurve_5=Module["_emscripten_bind_MdGeBSplineCurve_MdGeBSplineCurve_5"]=function(){return(_emscripten_bind_MdGeBSplineCurve_MdGeBSplineCurve_5=Module["_emscripten_bind_MdGeBSplineCurve_MdGeBSplineCurve_5"]=Module["asm"]["eY"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineCurve_IncreaseDegree_1=Module["_emscripten_bind_MdGeBSplineCurve_IncreaseDegree_1"]=function(){return(_emscripten_bind_MdGeBSplineCurve_IncreaseDegree_1=Module["_emscripten_bind_MdGeBSplineCurve_IncreaseDegree_1"]=Module["asm"]["fY"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineCurve_IncreaseMultiplicity_2=Module["_emscripten_bind_MdGeBSplineCurve_IncreaseMultiplicity_2"]=function(){return(_emscripten_bind_MdGeBSplineCurve_IncreaseMultiplicity_2=Module["_emscripten_bind_MdGeBSplineCurve_IncreaseMultiplicity_2"]=Module["asm"]["gY"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineCurve_IncreaseMultiplicity_3=Module["_emscripten_bind_MdGeBSplineCurve_IncreaseMultiplicity_3"]=function(){return(_emscripten_bind_MdGeBSplineCurve_IncreaseMultiplicity_3=Module["_emscripten_bind_MdGeBSplineCurve_IncreaseMultiplicity_3"]=Module["asm"]["hY"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineCurve_IncrementMultiplicity_3=Module["_emscripten_bind_MdGeBSplineCurve_IncrementMultiplicity_3"]=function(){return(_emscripten_bind_MdGeBSplineCurve_IncrementMultiplicity_3=Module["_emscripten_bind_MdGeBSplineCurve_IncrementMultiplicity_3"]=Module["asm"]["iY"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineCurve_InsertKnot_1=Module["_emscripten_bind_MdGeBSplineCurve_InsertKnot_1"]=function(){return(_emscripten_bind_MdGeBSplineCurve_InsertKnot_1=Module["_emscripten_bind_MdGeBSplineCurve_InsertKnot_1"]=Module["asm"]["jY"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineCurve_InsertKnot_2=Module["_emscripten_bind_MdGeBSplineCurve_InsertKnot_2"]=function(){return(_emscripten_bind_MdGeBSplineCurve_InsertKnot_2=Module["_emscripten_bind_MdGeBSplineCurve_InsertKnot_2"]=Module["asm"]["kY"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineCurve_InsertKnot_3=Module["_emscripten_bind_MdGeBSplineCurve_InsertKnot_3"]=function(){return(_emscripten_bind_MdGeBSplineCurve_InsertKnot_3=Module["_emscripten_bind_MdGeBSplineCurve_InsertKnot_3"]=Module["asm"]["lY"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineCurve_InsertKnot_4=Module["_emscripten_bind_MdGeBSplineCurve_InsertKnot_4"]=function(){return(_emscripten_bind_MdGeBSplineCurve_InsertKnot_4=Module["_emscripten_bind_MdGeBSplineCurve_InsertKnot_4"]=Module["asm"]["mY"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineCurve_InsertKnots_2=Module["_emscripten_bind_MdGeBSplineCurve_InsertKnots_2"]=function(){return(_emscripten_bind_MdGeBSplineCurve_InsertKnots_2=Module["_emscripten_bind_MdGeBSplineCurve_InsertKnots_2"]=Module["asm"]["nY"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineCurve_InsertKnots_3=Module["_emscripten_bind_MdGeBSplineCurve_InsertKnots_3"]=function(){return(_emscripten_bind_MdGeBSplineCurve_InsertKnots_3=Module["_emscripten_bind_MdGeBSplineCurve_InsertKnots_3"]=Module["asm"]["oY"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineCurve_InsertKnots_4=Module["_emscripten_bind_MdGeBSplineCurve_InsertKnots_4"]=function(){return(_emscripten_bind_MdGeBSplineCurve_InsertKnots_4=Module["_emscripten_bind_MdGeBSplineCurve_InsertKnots_4"]=Module["asm"]["pY"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineCurve_RemoveKnot_3=Module["_emscripten_bind_MdGeBSplineCurve_RemoveKnot_3"]=function(){return(_emscripten_bind_MdGeBSplineCurve_RemoveKnot_3=Module["_emscripten_bind_MdGeBSplineCurve_RemoveKnot_3"]=Module["asm"]["qY"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineCurve_Reverse_0=Module["_emscripten_bind_MdGeBSplineCurve_Reverse_0"]=function(){return(_emscripten_bind_MdGeBSplineCurve_Reverse_0=Module["_emscripten_bind_MdGeBSplineCurve_Reverse_0"]=Module["asm"]["rY"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineCurve_ReversedParameter_1=Module["_emscripten_bind_MdGeBSplineCurve_ReversedParameter_1"]=function(){return(_emscripten_bind_MdGeBSplineCurve_ReversedParameter_1=Module["_emscripten_bind_MdGeBSplineCurve_ReversedParameter_1"]=Module["asm"]["sY"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineCurve_SetKnot_2=Module["_emscripten_bind_MdGeBSplineCurve_SetKnot_2"]=function(){return(_emscripten_bind_MdGeBSplineCurve_SetKnot_2=Module["_emscripten_bind_MdGeBSplineCurve_SetKnot_2"]=Module["asm"]["tY"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineCurve_SetKnot_3=Module["_emscripten_bind_MdGeBSplineCurve_SetKnot_3"]=function(){return(_emscripten_bind_MdGeBSplineCurve_SetKnot_3=Module["_emscripten_bind_MdGeBSplineCurve_SetKnot_3"]=Module["asm"]["uY"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineCurve_SetKnots_1=Module["_emscripten_bind_MdGeBSplineCurve_SetKnots_1"]=function(){return(_emscripten_bind_MdGeBSplineCurve_SetKnots_1=Module["_emscripten_bind_MdGeBSplineCurve_SetKnots_1"]=Module["asm"]["vY"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineCurve_SetPeriodic_0=Module["_emscripten_bind_MdGeBSplineCurve_SetPeriodic_0"]=function(){return(_emscripten_bind_MdGeBSplineCurve_SetPeriodic_0=Module["_emscripten_bind_MdGeBSplineCurve_SetPeriodic_0"]=Module["asm"]["wY"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineCurve_SetOrigin_1=Module["_emscripten_bind_MdGeBSplineCurve_SetOrigin_1"]=function(){return(_emscripten_bind_MdGeBSplineCurve_SetOrigin_1=Module["_emscripten_bind_MdGeBSplineCurve_SetOrigin_1"]=Module["asm"]["xY"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineCurve_SetOrigin_2=Module["_emscripten_bind_MdGeBSplineCurve_SetOrigin_2"]=function(){return(_emscripten_bind_MdGeBSplineCurve_SetOrigin_2=Module["_emscripten_bind_MdGeBSplineCurve_SetOrigin_2"]=Module["asm"]["yY"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineCurve_SetNotPeriodic_0=Module["_emscripten_bind_MdGeBSplineCurve_SetNotPeriodic_0"]=function(){return(_emscripten_bind_MdGeBSplineCurve_SetNotPeriodic_0=Module["_emscripten_bind_MdGeBSplineCurve_SetNotPeriodic_0"]=Module["asm"]["zY"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineCurve_SetPole_2=Module["_emscripten_bind_MdGeBSplineCurve_SetPole_2"]=function(){return(_emscripten_bind_MdGeBSplineCurve_SetPole_2=Module["_emscripten_bind_MdGeBSplineCurve_SetPole_2"]=Module["asm"]["AY"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineCurve_SetPole_3=Module["_emscripten_bind_MdGeBSplineCurve_SetPole_3"]=function(){return(_emscripten_bind_MdGeBSplineCurve_SetPole_3=Module["_emscripten_bind_MdGeBSplineCurve_SetPole_3"]=Module["asm"]["BY"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineCurve_SetWeight_2=Module["_emscripten_bind_MdGeBSplineCurve_SetWeight_2"]=function(){return(_emscripten_bind_MdGeBSplineCurve_SetWeight_2=Module["_emscripten_bind_MdGeBSplineCurve_SetWeight_2"]=Module["asm"]["CY"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineCurve_IsCN_1=Module["_emscripten_bind_MdGeBSplineCurve_IsCN_1"]=function(){return(_emscripten_bind_MdGeBSplineCurve_IsCN_1=Module["_emscripten_bind_MdGeBSplineCurve_IsCN_1"]=Module["asm"]["DY"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineCurve_IsG1_3=Module["_emscripten_bind_MdGeBSplineCurve_IsG1_3"]=function(){return(_emscripten_bind_MdGeBSplineCurve_IsG1_3=Module["_emscripten_bind_MdGeBSplineCurve_IsG1_3"]=Module["asm"]["EY"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineCurve_IsClosed_0=Module["_emscripten_bind_MdGeBSplineCurve_IsClosed_0"]=function(){return(_emscripten_bind_MdGeBSplineCurve_IsClosed_0=Module["_emscripten_bind_MdGeBSplineCurve_IsClosed_0"]=Module["asm"]["FY"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineCurve_IsPeriodic_0=Module["_emscripten_bind_MdGeBSplineCurve_IsPeriodic_0"]=function(){return(_emscripten_bind_MdGeBSplineCurve_IsPeriodic_0=Module["_emscripten_bind_MdGeBSplineCurve_IsPeriodic_0"]=Module["asm"]["GY"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineCurve_IsRational_0=Module["_emscripten_bind_MdGeBSplineCurve_IsRational_0"]=function(){return(_emscripten_bind_MdGeBSplineCurve_IsRational_0=Module["_emscripten_bind_MdGeBSplineCurve_IsRational_0"]=Module["asm"]["HY"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineCurve_Continuity_0=Module["_emscripten_bind_MdGeBSplineCurve_Continuity_0"]=function(){return(_emscripten_bind_MdGeBSplineCurve_Continuity_0=Module["_emscripten_bind_MdGeBSplineCurve_Continuity_0"]=Module["asm"]["IY"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineCurve_Degree_0=Module["_emscripten_bind_MdGeBSplineCurve_Degree_0"]=function(){return(_emscripten_bind_MdGeBSplineCurve_Degree_0=Module["_emscripten_bind_MdGeBSplineCurve_Degree_0"]=Module["asm"]["JY"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineCurve_DN_2=Module["_emscripten_bind_MdGeBSplineCurve_DN_2"]=function(){return(_emscripten_bind_MdGeBSplineCurve_DN_2=Module["_emscripten_bind_MdGeBSplineCurve_DN_2"]=Module["asm"]["KY"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineCurve_LocalValue_3=Module["_emscripten_bind_MdGeBSplineCurve_LocalValue_3"]=function(){return(_emscripten_bind_MdGeBSplineCurve_LocalValue_3=Module["_emscripten_bind_MdGeBSplineCurve_LocalValue_3"]=Module["asm"]["LY"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineCurve_LocalDN_4=Module["_emscripten_bind_MdGeBSplineCurve_LocalDN_4"]=function(){return(_emscripten_bind_MdGeBSplineCurve_LocalDN_4=Module["_emscripten_bind_MdGeBSplineCurve_LocalDN_4"]=Module["asm"]["MY"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineCurve_EndPoint_0=Module["_emscripten_bind_MdGeBSplineCurve_EndPoint_0"]=function(){return(_emscripten_bind_MdGeBSplineCurve_EndPoint_0=Module["_emscripten_bind_MdGeBSplineCurve_EndPoint_0"]=Module["asm"]["NY"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineCurve_FirstUKnotIndex_0=Module["_emscripten_bind_MdGeBSplineCurve_FirstUKnotIndex_0"]=function(){return(_emscripten_bind_MdGeBSplineCurve_FirstUKnotIndex_0=Module["_emscripten_bind_MdGeBSplineCurve_FirstUKnotIndex_0"]=Module["asm"]["OY"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineCurve_FirstParameter_0=Module["_emscripten_bind_MdGeBSplineCurve_FirstParameter_0"]=function(){return(_emscripten_bind_MdGeBSplineCurve_FirstParameter_0=Module["_emscripten_bind_MdGeBSplineCurve_FirstParameter_0"]=Module["asm"]["PY"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineCurve_Knot_1=Module["_emscripten_bind_MdGeBSplineCurve_Knot_1"]=function(){return(_emscripten_bind_MdGeBSplineCurve_Knot_1=Module["_emscripten_bind_MdGeBSplineCurve_Knot_1"]=Module["asm"]["QY"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineCurve_Knots_0=Module["_emscripten_bind_MdGeBSplineCurve_Knots_0"]=function(){return(_emscripten_bind_MdGeBSplineCurve_Knots_0=Module["_emscripten_bind_MdGeBSplineCurve_Knots_0"]=Module["asm"]["RY"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineCurve_KnotSequence_0=Module["_emscripten_bind_MdGeBSplineCurve_KnotSequence_0"]=function(){return(_emscripten_bind_MdGeBSplineCurve_KnotSequence_0=Module["_emscripten_bind_MdGeBSplineCurve_KnotSequence_0"]=Module["asm"]["SY"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineCurve_LastUKnotIndex_0=Module["_emscripten_bind_MdGeBSplineCurve_LastUKnotIndex_0"]=function(){return(_emscripten_bind_MdGeBSplineCurve_LastUKnotIndex_0=Module["_emscripten_bind_MdGeBSplineCurve_LastUKnotIndex_0"]=Module["asm"]["TY"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineCurve_LastParameter_0=Module["_emscripten_bind_MdGeBSplineCurve_LastParameter_0"]=function(){return(_emscripten_bind_MdGeBSplineCurve_LastParameter_0=Module["_emscripten_bind_MdGeBSplineCurve_LastParameter_0"]=Module["asm"]["UY"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineCurve_Multiplicity_1=Module["_emscripten_bind_MdGeBSplineCurve_Multiplicity_1"]=function(){return(_emscripten_bind_MdGeBSplineCurve_Multiplicity_1=Module["_emscripten_bind_MdGeBSplineCurve_Multiplicity_1"]=Module["asm"]["VY"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineCurve_Multiplicities_0=Module["_emscripten_bind_MdGeBSplineCurve_Multiplicities_0"]=function(){return(_emscripten_bind_MdGeBSplineCurve_Multiplicities_0=Module["_emscripten_bind_MdGeBSplineCurve_Multiplicities_0"]=Module["asm"]["WY"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineCurve_NbKnots_0=Module["_emscripten_bind_MdGeBSplineCurve_NbKnots_0"]=function(){return(_emscripten_bind_MdGeBSplineCurve_NbKnots_0=Module["_emscripten_bind_MdGeBSplineCurve_NbKnots_0"]=Module["asm"]["XY"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineCurve_NbPoles_0=Module["_emscripten_bind_MdGeBSplineCurve_NbPoles_0"]=function(){return(_emscripten_bind_MdGeBSplineCurve_NbPoles_0=Module["_emscripten_bind_MdGeBSplineCurve_NbPoles_0"]=Module["asm"]["YY"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineCurve_Pole_1=Module["_emscripten_bind_MdGeBSplineCurve_Pole_1"]=function(){return(_emscripten_bind_MdGeBSplineCurve_Pole_1=Module["_emscripten_bind_MdGeBSplineCurve_Pole_1"]=Module["asm"]["ZY"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineCurve_Poles_0=Module["_emscripten_bind_MdGeBSplineCurve_Poles_0"]=function(){return(_emscripten_bind_MdGeBSplineCurve_Poles_0=Module["_emscripten_bind_MdGeBSplineCurve_Poles_0"]=Module["asm"]["_Y"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineCurve_StartPoint_0=Module["_emscripten_bind_MdGeBSplineCurve_StartPoint_0"]=function(){return(_emscripten_bind_MdGeBSplineCurve_StartPoint_0=Module["_emscripten_bind_MdGeBSplineCurve_StartPoint_0"]=Module["asm"]["$Y"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineCurve_Weight_1=Module["_emscripten_bind_MdGeBSplineCurve_Weight_1"]=function(){return(_emscripten_bind_MdGeBSplineCurve_Weight_1=Module["_emscripten_bind_MdGeBSplineCurve_Weight_1"]=Module["asm"]["aZ"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineCurve_Weights_0=Module["_emscripten_bind_MdGeBSplineCurve_Weights_0"]=function(){return(_emscripten_bind_MdGeBSplineCurve_Weights_0=Module["_emscripten_bind_MdGeBSplineCurve_Weights_0"]=Module["asm"]["bZ"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineCurve_Transform_1=Module["_emscripten_bind_MdGeBSplineCurve_Transform_1"]=function(){return(_emscripten_bind_MdGeBSplineCurve_Transform_1=Module["_emscripten_bind_MdGeBSplineCurve_Transform_1"]=Module["asm"]["cZ"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineCurve_Shape_0=Module["_emscripten_bind_MdGeBSplineCurve_Shape_0"]=function(){return(_emscripten_bind_MdGeBSplineCurve_Shape_0=Module["_emscripten_bind_MdGeBSplineCurve_Shape_0"]=Module["asm"]["dZ"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineCurve_Edge_0=Module["_emscripten_bind_MdGeBSplineCurve_Edge_0"]=function(){return(_emscripten_bind_MdGeBSplineCurve_Edge_0=Module["_emscripten_bind_MdGeBSplineCurve_Edge_0"]=Module["asm"]["eZ"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineCurve_Wire_0=Module["_emscripten_bind_MdGeBSplineCurve_Wire_0"]=function(){return(_emscripten_bind_MdGeBSplineCurve_Wire_0=Module["_emscripten_bind_MdGeBSplineCurve_Wire_0"]=Module["asm"]["fZ"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineCurve___destroy___0=Module["_emscripten_bind_MdGeBSplineCurve___destroy___0"]=function(){return(_emscripten_bind_MdGeBSplineCurve___destroy___0=Module["_emscripten_bind_MdGeBSplineCurve___destroy___0"]=Module["asm"]["gZ"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineSurface_MdGeBSplineSurface_0=Module["_emscripten_bind_MdGeBSplineSurface_MdGeBSplineSurface_0"]=function(){return(_emscripten_bind_MdGeBSplineSurface_MdGeBSplineSurface_0=Module["_emscripten_bind_MdGeBSplineSurface_MdGeBSplineSurface_0"]=Module["asm"]["hZ"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineSurface_MdGeBSplineSurface_1=Module["_emscripten_bind_MdGeBSplineSurface_MdGeBSplineSurface_1"]=function(){return(_emscripten_bind_MdGeBSplineSurface_MdGeBSplineSurface_1=Module["_emscripten_bind_MdGeBSplineSurface_MdGeBSplineSurface_1"]=Module["asm"]["iZ"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineSurface_MdGeBSplineSurface_7=Module["_emscripten_bind_MdGeBSplineSurface_MdGeBSplineSurface_7"]=function(){return(_emscripten_bind_MdGeBSplineSurface_MdGeBSplineSurface_7=Module["_emscripten_bind_MdGeBSplineSurface_MdGeBSplineSurface_7"]=Module["asm"]["jZ"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineSurface_MdGeBSplineSurface_8=Module["_emscripten_bind_MdGeBSplineSurface_MdGeBSplineSurface_8"]=function(){return(_emscripten_bind_MdGeBSplineSurface_MdGeBSplineSurface_8=Module["_emscripten_bind_MdGeBSplineSurface_MdGeBSplineSurface_8"]=Module["asm"]["kZ"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineSurface_MdGeBSplineSurface_9=Module["_emscripten_bind_MdGeBSplineSurface_MdGeBSplineSurface_9"]=function(){return(_emscripten_bind_MdGeBSplineSurface_MdGeBSplineSurface_9=Module["_emscripten_bind_MdGeBSplineSurface_MdGeBSplineSurface_9"]=Module["asm"]["lZ"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineSurface_ExchangeUV_0=Module["_emscripten_bind_MdGeBSplineSurface_ExchangeUV_0"]=function(){return(_emscripten_bind_MdGeBSplineSurface_ExchangeUV_0=Module["_emscripten_bind_MdGeBSplineSurface_ExchangeUV_0"]=Module["asm"]["mZ"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineSurface_SetUPeriodic_0=Module["_emscripten_bind_MdGeBSplineSurface_SetUPeriodic_0"]=function(){return(_emscripten_bind_MdGeBSplineSurface_SetUPeriodic_0=Module["_emscripten_bind_MdGeBSplineSurface_SetUPeriodic_0"]=Module["asm"]["nZ"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineSurface_SetVPeriodic_0=Module["_emscripten_bind_MdGeBSplineSurface_SetVPeriodic_0"]=function(){return(_emscripten_bind_MdGeBSplineSurface_SetVPeriodic_0=Module["_emscripten_bind_MdGeBSplineSurface_SetVPeriodic_0"]=Module["asm"]["oZ"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineSurface_SetUOrigin_1=Module["_emscripten_bind_MdGeBSplineSurface_SetUOrigin_1"]=function(){return(_emscripten_bind_MdGeBSplineSurface_SetUOrigin_1=Module["_emscripten_bind_MdGeBSplineSurface_SetUOrigin_1"]=Module["asm"]["pZ"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineSurface_SetVOrigin_1=Module["_emscripten_bind_MdGeBSplineSurface_SetVOrigin_1"]=function(){return(_emscripten_bind_MdGeBSplineSurface_SetVOrigin_1=Module["_emscripten_bind_MdGeBSplineSurface_SetVOrigin_1"]=Module["asm"]["qZ"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineSurface_SetUNotPeriodic_0=Module["_emscripten_bind_MdGeBSplineSurface_SetUNotPeriodic_0"]=function(){return(_emscripten_bind_MdGeBSplineSurface_SetUNotPeriodic_0=Module["_emscripten_bind_MdGeBSplineSurface_SetUNotPeriodic_0"]=Module["asm"]["rZ"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineSurface_SetVNotPeriodic_0=Module["_emscripten_bind_MdGeBSplineSurface_SetVNotPeriodic_0"]=function(){return(_emscripten_bind_MdGeBSplineSurface_SetVNotPeriodic_0=Module["_emscripten_bind_MdGeBSplineSurface_SetVNotPeriodic_0"]=Module["asm"]["sZ"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineSurface_UReverse_0=Module["_emscripten_bind_MdGeBSplineSurface_UReverse_0"]=function(){return(_emscripten_bind_MdGeBSplineSurface_UReverse_0=Module["_emscripten_bind_MdGeBSplineSurface_UReverse_0"]=Module["asm"]["tZ"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineSurface_VReverse_0=Module["_emscripten_bind_MdGeBSplineSurface_VReverse_0"]=function(){return(_emscripten_bind_MdGeBSplineSurface_VReverse_0=Module["_emscripten_bind_MdGeBSplineSurface_VReverse_0"]=Module["asm"]["uZ"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineSurface_UReversedParameter_1=Module["_emscripten_bind_MdGeBSplineSurface_UReversedParameter_1"]=function(){return(_emscripten_bind_MdGeBSplineSurface_UReversedParameter_1=Module["_emscripten_bind_MdGeBSplineSurface_UReversedParameter_1"]=Module["asm"]["vZ"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineSurface_VReversedParameter_1=Module["_emscripten_bind_MdGeBSplineSurface_VReversedParameter_1"]=function(){return(_emscripten_bind_MdGeBSplineSurface_VReversedParameter_1=Module["_emscripten_bind_MdGeBSplineSurface_VReversedParameter_1"]=Module["asm"]["wZ"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineSurface_IncreaseDegree_2=Module["_emscripten_bind_MdGeBSplineSurface_IncreaseDegree_2"]=function(){return(_emscripten_bind_MdGeBSplineSurface_IncreaseDegree_2=Module["_emscripten_bind_MdGeBSplineSurface_IncreaseDegree_2"]=Module["asm"]["xZ"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineSurface_InsertUKnots_2=Module["_emscripten_bind_MdGeBSplineSurface_InsertUKnots_2"]=function(){return(_emscripten_bind_MdGeBSplineSurface_InsertUKnots_2=Module["_emscripten_bind_MdGeBSplineSurface_InsertUKnots_2"]=Module["asm"]["yZ"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineSurface_InsertUKnots_3=Module["_emscripten_bind_MdGeBSplineSurface_InsertUKnots_3"]=function(){return(_emscripten_bind_MdGeBSplineSurface_InsertUKnots_3=Module["_emscripten_bind_MdGeBSplineSurface_InsertUKnots_3"]=Module["asm"]["zZ"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineSurface_InsertUKnots_4=Module["_emscripten_bind_MdGeBSplineSurface_InsertUKnots_4"]=function(){return(_emscripten_bind_MdGeBSplineSurface_InsertUKnots_4=Module["_emscripten_bind_MdGeBSplineSurface_InsertUKnots_4"]=Module["asm"]["AZ"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineSurface_InsertVKnots_2=Module["_emscripten_bind_MdGeBSplineSurface_InsertVKnots_2"]=function(){return(_emscripten_bind_MdGeBSplineSurface_InsertVKnots_2=Module["_emscripten_bind_MdGeBSplineSurface_InsertVKnots_2"]=Module["asm"]["BZ"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineSurface_InsertVKnots_3=Module["_emscripten_bind_MdGeBSplineSurface_InsertVKnots_3"]=function(){return(_emscripten_bind_MdGeBSplineSurface_InsertVKnots_3=Module["_emscripten_bind_MdGeBSplineSurface_InsertVKnots_3"]=Module["asm"]["CZ"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineSurface_InsertVKnots_4=Module["_emscripten_bind_MdGeBSplineSurface_InsertVKnots_4"]=function(){return(_emscripten_bind_MdGeBSplineSurface_InsertVKnots_4=Module["_emscripten_bind_MdGeBSplineSurface_InsertVKnots_4"]=Module["asm"]["DZ"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineSurface_RemoveUKnot_3=Module["_emscripten_bind_MdGeBSplineSurface_RemoveUKnot_3"]=function(){return(_emscripten_bind_MdGeBSplineSurface_RemoveUKnot_3=Module["_emscripten_bind_MdGeBSplineSurface_RemoveUKnot_3"]=Module["asm"]["EZ"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineSurface_RemoveVKnot_3=Module["_emscripten_bind_MdGeBSplineSurface_RemoveVKnot_3"]=function(){return(_emscripten_bind_MdGeBSplineSurface_RemoveVKnot_3=Module["_emscripten_bind_MdGeBSplineSurface_RemoveVKnot_3"]=Module["asm"]["FZ"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineSurface_IncreaseUMultiplicity_2=Module["_emscripten_bind_MdGeBSplineSurface_IncreaseUMultiplicity_2"]=function(){return(_emscripten_bind_MdGeBSplineSurface_IncreaseUMultiplicity_2=Module["_emscripten_bind_MdGeBSplineSurface_IncreaseUMultiplicity_2"]=Module["asm"]["GZ"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineSurface_IncreaseUMultiplicity_3=Module["_emscripten_bind_MdGeBSplineSurface_IncreaseUMultiplicity_3"]=function(){return(_emscripten_bind_MdGeBSplineSurface_IncreaseUMultiplicity_3=Module["_emscripten_bind_MdGeBSplineSurface_IncreaseUMultiplicity_3"]=Module["asm"]["HZ"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineSurface_IncrementUMultiplicity_3=Module["_emscripten_bind_MdGeBSplineSurface_IncrementUMultiplicity_3"]=function(){return(_emscripten_bind_MdGeBSplineSurface_IncrementUMultiplicity_3=Module["_emscripten_bind_MdGeBSplineSurface_IncrementUMultiplicity_3"]=Module["asm"]["IZ"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineSurface_IncreaseVMultiplicity_2=Module["_emscripten_bind_MdGeBSplineSurface_IncreaseVMultiplicity_2"]=function(){return(_emscripten_bind_MdGeBSplineSurface_IncreaseVMultiplicity_2=Module["_emscripten_bind_MdGeBSplineSurface_IncreaseVMultiplicity_2"]=Module["asm"]["JZ"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineSurface_IncreaseVMultiplicity_3=Module["_emscripten_bind_MdGeBSplineSurface_IncreaseVMultiplicity_3"]=function(){return(_emscripten_bind_MdGeBSplineSurface_IncreaseVMultiplicity_3=Module["_emscripten_bind_MdGeBSplineSurface_IncreaseVMultiplicity_3"]=Module["asm"]["KZ"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineSurface_IncrementVMultiplicity_3=Module["_emscripten_bind_MdGeBSplineSurface_IncrementVMultiplicity_3"]=function(){return(_emscripten_bind_MdGeBSplineSurface_IncrementVMultiplicity_3=Module["_emscripten_bind_MdGeBSplineSurface_IncrementVMultiplicity_3"]=Module["asm"]["LZ"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineSurface_InsertUKnot_3=Module["_emscripten_bind_MdGeBSplineSurface_InsertUKnot_3"]=function(){return(_emscripten_bind_MdGeBSplineSurface_InsertUKnot_3=Module["_emscripten_bind_MdGeBSplineSurface_InsertUKnot_3"]=Module["asm"]["MZ"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineSurface_InsertUKnot_4=Module["_emscripten_bind_MdGeBSplineSurface_InsertUKnot_4"]=function(){return(_emscripten_bind_MdGeBSplineSurface_InsertUKnot_4=Module["_emscripten_bind_MdGeBSplineSurface_InsertUKnot_4"]=Module["asm"]["NZ"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineSurface_InsertVKnot_3=Module["_emscripten_bind_MdGeBSplineSurface_InsertVKnot_3"]=function(){return(_emscripten_bind_MdGeBSplineSurface_InsertVKnot_3=Module["_emscripten_bind_MdGeBSplineSurface_InsertVKnot_3"]=Module["asm"]["OZ"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineSurface_InsertVKnot_4=Module["_emscripten_bind_MdGeBSplineSurface_InsertVKnot_4"]=function(){return(_emscripten_bind_MdGeBSplineSurface_InsertVKnot_4=Module["_emscripten_bind_MdGeBSplineSurface_InsertVKnot_4"]=Module["asm"]["PZ"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineSurface_SetUKnot_2=Module["_emscripten_bind_MdGeBSplineSurface_SetUKnot_2"]=function(){return(_emscripten_bind_MdGeBSplineSurface_SetUKnot_2=Module["_emscripten_bind_MdGeBSplineSurface_SetUKnot_2"]=Module["asm"]["QZ"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineSurface_SetUKnot_3=Module["_emscripten_bind_MdGeBSplineSurface_SetUKnot_3"]=function(){return(_emscripten_bind_MdGeBSplineSurface_SetUKnot_3=Module["_emscripten_bind_MdGeBSplineSurface_SetUKnot_3"]=Module["asm"]["RZ"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineSurface_SetUKnots_1=Module["_emscripten_bind_MdGeBSplineSurface_SetUKnots_1"]=function(){return(_emscripten_bind_MdGeBSplineSurface_SetUKnots_1=Module["_emscripten_bind_MdGeBSplineSurface_SetUKnots_1"]=Module["asm"]["SZ"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineSurface_SetVKnot_2=Module["_emscripten_bind_MdGeBSplineSurface_SetVKnot_2"]=function(){return(_emscripten_bind_MdGeBSplineSurface_SetVKnot_2=Module["_emscripten_bind_MdGeBSplineSurface_SetVKnot_2"]=Module["asm"]["TZ"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineSurface_SetVKnot_3=Module["_emscripten_bind_MdGeBSplineSurface_SetVKnot_3"]=function(){return(_emscripten_bind_MdGeBSplineSurface_SetVKnot_3=Module["_emscripten_bind_MdGeBSplineSurface_SetVKnot_3"]=Module["asm"]["UZ"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineSurface_SetVKnots_1=Module["_emscripten_bind_MdGeBSplineSurface_SetVKnots_1"]=function(){return(_emscripten_bind_MdGeBSplineSurface_SetVKnots_1=Module["_emscripten_bind_MdGeBSplineSurface_SetVKnots_1"]=Module["asm"]["VZ"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineSurface_SetPole_3=Module["_emscripten_bind_MdGeBSplineSurface_SetPole_3"]=function(){return(_emscripten_bind_MdGeBSplineSurface_SetPole_3=Module["_emscripten_bind_MdGeBSplineSurface_SetPole_3"]=Module["asm"]["WZ"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineSurface_SetPole_4=Module["_emscripten_bind_MdGeBSplineSurface_SetPole_4"]=function(){return(_emscripten_bind_MdGeBSplineSurface_SetPole_4=Module["_emscripten_bind_MdGeBSplineSurface_SetPole_4"]=Module["asm"]["XZ"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineSurface_SetPoleCol_2=Module["_emscripten_bind_MdGeBSplineSurface_SetPoleCol_2"]=function(){return(_emscripten_bind_MdGeBSplineSurface_SetPoleCol_2=Module["_emscripten_bind_MdGeBSplineSurface_SetPoleCol_2"]=Module["asm"]["YZ"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineSurface_SetPoleCol_3=Module["_emscripten_bind_MdGeBSplineSurface_SetPoleCol_3"]=function(){return(_emscripten_bind_MdGeBSplineSurface_SetPoleCol_3=Module["_emscripten_bind_MdGeBSplineSurface_SetPoleCol_3"]=Module["asm"]["ZZ"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineSurface_SetPoleRow_2=Module["_emscripten_bind_MdGeBSplineSurface_SetPoleRow_2"]=function(){return(_emscripten_bind_MdGeBSplineSurface_SetPoleRow_2=Module["_emscripten_bind_MdGeBSplineSurface_SetPoleRow_2"]=Module["asm"]["_Z"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineSurface_SetPoleRow_3=Module["_emscripten_bind_MdGeBSplineSurface_SetPoleRow_3"]=function(){return(_emscripten_bind_MdGeBSplineSurface_SetPoleRow_3=Module["_emscripten_bind_MdGeBSplineSurface_SetPoleRow_3"]=Module["asm"]["$Z"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineSurface_SetWeight_3=Module["_emscripten_bind_MdGeBSplineSurface_SetWeight_3"]=function(){return(_emscripten_bind_MdGeBSplineSurface_SetWeight_3=Module["_emscripten_bind_MdGeBSplineSurface_SetWeight_3"]=Module["asm"]["a_"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineSurface_SetWeightCol_2=Module["_emscripten_bind_MdGeBSplineSurface_SetWeightCol_2"]=function(){return(_emscripten_bind_MdGeBSplineSurface_SetWeightCol_2=Module["_emscripten_bind_MdGeBSplineSurface_SetWeightCol_2"]=Module["asm"]["b_"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineSurface_SetWeightRow_2=Module["_emscripten_bind_MdGeBSplineSurface_SetWeightRow_2"]=function(){return(_emscripten_bind_MdGeBSplineSurface_SetWeightRow_2=Module["_emscripten_bind_MdGeBSplineSurface_SetWeightRow_2"]=Module["asm"]["c_"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineSurface_IsUClosed_0=Module["_emscripten_bind_MdGeBSplineSurface_IsUClosed_0"]=function(){return(_emscripten_bind_MdGeBSplineSurface_IsUClosed_0=Module["_emscripten_bind_MdGeBSplineSurface_IsUClosed_0"]=Module["asm"]["d_"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineSurface_IsVClosed_0=Module["_emscripten_bind_MdGeBSplineSurface_IsVClosed_0"]=function(){return(_emscripten_bind_MdGeBSplineSurface_IsVClosed_0=Module["_emscripten_bind_MdGeBSplineSurface_IsVClosed_0"]=Module["asm"]["e_"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineSurface_IsCNu_1=Module["_emscripten_bind_MdGeBSplineSurface_IsCNu_1"]=function(){return(_emscripten_bind_MdGeBSplineSurface_IsCNu_1=Module["_emscripten_bind_MdGeBSplineSurface_IsCNu_1"]=Module["asm"]["f_"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineSurface_IsCNv_1=Module["_emscripten_bind_MdGeBSplineSurface_IsCNv_1"]=function(){return(_emscripten_bind_MdGeBSplineSurface_IsCNv_1=Module["_emscripten_bind_MdGeBSplineSurface_IsCNv_1"]=Module["asm"]["g_"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineSurface_IsUPeriodic_0=Module["_emscripten_bind_MdGeBSplineSurface_IsUPeriodic_0"]=function(){return(_emscripten_bind_MdGeBSplineSurface_IsUPeriodic_0=Module["_emscripten_bind_MdGeBSplineSurface_IsUPeriodic_0"]=Module["asm"]["h_"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineSurface_IsURational_0=Module["_emscripten_bind_MdGeBSplineSurface_IsURational_0"]=function(){return(_emscripten_bind_MdGeBSplineSurface_IsURational_0=Module["_emscripten_bind_MdGeBSplineSurface_IsURational_0"]=Module["asm"]["i_"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineSurface_IsVPeriodic_0=Module["_emscripten_bind_MdGeBSplineSurface_IsVPeriodic_0"]=function(){return(_emscripten_bind_MdGeBSplineSurface_IsVPeriodic_0=Module["_emscripten_bind_MdGeBSplineSurface_IsVPeriodic_0"]=Module["asm"]["j_"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineSurface_IsVRational_0=Module["_emscripten_bind_MdGeBSplineSurface_IsVRational_0"]=function(){return(_emscripten_bind_MdGeBSplineSurface_IsVRational_0=Module["_emscripten_bind_MdGeBSplineSurface_IsVRational_0"]=Module["asm"]["k_"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineSurface_Continuity_0=Module["_emscripten_bind_MdGeBSplineSurface_Continuity_0"]=function(){return(_emscripten_bind_MdGeBSplineSurface_Continuity_0=Module["_emscripten_bind_MdGeBSplineSurface_Continuity_0"]=Module["asm"]["l_"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineSurface_FirstUKnotIndex_0=Module["_emscripten_bind_MdGeBSplineSurface_FirstUKnotIndex_0"]=function(){return(_emscripten_bind_MdGeBSplineSurface_FirstUKnotIndex_0=Module["_emscripten_bind_MdGeBSplineSurface_FirstUKnotIndex_0"]=Module["asm"]["m_"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineSurface_FirstVKnotIndex_0=Module["_emscripten_bind_MdGeBSplineSurface_FirstVKnotIndex_0"]=function(){return(_emscripten_bind_MdGeBSplineSurface_FirstVKnotIndex_0=Module["_emscripten_bind_MdGeBSplineSurface_FirstVKnotIndex_0"]=Module["asm"]["n_"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineSurface_LastUKnotIndex_0=Module["_emscripten_bind_MdGeBSplineSurface_LastUKnotIndex_0"]=function(){return(_emscripten_bind_MdGeBSplineSurface_LastUKnotIndex_0=Module["_emscripten_bind_MdGeBSplineSurface_LastUKnotIndex_0"]=Module["asm"]["o_"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineSurface_LastVKnotIndex_0=Module["_emscripten_bind_MdGeBSplineSurface_LastVKnotIndex_0"]=function(){return(_emscripten_bind_MdGeBSplineSurface_LastVKnotIndex_0=Module["_emscripten_bind_MdGeBSplineSurface_LastVKnotIndex_0"]=Module["asm"]["p_"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineSurface_NbUKnots_0=Module["_emscripten_bind_MdGeBSplineSurface_NbUKnots_0"]=function(){return(_emscripten_bind_MdGeBSplineSurface_NbUKnots_0=Module["_emscripten_bind_MdGeBSplineSurface_NbUKnots_0"]=Module["asm"]["q_"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineSurface_NbUPoles_0=Module["_emscripten_bind_MdGeBSplineSurface_NbUPoles_0"]=function(){return(_emscripten_bind_MdGeBSplineSurface_NbUPoles_0=Module["_emscripten_bind_MdGeBSplineSurface_NbUPoles_0"]=Module["asm"]["r_"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineSurface_NbVKnots_0=Module["_emscripten_bind_MdGeBSplineSurface_NbVKnots_0"]=function(){return(_emscripten_bind_MdGeBSplineSurface_NbVKnots_0=Module["_emscripten_bind_MdGeBSplineSurface_NbVKnots_0"]=Module["asm"]["s_"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineSurface_NbVPoles_0=Module["_emscripten_bind_MdGeBSplineSurface_NbVPoles_0"]=function(){return(_emscripten_bind_MdGeBSplineSurface_NbVPoles_0=Module["_emscripten_bind_MdGeBSplineSurface_NbVPoles_0"]=Module["asm"]["t_"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineSurface_Pole_2=Module["_emscripten_bind_MdGeBSplineSurface_Pole_2"]=function(){return(_emscripten_bind_MdGeBSplineSurface_Pole_2=Module["_emscripten_bind_MdGeBSplineSurface_Pole_2"]=Module["asm"]["u_"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineSurface_Poles_0=Module["_emscripten_bind_MdGeBSplineSurface_Poles_0"]=function(){return(_emscripten_bind_MdGeBSplineSurface_Poles_0=Module["_emscripten_bind_MdGeBSplineSurface_Poles_0"]=Module["asm"]["v_"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineSurface_UDegree_0=Module["_emscripten_bind_MdGeBSplineSurface_UDegree_0"]=function(){return(_emscripten_bind_MdGeBSplineSurface_UDegree_0=Module["_emscripten_bind_MdGeBSplineSurface_UDegree_0"]=Module["asm"]["w_"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineSurface_UKnot_1=Module["_emscripten_bind_MdGeBSplineSurface_UKnot_1"]=function(){return(_emscripten_bind_MdGeBSplineSurface_UKnot_1=Module["_emscripten_bind_MdGeBSplineSurface_UKnot_1"]=Module["asm"]["x_"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineSurface_UKnots_0=Module["_emscripten_bind_MdGeBSplineSurface_UKnots_0"]=function(){return(_emscripten_bind_MdGeBSplineSurface_UKnots_0=Module["_emscripten_bind_MdGeBSplineSurface_UKnots_0"]=Module["asm"]["y_"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineSurface_UKnotSequence_0=Module["_emscripten_bind_MdGeBSplineSurface_UKnotSequence_0"]=function(){return(_emscripten_bind_MdGeBSplineSurface_UKnotSequence_0=Module["_emscripten_bind_MdGeBSplineSurface_UKnotSequence_0"]=Module["asm"]["z_"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineSurface_UMultiplicity_1=Module["_emscripten_bind_MdGeBSplineSurface_UMultiplicity_1"]=function(){return(_emscripten_bind_MdGeBSplineSurface_UMultiplicity_1=Module["_emscripten_bind_MdGeBSplineSurface_UMultiplicity_1"]=Module["asm"]["A_"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineSurface_UMultiplicities_0=Module["_emscripten_bind_MdGeBSplineSurface_UMultiplicities_0"]=function(){return(_emscripten_bind_MdGeBSplineSurface_UMultiplicities_0=Module["_emscripten_bind_MdGeBSplineSurface_UMultiplicities_0"]=Module["asm"]["B_"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineSurface_VDegree_0=Module["_emscripten_bind_MdGeBSplineSurface_VDegree_0"]=function(){return(_emscripten_bind_MdGeBSplineSurface_VDegree_0=Module["_emscripten_bind_MdGeBSplineSurface_VDegree_0"]=Module["asm"]["C_"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineSurface_VKnot_1=Module["_emscripten_bind_MdGeBSplineSurface_VKnot_1"]=function(){return(_emscripten_bind_MdGeBSplineSurface_VKnot_1=Module["_emscripten_bind_MdGeBSplineSurface_VKnot_1"]=Module["asm"]["D_"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineSurface_VKnots_0=Module["_emscripten_bind_MdGeBSplineSurface_VKnots_0"]=function(){return(_emscripten_bind_MdGeBSplineSurface_VKnots_0=Module["_emscripten_bind_MdGeBSplineSurface_VKnots_0"]=Module["asm"]["E_"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineSurface_VKnotSequence_0=Module["_emscripten_bind_MdGeBSplineSurface_VKnotSequence_0"]=function(){return(_emscripten_bind_MdGeBSplineSurface_VKnotSequence_0=Module["_emscripten_bind_MdGeBSplineSurface_VKnotSequence_0"]=Module["asm"]["F_"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineSurface_VMultiplicity_1=Module["_emscripten_bind_MdGeBSplineSurface_VMultiplicity_1"]=function(){return(_emscripten_bind_MdGeBSplineSurface_VMultiplicity_1=Module["_emscripten_bind_MdGeBSplineSurface_VMultiplicity_1"]=Module["asm"]["G_"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineSurface_VMultiplicities_0=Module["_emscripten_bind_MdGeBSplineSurface_VMultiplicities_0"]=function(){return(_emscripten_bind_MdGeBSplineSurface_VMultiplicities_0=Module["_emscripten_bind_MdGeBSplineSurface_VMultiplicities_0"]=Module["asm"]["H_"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineSurface_Weight_2=Module["_emscripten_bind_MdGeBSplineSurface_Weight_2"]=function(){return(_emscripten_bind_MdGeBSplineSurface_Weight_2=Module["_emscripten_bind_MdGeBSplineSurface_Weight_2"]=Module["asm"]["I_"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineSurface_Weights_0=Module["_emscripten_bind_MdGeBSplineSurface_Weights_0"]=function(){return(_emscripten_bind_MdGeBSplineSurface_Weights_0=Module["_emscripten_bind_MdGeBSplineSurface_Weights_0"]=Module["asm"]["J_"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineSurface_DN_4=Module["_emscripten_bind_MdGeBSplineSurface_DN_4"]=function(){return(_emscripten_bind_MdGeBSplineSurface_DN_4=Module["_emscripten_bind_MdGeBSplineSurface_DN_4"]=Module["asm"]["K_"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineSurface_LocalDN_8=Module["_emscripten_bind_MdGeBSplineSurface_LocalDN_8"]=function(){return(_emscripten_bind_MdGeBSplineSurface_LocalDN_8=Module["_emscripten_bind_MdGeBSplineSurface_LocalDN_8"]=Module["asm"]["L_"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineSurface_LocalValue_6=Module["_emscripten_bind_MdGeBSplineSurface_LocalValue_6"]=function(){return(_emscripten_bind_MdGeBSplineSurface_LocalValue_6=Module["_emscripten_bind_MdGeBSplineSurface_LocalValue_6"]=Module["asm"]["M_"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineSurface_Transform_1=Module["_emscripten_bind_MdGeBSplineSurface_Transform_1"]=function(){return(_emscripten_bind_MdGeBSplineSurface_Transform_1=Module["_emscripten_bind_MdGeBSplineSurface_Transform_1"]=Module["asm"]["N_"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineSurface_MaxDegree_0=Module["_emscripten_bind_MdGeBSplineSurface_MaxDegree_0"]=function(){return(_emscripten_bind_MdGeBSplineSurface_MaxDegree_0=Module["_emscripten_bind_MdGeBSplineSurface_MaxDegree_0"]=Module["asm"]["O_"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineSurface_Shape_0=Module["_emscripten_bind_MdGeBSplineSurface_Shape_0"]=function(){return(_emscripten_bind_MdGeBSplineSurface_Shape_0=Module["_emscripten_bind_MdGeBSplineSurface_Shape_0"]=Module["asm"]["P_"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineSurface_Face_0=Module["_emscripten_bind_MdGeBSplineSurface_Face_0"]=function(){return(_emscripten_bind_MdGeBSplineSurface_Face_0=Module["_emscripten_bind_MdGeBSplineSurface_Face_0"]=Module["asm"]["Q_"]).apply(null,arguments)};var _emscripten_bind_MdGeBSplineSurface___destroy___0=Module["_emscripten_bind_MdGeBSplineSurface___destroy___0"]=function(){return(_emscripten_bind_MdGeBSplineSurface___destroy___0=Module["_emscripten_bind_MdGeBSplineSurface___destroy___0"]=Module["asm"]["R_"]).apply(null,arguments)};var _emscripten_bind_MdGeDiameterDim_MdGeDiameterDim_1=Module["_emscripten_bind_MdGeDiameterDim_MdGeDiameterDim_1"]=function(){return(_emscripten_bind_MdGeDiameterDim_MdGeDiameterDim_1=Module["_emscripten_bind_MdGeDiameterDim_MdGeDiameterDim_1"]=Module["asm"]["S_"]).apply(null,arguments)};var _emscripten_bind_MdGeDiameterDim_MdGeDiameterDim_2=Module["_emscripten_bind_MdGeDiameterDim_MdGeDiameterDim_2"]=function(){return(_emscripten_bind_MdGeDiameterDim_MdGeDiameterDim_2=Module["_emscripten_bind_MdGeDiameterDim_MdGeDiameterDim_2"]=Module["asm"]["T_"]).apply(null,arguments)};var _emscripten_bind_MdGeDiameterDim_Circle_0=Module["_emscripten_bind_MdGeDiameterDim_Circle_0"]=function(){return(_emscripten_bind_MdGeDiameterDim_Circle_0=Module["_emscripten_bind_MdGeDiameterDim_Circle_0"]=Module["asm"]["U_"]).apply(null,arguments)};var _emscripten_bind_MdGeDiameterDim_AnchorPoint_0=Module["_emscripten_bind_MdGeDiameterDim_AnchorPoint_0"]=function(){return(_emscripten_bind_MdGeDiameterDim_AnchorPoint_0=Module["_emscripten_bind_MdGeDiameterDim_AnchorPoint_0"]=Module["asm"]["V_"]).apply(null,arguments)};var _emscripten_bind_MdGeDiameterDim_Shape_0=Module["_emscripten_bind_MdGeDiameterDim_Shape_0"]=function(){return(_emscripten_bind_MdGeDiameterDim_Shape_0=Module["_emscripten_bind_MdGeDiameterDim_Shape_0"]=Module["asm"]["W_"]).apply(null,arguments)};var _emscripten_bind_MdGeDiameterDim_SetMeasuredGeometry_1=Module["_emscripten_bind_MdGeDiameterDim_SetMeasuredGeometry_1"]=function(){return(_emscripten_bind_MdGeDiameterDim_SetMeasuredGeometry_1=Module["_emscripten_bind_MdGeDiameterDim_SetMeasuredGeometry_1"]=Module["asm"]["X_"]).apply(null,arguments)};var _emscripten_bind_MdGeDiameterDim_SetTextPosition_1=Module["_emscripten_bind_MdGeDiameterDim_SetTextPosition_1"]=function(){return(_emscripten_bind_MdGeDiameterDim_SetTextPosition_1=Module["_emscripten_bind_MdGeDiameterDim_SetTextPosition_1"]=Module["asm"]["Y_"]).apply(null,arguments)};var _emscripten_bind_MdGeDiameterDim_GetTextPosition_0=Module["_emscripten_bind_MdGeDiameterDim_GetTextPosition_0"]=function(){return(_emscripten_bind_MdGeDiameterDim_GetTextPosition_0=Module["_emscripten_bind_MdGeDiameterDim_GetTextPosition_0"]=Module["asm"]["Z_"]).apply(null,arguments)};var _emscripten_bind_MdGeDiameterDim_SetDisplayUnits_1=Module["_emscripten_bind_MdGeDiameterDim_SetDisplayUnits_1"]=function(){return(_emscripten_bind_MdGeDiameterDim_SetDisplayUnits_1=Module["_emscripten_bind_MdGeDiameterDim_SetDisplayUnits_1"]=Module["asm"]["__"]).apply(null,arguments)};var _emscripten_bind_MdGeDiameterDim_SetModelUnits_1=Module["_emscripten_bind_MdGeDiameterDim_SetModelUnits_1"]=function(){return(_emscripten_bind_MdGeDiameterDim_SetModelUnits_1=Module["_emscripten_bind_MdGeDiameterDim_SetModelUnits_1"]=Module["asm"]["$_"]).apply(null,arguments)};var _emscripten_bind_MdGeDiameterDim_GetValue_0=Module["_emscripten_bind_MdGeDiameterDim_GetValue_0"]=function(){return(_emscripten_bind_MdGeDiameterDim_GetValue_0=Module["_emscripten_bind_MdGeDiameterDim_GetValue_0"]=Module["asm"]["a$"]).apply(null,arguments)};var _emscripten_bind_MdGeDiameterDim_SetComputedValue_0=Module["_emscripten_bind_MdGeDiameterDim_SetComputedValue_0"]=function(){return(_emscripten_bind_MdGeDiameterDim_SetComputedValue_0=Module["_emscripten_bind_MdGeDiameterDim_SetComputedValue_0"]=Module["asm"]["b$"]).apply(null,arguments)};var _emscripten_bind_MdGeDiameterDim_SetCustomValue_1=Module["_emscripten_bind_MdGeDiameterDim_SetCustomValue_1"]=function(){return(_emscripten_bind_MdGeDiameterDim_SetCustomValue_1=Module["_emscripten_bind_MdGeDiameterDim_SetCustomValue_1"]=Module["asm"]["c$"]).apply(null,arguments)};var _emscripten_bind_MdGeDiameterDim_GetPlane_0=Module["_emscripten_bind_MdGeDiameterDim_GetPlane_0"]=function(){return(_emscripten_bind_MdGeDiameterDim_GetPlane_0=Module["_emscripten_bind_MdGeDiameterDim_GetPlane_0"]=Module["asm"]["d$"]).apply(null,arguments)};var _emscripten_bind_MdGeDiameterDim_GetGeometryType_0=Module["_emscripten_bind_MdGeDiameterDim_GetGeometryType_0"]=function(){return(_emscripten_bind_MdGeDiameterDim_GetGeometryType_0=Module["_emscripten_bind_MdGeDiameterDim_GetGeometryType_0"]=Module["asm"]["e$"]).apply(null,arguments)};var _emscripten_bind_MdGeDiameterDim_SetCustomPlane_1=Module["_emscripten_bind_MdGeDiameterDim_SetCustomPlane_1"]=function(){return(_emscripten_bind_MdGeDiameterDim_SetCustomPlane_1=Module["_emscripten_bind_MdGeDiameterDim_SetCustomPlane_1"]=Module["asm"]["f$"]).apply(null,arguments)};var _emscripten_bind_MdGeDiameterDim_UnsetCustomPlane_0=Module["_emscripten_bind_MdGeDiameterDim_UnsetCustomPlane_0"]=function(){return(_emscripten_bind_MdGeDiameterDim_UnsetCustomPlane_0=Module["_emscripten_bind_MdGeDiameterDim_UnsetCustomPlane_0"]=Module["asm"]["g$"]).apply(null,arguments)};var _emscripten_bind_MdGeDiameterDim_IsTextPositionCustom_0=Module["_emscripten_bind_MdGeDiameterDim_IsTextPositionCustom_0"]=function(){return(_emscripten_bind_MdGeDiameterDim_IsTextPositionCustom_0=Module["_emscripten_bind_MdGeDiameterDim_IsTextPositionCustom_0"]=Module["asm"]["h$"]).apply(null,arguments)};var _emscripten_bind_MdGeDiameterDim_DimensionAspect_0=Module["_emscripten_bind_MdGeDiameterDim_DimensionAspect_0"]=function(){return(_emscripten_bind_MdGeDiameterDim_DimensionAspect_0=Module["_emscripten_bind_MdGeDiameterDim_DimensionAspect_0"]=Module["asm"]["i$"]).apply(null,arguments)};var _emscripten_bind_MdGeDiameterDim_SetDimensionAspect_1=Module["_emscripten_bind_MdGeDiameterDim_SetDimensionAspect_1"]=function(){return(_emscripten_bind_MdGeDiameterDim_SetDimensionAspect_1=Module["_emscripten_bind_MdGeDiameterDim_SetDimensionAspect_1"]=Module["asm"]["j$"]).apply(null,arguments)};var _emscripten_bind_MdGeDiameterDim_KindOfDimension_0=Module["_emscripten_bind_MdGeDiameterDim_KindOfDimension_0"]=function(){return(_emscripten_bind_MdGeDiameterDim_KindOfDimension_0=Module["_emscripten_bind_MdGeDiameterDim_KindOfDimension_0"]=Module["asm"]["k$"]).apply(null,arguments)};var _emscripten_bind_MdGeDiameterDim_AcceptDisplayMode_1=Module["_emscripten_bind_MdGeDiameterDim_AcceptDisplayMode_1"]=function(){return(_emscripten_bind_MdGeDiameterDim_AcceptDisplayMode_1=Module["_emscripten_bind_MdGeDiameterDim_AcceptDisplayMode_1"]=Module["asm"]["l$"]).apply(null,arguments)};var _emscripten_bind_MdGeDiameterDim_UnsetFixedTextPosition_0=Module["_emscripten_bind_MdGeDiameterDim_UnsetFixedTextPosition_0"]=function(){return(_emscripten_bind_MdGeDiameterDim_UnsetFixedTextPosition_0=Module["_emscripten_bind_MdGeDiameterDim_UnsetFixedTextPosition_0"]=Module["asm"]["m$"]).apply(null,arguments)};var _emscripten_bind_MdGeDiameterDim_SelToleranceForText2d_0=Module["_emscripten_bind_MdGeDiameterDim_SelToleranceForText2d_0"]=function(){return(_emscripten_bind_MdGeDiameterDim_SelToleranceForText2d_0=Module["_emscripten_bind_MdGeDiameterDim_SelToleranceForText2d_0"]=Module["asm"]["n$"]).apply(null,arguments)};var _emscripten_bind_MdGeDiameterDim_SetSelToleranceForText2d_1=Module["_emscripten_bind_MdGeDiameterDim_SetSelToleranceForText2d_1"]=function(){return(_emscripten_bind_MdGeDiameterDim_SetSelToleranceForText2d_1=Module["_emscripten_bind_MdGeDiameterDim_SetSelToleranceForText2d_1"]=Module["asm"]["o$"]).apply(null,arguments)};var _emscripten_bind_MdGeDiameterDim_GetFlyout_0=Module["_emscripten_bind_MdGeDiameterDim_GetFlyout_0"]=function(){return(_emscripten_bind_MdGeDiameterDim_GetFlyout_0=Module["_emscripten_bind_MdGeDiameterDim_GetFlyout_0"]=Module["asm"]["p$"]).apply(null,arguments)};var _emscripten_bind_MdGeDiameterDim_SetFlyout_1=Module["_emscripten_bind_MdGeDiameterDim_SetFlyout_1"]=function(){return(_emscripten_bind_MdGeDiameterDim_SetFlyout_1=Module["_emscripten_bind_MdGeDiameterDim_SetFlyout_1"]=Module["asm"]["q$"]).apply(null,arguments)};var _emscripten_bind_MdGeDiameterDim_IsValid_0=Module["_emscripten_bind_MdGeDiameterDim_IsValid_0"]=function(){return(_emscripten_bind_MdGeDiameterDim_IsValid_0=Module["_emscripten_bind_MdGeDiameterDim_IsValid_0"]=Module["asm"]["r$"]).apply(null,arguments)};var _emscripten_bind_MdGeDiameterDim_Display_0=Module["_emscripten_bind_MdGeDiameterDim_Display_0"]=function(){return(_emscripten_bind_MdGeDiameterDim_Display_0=Module["_emscripten_bind_MdGeDiameterDim_Display_0"]=Module["asm"]["s$"]).apply(null,arguments)};var _emscripten_bind_MdGeDiameterDim___destroy___0=Module["_emscripten_bind_MdGeDiameterDim___destroy___0"]=function(){return(_emscripten_bind_MdGeDiameterDim___destroy___0=Module["_emscripten_bind_MdGeDiameterDim___destroy___0"]=Module["asm"]["t$"]).apply(null,arguments)};var _emscripten_bind_MdGeDir_MdGeDir_0=Module["_emscripten_bind_MdGeDir_MdGeDir_0"]=function(){return(_emscripten_bind_MdGeDir_MdGeDir_0=Module["_emscripten_bind_MdGeDir_MdGeDir_0"]=Module["asm"]["u$"]).apply(null,arguments)};var _emscripten_bind_MdGeDir_MdGeDir_1=Module["_emscripten_bind_MdGeDir_MdGeDir_1"]=function(){return(_emscripten_bind_MdGeDir_MdGeDir_1=Module["_emscripten_bind_MdGeDir_MdGeDir_1"]=Module["asm"]["v$"]).apply(null,arguments)};var _emscripten_bind_MdGeDir_MdGeDir_3=Module["_emscripten_bind_MdGeDir_MdGeDir_3"]=function(){return(_emscripten_bind_MdGeDir_MdGeDir_3=Module["_emscripten_bind_MdGeDir_MdGeDir_3"]=Module["asm"]["w$"]).apply(null,arguments)};var _emscripten_bind_MdGeDir_SetCoord_2=Module["_emscripten_bind_MdGeDir_SetCoord_2"]=function(){return(_emscripten_bind_MdGeDir_SetCoord_2=Module["_emscripten_bind_MdGeDir_SetCoord_2"]=Module["asm"]["x$"]).apply(null,arguments)};var _emscripten_bind_MdGeDir_SetCoord_3=Module["_emscripten_bind_MdGeDir_SetCoord_3"]=function(){return(_emscripten_bind_MdGeDir_SetCoord_3=Module["_emscripten_bind_MdGeDir_SetCoord_3"]=Module["asm"]["y$"]).apply(null,arguments)};var _emscripten_bind_MdGeDir_SetX_1=Module["_emscripten_bind_MdGeDir_SetX_1"]=function(){return(_emscripten_bind_MdGeDir_SetX_1=Module["_emscripten_bind_MdGeDir_SetX_1"]=Module["asm"]["z$"]).apply(null,arguments)};var _emscripten_bind_MdGeDir_SetY_1=Module["_emscripten_bind_MdGeDir_SetY_1"]=function(){return(_emscripten_bind_MdGeDir_SetY_1=Module["_emscripten_bind_MdGeDir_SetY_1"]=Module["asm"]["A$"]).apply(null,arguments)};var _emscripten_bind_MdGeDir_SetZ_1=Module["_emscripten_bind_MdGeDir_SetZ_1"]=function(){return(_emscripten_bind_MdGeDir_SetZ_1=Module["_emscripten_bind_MdGeDir_SetZ_1"]=Module["asm"]["B$"]).apply(null,arguments)};var _emscripten_bind_MdGeDir_SetXYZ_1=Module["_emscripten_bind_MdGeDir_SetXYZ_1"]=function(){return(_emscripten_bind_MdGeDir_SetXYZ_1=Module["_emscripten_bind_MdGeDir_SetXYZ_1"]=Module["asm"]["C$"]).apply(null,arguments)};var _emscripten_bind_MdGeDir_Coord_1=Module["_emscripten_bind_MdGeDir_Coord_1"]=function(){return(_emscripten_bind_MdGeDir_Coord_1=Module["_emscripten_bind_MdGeDir_Coord_1"]=Module["asm"]["D$"]).apply(null,arguments)};var _emscripten_bind_MdGeDir_X_0=Module["_emscripten_bind_MdGeDir_X_0"]=function(){return(_emscripten_bind_MdGeDir_X_0=Module["_emscripten_bind_MdGeDir_X_0"]=Module["asm"]["E$"]).apply(null,arguments)};var _emscripten_bind_MdGeDir_Y_0=Module["_emscripten_bind_MdGeDir_Y_0"]=function(){return(_emscripten_bind_MdGeDir_Y_0=Module["_emscripten_bind_MdGeDir_Y_0"]=Module["asm"]["F$"]).apply(null,arguments)};var _emscripten_bind_MdGeDir_Z_0=Module["_emscripten_bind_MdGeDir_Z_0"]=function(){return(_emscripten_bind_MdGeDir_Z_0=Module["_emscripten_bind_MdGeDir_Z_0"]=Module["asm"]["G$"]).apply(null,arguments)};var _emscripten_bind_MdGeDir_XYZ_0=Module["_emscripten_bind_MdGeDir_XYZ_0"]=function(){return(_emscripten_bind_MdGeDir_XYZ_0=Module["_emscripten_bind_MdGeDir_XYZ_0"]=Module["asm"]["H$"]).apply(null,arguments)};var _emscripten_bind_MdGeDir_IsEqual_2=Module["_emscripten_bind_MdGeDir_IsEqual_2"]=function(){return(_emscripten_bind_MdGeDir_IsEqual_2=Module["_emscripten_bind_MdGeDir_IsEqual_2"]=Module["asm"]["I$"]).apply(null,arguments)};var _emscripten_bind_MdGeDir_IsNormal_2=Module["_emscripten_bind_MdGeDir_IsNormal_2"]=function(){return(_emscripten_bind_MdGeDir_IsNormal_2=Module["_emscripten_bind_MdGeDir_IsNormal_2"]=Module["asm"]["J$"]).apply(null,arguments)};var _emscripten_bind_MdGeDir_IsOpposite_2=Module["_emscripten_bind_MdGeDir_IsOpposite_2"]=function(){return(_emscripten_bind_MdGeDir_IsOpposite_2=Module["_emscripten_bind_MdGeDir_IsOpposite_2"]=Module["asm"]["K$"]).apply(null,arguments)};var _emscripten_bind_MdGeDir_IsParallel_2=Module["_emscripten_bind_MdGeDir_IsParallel_2"]=function(){return(_emscripten_bind_MdGeDir_IsParallel_2=Module["_emscripten_bind_MdGeDir_IsParallel_2"]=Module["asm"]["L$"]).apply(null,arguments)};var _emscripten_bind_MdGeDir_Angle_1=Module["_emscripten_bind_MdGeDir_Angle_1"]=function(){return(_emscripten_bind_MdGeDir_Angle_1=Module["_emscripten_bind_MdGeDir_Angle_1"]=Module["asm"]["M$"]).apply(null,arguments)};var _emscripten_bind_MdGeDir_AngleWithRef_2=Module["_emscripten_bind_MdGeDir_AngleWithRef_2"]=function(){return(_emscripten_bind_MdGeDir_AngleWithRef_2=Module["_emscripten_bind_MdGeDir_AngleWithRef_2"]=Module["asm"]["N$"]).apply(null,arguments)};var _emscripten_bind_MdGeDir_Cross_1=Module["_emscripten_bind_MdGeDir_Cross_1"]=function(){return(_emscripten_bind_MdGeDir_Cross_1=Module["_emscripten_bind_MdGeDir_Cross_1"]=Module["asm"]["O$"]).apply(null,arguments)};var _emscripten_bind_MdGeDir_Crossed_1=Module["_emscripten_bind_MdGeDir_Crossed_1"]=function(){return(_emscripten_bind_MdGeDir_Crossed_1=Module["_emscripten_bind_MdGeDir_Crossed_1"]=Module["asm"]["P$"]).apply(null,arguments)};var _emscripten_bind_MdGeDir_CrossCross_2=Module["_emscripten_bind_MdGeDir_CrossCross_2"]=function(){return(_emscripten_bind_MdGeDir_CrossCross_2=Module["_emscripten_bind_MdGeDir_CrossCross_2"]=Module["asm"]["Q$"]).apply(null,arguments)};var _emscripten_bind_MdGeDir_CrossCrossed_2=Module["_emscripten_bind_MdGeDir_CrossCrossed_2"]=function(){return(_emscripten_bind_MdGeDir_CrossCrossed_2=Module["_emscripten_bind_MdGeDir_CrossCrossed_2"]=Module["asm"]["R$"]).apply(null,arguments)};var _emscripten_bind_MdGeDir_Dot_1=Module["_emscripten_bind_MdGeDir_Dot_1"]=function(){return(_emscripten_bind_MdGeDir_Dot_1=Module["_emscripten_bind_MdGeDir_Dot_1"]=Module["asm"]["S$"]).apply(null,arguments)};var _emscripten_bind_MdGeDir_DotCross_2=Module["_emscripten_bind_MdGeDir_DotCross_2"]=function(){return(_emscripten_bind_MdGeDir_DotCross_2=Module["_emscripten_bind_MdGeDir_DotCross_2"]=Module["asm"]["T$"]).apply(null,arguments)};var _emscripten_bind_MdGeDir_Reverse_0=Module["_emscripten_bind_MdGeDir_Reverse_0"]=function(){return(_emscripten_bind_MdGeDir_Reverse_0=Module["_emscripten_bind_MdGeDir_Reverse_0"]=Module["asm"]["U$"]).apply(null,arguments)};var _emscripten_bind_MdGeDir_Reversed_0=Module["_emscripten_bind_MdGeDir_Reversed_0"]=function(){return(_emscripten_bind_MdGeDir_Reversed_0=Module["_emscripten_bind_MdGeDir_Reversed_0"]=Module["asm"]["V$"]).apply(null,arguments)};var _emscripten_bind_MdGeDir_MirrorByVec_1=Module["_emscripten_bind_MdGeDir_MirrorByVec_1"]=function(){return(_emscripten_bind_MdGeDir_MirrorByVec_1=Module["_emscripten_bind_MdGeDir_MirrorByVec_1"]=Module["asm"]["W$"]).apply(null,arguments)};var _emscripten_bind_MdGeDir_MirroredByVec_1=Module["_emscripten_bind_MdGeDir_MirroredByVec_1"]=function(){return(_emscripten_bind_MdGeDir_MirroredByVec_1=Module["_emscripten_bind_MdGeDir_MirroredByVec_1"]=Module["asm"]["X$"]).apply(null,arguments)};var _emscripten_bind_MdGeDir_MirrorByAxis_1=Module["_emscripten_bind_MdGeDir_MirrorByAxis_1"]=function(){return(_emscripten_bind_MdGeDir_MirrorByAxis_1=Module["_emscripten_bind_MdGeDir_MirrorByAxis_1"]=Module["asm"]["Y$"]).apply(null,arguments)};var _emscripten_bind_MdGeDir_MirroredByAxis_1=Module["_emscripten_bind_MdGeDir_MirroredByAxis_1"]=function(){return(_emscripten_bind_MdGeDir_MirroredByAxis_1=Module["_emscripten_bind_MdGeDir_MirroredByAxis_1"]=Module["asm"]["Z$"]).apply(null,arguments)};var _emscripten_bind_MdGeDir_MirrorByCSYSR_1=Module["_emscripten_bind_MdGeDir_MirrorByCSYSR_1"]=function(){return(_emscripten_bind_MdGeDir_MirrorByCSYSR_1=Module["_emscripten_bind_MdGeDir_MirrorByCSYSR_1"]=Module["asm"]["_$"]).apply(null,arguments)};var _emscripten_bind_MdGeDir_MirroredByCSYSR_1=Module["_emscripten_bind_MdGeDir_MirroredByCSYSR_1"]=function(){return(_emscripten_bind_MdGeDir_MirroredByCSYSR_1=Module["_emscripten_bind_MdGeDir_MirroredByCSYSR_1"]=Module["asm"]["$$"]).apply(null,arguments)};var _emscripten_bind_MdGeDir_Rotate_2=Module["_emscripten_bind_MdGeDir_Rotate_2"]=function(){return(_emscripten_bind_MdGeDir_Rotate_2=Module["_emscripten_bind_MdGeDir_Rotate_2"]=Module["asm"]["a0"]).apply(null,arguments)};var _emscripten_bind_MdGeDir_Rotated_2=Module["_emscripten_bind_MdGeDir_Rotated_2"]=function(){return(_emscripten_bind_MdGeDir_Rotated_2=Module["_emscripten_bind_MdGeDir_Rotated_2"]=Module["asm"]["b0"]).apply(null,arguments)};var _emscripten_bind_MdGeDir_Transform_1=Module["_emscripten_bind_MdGeDir_Transform_1"]=function(){return(_emscripten_bind_MdGeDir_Transform_1=Module["_emscripten_bind_MdGeDir_Transform_1"]=Module["asm"]["c0"]).apply(null,arguments)};var _emscripten_bind_MdGeDir_Transformed_1=Module["_emscripten_bind_MdGeDir_Transformed_1"]=function(){return(_emscripten_bind_MdGeDir_Transformed_1=Module["_emscripten_bind_MdGeDir_Transformed_1"]=Module["asm"]["d0"]).apply(null,arguments)};var _emscripten_bind_MdGeDir___destroy___0=Module["_emscripten_bind_MdGeDir___destroy___0"]=function(){return(_emscripten_bind_MdGeDir___destroy___0=Module["_emscripten_bind_MdGeDir___destroy___0"]=Module["asm"]["e0"]).apply(null,arguments)};var _emscripten_bind_MdGeHypr_MdGeHypr_0=Module["_emscripten_bind_MdGeHypr_MdGeHypr_0"]=function(){return(_emscripten_bind_MdGeHypr_MdGeHypr_0=Module["_emscripten_bind_MdGeHypr_MdGeHypr_0"]=Module["asm"]["f0"]).apply(null,arguments)};var _emscripten_bind_MdGeHypr_MdGeHypr_1=Module["_emscripten_bind_MdGeHypr_MdGeHypr_1"]=function(){return(_emscripten_bind_MdGeHypr_MdGeHypr_1=Module["_emscripten_bind_MdGeHypr_MdGeHypr_1"]=Module["asm"]["g0"]).apply(null,arguments)};var _emscripten_bind_MdGeHypr_MdGeHypr_3=Module["_emscripten_bind_MdGeHypr_MdGeHypr_3"]=function(){return(_emscripten_bind_MdGeHypr_MdGeHypr_3=Module["_emscripten_bind_MdGeHypr_MdGeHypr_3"]=Module["asm"]["h0"]).apply(null,arguments)};var _emscripten_bind_MdGeHypr_SetAxis_1=Module["_emscripten_bind_MdGeHypr_SetAxis_1"]=function(){return(_emscripten_bind_MdGeHypr_SetAxis_1=Module["_emscripten_bind_MdGeHypr_SetAxis_1"]=Module["asm"]["i0"]).apply(null,arguments)};var _emscripten_bind_MdGeHypr_SetLocation_1=Module["_emscripten_bind_MdGeHypr_SetLocation_1"]=function(){return(_emscripten_bind_MdGeHypr_SetLocation_1=Module["_emscripten_bind_MdGeHypr_SetLocation_1"]=Module["asm"]["j0"]).apply(null,arguments)};var _emscripten_bind_MdGeHypr_SetMajorRadius_1=Module["_emscripten_bind_MdGeHypr_SetMajorRadius_1"]=function(){return(_emscripten_bind_MdGeHypr_SetMajorRadius_1=Module["_emscripten_bind_MdGeHypr_SetMajorRadius_1"]=Module["asm"]["k0"]).apply(null,arguments)};var _emscripten_bind_MdGeHypr_SetMinorRadius_1=Module["_emscripten_bind_MdGeHypr_SetMinorRadius_1"]=function(){return(_emscripten_bind_MdGeHypr_SetMinorRadius_1=Module["_emscripten_bind_MdGeHypr_SetMinorRadius_1"]=Module["asm"]["l0"]).apply(null,arguments)};var _emscripten_bind_MdGeHypr_SetPosition_1=Module["_emscripten_bind_MdGeHypr_SetPosition_1"]=function(){return(_emscripten_bind_MdGeHypr_SetPosition_1=Module["_emscripten_bind_MdGeHypr_SetPosition_1"]=Module["asm"]["m0"]).apply(null,arguments)};var _emscripten_bind_MdGeHypr_Asymptote1_0=Module["_emscripten_bind_MdGeHypr_Asymptote1_0"]=function(){return(_emscripten_bind_MdGeHypr_Asymptote1_0=Module["_emscripten_bind_MdGeHypr_Asymptote1_0"]=Module["asm"]["n0"]).apply(null,arguments)};var _emscripten_bind_MdGeHypr_Asymptote2_0=Module["_emscripten_bind_MdGeHypr_Asymptote2_0"]=function(){return(_emscripten_bind_MdGeHypr_Asymptote2_0=Module["_emscripten_bind_MdGeHypr_Asymptote2_0"]=Module["asm"]["o0"]).apply(null,arguments)};var _emscripten_bind_MdGeHypr_Axis_0=Module["_emscripten_bind_MdGeHypr_Axis_0"]=function(){return(_emscripten_bind_MdGeHypr_Axis_0=Module["_emscripten_bind_MdGeHypr_Axis_0"]=Module["asm"]["p0"]).apply(null,arguments)};var _emscripten_bind_MdGeHypr_ConjugateBranch1_0=Module["_emscripten_bind_MdGeHypr_ConjugateBranch1_0"]=function(){return(_emscripten_bind_MdGeHypr_ConjugateBranch1_0=Module["_emscripten_bind_MdGeHypr_ConjugateBranch1_0"]=Module["asm"]["q0"]).apply(null,arguments)};var _emscripten_bind_MdGeHypr_ConjugateBranch2_0=Module["_emscripten_bind_MdGeHypr_ConjugateBranch2_0"]=function(){return(_emscripten_bind_MdGeHypr_ConjugateBranch2_0=Module["_emscripten_bind_MdGeHypr_ConjugateBranch2_0"]=Module["asm"]["r0"]).apply(null,arguments)};var _emscripten_bind_MdGeHypr_Directrix1_0=Module["_emscripten_bind_MdGeHypr_Directrix1_0"]=function(){return(_emscripten_bind_MdGeHypr_Directrix1_0=Module["_emscripten_bind_MdGeHypr_Directrix1_0"]=Module["asm"]["s0"]).apply(null,arguments)};var _emscripten_bind_MdGeHypr_Directrix2_0=Module["_emscripten_bind_MdGeHypr_Directrix2_0"]=function(){return(_emscripten_bind_MdGeHypr_Directrix2_0=Module["_emscripten_bind_MdGeHypr_Directrix2_0"]=Module["asm"]["t0"]).apply(null,arguments)};var _emscripten_bind_MdGeHypr_Eccentricity_0=Module["_emscripten_bind_MdGeHypr_Eccentricity_0"]=function(){return(_emscripten_bind_MdGeHypr_Eccentricity_0=Module["_emscripten_bind_MdGeHypr_Eccentricity_0"]=Module["asm"]["u0"]).apply(null,arguments)};var _emscripten_bind_MdGeHypr_Focal_0=Module["_emscripten_bind_MdGeHypr_Focal_0"]=function(){return(_emscripten_bind_MdGeHypr_Focal_0=Module["_emscripten_bind_MdGeHypr_Focal_0"]=Module["asm"]["v0"]).apply(null,arguments)};var _emscripten_bind_MdGeHypr_Focus1_0=Module["_emscripten_bind_MdGeHypr_Focus1_0"]=function(){return(_emscripten_bind_MdGeHypr_Focus1_0=Module["_emscripten_bind_MdGeHypr_Focus1_0"]=Module["asm"]["w0"]).apply(null,arguments)};var _emscripten_bind_MdGeHypr_Focus2_0=Module["_emscripten_bind_MdGeHypr_Focus2_0"]=function(){return(_emscripten_bind_MdGeHypr_Focus2_0=Module["_emscripten_bind_MdGeHypr_Focus2_0"]=Module["asm"]["x0"]).apply(null,arguments)};var _emscripten_bind_MdGeHypr_Location_0=Module["_emscripten_bind_MdGeHypr_Location_0"]=function(){return(_emscripten_bind_MdGeHypr_Location_0=Module["_emscripten_bind_MdGeHypr_Location_0"]=Module["asm"]["y0"]).apply(null,arguments)};var _emscripten_bind_MdGeHypr_MajorRadius_0=Module["_emscripten_bind_MdGeHypr_MajorRadius_0"]=function(){return(_emscripten_bind_MdGeHypr_MajorRadius_0=Module["_emscripten_bind_MdGeHypr_MajorRadius_0"]=Module["asm"]["z0"]).apply(null,arguments)};var _emscripten_bind_MdGeHypr_MinorRadius_0=Module["_emscripten_bind_MdGeHypr_MinorRadius_0"]=function(){return(_emscripten_bind_MdGeHypr_MinorRadius_0=Module["_emscripten_bind_MdGeHypr_MinorRadius_0"]=Module["asm"]["A0"]).apply(null,arguments)};var _emscripten_bind_MdGeHypr_OtherBranch_0=Module["_emscripten_bind_MdGeHypr_OtherBranch_0"]=function(){return(_emscripten_bind_MdGeHypr_OtherBranch_0=Module["_emscripten_bind_MdGeHypr_OtherBranch_0"]=Module["asm"]["B0"]).apply(null,arguments)};var _emscripten_bind_MdGeHypr_Parameter_0=Module["_emscripten_bind_MdGeHypr_Parameter_0"]=function(){return(_emscripten_bind_MdGeHypr_Parameter_0=Module["_emscripten_bind_MdGeHypr_Parameter_0"]=Module["asm"]["C0"]).apply(null,arguments)};var _emscripten_bind_MdGeHypr_Position_0=Module["_emscripten_bind_MdGeHypr_Position_0"]=function(){return(_emscripten_bind_MdGeHypr_Position_0=Module["_emscripten_bind_MdGeHypr_Position_0"]=Module["asm"]["D0"]).apply(null,arguments)};var _emscripten_bind_MdGeHypr_XAxis_0=Module["_emscripten_bind_MdGeHypr_XAxis_0"]=function(){return(_emscripten_bind_MdGeHypr_XAxis_0=Module["_emscripten_bind_MdGeHypr_XAxis_0"]=Module["asm"]["E0"]).apply(null,arguments)};var _emscripten_bind_MdGeHypr_YAxis_0=Module["_emscripten_bind_MdGeHypr_YAxis_0"]=function(){return(_emscripten_bind_MdGeHypr_YAxis_0=Module["_emscripten_bind_MdGeHypr_YAxis_0"]=Module["asm"]["F0"]).apply(null,arguments)};var _emscripten_bind_MdGeHypr_MirrorByPoint_1=Module["_emscripten_bind_MdGeHypr_MirrorByPoint_1"]=function(){return(_emscripten_bind_MdGeHypr_MirrorByPoint_1=Module["_emscripten_bind_MdGeHypr_MirrorByPoint_1"]=Module["asm"]["G0"]).apply(null,arguments)};var _emscripten_bind_MdGeHypr_MirroredByPoint_1=Module["_emscripten_bind_MdGeHypr_MirroredByPoint_1"]=function(){return(_emscripten_bind_MdGeHypr_MirroredByPoint_1=Module["_emscripten_bind_MdGeHypr_MirroredByPoint_1"]=Module["asm"]["H0"]).apply(null,arguments)};var _emscripten_bind_MdGeHypr_MirrorByAxis_1=Module["_emscripten_bind_MdGeHypr_MirrorByAxis_1"]=function(){return(_emscripten_bind_MdGeHypr_MirrorByAxis_1=Module["_emscripten_bind_MdGeHypr_MirrorByAxis_1"]=Module["asm"]["I0"]).apply(null,arguments)};var _emscripten_bind_MdGeHypr_MirroredByAxis_1=Module["_emscripten_bind_MdGeHypr_MirroredByAxis_1"]=function(){return(_emscripten_bind_MdGeHypr_MirroredByAxis_1=Module["_emscripten_bind_MdGeHypr_MirroredByAxis_1"]=Module["asm"]["J0"]).apply(null,arguments)};var _emscripten_bind_MdGeHypr_MirrorByCSYSR_1=Module["_emscripten_bind_MdGeHypr_MirrorByCSYSR_1"]=function(){return(_emscripten_bind_MdGeHypr_MirrorByCSYSR_1=Module["_emscripten_bind_MdGeHypr_MirrorByCSYSR_1"]=Module["asm"]["K0"]).apply(null,arguments)};var _emscripten_bind_MdGeHypr_MirroredByCSYSR_1=Module["_emscripten_bind_MdGeHypr_MirroredByCSYSR_1"]=function(){return(_emscripten_bind_MdGeHypr_MirroredByCSYSR_1=Module["_emscripten_bind_MdGeHypr_MirroredByCSYSR_1"]=Module["asm"]["L0"]).apply(null,arguments)};var _emscripten_bind_MdGeHypr_Rotate_2=Module["_emscripten_bind_MdGeHypr_Rotate_2"]=function(){return(_emscripten_bind_MdGeHypr_Rotate_2=Module["_emscripten_bind_MdGeHypr_Rotate_2"]=Module["asm"]["M0"]).apply(null,arguments)};var _emscripten_bind_MdGeHypr_Rotated_2=Module["_emscripten_bind_MdGeHypr_Rotated_2"]=function(){return(_emscripten_bind_MdGeHypr_Rotated_2=Module["_emscripten_bind_MdGeHypr_Rotated_2"]=Module["asm"]["N0"]).apply(null,arguments)};var _emscripten_bind_MdGeHypr_Scale_2=Module["_emscripten_bind_MdGeHypr_Scale_2"]=function(){return(_emscripten_bind_MdGeHypr_Scale_2=Module["_emscripten_bind_MdGeHypr_Scale_2"]=Module["asm"]["O0"]).apply(null,arguments)};var _emscripten_bind_MdGeHypr_Scaled_2=Module["_emscripten_bind_MdGeHypr_Scaled_2"]=function(){return(_emscripten_bind_MdGeHypr_Scaled_2=Module["_emscripten_bind_MdGeHypr_Scaled_2"]=Module["asm"]["P0"]).apply(null,arguments)};var _emscripten_bind_MdGeHypr_Transform_1=Module["_emscripten_bind_MdGeHypr_Transform_1"]=function(){return(_emscripten_bind_MdGeHypr_Transform_1=Module["_emscripten_bind_MdGeHypr_Transform_1"]=Module["asm"]["Q0"]).apply(null,arguments)};var _emscripten_bind_MdGeHypr_Transformed_1=Module["_emscripten_bind_MdGeHypr_Transformed_1"]=function(){return(_emscripten_bind_MdGeHypr_Transformed_1=Module["_emscripten_bind_MdGeHypr_Transformed_1"]=Module["asm"]["R0"]).apply(null,arguments)};var _emscripten_bind_MdGeHypr_TranslateByVec_1=Module["_emscripten_bind_MdGeHypr_TranslateByVec_1"]=function(){return(_emscripten_bind_MdGeHypr_TranslateByVec_1=Module["_emscripten_bind_MdGeHypr_TranslateByVec_1"]=Module["asm"]["S0"]).apply(null,arguments)};var _emscripten_bind_MdGeHypr_TranslatedByVec_1=Module["_emscripten_bind_MdGeHypr_TranslatedByVec_1"]=function(){return(_emscripten_bind_MdGeHypr_TranslatedByVec_1=Module["_emscripten_bind_MdGeHypr_TranslatedByVec_1"]=Module["asm"]["T0"]).apply(null,arguments)};var _emscripten_bind_MdGeHypr_TranslateBy2Points_2=Module["_emscripten_bind_MdGeHypr_TranslateBy2Points_2"]=function(){return(_emscripten_bind_MdGeHypr_TranslateBy2Points_2=Module["_emscripten_bind_MdGeHypr_TranslateBy2Points_2"]=Module["asm"]["U0"]).apply(null,arguments)};var _emscripten_bind_MdGeHypr_TranslatedBy2Points_2=Module["_emscripten_bind_MdGeHypr_TranslatedBy2Points_2"]=function(){return(_emscripten_bind_MdGeHypr_TranslatedBy2Points_2=Module["_emscripten_bind_MdGeHypr_TranslatedBy2Points_2"]=Module["asm"]["V0"]).apply(null,arguments)};var _emscripten_bind_MdGeHypr_Shape_0=Module["_emscripten_bind_MdGeHypr_Shape_0"]=function(){return(_emscripten_bind_MdGeHypr_Shape_0=Module["_emscripten_bind_MdGeHypr_Shape_0"]=Module["asm"]["W0"]).apply(null,arguments)};var _emscripten_bind_MdGeHypr_Wire_0=Module["_emscripten_bind_MdGeHypr_Wire_0"]=function(){return(_emscripten_bind_MdGeHypr_Wire_0=Module["_emscripten_bind_MdGeHypr_Wire_0"]=Module["asm"]["X0"]).apply(null,arguments)};var _emscripten_bind_MdGeHypr_Edge_0=Module["_emscripten_bind_MdGeHypr_Edge_0"]=function(){return(_emscripten_bind_MdGeHypr_Edge_0=Module["_emscripten_bind_MdGeHypr_Edge_0"]=Module["asm"]["Y0"]).apply(null,arguments)};var _emscripten_bind_MdGeHypr_Edge_2=Module["_emscripten_bind_MdGeHypr_Edge_2"]=function(){return(_emscripten_bind_MdGeHypr_Edge_2=Module["_emscripten_bind_MdGeHypr_Edge_2"]=Module["asm"]["Z0"]).apply(null,arguments)};var _emscripten_bind_MdGeHypr___destroy___0=Module["_emscripten_bind_MdGeHypr___destroy___0"]=function(){return(_emscripten_bind_MdGeHypr___destroy___0=Module["_emscripten_bind_MdGeHypr___destroy___0"]=Module["asm"]["_0"]).apply(null,arguments)};var _emscripten_bind_MdGeInterpolateBSpl_MdGeInterpolateBSpl_1=Module["_emscripten_bind_MdGeInterpolateBSpl_MdGeInterpolateBSpl_1"]=function(){return(_emscripten_bind_MdGeInterpolateBSpl_MdGeInterpolateBSpl_1=Module["_emscripten_bind_MdGeInterpolateBSpl_MdGeInterpolateBSpl_1"]=Module["asm"]["$0"]).apply(null,arguments)};var _emscripten_bind_MdGeInterpolateBSpl_MdGeInterpolateBSpl_3=Module["_emscripten_bind_MdGeInterpolateBSpl_MdGeInterpolateBSpl_3"]=function(){return(_emscripten_bind_MdGeInterpolateBSpl_MdGeInterpolateBSpl_3=Module["_emscripten_bind_MdGeInterpolateBSpl_MdGeInterpolateBSpl_3"]=Module["asm"]["a1"]).apply(null,arguments)};var _emscripten_bind_MdGeInterpolateBSpl_MdGeInterpolateBSpl_4=Module["_emscripten_bind_MdGeInterpolateBSpl_MdGeInterpolateBSpl_4"]=function(){return(_emscripten_bind_MdGeInterpolateBSpl_MdGeInterpolateBSpl_4=Module["_emscripten_bind_MdGeInterpolateBSpl_MdGeInterpolateBSpl_4"]=Module["asm"]["b1"]).apply(null,arguments)};var _emscripten_bind_MdGeInterpolateBSpl_Load_2=Module["_emscripten_bind_MdGeInterpolateBSpl_Load_2"]=function(){return(_emscripten_bind_MdGeInterpolateBSpl_Load_2=Module["_emscripten_bind_MdGeInterpolateBSpl_Load_2"]=Module["asm"]["c1"]).apply(null,arguments)};var _emscripten_bind_MdGeInterpolateBSpl_Load_3=Module["_emscripten_bind_MdGeInterpolateBSpl_Load_3"]=function(){return(_emscripten_bind_MdGeInterpolateBSpl_Load_3=Module["_emscripten_bind_MdGeInterpolateBSpl_Load_3"]=Module["asm"]["d1"]).apply(null,arguments)};var _emscripten_bind_MdGeInterpolateBSpl_Perform_0=Module["_emscripten_bind_MdGeInterpolateBSpl_Perform_0"]=function(){return(_emscripten_bind_MdGeInterpolateBSpl_Perform_0=Module["_emscripten_bind_MdGeInterpolateBSpl_Perform_0"]=Module["asm"]["e1"]).apply(null,arguments)};var _emscripten_bind_MdGeInterpolateBSpl_Curve_0=Module["_emscripten_bind_MdGeInterpolateBSpl_Curve_0"]=function(){return(_emscripten_bind_MdGeInterpolateBSpl_Curve_0=Module["_emscripten_bind_MdGeInterpolateBSpl_Curve_0"]=Module["asm"]["f1"]).apply(null,arguments)};var _emscripten_bind_MdGeInterpolateBSpl_IsDone_0=Module["_emscripten_bind_MdGeInterpolateBSpl_IsDone_0"]=function(){return(_emscripten_bind_MdGeInterpolateBSpl_IsDone_0=Module["_emscripten_bind_MdGeInterpolateBSpl_IsDone_0"]=Module["asm"]["g1"]).apply(null,arguments)};var _emscripten_bind_MdGeInterpolateBSpl___destroy___0=Module["_emscripten_bind_MdGeInterpolateBSpl___destroy___0"]=function(){return(_emscripten_bind_MdGeInterpolateBSpl___destroy___0=Module["_emscripten_bind_MdGeInterpolateBSpl___destroy___0"]=Module["asm"]["h1"]).apply(null,arguments)};var _emscripten_bind_MdGeLengthDim_MdGeLengthDim_0=Module["_emscripten_bind_MdGeLengthDim_MdGeLengthDim_0"]=function(){return(_emscripten_bind_MdGeLengthDim_MdGeLengthDim_0=Module["_emscripten_bind_MdGeLengthDim_MdGeLengthDim_0"]=Module["asm"]["i1"]).apply(null,arguments)};var _emscripten_bind_MdGeLengthDim_MdGeLengthDim_1=Module["_emscripten_bind_MdGeLengthDim_MdGeLengthDim_1"]=function(){return(_emscripten_bind_MdGeLengthDim_MdGeLengthDim_1=Module["_emscripten_bind_MdGeLengthDim_MdGeLengthDim_1"]=Module["asm"]["j1"]).apply(null,arguments)};var _emscripten_bind_MdGeLengthDim_MdGeLengthDim_2=Module["_emscripten_bind_MdGeLengthDim_MdGeLengthDim_2"]=function(){return(_emscripten_bind_MdGeLengthDim_MdGeLengthDim_2=Module["_emscripten_bind_MdGeLengthDim_MdGeLengthDim_2"]=Module["asm"]["k1"]).apply(null,arguments)};var _emscripten_bind_MdGeLengthDim_MdGeLengthDim_3=Module["_emscripten_bind_MdGeLengthDim_MdGeLengthDim_3"]=function(){return(_emscripten_bind_MdGeLengthDim_MdGeLengthDim_3=Module["_emscripten_bind_MdGeLengthDim_MdGeLengthDim_3"]=Module["asm"]["l1"]).apply(null,arguments)};var _emscripten_bind_MdGeLengthDim_FirstPoint_0=Module["_emscripten_bind_MdGeLengthDim_FirstPoint_0"]=function(){return(_emscripten_bind_MdGeLengthDim_FirstPoint_0=Module["_emscripten_bind_MdGeLengthDim_FirstPoint_0"]=Module["asm"]["m1"]).apply(null,arguments)};var _emscripten_bind_MdGeLengthDim_SecondPoint_0=Module["_emscripten_bind_MdGeLengthDim_SecondPoint_0"]=function(){return(_emscripten_bind_MdGeLengthDim_SecondPoint_0=Module["_emscripten_bind_MdGeLengthDim_SecondPoint_0"]=Module["asm"]["n1"]).apply(null,arguments)};var _emscripten_bind_MdGeLengthDim_FirstShape_0=Module["_emscripten_bind_MdGeLengthDim_FirstShape_0"]=function(){return(_emscripten_bind_MdGeLengthDim_FirstShape_0=Module["_emscripten_bind_MdGeLengthDim_FirstShape_0"]=Module["asm"]["o1"]).apply(null,arguments)};var _emscripten_bind_MdGeLengthDim_SecondShape_0=Module["_emscripten_bind_MdGeLengthDim_SecondShape_0"]=function(){return(_emscripten_bind_MdGeLengthDim_SecondShape_0=Module["_emscripten_bind_MdGeLengthDim_SecondShape_0"]=Module["asm"]["p1"]).apply(null,arguments)};var _emscripten_bind_MdGeLengthDim_SetMeasuredGeometry_3=Module["_emscripten_bind_MdGeLengthDim_SetMeasuredGeometry_3"]=function(){return(_emscripten_bind_MdGeLengthDim_SetMeasuredGeometry_3=Module["_emscripten_bind_MdGeLengthDim_SetMeasuredGeometry_3"]=Module["asm"]["q1"]).apply(null,arguments)};var _emscripten_bind_MdGeLengthDim_SetMeasuredShapes_2=Module["_emscripten_bind_MdGeLengthDim_SetMeasuredShapes_2"]=function(){return(_emscripten_bind_MdGeLengthDim_SetMeasuredShapes_2=Module["_emscripten_bind_MdGeLengthDim_SetMeasuredShapes_2"]=Module["asm"]["r1"]).apply(null,arguments)};var _emscripten_bind_MdGeLengthDim_SetTextPosition_1=Module["_emscripten_bind_MdGeLengthDim_SetTextPosition_1"]=function(){return(_emscripten_bind_MdGeLengthDim_SetTextPosition_1=Module["_emscripten_bind_MdGeLengthDim_SetTextPosition_1"]=Module["asm"]["s1"]).apply(null,arguments)};var _emscripten_bind_MdGeLengthDim_GetTextPosition_0=Module["_emscripten_bind_MdGeLengthDim_GetTextPosition_0"]=function(){return(_emscripten_bind_MdGeLengthDim_GetTextPosition_0=Module["_emscripten_bind_MdGeLengthDim_GetTextPosition_0"]=Module["asm"]["t1"]).apply(null,arguments)};var _emscripten_bind_MdGeLengthDim_SetDirection_1=Module["_emscripten_bind_MdGeLengthDim_SetDirection_1"]=function(){return(_emscripten_bind_MdGeLengthDim_SetDirection_1=Module["_emscripten_bind_MdGeLengthDim_SetDirection_1"]=Module["asm"]["u1"]).apply(null,arguments)};var _emscripten_bind_MdGeLengthDim_SetDirection_2=Module["_emscripten_bind_MdGeLengthDim_SetDirection_2"]=function(){return(_emscripten_bind_MdGeLengthDim_SetDirection_2=Module["_emscripten_bind_MdGeLengthDim_SetDirection_2"]=Module["asm"]["v1"]).apply(null,arguments)};var _emscripten_bind_MdGeLengthDim_GetValue_0=Module["_emscripten_bind_MdGeLengthDim_GetValue_0"]=function(){return(_emscripten_bind_MdGeLengthDim_GetValue_0=Module["_emscripten_bind_MdGeLengthDim_GetValue_0"]=Module["asm"]["w1"]).apply(null,arguments)};var _emscripten_bind_MdGeLengthDim_SetComputedValue_0=Module["_emscripten_bind_MdGeLengthDim_SetComputedValue_0"]=function(){return(_emscripten_bind_MdGeLengthDim_SetComputedValue_0=Module["_emscripten_bind_MdGeLengthDim_SetComputedValue_0"]=Module["asm"]["x1"]).apply(null,arguments)};var _emscripten_bind_MdGeLengthDim_SetCustomValue_1=Module["_emscripten_bind_MdGeLengthDim_SetCustomValue_1"]=function(){return(_emscripten_bind_MdGeLengthDim_SetCustomValue_1=Module["_emscripten_bind_MdGeLengthDim_SetCustomValue_1"]=Module["asm"]["y1"]).apply(null,arguments)};var _emscripten_bind_MdGeLengthDim_GetPlane_0=Module["_emscripten_bind_MdGeLengthDim_GetPlane_0"]=function(){return(_emscripten_bind_MdGeLengthDim_GetPlane_0=Module["_emscripten_bind_MdGeLengthDim_GetPlane_0"]=Module["asm"]["z1"]).apply(null,arguments)};var _emscripten_bind_MdGeLengthDim_GetGeometryType_0=Module["_emscripten_bind_MdGeLengthDim_GetGeometryType_0"]=function(){return(_emscripten_bind_MdGeLengthDim_GetGeometryType_0=Module["_emscripten_bind_MdGeLengthDim_GetGeometryType_0"]=Module["asm"]["A1"]).apply(null,arguments)};var _emscripten_bind_MdGeLengthDim_SetCustomPlane_1=Module["_emscripten_bind_MdGeLengthDim_SetCustomPlane_1"]=function(){return(_emscripten_bind_MdGeLengthDim_SetCustomPlane_1=Module["_emscripten_bind_MdGeLengthDim_SetCustomPlane_1"]=Module["asm"]["B1"]).apply(null,arguments)};var _emscripten_bind_MdGeLengthDim_UnsetCustomPlane_0=Module["_emscripten_bind_MdGeLengthDim_UnsetCustomPlane_0"]=function(){return(_emscripten_bind_MdGeLengthDim_UnsetCustomPlane_0=Module["_emscripten_bind_MdGeLengthDim_UnsetCustomPlane_0"]=Module["asm"]["C1"]).apply(null,arguments)};var _emscripten_bind_MdGeLengthDim_IsTextPositionCustom_0=Module["_emscripten_bind_MdGeLengthDim_IsTextPositionCustom_0"]=function(){return(_emscripten_bind_MdGeLengthDim_IsTextPositionCustom_0=Module["_emscripten_bind_MdGeLengthDim_IsTextPositionCustom_0"]=Module["asm"]["D1"]).apply(null,arguments)};var _emscripten_bind_MdGeLengthDim_DimensionAspect_0=Module["_emscripten_bind_MdGeLengthDim_DimensionAspect_0"]=function(){return(_emscripten_bind_MdGeLengthDim_DimensionAspect_0=Module["_emscripten_bind_MdGeLengthDim_DimensionAspect_0"]=Module["asm"]["E1"]).apply(null,arguments)};var _emscripten_bind_MdGeLengthDim_SetDimensionAspect_1=Module["_emscripten_bind_MdGeLengthDim_SetDimensionAspect_1"]=function(){return(_emscripten_bind_MdGeLengthDim_SetDimensionAspect_1=Module["_emscripten_bind_MdGeLengthDim_SetDimensionAspect_1"]=Module["asm"]["F1"]).apply(null,arguments)};var _emscripten_bind_MdGeLengthDim_KindOfDimension_0=Module["_emscripten_bind_MdGeLengthDim_KindOfDimension_0"]=function(){return(_emscripten_bind_MdGeLengthDim_KindOfDimension_0=Module["_emscripten_bind_MdGeLengthDim_KindOfDimension_0"]=Module["asm"]["G1"]).apply(null,arguments)};var _emscripten_bind_MdGeLengthDim_AcceptDisplayMode_1=Module["_emscripten_bind_MdGeLengthDim_AcceptDisplayMode_1"]=function(){return(_emscripten_bind_MdGeLengthDim_AcceptDisplayMode_1=Module["_emscripten_bind_MdGeLengthDim_AcceptDisplayMode_1"]=Module["asm"]["H1"]).apply(null,arguments)};var _emscripten_bind_MdGeLengthDim_UnsetFixedTextPosition_0=Module["_emscripten_bind_MdGeLengthDim_UnsetFixedTextPosition_0"]=function(){return(_emscripten_bind_MdGeLengthDim_UnsetFixedTextPosition_0=Module["_emscripten_bind_MdGeLengthDim_UnsetFixedTextPosition_0"]=Module["asm"]["I1"]).apply(null,arguments)};var _emscripten_bind_MdGeLengthDim_SelToleranceForText2d_0=Module["_emscripten_bind_MdGeLengthDim_SelToleranceForText2d_0"]=function(){return(_emscripten_bind_MdGeLengthDim_SelToleranceForText2d_0=Module["_emscripten_bind_MdGeLengthDim_SelToleranceForText2d_0"]=Module["asm"]["J1"]).apply(null,arguments)};var _emscripten_bind_MdGeLengthDim_SetSelToleranceForText2d_1=Module["_emscripten_bind_MdGeLengthDim_SetSelToleranceForText2d_1"]=function(){return(_emscripten_bind_MdGeLengthDim_SetSelToleranceForText2d_1=Module["_emscripten_bind_MdGeLengthDim_SetSelToleranceForText2d_1"]=Module["asm"]["K1"]).apply(null,arguments)};var _emscripten_bind_MdGeLengthDim_GetFlyout_0=Module["_emscripten_bind_MdGeLengthDim_GetFlyout_0"]=function(){return(_emscripten_bind_MdGeLengthDim_GetFlyout_0=Module["_emscripten_bind_MdGeLengthDim_GetFlyout_0"]=Module["asm"]["L1"]).apply(null,arguments)};var _emscripten_bind_MdGeLengthDim_SetFlyout_1=Module["_emscripten_bind_MdGeLengthDim_SetFlyout_1"]=function(){return(_emscripten_bind_MdGeLengthDim_SetFlyout_1=Module["_emscripten_bind_MdGeLengthDim_SetFlyout_1"]=Module["asm"]["M1"]).apply(null,arguments)};var _emscripten_bind_MdGeLengthDim_IsValid_0=Module["_emscripten_bind_MdGeLengthDim_IsValid_0"]=function(){return(_emscripten_bind_MdGeLengthDim_IsValid_0=Module["_emscripten_bind_MdGeLengthDim_IsValid_0"]=Module["asm"]["N1"]).apply(null,arguments)};var _emscripten_bind_MdGeLengthDim_Display_0=Module["_emscripten_bind_MdGeLengthDim_Display_0"]=function(){return(_emscripten_bind_MdGeLengthDim_Display_0=Module["_emscripten_bind_MdGeLengthDim_Display_0"]=Module["asm"]["O1"]).apply(null,arguments)};var _emscripten_bind_MdGeLengthDim___destroy___0=Module["_emscripten_bind_MdGeLengthDim___destroy___0"]=function(){return(_emscripten_bind_MdGeLengthDim___destroy___0=Module["_emscripten_bind_MdGeLengthDim___destroy___0"]=Module["asm"]["P1"]).apply(null,arguments)};var _emscripten_bind_MdGeLoft_MdGeLoft_0=Module["_emscripten_bind_MdGeLoft_MdGeLoft_0"]=function(){return(_emscripten_bind_MdGeLoft_MdGeLoft_0=Module["_emscripten_bind_MdGeLoft_MdGeLoft_0"]=Module["asm"]["Q1"]).apply(null,arguments)};var _emscripten_bind_MdGeLoft_MdGeLoft_1=Module["_emscripten_bind_MdGeLoft_MdGeLoft_1"]=function(){return(_emscripten_bind_MdGeLoft_MdGeLoft_1=Module["_emscripten_bind_MdGeLoft_MdGeLoft_1"]=Module["asm"]["R1"]).apply(null,arguments)};var _emscripten_bind_MdGeLoft_MdGeLoft_2=Module["_emscripten_bind_MdGeLoft_MdGeLoft_2"]=function(){return(_emscripten_bind_MdGeLoft_MdGeLoft_2=Module["_emscripten_bind_MdGeLoft_MdGeLoft_2"]=Module["asm"]["S1"]).apply(null,arguments)};var _emscripten_bind_MdGeLoft_MdGeLoft_3=Module["_emscripten_bind_MdGeLoft_MdGeLoft_3"]=function(){return(_emscripten_bind_MdGeLoft_MdGeLoft_3=Module["_emscripten_bind_MdGeLoft_MdGeLoft_3"]=Module["asm"]["T1"]).apply(null,arguments)};var _emscripten_bind_MdGeLoft_Init_0=Module["_emscripten_bind_MdGeLoft_Init_0"]=function(){return(_emscripten_bind_MdGeLoft_Init_0=Module["_emscripten_bind_MdGeLoft_Init_0"]=Module["asm"]["U1"]).apply(null,arguments)};var _emscripten_bind_MdGeLoft_Init_1=Module["_emscripten_bind_MdGeLoft_Init_1"]=function(){return(_emscripten_bind_MdGeLoft_Init_1=Module["_emscripten_bind_MdGeLoft_Init_1"]=Module["asm"]["V1"]).apply(null,arguments)};var _emscripten_bind_MdGeLoft_Init_2=Module["_emscripten_bind_MdGeLoft_Init_2"]=function(){return(_emscripten_bind_MdGeLoft_Init_2=Module["_emscripten_bind_MdGeLoft_Init_2"]=Module["asm"]["W1"]).apply(null,arguments)};var _emscripten_bind_MdGeLoft_Init_3=Module["_emscripten_bind_MdGeLoft_Init_3"]=function(){return(_emscripten_bind_MdGeLoft_Init_3=Module["_emscripten_bind_MdGeLoft_Init_3"]=Module["asm"]["X1"]).apply(null,arguments)};var _emscripten_bind_MdGeLoft_AddWire_1=Module["_emscripten_bind_MdGeLoft_AddWire_1"]=function(){return(_emscripten_bind_MdGeLoft_AddWire_1=Module["_emscripten_bind_MdGeLoft_AddWire_1"]=Module["asm"]["Y1"]).apply(null,arguments)};var _emscripten_bind_MdGeLoft_AddVertex_1=Module["_emscripten_bind_MdGeLoft_AddVertex_1"]=function(){return(_emscripten_bind_MdGeLoft_AddVertex_1=Module["_emscripten_bind_MdGeLoft_AddVertex_1"]=Module["asm"]["Z1"]).apply(null,arguments)};var _emscripten_bind_MdGeLoft_CheckCompatibility_0=Module["_emscripten_bind_MdGeLoft_CheckCompatibility_0"]=function(){return(_emscripten_bind_MdGeLoft_CheckCompatibility_0=Module["_emscripten_bind_MdGeLoft_CheckCompatibility_0"]=Module["asm"]["_1"]).apply(null,arguments)};var _emscripten_bind_MdGeLoft_CheckCompatibility_1=Module["_emscripten_bind_MdGeLoft_CheckCompatibility_1"]=function(){return(_emscripten_bind_MdGeLoft_CheckCompatibility_1=Module["_emscripten_bind_MdGeLoft_CheckCompatibility_1"]=Module["asm"]["$1"]).apply(null,arguments)};var _emscripten_bind_MdGeLoft_SetSmoothing_1=Module["_emscripten_bind_MdGeLoft_SetSmoothing_1"]=function(){return(_emscripten_bind_MdGeLoft_SetSmoothing_1=Module["_emscripten_bind_MdGeLoft_SetSmoothing_1"]=Module["asm"]["a2"]).apply(null,arguments)};var _emscripten_bind_MdGeLoft_SetContinuity_1=Module["_emscripten_bind_MdGeLoft_SetContinuity_1"]=function(){return(_emscripten_bind_MdGeLoft_SetContinuity_1=Module["_emscripten_bind_MdGeLoft_SetContinuity_1"]=Module["asm"]["b2"]).apply(null,arguments)};var _emscripten_bind_MdGeLoft_SetMaxDegree_1=Module["_emscripten_bind_MdGeLoft_SetMaxDegree_1"]=function(){return(_emscripten_bind_MdGeLoft_SetMaxDegree_1=Module["_emscripten_bind_MdGeLoft_SetMaxDegree_1"]=Module["asm"]["c2"]).apply(null,arguments)};var _emscripten_bind_MdGeLoft_Continuity_0=Module["_emscripten_bind_MdGeLoft_Continuity_0"]=function(){return(_emscripten_bind_MdGeLoft_Continuity_0=Module["_emscripten_bind_MdGeLoft_Continuity_0"]=Module["asm"]["d2"]).apply(null,arguments)};var _emscripten_bind_MdGeLoft_MaxDegree_0=Module["_emscripten_bind_MdGeLoft_MaxDegree_0"]=function(){return(_emscripten_bind_MdGeLoft_MaxDegree_0=Module["_emscripten_bind_MdGeLoft_MaxDegree_0"]=Module["asm"]["e2"]).apply(null,arguments)};var _emscripten_bind_MdGeLoft_UseSmoothing_0=Module["_emscripten_bind_MdGeLoft_UseSmoothing_0"]=function(){return(_emscripten_bind_MdGeLoft_UseSmoothing_0=Module["_emscripten_bind_MdGeLoft_UseSmoothing_0"]=Module["asm"]["f2"]).apply(null,arguments)};var _emscripten_bind_MdGeLoft_FirstShape_0=Module["_emscripten_bind_MdGeLoft_FirstShape_0"]=function(){return(_emscripten_bind_MdGeLoft_FirstShape_0=Module["_emscripten_bind_MdGeLoft_FirstShape_0"]=Module["asm"]["g2"]).apply(null,arguments)};var _emscripten_bind_MdGeLoft_LastShape_0=Module["_emscripten_bind_MdGeLoft_LastShape_0"]=function(){return(_emscripten_bind_MdGeLoft_LastShape_0=Module["_emscripten_bind_MdGeLoft_LastShape_0"]=Module["asm"]["h2"]).apply(null,arguments)};var _emscripten_bind_MdGeLoft_GeneratedFace_1=Module["_emscripten_bind_MdGeLoft_GeneratedFace_1"]=function(){return(_emscripten_bind_MdGeLoft_GeneratedFace_1=Module["_emscripten_bind_MdGeLoft_GeneratedFace_1"]=Module["asm"]["i2"]).apply(null,arguments)};var _emscripten_bind_MdGeLoft_SetMutableInput_1=Module["_emscripten_bind_MdGeLoft_SetMutableInput_1"]=function(){return(_emscripten_bind_MdGeLoft_SetMutableInput_1=Module["_emscripten_bind_MdGeLoft_SetMutableInput_1"]=Module["asm"]["j2"]).apply(null,arguments)};var _emscripten_bind_MdGeLoft_IsMutableInput_0=Module["_emscripten_bind_MdGeLoft_IsMutableInput_0"]=function(){return(_emscripten_bind_MdGeLoft_IsMutableInput_0=Module["_emscripten_bind_MdGeLoft_IsMutableInput_0"]=Module["asm"]["k2"]).apply(null,arguments)};var _emscripten_bind_MdGeLoft_Shape_0=Module["_emscripten_bind_MdGeLoft_Shape_0"]=function(){return(_emscripten_bind_MdGeLoft_Shape_0=Module["_emscripten_bind_MdGeLoft_Shape_0"]=Module["asm"]["l2"]).apply(null,arguments)};var _emscripten_bind_MdGeLoft___destroy___0=Module["_emscripten_bind_MdGeLoft___destroy___0"]=function(){return(_emscripten_bind_MdGeLoft___destroy___0=Module["_emscripten_bind_MdGeLoft___destroy___0"]=Module["asm"]["m2"]).apply(null,arguments)};var _emscripten_bind_MdGeParab_MdGeParab_0=Module["_emscripten_bind_MdGeParab_MdGeParab_0"]=function(){return(_emscripten_bind_MdGeParab_MdGeParab_0=Module["_emscripten_bind_MdGeParab_MdGeParab_0"]=Module["asm"]["n2"]).apply(null,arguments)};var _emscripten_bind_MdGeParab_MdGeParab_1=Module["_emscripten_bind_MdGeParab_MdGeParab_1"]=function(){return(_emscripten_bind_MdGeParab_MdGeParab_1=Module["_emscripten_bind_MdGeParab_MdGeParab_1"]=Module["asm"]["o2"]).apply(null,arguments)};var _emscripten_bind_MdGeParab_MdGeParab_2=Module["_emscripten_bind_MdGeParab_MdGeParab_2"]=function(){return(_emscripten_bind_MdGeParab_MdGeParab_2=Module["_emscripten_bind_MdGeParab_MdGeParab_2"]=Module["asm"]["p2"]).apply(null,arguments)};var _emscripten_bind_MdGeParab_SetAxis_1=Module["_emscripten_bind_MdGeParab_SetAxis_1"]=function(){return(_emscripten_bind_MdGeParab_SetAxis_1=Module["_emscripten_bind_MdGeParab_SetAxis_1"]=Module["asm"]["q2"]).apply(null,arguments)};var _emscripten_bind_MdGeParab_SetFocal_1=Module["_emscripten_bind_MdGeParab_SetFocal_1"]=function(){return(_emscripten_bind_MdGeParab_SetFocal_1=Module["_emscripten_bind_MdGeParab_SetFocal_1"]=Module["asm"]["r2"]).apply(null,arguments)};var _emscripten_bind_MdGeParab_SetLocation_1=Module["_emscripten_bind_MdGeParab_SetLocation_1"]=function(){return(_emscripten_bind_MdGeParab_SetLocation_1=Module["_emscripten_bind_MdGeParab_SetLocation_1"]=Module["asm"]["s2"]).apply(null,arguments)};var _emscripten_bind_MdGeParab_SetPosition_1=Module["_emscripten_bind_MdGeParab_SetPosition_1"]=function(){return(_emscripten_bind_MdGeParab_SetPosition_1=Module["_emscripten_bind_MdGeParab_SetPosition_1"]=Module["asm"]["t2"]).apply(null,arguments)};var _emscripten_bind_MdGeParab_Axis_0=Module["_emscripten_bind_MdGeParab_Axis_0"]=function(){return(_emscripten_bind_MdGeParab_Axis_0=Module["_emscripten_bind_MdGeParab_Axis_0"]=Module["asm"]["u2"]).apply(null,arguments)};var _emscripten_bind_MdGeParab_Directrix_0=Module["_emscripten_bind_MdGeParab_Directrix_0"]=function(){return(_emscripten_bind_MdGeParab_Directrix_0=Module["_emscripten_bind_MdGeParab_Directrix_0"]=Module["asm"]["v2"]).apply(null,arguments)};var _emscripten_bind_MdGeParab_Focal_0=Module["_emscripten_bind_MdGeParab_Focal_0"]=function(){return(_emscripten_bind_MdGeParab_Focal_0=Module["_emscripten_bind_MdGeParab_Focal_0"]=Module["asm"]["w2"]).apply(null,arguments)};var _emscripten_bind_MdGeParab_Focus_0=Module["_emscripten_bind_MdGeParab_Focus_0"]=function(){return(_emscripten_bind_MdGeParab_Focus_0=Module["_emscripten_bind_MdGeParab_Focus_0"]=Module["asm"]["x2"]).apply(null,arguments)};var _emscripten_bind_MdGeParab_Location_0=Module["_emscripten_bind_MdGeParab_Location_0"]=function(){return(_emscripten_bind_MdGeParab_Location_0=Module["_emscripten_bind_MdGeParab_Location_0"]=Module["asm"]["y2"]).apply(null,arguments)};var _emscripten_bind_MdGeParab_Parameter_0=Module["_emscripten_bind_MdGeParab_Parameter_0"]=function(){return(_emscripten_bind_MdGeParab_Parameter_0=Module["_emscripten_bind_MdGeParab_Parameter_0"]=Module["asm"]["z2"]).apply(null,arguments)};var _emscripten_bind_MdGeParab_Position_0=Module["_emscripten_bind_MdGeParab_Position_0"]=function(){return(_emscripten_bind_MdGeParab_Position_0=Module["_emscripten_bind_MdGeParab_Position_0"]=Module["asm"]["A2"]).apply(null,arguments)};var _emscripten_bind_MdGeParab_XAxis_0=Module["_emscripten_bind_MdGeParab_XAxis_0"]=function(){return(_emscripten_bind_MdGeParab_XAxis_0=Module["_emscripten_bind_MdGeParab_XAxis_0"]=Module["asm"]["B2"]).apply(null,arguments)};var _emscripten_bind_MdGeParab_YAxis_0=Module["_emscripten_bind_MdGeParab_YAxis_0"]=function(){return(_emscripten_bind_MdGeParab_YAxis_0=Module["_emscripten_bind_MdGeParab_YAxis_0"]=Module["asm"]["C2"]).apply(null,arguments)};var _emscripten_bind_MdGeParab_MirrorByPoint_1=Module["_emscripten_bind_MdGeParab_MirrorByPoint_1"]=function(){return(_emscripten_bind_MdGeParab_MirrorByPoint_1=Module["_emscripten_bind_MdGeParab_MirrorByPoint_1"]=Module["asm"]["D2"]).apply(null,arguments)};var _emscripten_bind_MdGeParab_MirroredByPoint_1=Module["_emscripten_bind_MdGeParab_MirroredByPoint_1"]=function(){return(_emscripten_bind_MdGeParab_MirroredByPoint_1=Module["_emscripten_bind_MdGeParab_MirroredByPoint_1"]=Module["asm"]["E2"]).apply(null,arguments)};var _emscripten_bind_MdGeParab_MirrorByAxis_1=Module["_emscripten_bind_MdGeParab_MirrorByAxis_1"]=function(){return(_emscripten_bind_MdGeParab_MirrorByAxis_1=Module["_emscripten_bind_MdGeParab_MirrorByAxis_1"]=Module["asm"]["F2"]).apply(null,arguments)};var _emscripten_bind_MdGeParab_MirroredByAxis_1=Module["_emscripten_bind_MdGeParab_MirroredByAxis_1"]=function(){return(_emscripten_bind_MdGeParab_MirroredByAxis_1=Module["_emscripten_bind_MdGeParab_MirroredByAxis_1"]=Module["asm"]["G2"]).apply(null,arguments)};var _emscripten_bind_MdGeParab_MirrorByCSYSR_1=Module["_emscripten_bind_MdGeParab_MirrorByCSYSR_1"]=function(){return(_emscripten_bind_MdGeParab_MirrorByCSYSR_1=Module["_emscripten_bind_MdGeParab_MirrorByCSYSR_1"]=Module["asm"]["H2"]).apply(null,arguments)};var _emscripten_bind_MdGeParab_MirroredByCSYSR_1=Module["_emscripten_bind_MdGeParab_MirroredByCSYSR_1"]=function(){return(_emscripten_bind_MdGeParab_MirroredByCSYSR_1=Module["_emscripten_bind_MdGeParab_MirroredByCSYSR_1"]=Module["asm"]["I2"]).apply(null,arguments)};var _emscripten_bind_MdGeParab_Rotate_2=Module["_emscripten_bind_MdGeParab_Rotate_2"]=function(){return(_emscripten_bind_MdGeParab_Rotate_2=Module["_emscripten_bind_MdGeParab_Rotate_2"]=Module["asm"]["J2"]).apply(null,arguments)};var _emscripten_bind_MdGeParab_Rotated_2=Module["_emscripten_bind_MdGeParab_Rotated_2"]=function(){return(_emscripten_bind_MdGeParab_Rotated_2=Module["_emscripten_bind_MdGeParab_Rotated_2"]=Module["asm"]["K2"]).apply(null,arguments)};var _emscripten_bind_MdGeParab_Scale_2=Module["_emscripten_bind_MdGeParab_Scale_2"]=function(){return(_emscripten_bind_MdGeParab_Scale_2=Module["_emscripten_bind_MdGeParab_Scale_2"]=Module["asm"]["L2"]).apply(null,arguments)};var _emscripten_bind_MdGeParab_Scaled_2=Module["_emscripten_bind_MdGeParab_Scaled_2"]=function(){return(_emscripten_bind_MdGeParab_Scaled_2=Module["_emscripten_bind_MdGeParab_Scaled_2"]=Module["asm"]["M2"]).apply(null,arguments)};var _emscripten_bind_MdGeParab_Transform_1=Module["_emscripten_bind_MdGeParab_Transform_1"]=function(){return(_emscripten_bind_MdGeParab_Transform_1=Module["_emscripten_bind_MdGeParab_Transform_1"]=Module["asm"]["N2"]).apply(null,arguments)};var _emscripten_bind_MdGeParab_Transformed_1=Module["_emscripten_bind_MdGeParab_Transformed_1"]=function(){return(_emscripten_bind_MdGeParab_Transformed_1=Module["_emscripten_bind_MdGeParab_Transformed_1"]=Module["asm"]["O2"]).apply(null,arguments)};var _emscripten_bind_MdGeParab_TranslateByVec_1=Module["_emscripten_bind_MdGeParab_TranslateByVec_1"]=function(){return(_emscripten_bind_MdGeParab_TranslateByVec_1=Module["_emscripten_bind_MdGeParab_TranslateByVec_1"]=Module["asm"]["P2"]).apply(null,arguments)};var _emscripten_bind_MdGeParab_TranslatedByVec_1=Module["_emscripten_bind_MdGeParab_TranslatedByVec_1"]=function(){return(_emscripten_bind_MdGeParab_TranslatedByVec_1=Module["_emscripten_bind_MdGeParab_TranslatedByVec_1"]=Module["asm"]["Q2"]).apply(null,arguments)};var _emscripten_bind_MdGeParab_TranslateBy2Points_2=Module["_emscripten_bind_MdGeParab_TranslateBy2Points_2"]=function(){return(_emscripten_bind_MdGeParab_TranslateBy2Points_2=Module["_emscripten_bind_MdGeParab_TranslateBy2Points_2"]=Module["asm"]["R2"]).apply(null,arguments)};var _emscripten_bind_MdGeParab_TranslatedBy2Points_2=Module["_emscripten_bind_MdGeParab_TranslatedBy2Points_2"]=function(){return(_emscripten_bind_MdGeParab_TranslatedBy2Points_2=Module["_emscripten_bind_MdGeParab_TranslatedBy2Points_2"]=Module["asm"]["S2"]).apply(null,arguments)};var _emscripten_bind_MdGeParab_Shape_0=Module["_emscripten_bind_MdGeParab_Shape_0"]=function(){return(_emscripten_bind_MdGeParab_Shape_0=Module["_emscripten_bind_MdGeParab_Shape_0"]=Module["asm"]["T2"]).apply(null,arguments)};var _emscripten_bind_MdGeParab_Wire_0=Module["_emscripten_bind_MdGeParab_Wire_0"]=function(){return(_emscripten_bind_MdGeParab_Wire_0=Module["_emscripten_bind_MdGeParab_Wire_0"]=Module["asm"]["U2"]).apply(null,arguments)};var _emscripten_bind_MdGeParab_Edge_0=Module["_emscripten_bind_MdGeParab_Edge_0"]=function(){return(_emscripten_bind_MdGeParab_Edge_0=Module["_emscripten_bind_MdGeParab_Edge_0"]=Module["asm"]["V2"]).apply(null,arguments)};var _emscripten_bind_MdGeParab_Edge_2=Module["_emscripten_bind_MdGeParab_Edge_2"]=function(){return(_emscripten_bind_MdGeParab_Edge_2=Module["_emscripten_bind_MdGeParab_Edge_2"]=Module["asm"]["W2"]).apply(null,arguments)};var _emscripten_bind_MdGeParab___destroy___0=Module["_emscripten_bind_MdGeParab___destroy___0"]=function(){return(_emscripten_bind_MdGeParab___destroy___0=Module["_emscripten_bind_MdGeParab___destroy___0"]=Module["asm"]["X2"]).apply(null,arguments)};var _emscripten_bind_MdGePlane_MdGePlane_0=Module["_emscripten_bind_MdGePlane_MdGePlane_0"]=function(){return(_emscripten_bind_MdGePlane_MdGePlane_0=Module["_emscripten_bind_MdGePlane_MdGePlane_0"]=Module["asm"]["Y2"]).apply(null,arguments)};var _emscripten_bind_MdGePlane_MdGePlane_1=Module["_emscripten_bind_MdGePlane_MdGePlane_1"]=function(){return(_emscripten_bind_MdGePlane_MdGePlane_1=Module["_emscripten_bind_MdGePlane_MdGePlane_1"]=Module["asm"]["Z2"]).apply(null,arguments)};var _emscripten_bind_MdGePlane_MdGePlane_2=Module["_emscripten_bind_MdGePlane_MdGePlane_2"]=function(){return(_emscripten_bind_MdGePlane_MdGePlane_2=Module["_emscripten_bind_MdGePlane_MdGePlane_2"]=Module["asm"]["_2"]).apply(null,arguments)};var _emscripten_bind_MdGePlane_MdGePlane_4=Module["_emscripten_bind_MdGePlane_MdGePlane_4"]=function(){return(_emscripten_bind_MdGePlane_MdGePlane_4=Module["_emscripten_bind_MdGePlane_MdGePlane_4"]=Module["asm"]["$2"]).apply(null,arguments)};var _emscripten_bind_MdGePlane_SetAxis_1=Module["_emscripten_bind_MdGePlane_SetAxis_1"]=function(){return(_emscripten_bind_MdGePlane_SetAxis_1=Module["_emscripten_bind_MdGePlane_SetAxis_1"]=Module["asm"]["a3"]).apply(null,arguments)};var _emscripten_bind_MdGePlane_SetLocation_1=Module["_emscripten_bind_MdGePlane_SetLocation_1"]=function(){return(_emscripten_bind_MdGePlane_SetLocation_1=Module["_emscripten_bind_MdGePlane_SetLocation_1"]=Module["asm"]["b3"]).apply(null,arguments)};var _emscripten_bind_MdGePlane_SetPosition_1=Module["_emscripten_bind_MdGePlane_SetPosition_1"]=function(){return(_emscripten_bind_MdGePlane_SetPosition_1=Module["_emscripten_bind_MdGePlane_SetPosition_1"]=Module["asm"]["c3"]).apply(null,arguments)};var _emscripten_bind_MdGePlane_UReverse_0=Module["_emscripten_bind_MdGePlane_UReverse_0"]=function(){return(_emscripten_bind_MdGePlane_UReverse_0=Module["_emscripten_bind_MdGePlane_UReverse_0"]=Module["asm"]["d3"]).apply(null,arguments)};var _emscripten_bind_MdGePlane_VReverse_0=Module["_emscripten_bind_MdGePlane_VReverse_0"]=function(){return(_emscripten_bind_MdGePlane_VReverse_0=Module["_emscripten_bind_MdGePlane_VReverse_0"]=Module["asm"]["e3"]).apply(null,arguments)};var _emscripten_bind_MdGePlane_Direct_0=Module["_emscripten_bind_MdGePlane_Direct_0"]=function(){return(_emscripten_bind_MdGePlane_Direct_0=Module["_emscripten_bind_MdGePlane_Direct_0"]=Module["asm"]["f3"]).apply(null,arguments)};var _emscripten_bind_MdGePlane_Axis_0=Module["_emscripten_bind_MdGePlane_Axis_0"]=function(){return(_emscripten_bind_MdGePlane_Axis_0=Module["_emscripten_bind_MdGePlane_Axis_0"]=Module["asm"]["g3"]).apply(null,arguments)};var _emscripten_bind_MdGePlane_Location_0=Module["_emscripten_bind_MdGePlane_Location_0"]=function(){return(_emscripten_bind_MdGePlane_Location_0=Module["_emscripten_bind_MdGePlane_Location_0"]=Module["asm"]["h3"]).apply(null,arguments)};var _emscripten_bind_MdGePlane_Position_0=Module["_emscripten_bind_MdGePlane_Position_0"]=function(){return(_emscripten_bind_MdGePlane_Position_0=Module["_emscripten_bind_MdGePlane_Position_0"]=Module["asm"]["i3"]).apply(null,arguments)};var _emscripten_bind_MdGePlane_DistanceToPoint_1=Module["_emscripten_bind_MdGePlane_DistanceToPoint_1"]=function(){return(_emscripten_bind_MdGePlane_DistanceToPoint_1=Module["_emscripten_bind_MdGePlane_DistanceToPoint_1"]=Module["asm"]["j3"]).apply(null,arguments)};var _emscripten_bind_MdGePlane_DistanceToPlane_1=Module["_emscripten_bind_MdGePlane_DistanceToPlane_1"]=function(){return(_emscripten_bind_MdGePlane_DistanceToPlane_1=Module["_emscripten_bind_MdGePlane_DistanceToPlane_1"]=Module["asm"]["k3"]).apply(null,arguments)};var _emscripten_bind_MdGePlane_SquareDistanceToPoint_1=Module["_emscripten_bind_MdGePlane_SquareDistanceToPoint_1"]=function(){return(_emscripten_bind_MdGePlane_SquareDistanceToPoint_1=Module["_emscripten_bind_MdGePlane_SquareDistanceToPoint_1"]=Module["asm"]["l3"]).apply(null,arguments)};var _emscripten_bind_MdGePlane_SquareDistanceToPlane_1=Module["_emscripten_bind_MdGePlane_SquareDistanceToPlane_1"]=function(){return(_emscripten_bind_MdGePlane_SquareDistanceToPlane_1=Module["_emscripten_bind_MdGePlane_SquareDistanceToPlane_1"]=Module["asm"]["m3"]).apply(null,arguments)};var _emscripten_bind_MdGePlane_XAxis_0=Module["_emscripten_bind_MdGePlane_XAxis_0"]=function(){return(_emscripten_bind_MdGePlane_XAxis_0=Module["_emscripten_bind_MdGePlane_XAxis_0"]=Module["asm"]["n3"]).apply(null,arguments)};var _emscripten_bind_MdGePlane_YAxis_0=Module["_emscripten_bind_MdGePlane_YAxis_0"]=function(){return(_emscripten_bind_MdGePlane_YAxis_0=Module["_emscripten_bind_MdGePlane_YAxis_0"]=Module["asm"]["o3"]).apply(null,arguments)};var _emscripten_bind_MdGePlane_Contains_2=Module["_emscripten_bind_MdGePlane_Contains_2"]=function(){return(_emscripten_bind_MdGePlane_Contains_2=Module["_emscripten_bind_MdGePlane_Contains_2"]=Module["asm"]["p3"]).apply(null,arguments)};var _emscripten_bind_MdGePlane_MirrorByPoint_1=Module["_emscripten_bind_MdGePlane_MirrorByPoint_1"]=function(){return(_emscripten_bind_MdGePlane_MirrorByPoint_1=Module["_emscripten_bind_MdGePlane_MirrorByPoint_1"]=Module["asm"]["q3"]).apply(null,arguments)};var _emscripten_bind_MdGePlane_MirroredByPoint_1=Module["_emscripten_bind_MdGePlane_MirroredByPoint_1"]=function(){return(_emscripten_bind_MdGePlane_MirroredByPoint_1=Module["_emscripten_bind_MdGePlane_MirroredByPoint_1"]=Module["asm"]["r3"]).apply(null,arguments)};var _emscripten_bind_MdGePlane_MirrorByAxis_1=Module["_emscripten_bind_MdGePlane_MirrorByAxis_1"]=function(){return(_emscripten_bind_MdGePlane_MirrorByAxis_1=Module["_emscripten_bind_MdGePlane_MirrorByAxis_1"]=Module["asm"]["s3"]).apply(null,arguments)};var _emscripten_bind_MdGePlane_MirroredByAxis_1=Module["_emscripten_bind_MdGePlane_MirroredByAxis_1"]=function(){return(_emscripten_bind_MdGePlane_MirroredByAxis_1=Module["_emscripten_bind_MdGePlane_MirroredByAxis_1"]=Module["asm"]["t3"]).apply(null,arguments)};var _emscripten_bind_MdGePlane_MirrorByCSYSR_1=Module["_emscripten_bind_MdGePlane_MirrorByCSYSR_1"]=function(){return(_emscripten_bind_MdGePlane_MirrorByCSYSR_1=Module["_emscripten_bind_MdGePlane_MirrorByCSYSR_1"]=Module["asm"]["u3"]).apply(null,arguments)};var _emscripten_bind_MdGePlane_MirroredByCSYSR_1=Module["_emscripten_bind_MdGePlane_MirroredByCSYSR_1"]=function(){return(_emscripten_bind_MdGePlane_MirroredByCSYSR_1=Module["_emscripten_bind_MdGePlane_MirroredByCSYSR_1"]=Module["asm"]["v3"]).apply(null,arguments)};var _emscripten_bind_MdGePlane_Rotate_2=Module["_emscripten_bind_MdGePlane_Rotate_2"]=function(){return(_emscripten_bind_MdGePlane_Rotate_2=Module["_emscripten_bind_MdGePlane_Rotate_2"]=Module["asm"]["w3"]).apply(null,arguments)};var _emscripten_bind_MdGePlane_Rotated_2=Module["_emscripten_bind_MdGePlane_Rotated_2"]=function(){return(_emscripten_bind_MdGePlane_Rotated_2=Module["_emscripten_bind_MdGePlane_Rotated_2"]=Module["asm"]["x3"]).apply(null,arguments)};var _emscripten_bind_MdGePlane_Scale_2=Module["_emscripten_bind_MdGePlane_Scale_2"]=function(){return(_emscripten_bind_MdGePlane_Scale_2=Module["_emscripten_bind_MdGePlane_Scale_2"]=Module["asm"]["y3"]).apply(null,arguments)};var _emscripten_bind_MdGePlane_Scaled_2=Module["_emscripten_bind_MdGePlane_Scaled_2"]=function(){return(_emscripten_bind_MdGePlane_Scaled_2=Module["_emscripten_bind_MdGePlane_Scaled_2"]=Module["asm"]["z3"]).apply(null,arguments)};var _emscripten_bind_MdGePlane_Transform_1=Module["_emscripten_bind_MdGePlane_Transform_1"]=function(){return(_emscripten_bind_MdGePlane_Transform_1=Module["_emscripten_bind_MdGePlane_Transform_1"]=Module["asm"]["A3"]).apply(null,arguments)};var _emscripten_bind_MdGePlane_Transformed_1=Module["_emscripten_bind_MdGePlane_Transformed_1"]=function(){return(_emscripten_bind_MdGePlane_Transformed_1=Module["_emscripten_bind_MdGePlane_Transformed_1"]=Module["asm"]["B3"]).apply(null,arguments)};var _emscripten_bind_MdGePlane_TranslateByVec_1=Module["_emscripten_bind_MdGePlane_TranslateByVec_1"]=function(){return(_emscripten_bind_MdGePlane_TranslateByVec_1=Module["_emscripten_bind_MdGePlane_TranslateByVec_1"]=Module["asm"]["C3"]).apply(null,arguments)};var _emscripten_bind_MdGePlane_TranslatedByVec_1=Module["_emscripten_bind_MdGePlane_TranslatedByVec_1"]=function(){return(_emscripten_bind_MdGePlane_TranslatedByVec_1=Module["_emscripten_bind_MdGePlane_TranslatedByVec_1"]=Module["asm"]["D3"]).apply(null,arguments)};var _emscripten_bind_MdGePlane_TranslateBy2Points_2=Module["_emscripten_bind_MdGePlane_TranslateBy2Points_2"]=function(){return(_emscripten_bind_MdGePlane_TranslateBy2Points_2=Module["_emscripten_bind_MdGePlane_TranslateBy2Points_2"]=Module["asm"]["E3"]).apply(null,arguments)};var _emscripten_bind_MdGePlane_TranslatedBy2Points_2=Module["_emscripten_bind_MdGePlane_TranslatedBy2Points_2"]=function(){return(_emscripten_bind_MdGePlane_TranslatedBy2Points_2=Module["_emscripten_bind_MdGePlane_TranslatedBy2Points_2"]=Module["asm"]["F3"]).apply(null,arguments)};var _emscripten_bind_MdGePlane_Face_0=Module["_emscripten_bind_MdGePlane_Face_0"]=function(){return(_emscripten_bind_MdGePlane_Face_0=Module["_emscripten_bind_MdGePlane_Face_0"]=Module["asm"]["G3"]).apply(null,arguments)};var _emscripten_bind_MdGePlane_Face_1=Module["_emscripten_bind_MdGePlane_Face_1"]=function(){return(_emscripten_bind_MdGePlane_Face_1=Module["_emscripten_bind_MdGePlane_Face_1"]=Module["asm"]["H3"]).apply(null,arguments)};var _emscripten_bind_MdGePlane_Face_2=Module["_emscripten_bind_MdGePlane_Face_2"]=function(){return(_emscripten_bind_MdGePlane_Face_2=Module["_emscripten_bind_MdGePlane_Face_2"]=Module["asm"]["I3"]).apply(null,arguments)};var _emscripten_bind_MdGePlane_Face_4=Module["_emscripten_bind_MdGePlane_Face_4"]=function(){return(_emscripten_bind_MdGePlane_Face_4=Module["_emscripten_bind_MdGePlane_Face_4"]=Module["asm"]["J3"]).apply(null,arguments)};var _emscripten_bind_MdGePlane___destroy___0=Module["_emscripten_bind_MdGePlane___destroy___0"]=function(){return(_emscripten_bind_MdGePlane___destroy___0=Module["_emscripten_bind_MdGePlane___destroy___0"]=Module["asm"]["K3"]).apply(null,arguments)};var _emscripten_bind_MdGePointsToBSpl_MdGePointsToBSpl_0=Module["_emscripten_bind_MdGePointsToBSpl_MdGePointsToBSpl_0"]=function(){return(_emscripten_bind_MdGePointsToBSpl_MdGePointsToBSpl_0=Module["_emscripten_bind_MdGePointsToBSpl_MdGePointsToBSpl_0"]=Module["asm"]["L3"]).apply(null,arguments)};var _emscripten_bind_MdGePointsToBSpl_MdGePointsToBSpl_1=Module["_emscripten_bind_MdGePointsToBSpl_MdGePointsToBSpl_1"]=function(){return(_emscripten_bind_MdGePointsToBSpl_MdGePointsToBSpl_1=Module["_emscripten_bind_MdGePointsToBSpl_MdGePointsToBSpl_1"]=Module["asm"]["M3"]).apply(null,arguments)};var _emscripten_bind_MdGePointsToBSpl_MdGePointsToBSpl_2=Module["_emscripten_bind_MdGePointsToBSpl_MdGePointsToBSpl_2"]=function(){return(_emscripten_bind_MdGePointsToBSpl_MdGePointsToBSpl_2=Module["_emscripten_bind_MdGePointsToBSpl_MdGePointsToBSpl_2"]=Module["asm"]["N3"]).apply(null,arguments)};var _emscripten_bind_MdGePointsToBSpl_MdGePointsToBSpl_3=Module["_emscripten_bind_MdGePointsToBSpl_MdGePointsToBSpl_3"]=function(){return(_emscripten_bind_MdGePointsToBSpl_MdGePointsToBSpl_3=Module["_emscripten_bind_MdGePointsToBSpl_MdGePointsToBSpl_3"]=Module["asm"]["O3"]).apply(null,arguments)};var _emscripten_bind_MdGePointsToBSpl_MdGePointsToBSpl_4=Module["_emscripten_bind_MdGePointsToBSpl_MdGePointsToBSpl_4"]=function(){return(_emscripten_bind_MdGePointsToBSpl_MdGePointsToBSpl_4=Module["_emscripten_bind_MdGePointsToBSpl_MdGePointsToBSpl_4"]=Module["asm"]["P3"]).apply(null,arguments)};var _emscripten_bind_MdGePointsToBSpl_MdGePointsToBSpl_5=Module["_emscripten_bind_MdGePointsToBSpl_MdGePointsToBSpl_5"]=function(){return(_emscripten_bind_MdGePointsToBSpl_MdGePointsToBSpl_5=Module["_emscripten_bind_MdGePointsToBSpl_MdGePointsToBSpl_5"]=Module["asm"]["Q3"]).apply(null,arguments)};var _emscripten_bind_MdGePointsToBSpl_Init_2=Module["_emscripten_bind_MdGePointsToBSpl_Init_2"]=function(){return(_emscripten_bind_MdGePointsToBSpl_Init_2=Module["_emscripten_bind_MdGePointsToBSpl_Init_2"]=Module["asm"]["R3"]).apply(null,arguments)};var _emscripten_bind_MdGePointsToBSpl_Init_3=Module["_emscripten_bind_MdGePointsToBSpl_Init_3"]=function(){return(_emscripten_bind_MdGePointsToBSpl_Init_3=Module["_emscripten_bind_MdGePointsToBSpl_Init_3"]=Module["asm"]["S3"]).apply(null,arguments)};var _emscripten_bind_MdGePointsToBSpl_Init_4=Module["_emscripten_bind_MdGePointsToBSpl_Init_4"]=function(){return(_emscripten_bind_MdGePointsToBSpl_Init_4=Module["_emscripten_bind_MdGePointsToBSpl_Init_4"]=Module["asm"]["T3"]).apply(null,arguments)};var _emscripten_bind_MdGePointsToBSpl_Init_5=Module["_emscripten_bind_MdGePointsToBSpl_Init_5"]=function(){return(_emscripten_bind_MdGePointsToBSpl_Init_5=Module["_emscripten_bind_MdGePointsToBSpl_Init_5"]=Module["asm"]["U3"]).apply(null,arguments)};var _emscripten_bind_MdGePointsToBSpl_Init_6=Module["_emscripten_bind_MdGePointsToBSpl_Init_6"]=function(){return(_emscripten_bind_MdGePointsToBSpl_Init_6=Module["_emscripten_bind_MdGePointsToBSpl_Init_6"]=Module["asm"]["V3"]).apply(null,arguments)};var _emscripten_bind_MdGePointsToBSpl_Curve_0=Module["_emscripten_bind_MdGePointsToBSpl_Curve_0"]=function(){return(_emscripten_bind_MdGePointsToBSpl_Curve_0=Module["_emscripten_bind_MdGePointsToBSpl_Curve_0"]=Module["asm"]["W3"]).apply(null,arguments)};var _emscripten_bind_MdGePointsToBSpl_IsDone_0=Module["_emscripten_bind_MdGePointsToBSpl_IsDone_0"]=function(){return(_emscripten_bind_MdGePointsToBSpl_IsDone_0=Module["_emscripten_bind_MdGePointsToBSpl_IsDone_0"]=Module["asm"]["X3"]).apply(null,arguments)};var _emscripten_bind_MdGePointsToBSpl___destroy___0=Module["_emscripten_bind_MdGePointsToBSpl___destroy___0"]=function(){return(_emscripten_bind_MdGePointsToBSpl___destroy___0=Module["_emscripten_bind_MdGePointsToBSpl___destroy___0"]=Module["asm"]["Y3"]).apply(null,arguments)};var _emscripten_bind_MdGePointsToBSplSurface_MdGePointsToBSplSurface_0=Module["_emscripten_bind_MdGePointsToBSplSurface_MdGePointsToBSplSurface_0"]=function(){return(_emscripten_bind_MdGePointsToBSplSurface_MdGePointsToBSplSurface_0=Module["_emscripten_bind_MdGePointsToBSplSurface_MdGePointsToBSplSurface_0"]=Module["asm"]["Z3"]).apply(null,arguments)};var _emscripten_bind_MdGePointsToBSplSurface_MdGePointsToBSplSurface_1=Module["_emscripten_bind_MdGePointsToBSplSurface_MdGePointsToBSplSurface_1"]=function(){return(_emscripten_bind_MdGePointsToBSplSurface_MdGePointsToBSplSurface_1=Module["_emscripten_bind_MdGePointsToBSplSurface_MdGePointsToBSplSurface_1"]=Module["asm"]["_3"]).apply(null,arguments)};var _emscripten_bind_MdGePointsToBSplSurface_MdGePointsToBSplSurface_2=Module["_emscripten_bind_MdGePointsToBSplSurface_MdGePointsToBSplSurface_2"]=function(){return(_emscripten_bind_MdGePointsToBSplSurface_MdGePointsToBSplSurface_2=Module["_emscripten_bind_MdGePointsToBSplSurface_MdGePointsToBSplSurface_2"]=Module["asm"]["$3"]).apply(null,arguments)};var _emscripten_bind_MdGePointsToBSplSurface_MdGePointsToBSplSurface_3=Module["_emscripten_bind_MdGePointsToBSplSurface_MdGePointsToBSplSurface_3"]=function(){return(_emscripten_bind_MdGePointsToBSplSurface_MdGePointsToBSplSurface_3=Module["_emscripten_bind_MdGePointsToBSplSurface_MdGePointsToBSplSurface_3"]=Module["asm"]["a4"]).apply(null,arguments)};var _emscripten_bind_MdGePointsToBSplSurface_MdGePointsToBSplSurface_4=Module["_emscripten_bind_MdGePointsToBSplSurface_MdGePointsToBSplSurface_4"]=function(){return(_emscripten_bind_MdGePointsToBSplSurface_MdGePointsToBSplSurface_4=Module["_emscripten_bind_MdGePointsToBSplSurface_MdGePointsToBSplSurface_4"]=Module["asm"]["b4"]).apply(null,arguments)};var _emscripten_bind_MdGePointsToBSplSurface_MdGePointsToBSplSurface_5=Module["_emscripten_bind_MdGePointsToBSplSurface_MdGePointsToBSplSurface_5"]=function(){return(_emscripten_bind_MdGePointsToBSplSurface_MdGePointsToBSplSurface_5=Module["_emscripten_bind_MdGePointsToBSplSurface_MdGePointsToBSplSurface_5"]=Module["asm"]["c4"]).apply(null,arguments)};var _emscripten_bind_MdGePointsToBSplSurface_Init_1=Module["_emscripten_bind_MdGePointsToBSplSurface_Init_1"]=function(){return(_emscripten_bind_MdGePointsToBSplSurface_Init_1=Module["_emscripten_bind_MdGePointsToBSplSurface_Init_1"]=Module["asm"]["d4"]).apply(null,arguments)};var _emscripten_bind_MdGePointsToBSplSurface_Init_2=Module["_emscripten_bind_MdGePointsToBSplSurface_Init_2"]=function(){return(_emscripten_bind_MdGePointsToBSplSurface_Init_2=Module["_emscripten_bind_MdGePointsToBSplSurface_Init_2"]=Module["asm"]["e4"]).apply(null,arguments)};var _emscripten_bind_MdGePointsToBSplSurface_Init_3=Module["_emscripten_bind_MdGePointsToBSplSurface_Init_3"]=function(){return(_emscripten_bind_MdGePointsToBSplSurface_Init_3=Module["_emscripten_bind_MdGePointsToBSplSurface_Init_3"]=Module["asm"]["f4"]).apply(null,arguments)};var _emscripten_bind_MdGePointsToBSplSurface_Init_4=Module["_emscripten_bind_MdGePointsToBSplSurface_Init_4"]=function(){return(_emscripten_bind_MdGePointsToBSplSurface_Init_4=Module["_emscripten_bind_MdGePointsToBSplSurface_Init_4"]=Module["asm"]["g4"]).apply(null,arguments)};var _emscripten_bind_MdGePointsToBSplSurface_Init_5=Module["_emscripten_bind_MdGePointsToBSplSurface_Init_5"]=function(){return(_emscripten_bind_MdGePointsToBSplSurface_Init_5=Module["_emscripten_bind_MdGePointsToBSplSurface_Init_5"]=Module["asm"]["h4"]).apply(null,arguments)};var _emscripten_bind_MdGePointsToBSplSurface_Interpolate_1=Module["_emscripten_bind_MdGePointsToBSplSurface_Interpolate_1"]=function(){return(_emscripten_bind_MdGePointsToBSplSurface_Interpolate_1=Module["_emscripten_bind_MdGePointsToBSplSurface_Interpolate_1"]=Module["asm"]["i4"]).apply(null,arguments)};var _emscripten_bind_MdGePointsToBSplSurface_Interpolate_2=Module["_emscripten_bind_MdGePointsToBSplSurface_Interpolate_2"]=function(){return(_emscripten_bind_MdGePointsToBSplSurface_Interpolate_2=Module["_emscripten_bind_MdGePointsToBSplSurface_Interpolate_2"]=Module["asm"]["j4"]).apply(null,arguments)};var _emscripten_bind_MdGePointsToBSplSurface_Interpolate_5=Module["_emscripten_bind_MdGePointsToBSplSurface_Interpolate_5"]=function(){return(_emscripten_bind_MdGePointsToBSplSurface_Interpolate_5=Module["_emscripten_bind_MdGePointsToBSplSurface_Interpolate_5"]=Module["asm"]["k4"]).apply(null,arguments)};var _emscripten_bind_MdGePointsToBSplSurface_IsDone_0=Module["_emscripten_bind_MdGePointsToBSplSurface_IsDone_0"]=function(){return(_emscripten_bind_MdGePointsToBSplSurface_IsDone_0=Module["_emscripten_bind_MdGePointsToBSplSurface_IsDone_0"]=Module["asm"]["l4"]).apply(null,arguments)};var _emscripten_bind_MdGePointsToBSplSurface_Surface_0=Module["_emscripten_bind_MdGePointsToBSplSurface_Surface_0"]=function(){return(_emscripten_bind_MdGePointsToBSplSurface_Surface_0=Module["_emscripten_bind_MdGePointsToBSplSurface_Surface_0"]=Module["asm"]["m4"]).apply(null,arguments)};var _emscripten_bind_MdGePointsToBSplSurface___destroy___0=Module["_emscripten_bind_MdGePointsToBSplSurface___destroy___0"]=function(){return(_emscripten_bind_MdGePointsToBSplSurface___destroy___0=Module["_emscripten_bind_MdGePointsToBSplSurface___destroy___0"]=Module["asm"]["n4"]).apply(null,arguments)};var _emscripten_bind_MdGeRadiusDim_MdGeRadiusDim_1=Module["_emscripten_bind_MdGeRadiusDim_MdGeRadiusDim_1"]=function(){return(_emscripten_bind_MdGeRadiusDim_MdGeRadiusDim_1=Module["_emscripten_bind_MdGeRadiusDim_MdGeRadiusDim_1"]=Module["asm"]["o4"]).apply(null,arguments)};var _emscripten_bind_MdGeRadiusDim_MdGeRadiusDim_2=Module["_emscripten_bind_MdGeRadiusDim_MdGeRadiusDim_2"]=function(){return(_emscripten_bind_MdGeRadiusDim_MdGeRadiusDim_2=Module["_emscripten_bind_MdGeRadiusDim_MdGeRadiusDim_2"]=Module["asm"]["p4"]).apply(null,arguments)};var _emscripten_bind_MdGeRadiusDim_Circle_0=Module["_emscripten_bind_MdGeRadiusDim_Circle_0"]=function(){return(_emscripten_bind_MdGeRadiusDim_Circle_0=Module["_emscripten_bind_MdGeRadiusDim_Circle_0"]=Module["asm"]["q4"]).apply(null,arguments)};var _emscripten_bind_MdGeRadiusDim_AnchorPoint_0=Module["_emscripten_bind_MdGeRadiusDim_AnchorPoint_0"]=function(){return(_emscripten_bind_MdGeRadiusDim_AnchorPoint_0=Module["_emscripten_bind_MdGeRadiusDim_AnchorPoint_0"]=Module["asm"]["r4"]).apply(null,arguments)};var _emscripten_bind_MdGeRadiusDim_Shape_0=Module["_emscripten_bind_MdGeRadiusDim_Shape_0"]=function(){return(_emscripten_bind_MdGeRadiusDim_Shape_0=Module["_emscripten_bind_MdGeRadiusDim_Shape_0"]=Module["asm"]["s4"]).apply(null,arguments)};var _emscripten_bind_MdGeRadiusDim_SetMeasuredGeometry_1=Module["_emscripten_bind_MdGeRadiusDim_SetMeasuredGeometry_1"]=function(){return(_emscripten_bind_MdGeRadiusDim_SetMeasuredGeometry_1=Module["_emscripten_bind_MdGeRadiusDim_SetMeasuredGeometry_1"]=Module["asm"]["t4"]).apply(null,arguments)};var _emscripten_bind_MdGeRadiusDim_SetMeasuredGeometry_2=Module["_emscripten_bind_MdGeRadiusDim_SetMeasuredGeometry_2"]=function(){return(_emscripten_bind_MdGeRadiusDim_SetMeasuredGeometry_2=Module["_emscripten_bind_MdGeRadiusDim_SetMeasuredGeometry_2"]=Module["asm"]["u4"]).apply(null,arguments)};var _emscripten_bind_MdGeRadiusDim_SetMeasuredGeometry_3=Module["_emscripten_bind_MdGeRadiusDim_SetMeasuredGeometry_3"]=function(){return(_emscripten_bind_MdGeRadiusDim_SetMeasuredGeometry_3=Module["_emscripten_bind_MdGeRadiusDim_SetMeasuredGeometry_3"]=Module["asm"]["v4"]).apply(null,arguments)};var _emscripten_bind_MdGeRadiusDim_SetTextPosition_1=Module["_emscripten_bind_MdGeRadiusDim_SetTextPosition_1"]=function(){return(_emscripten_bind_MdGeRadiusDim_SetTextPosition_1=Module["_emscripten_bind_MdGeRadiusDim_SetTextPosition_1"]=Module["asm"]["w4"]).apply(null,arguments)};var _emscripten_bind_MdGeRadiusDim_GetTextPosition_0=Module["_emscripten_bind_MdGeRadiusDim_GetTextPosition_0"]=function(){return(_emscripten_bind_MdGeRadiusDim_GetTextPosition_0=Module["_emscripten_bind_MdGeRadiusDim_GetTextPosition_0"]=Module["asm"]["x4"]).apply(null,arguments)};var _emscripten_bind_MdGeRadiusDim_GetValue_0=Module["_emscripten_bind_MdGeRadiusDim_GetValue_0"]=function(){return(_emscripten_bind_MdGeRadiusDim_GetValue_0=Module["_emscripten_bind_MdGeRadiusDim_GetValue_0"]=Module["asm"]["y4"]).apply(null,arguments)};var _emscripten_bind_MdGeRadiusDim_SetComputedValue_0=Module["_emscripten_bind_MdGeRadiusDim_SetComputedValue_0"]=function(){return(_emscripten_bind_MdGeRadiusDim_SetComputedValue_0=Module["_emscripten_bind_MdGeRadiusDim_SetComputedValue_0"]=Module["asm"]["z4"]).apply(null,arguments)};var _emscripten_bind_MdGeRadiusDim_SetCustomValue_1=Module["_emscripten_bind_MdGeRadiusDim_SetCustomValue_1"]=function(){return(_emscripten_bind_MdGeRadiusDim_SetCustomValue_1=Module["_emscripten_bind_MdGeRadiusDim_SetCustomValue_1"]=Module["asm"]["A4"]).apply(null,arguments)};var _emscripten_bind_MdGeRadiusDim_GetPlane_0=Module["_emscripten_bind_MdGeRadiusDim_GetPlane_0"]=function(){return(_emscripten_bind_MdGeRadiusDim_GetPlane_0=Module["_emscripten_bind_MdGeRadiusDim_GetPlane_0"]=Module["asm"]["B4"]).apply(null,arguments)};var _emscripten_bind_MdGeRadiusDim_GetGeometryType_0=Module["_emscripten_bind_MdGeRadiusDim_GetGeometryType_0"]=function(){return(_emscripten_bind_MdGeRadiusDim_GetGeometryType_0=Module["_emscripten_bind_MdGeRadiusDim_GetGeometryType_0"]=Module["asm"]["C4"]).apply(null,arguments)};var _emscripten_bind_MdGeRadiusDim_SetCustomPlane_1=Module["_emscripten_bind_MdGeRadiusDim_SetCustomPlane_1"]=function(){return(_emscripten_bind_MdGeRadiusDim_SetCustomPlane_1=Module["_emscripten_bind_MdGeRadiusDim_SetCustomPlane_1"]=Module["asm"]["D4"]).apply(null,arguments)};var _emscripten_bind_MdGeRadiusDim_UnsetCustomPlane_0=Module["_emscripten_bind_MdGeRadiusDim_UnsetCustomPlane_0"]=function(){return(_emscripten_bind_MdGeRadiusDim_UnsetCustomPlane_0=Module["_emscripten_bind_MdGeRadiusDim_UnsetCustomPlane_0"]=Module["asm"]["E4"]).apply(null,arguments)};var _emscripten_bind_MdGeRadiusDim_IsTextPositionCustom_0=Module["_emscripten_bind_MdGeRadiusDim_IsTextPositionCustom_0"]=function(){return(_emscripten_bind_MdGeRadiusDim_IsTextPositionCustom_0=Module["_emscripten_bind_MdGeRadiusDim_IsTextPositionCustom_0"]=Module["asm"]["F4"]).apply(null,arguments)};var _emscripten_bind_MdGeRadiusDim_DimensionAspect_0=Module["_emscripten_bind_MdGeRadiusDim_DimensionAspect_0"]=function(){return(_emscripten_bind_MdGeRadiusDim_DimensionAspect_0=Module["_emscripten_bind_MdGeRadiusDim_DimensionAspect_0"]=Module["asm"]["G4"]).apply(null,arguments)};var _emscripten_bind_MdGeRadiusDim_SetDimensionAspect_1=Module["_emscripten_bind_MdGeRadiusDim_SetDimensionAspect_1"]=function(){return(_emscripten_bind_MdGeRadiusDim_SetDimensionAspect_1=Module["_emscripten_bind_MdGeRadiusDim_SetDimensionAspect_1"]=Module["asm"]["H4"]).apply(null,arguments)};var _emscripten_bind_MdGeRadiusDim_KindOfDimension_0=Module["_emscripten_bind_MdGeRadiusDim_KindOfDimension_0"]=function(){return(_emscripten_bind_MdGeRadiusDim_KindOfDimension_0=Module["_emscripten_bind_MdGeRadiusDim_KindOfDimension_0"]=Module["asm"]["I4"]).apply(null,arguments)};var _emscripten_bind_MdGeRadiusDim_AcceptDisplayMode_1=Module["_emscripten_bind_MdGeRadiusDim_AcceptDisplayMode_1"]=function(){return(_emscripten_bind_MdGeRadiusDim_AcceptDisplayMode_1=Module["_emscripten_bind_MdGeRadiusDim_AcceptDisplayMode_1"]=Module["asm"]["J4"]).apply(null,arguments)};var _emscripten_bind_MdGeRadiusDim_UnsetFixedTextPosition_0=Module["_emscripten_bind_MdGeRadiusDim_UnsetFixedTextPosition_0"]=function(){return(_emscripten_bind_MdGeRadiusDim_UnsetFixedTextPosition_0=Module["_emscripten_bind_MdGeRadiusDim_UnsetFixedTextPosition_0"]=Module["asm"]["K4"]).apply(null,arguments)};var _emscripten_bind_MdGeRadiusDim_SelToleranceForText2d_0=Module["_emscripten_bind_MdGeRadiusDim_SelToleranceForText2d_0"]=function(){return(_emscripten_bind_MdGeRadiusDim_SelToleranceForText2d_0=Module["_emscripten_bind_MdGeRadiusDim_SelToleranceForText2d_0"]=Module["asm"]["L4"]).apply(null,arguments)};var _emscripten_bind_MdGeRadiusDim_SetSelToleranceForText2d_1=Module["_emscripten_bind_MdGeRadiusDim_SetSelToleranceForText2d_1"]=function(){return(_emscripten_bind_MdGeRadiusDim_SetSelToleranceForText2d_1=Module["_emscripten_bind_MdGeRadiusDim_SetSelToleranceForText2d_1"]=Module["asm"]["M4"]).apply(null,arguments)};var _emscripten_bind_MdGeRadiusDim_GetFlyout_0=Module["_emscripten_bind_MdGeRadiusDim_GetFlyout_0"]=function(){return(_emscripten_bind_MdGeRadiusDim_GetFlyout_0=Module["_emscripten_bind_MdGeRadiusDim_GetFlyout_0"]=Module["asm"]["N4"]).apply(null,arguments)};var _emscripten_bind_MdGeRadiusDim_SetFlyout_1=Module["_emscripten_bind_MdGeRadiusDim_SetFlyout_1"]=function(){return(_emscripten_bind_MdGeRadiusDim_SetFlyout_1=Module["_emscripten_bind_MdGeRadiusDim_SetFlyout_1"]=Module["asm"]["O4"]).apply(null,arguments)};var _emscripten_bind_MdGeRadiusDim_IsValid_0=Module["_emscripten_bind_MdGeRadiusDim_IsValid_0"]=function(){return(_emscripten_bind_MdGeRadiusDim_IsValid_0=Module["_emscripten_bind_MdGeRadiusDim_IsValid_0"]=Module["asm"]["P4"]).apply(null,arguments)};var _emscripten_bind_MdGeRadiusDim_Display_0=Module["_emscripten_bind_MdGeRadiusDim_Display_0"]=function(){return(_emscripten_bind_MdGeRadiusDim_Display_0=Module["_emscripten_bind_MdGeRadiusDim_Display_0"]=Module["asm"]["Q4"]).apply(null,arguments)};var _emscripten_bind_MdGeRadiusDim___destroy___0=Module["_emscripten_bind_MdGeRadiusDim___destroy___0"]=function(){return(_emscripten_bind_MdGeRadiusDim___destroy___0=Module["_emscripten_bind_MdGeRadiusDim___destroy___0"]=Module["asm"]["R4"]).apply(null,arguments)};var _emscripten_bind_MdGeRect_MdGeRect_3=Module["_emscripten_bind_MdGeRect_MdGeRect_3"]=function(){return(_emscripten_bind_MdGeRect_MdGeRect_3=Module["_emscripten_bind_MdGeRect_MdGeRect_3"]=Module["asm"]["S4"]).apply(null,arguments)};var _emscripten_bind_MdGeRect_Position_0=Module["_emscripten_bind_MdGeRect_Position_0"]=function(){return(_emscripten_bind_MdGeRect_Position_0=Module["_emscripten_bind_MdGeRect_Position_0"]=Module["asm"]["T4"]).apply(null,arguments)};var _emscripten_bind_MdGeRect_SetPosition_1=Module["_emscripten_bind_MdGeRect_SetPosition_1"]=function(){return(_emscripten_bind_MdGeRect_SetPosition_1=Module["_emscripten_bind_MdGeRect_SetPosition_1"]=Module["asm"]["U4"]).apply(null,arguments)};var _emscripten_bind_MdGeRect_X_0=Module["_emscripten_bind_MdGeRect_X_0"]=function(){return(_emscripten_bind_MdGeRect_X_0=Module["_emscripten_bind_MdGeRect_X_0"]=Module["asm"]["V4"]).apply(null,arguments)};var _emscripten_bind_MdGeRect_Y_0=Module["_emscripten_bind_MdGeRect_Y_0"]=function(){return(_emscripten_bind_MdGeRect_Y_0=Module["_emscripten_bind_MdGeRect_Y_0"]=Module["asm"]["W4"]).apply(null,arguments)};var _emscripten_bind_MdGeRect_SetX_1=Module["_emscripten_bind_MdGeRect_SetX_1"]=function(){return(_emscripten_bind_MdGeRect_SetX_1=Module["_emscripten_bind_MdGeRect_SetX_1"]=Module["asm"]["X4"]).apply(null,arguments)};var _emscripten_bind_MdGeRect_SetY_1=Module["_emscripten_bind_MdGeRect_SetY_1"]=function(){return(_emscripten_bind_MdGeRect_SetY_1=Module["_emscripten_bind_MdGeRect_SetY_1"]=Module["asm"]["Y4"]).apply(null,arguments)};var _emscripten_bind_MdGeRect_Shape_0=Module["_emscripten_bind_MdGeRect_Shape_0"]=function(){return(_emscripten_bind_MdGeRect_Shape_0=Module["_emscripten_bind_MdGeRect_Shape_0"]=Module["asm"]["Z4"]).apply(null,arguments)};var _emscripten_bind_MdGeRect_Face_0=Module["_emscripten_bind_MdGeRect_Face_0"]=function(){return(_emscripten_bind_MdGeRect_Face_0=Module["_emscripten_bind_MdGeRect_Face_0"]=Module["asm"]["_4"]).apply(null,arguments)};var _emscripten_bind_MdGeRect_Wire_0=Module["_emscripten_bind_MdGeRect_Wire_0"]=function(){return(_emscripten_bind_MdGeRect_Wire_0=Module["_emscripten_bind_MdGeRect_Wire_0"]=Module["asm"]["$4"]).apply(null,arguments)};var _emscripten_bind_MdGeRect_LeftEdge_0=Module["_emscripten_bind_MdGeRect_LeftEdge_0"]=function(){return(_emscripten_bind_MdGeRect_LeftEdge_0=Module["_emscripten_bind_MdGeRect_LeftEdge_0"]=Module["asm"]["a5"]).apply(null,arguments)};var _emscripten_bind_MdGeRect_RightEdge_0=Module["_emscripten_bind_MdGeRect_RightEdge_0"]=function(){return(_emscripten_bind_MdGeRect_RightEdge_0=Module["_emscripten_bind_MdGeRect_RightEdge_0"]=Module["asm"]["b5"]).apply(null,arguments)};var _emscripten_bind_MdGeRect_TopEdge_0=Module["_emscripten_bind_MdGeRect_TopEdge_0"]=function(){return(_emscripten_bind_MdGeRect_TopEdge_0=Module["_emscripten_bind_MdGeRect_TopEdge_0"]=Module["asm"]["c5"]).apply(null,arguments)};var _emscripten_bind_MdGeRect_BottomEdge_0=Module["_emscripten_bind_MdGeRect_BottomEdge_0"]=function(){return(_emscripten_bind_MdGeRect_BottomEdge_0=Module["_emscripten_bind_MdGeRect_BottomEdge_0"]=Module["asm"]["d5"]).apply(null,arguments)};var _emscripten_bind_MdGeRect_Area_0=Module["_emscripten_bind_MdGeRect_Area_0"]=function(){return(_emscripten_bind_MdGeRect_Area_0=Module["_emscripten_bind_MdGeRect_Area_0"]=Module["asm"]["e5"]).apply(null,arguments)};var _emscripten_bind_MdGeRect___destroy___0=Module["_emscripten_bind_MdGeRect___destroy___0"]=function(){return(_emscripten_bind_MdGeRect___destroy___0=Module["_emscripten_bind_MdGeRect___destroy___0"]=Module["asm"]["f5"]).apply(null,arguments)};var _emscripten_bind_MdGeRevol_MdGeRevol_1=Module["_emscripten_bind_MdGeRevol_MdGeRevol_1"]=function(){return(_emscripten_bind_MdGeRevol_MdGeRevol_1=Module["_emscripten_bind_MdGeRevol_MdGeRevol_1"]=Module["asm"]["g5"]).apply(null,arguments)};var _emscripten_bind_MdGeRevol_MdGeRevol_2=Module["_emscripten_bind_MdGeRevol_MdGeRevol_2"]=function(){return(_emscripten_bind_MdGeRevol_MdGeRevol_2=Module["_emscripten_bind_MdGeRevol_MdGeRevol_2"]=Module["asm"]["h5"]).apply(null,arguments)};var _emscripten_bind_MdGeRevol_MdGeRevol_3=Module["_emscripten_bind_MdGeRevol_MdGeRevol_3"]=function(){return(_emscripten_bind_MdGeRevol_MdGeRevol_3=Module["_emscripten_bind_MdGeRevol_MdGeRevol_3"]=Module["asm"]["i5"]).apply(null,arguments)};var _emscripten_bind_MdGeRevol_MdGeRevol_4=Module["_emscripten_bind_MdGeRevol_MdGeRevol_4"]=function(){return(_emscripten_bind_MdGeRevol_MdGeRevol_4=Module["_emscripten_bind_MdGeRevol_MdGeRevol_4"]=Module["asm"]["j5"]).apply(null,arguments)};var _emscripten_bind_MdGeRevol_FirstShape_0=Module["_emscripten_bind_MdGeRevol_FirstShape_0"]=function(){return(_emscripten_bind_MdGeRevol_FirstShape_0=Module["_emscripten_bind_MdGeRevol_FirstShape_0"]=Module["asm"]["k5"]).apply(null,arguments)};var _emscripten_bind_MdGeRevol_FirstShape_1=Module["_emscripten_bind_MdGeRevol_FirstShape_1"]=function(){return(_emscripten_bind_MdGeRevol_FirstShape_1=Module["_emscripten_bind_MdGeRevol_FirstShape_1"]=Module["asm"]["l5"]).apply(null,arguments)};var _emscripten_bind_MdGeRevol_LastShape_0=Module["_emscripten_bind_MdGeRevol_LastShape_0"]=function(){return(_emscripten_bind_MdGeRevol_LastShape_0=Module["_emscripten_bind_MdGeRevol_LastShape_0"]=Module["asm"]["m5"]).apply(null,arguments)};var _emscripten_bind_MdGeRevol_LastShape_1=Module["_emscripten_bind_MdGeRevol_LastShape_1"]=function(){return(_emscripten_bind_MdGeRevol_LastShape_1=Module["_emscripten_bind_MdGeRevol_LastShape_1"]=Module["asm"]["n5"]).apply(null,arguments)};var _emscripten_bind_MdGeRevol_IsDeleted_1=Module["_emscripten_bind_MdGeRevol_IsDeleted_1"]=function(){return(_emscripten_bind_MdGeRevol_IsDeleted_1=Module["_emscripten_bind_MdGeRevol_IsDeleted_1"]=Module["asm"]["o5"]).apply(null,arguments)};var _emscripten_bind_MdGeRevol_HasDegenerated_0=Module["_emscripten_bind_MdGeRevol_HasDegenerated_0"]=function(){return(_emscripten_bind_MdGeRevol_HasDegenerated_0=Module["_emscripten_bind_MdGeRevol_HasDegenerated_0"]=Module["asm"]["p5"]).apply(null,arguments)};var _emscripten_bind_MdGeRevol_Shape_0=Module["_emscripten_bind_MdGeRevol_Shape_0"]=function(){return(_emscripten_bind_MdGeRevol_Shape_0=Module["_emscripten_bind_MdGeRevol_Shape_0"]=Module["asm"]["q5"]).apply(null,arguments)};var _emscripten_bind_MdGeRevol___destroy___0=Module["_emscripten_bind_MdGeRevol___destroy___0"]=function(){return(_emscripten_bind_MdGeRevol___destroy___0=Module["_emscripten_bind_MdGeRevol___destroy___0"]=Module["asm"]["r5"]).apply(null,arguments)};var _emscripten_bind_MdGeListIteratorOfListOfShape_MdGeListIteratorOfListOfShape_0=Module["_emscripten_bind_MdGeListIteratorOfListOfShape_MdGeListIteratorOfListOfShape_0"]=function(){return(_emscripten_bind_MdGeListIteratorOfListOfShape_MdGeListIteratorOfListOfShape_0=Module["_emscripten_bind_MdGeListIteratorOfListOfShape_MdGeListIteratorOfListOfShape_0"]=Module["asm"]["s5"]).apply(null,arguments)};var _emscripten_bind_MdGeListIteratorOfListOfShape_MdGeListIteratorOfListOfShape_1=Module["_emscripten_bind_MdGeListIteratorOfListOfShape_MdGeListIteratorOfListOfShape_1"]=function(){return(_emscripten_bind_MdGeListIteratorOfListOfShape_MdGeListIteratorOfListOfShape_1=Module["_emscripten_bind_MdGeListIteratorOfListOfShape_MdGeListIteratorOfListOfShape_1"]=Module["asm"]["t5"]).apply(null,arguments)};var _emscripten_bind_MdGeListIteratorOfListOfShape_More_0=Module["_emscripten_bind_MdGeListIteratorOfListOfShape_More_0"]=function(){return(_emscripten_bind_MdGeListIteratorOfListOfShape_More_0=Module["_emscripten_bind_MdGeListIteratorOfListOfShape_More_0"]=Module["asm"]["u5"]).apply(null,arguments)};var _emscripten_bind_MdGeListIteratorOfListOfShape_Next_0=Module["_emscripten_bind_MdGeListIteratorOfListOfShape_Next_0"]=function(){return(_emscripten_bind_MdGeListIteratorOfListOfShape_Next_0=Module["_emscripten_bind_MdGeListIteratorOfListOfShape_Next_0"]=Module["asm"]["v5"]).apply(null,arguments)};var _emscripten_bind_MdGeListIteratorOfListOfShape_Value_0=Module["_emscripten_bind_MdGeListIteratorOfListOfShape_Value_0"]=function(){return(_emscripten_bind_MdGeListIteratorOfListOfShape_Value_0=Module["_emscripten_bind_MdGeListIteratorOfListOfShape_Value_0"]=Module["asm"]["w5"]).apply(null,arguments)};var _emscripten_bind_MdGeListIteratorOfListOfShape_ChangeValue_1=Module["_emscripten_bind_MdGeListIteratorOfListOfShape_ChangeValue_1"]=function(){return(_emscripten_bind_MdGeListIteratorOfListOfShape_ChangeValue_1=Module["_emscripten_bind_MdGeListIteratorOfListOfShape_ChangeValue_1"]=Module["asm"]["x5"]).apply(null,arguments)};var _emscripten_bind_MdGeListIteratorOfListOfShape___destroy___0=Module["_emscripten_bind_MdGeListIteratorOfListOfShape___destroy___0"]=function(){return(_emscripten_bind_MdGeListIteratorOfListOfShape___destroy___0=Module["_emscripten_bind_MdGeListIteratorOfListOfShape___destroy___0"]=Module["asm"]["y5"]).apply(null,arguments)};var _emscripten_bind_MdGeListOfShape_MdGeListOfShape_0=Module["_emscripten_bind_MdGeListOfShape_MdGeListOfShape_0"]=function(){return(_emscripten_bind_MdGeListOfShape_MdGeListOfShape_0=Module["_emscripten_bind_MdGeListOfShape_MdGeListOfShape_0"]=Module["asm"]["z5"]).apply(null,arguments)};var _emscripten_bind_MdGeListOfShape_MdGeListOfShape_1=Module["_emscripten_bind_MdGeListOfShape_MdGeListOfShape_1"]=function(){return(_emscripten_bind_MdGeListOfShape_MdGeListOfShape_1=Module["_emscripten_bind_MdGeListOfShape_MdGeListOfShape_1"]=Module["asm"]["A5"]).apply(null,arguments)};var _emscripten_bind_MdGeListOfShape_begin_0=Module["_emscripten_bind_MdGeListOfShape_begin_0"]=function(){return(_emscripten_bind_MdGeListOfShape_begin_0=Module["_emscripten_bind_MdGeListOfShape_begin_0"]=Module["asm"]["B5"]).apply(null,arguments)};var _emscripten_bind_MdGeListOfShape_end_0=Module["_emscripten_bind_MdGeListOfShape_end_0"]=function(){return(_emscripten_bind_MdGeListOfShape_end_0=Module["_emscripten_bind_MdGeListOfShape_end_0"]=Module["asm"]["C5"]).apply(null,arguments)};var _emscripten_bind_MdGeListOfShape_Size_0=Module["_emscripten_bind_MdGeListOfShape_Size_0"]=function(){return(_emscripten_bind_MdGeListOfShape_Size_0=Module["_emscripten_bind_MdGeListOfShape_Size_0"]=Module["asm"]["D5"]).apply(null,arguments)};var _emscripten_bind_MdGeListOfShape_First_0=Module["_emscripten_bind_MdGeListOfShape_First_0"]=function(){return(_emscripten_bind_MdGeListOfShape_First_0=Module["_emscripten_bind_MdGeListOfShape_First_0"]=Module["asm"]["E5"]).apply(null,arguments)};var _emscripten_bind_MdGeListOfShape_Last_0=Module["_emscripten_bind_MdGeListOfShape_Last_0"]=function(){return(_emscripten_bind_MdGeListOfShape_Last_0=Module["_emscripten_bind_MdGeListOfShape_Last_0"]=Module["asm"]["F5"]).apply(null,arguments)};var _emscripten_bind_MdGeListOfShape_AppendShape_1=Module["_emscripten_bind_MdGeListOfShape_AppendShape_1"]=function(){return(_emscripten_bind_MdGeListOfShape_AppendShape_1=Module["_emscripten_bind_MdGeListOfShape_AppendShape_1"]=Module["asm"]["G5"]).apply(null,arguments)};var _emscripten_bind_MdGeListOfShape_AppendShape_2=Module["_emscripten_bind_MdGeListOfShape_AppendShape_2"]=function(){return(_emscripten_bind_MdGeListOfShape_AppendShape_2=Module["_emscripten_bind_MdGeListOfShape_AppendShape_2"]=Module["asm"]["H5"]).apply(null,arguments)};var _emscripten_bind_MdGeListOfShape_AppendList_1=Module["_emscripten_bind_MdGeListOfShape_AppendList_1"]=function(){return(_emscripten_bind_MdGeListOfShape_AppendList_1=Module["_emscripten_bind_MdGeListOfShape_AppendList_1"]=Module["asm"]["I5"]).apply(null,arguments)};var _emscripten_bind_MdGeListOfShape_PrependShape_1=Module["_emscripten_bind_MdGeListOfShape_PrependShape_1"]=function(){return(_emscripten_bind_MdGeListOfShape_PrependShape_1=Module["_emscripten_bind_MdGeListOfShape_PrependShape_1"]=Module["asm"]["J5"]).apply(null,arguments)};var _emscripten_bind_MdGeListOfShape_PrependList_1=Module["_emscripten_bind_MdGeListOfShape_PrependList_1"]=function(){return(_emscripten_bind_MdGeListOfShape_PrependList_1=Module["_emscripten_bind_MdGeListOfShape_PrependList_1"]=Module["asm"]["K5"]).apply(null,arguments)};var _emscripten_bind_MdGeListOfShape_RemoveFirst_0=Module["_emscripten_bind_MdGeListOfShape_RemoveFirst_0"]=function(){return(_emscripten_bind_MdGeListOfShape_RemoveFirst_0=Module["_emscripten_bind_MdGeListOfShape_RemoveFirst_0"]=Module["asm"]["L5"]).apply(null,arguments)};var _emscripten_bind_MdGeListOfShape_InsertBeforeShape_2=Module["_emscripten_bind_MdGeListOfShape_InsertBeforeShape_2"]=function(){return(_emscripten_bind_MdGeListOfShape_InsertBeforeShape_2=Module["_emscripten_bind_MdGeListOfShape_InsertBeforeShape_2"]=Module["asm"]["M5"]).apply(null,arguments)};var _emscripten_bind_MdGeListOfShape_InsertBeforeList_2=Module["_emscripten_bind_MdGeListOfShape_InsertBeforeList_2"]=function(){return(_emscripten_bind_MdGeListOfShape_InsertBeforeList_2=Module["_emscripten_bind_MdGeListOfShape_InsertBeforeList_2"]=Module["asm"]["N5"]).apply(null,arguments)};var _emscripten_bind_MdGeListOfShape_InsertAfterShape_2=Module["_emscripten_bind_MdGeListOfShape_InsertAfterShape_2"]=function(){return(_emscripten_bind_MdGeListOfShape_InsertAfterShape_2=Module["_emscripten_bind_MdGeListOfShape_InsertAfterShape_2"]=Module["asm"]["O5"]).apply(null,arguments)};var _emscripten_bind_MdGeListOfShape_InsertAfterList_2=Module["_emscripten_bind_MdGeListOfShape_InsertAfterList_2"]=function(){return(_emscripten_bind_MdGeListOfShape_InsertAfterList_2=Module["_emscripten_bind_MdGeListOfShape_InsertAfterList_2"]=Module["asm"]["P5"]).apply(null,arguments)};var _emscripten_bind_MdGeListOfShape_Reverse_0=Module["_emscripten_bind_MdGeListOfShape_Reverse_0"]=function(){return(_emscripten_bind_MdGeListOfShape_Reverse_0=Module["_emscripten_bind_MdGeListOfShape_Reverse_0"]=Module["asm"]["Q5"]).apply(null,arguments)};var _emscripten_bind_MdGeListOfShape___destroy___0=Module["_emscripten_bind_MdGeListOfShape___destroy___0"]=function(){return(_emscripten_bind_MdGeListOfShape___destroy___0=Module["_emscripten_bind_MdGeListOfShape___destroy___0"]=Module["asm"]["R5"]).apply(null,arguments)};var _emscripten_bind_MdGeMakeThickSolid_MdGeMakeThickSolid_0=Module["_emscripten_bind_MdGeMakeThickSolid_MdGeMakeThickSolid_0"]=function(){return(_emscripten_bind_MdGeMakeThickSolid_MdGeMakeThickSolid_0=Module["_emscripten_bind_MdGeMakeThickSolid_MdGeMakeThickSolid_0"]=Module["asm"]["S5"]).apply(null,arguments)};var _emscripten_bind_MdGeMakeThickSolid_MdGeMakeThickSolid_1=Module["_emscripten_bind_MdGeMakeThickSolid_MdGeMakeThickSolid_1"]=function(){return(_emscripten_bind_MdGeMakeThickSolid_MdGeMakeThickSolid_1=Module["_emscripten_bind_MdGeMakeThickSolid_MdGeMakeThickSolid_1"]=Module["asm"]["T5"]).apply(null,arguments)};var _emscripten_bind_MdGeMakeThickSolid_MakeThickSolidBySimple_2=Module["_emscripten_bind_MdGeMakeThickSolid_MakeThickSolidBySimple_2"]=function(){return(_emscripten_bind_MdGeMakeThickSolid_MakeThickSolidBySimple_2=Module["_emscripten_bind_MdGeMakeThickSolid_MakeThickSolidBySimple_2"]=Module["asm"]["U5"]).apply(null,arguments)};var _emscripten_bind_MdGeMakeThickSolid_MakeThickSolidByJoin_4=Module["_emscripten_bind_MdGeMakeThickSolid_MakeThickSolidByJoin_4"]=function(){return(_emscripten_bind_MdGeMakeThickSolid_MakeThickSolidByJoin_4=Module["_emscripten_bind_MdGeMakeThickSolid_MakeThickSolidByJoin_4"]=Module["asm"]["V5"]).apply(null,arguments)};var _emscripten_bind_MdGeMakeThickSolid_MakeThickSolidByJoin_5=Module["_emscripten_bind_MdGeMakeThickSolid_MakeThickSolidByJoin_5"]=function(){return(_emscripten_bind_MdGeMakeThickSolid_MakeThickSolidByJoin_5=Module["_emscripten_bind_MdGeMakeThickSolid_MakeThickSolidByJoin_5"]=Module["asm"]["W5"]).apply(null,arguments)};var _emscripten_bind_MdGeMakeThickSolid_MakeThickSolidByJoin_6=Module["_emscripten_bind_MdGeMakeThickSolid_MakeThickSolidByJoin_6"]=function(){return(_emscripten_bind_MdGeMakeThickSolid_MakeThickSolidByJoin_6=Module["_emscripten_bind_MdGeMakeThickSolid_MakeThickSolidByJoin_6"]=Module["asm"]["X5"]).apply(null,arguments)};var _emscripten_bind_MdGeMakeThickSolid_MakeThickSolidByJoin_7=Module["_emscripten_bind_MdGeMakeThickSolid_MakeThickSolidByJoin_7"]=function(){return(_emscripten_bind_MdGeMakeThickSolid_MakeThickSolidByJoin_7=Module["_emscripten_bind_MdGeMakeThickSolid_MakeThickSolidByJoin_7"]=Module["asm"]["Y5"]).apply(null,arguments)};var _emscripten_bind_MdGeMakeThickSolid_MakeThickSolidByJoin_8=Module["_emscripten_bind_MdGeMakeThickSolid_MakeThickSolidByJoin_8"]=function(){return(_emscripten_bind_MdGeMakeThickSolid_MakeThickSolidByJoin_8=Module["_emscripten_bind_MdGeMakeThickSolid_MakeThickSolidByJoin_8"]=Module["asm"]["Z5"]).apply(null,arguments)};var _emscripten_bind_MdGeMakeThickSolid_MakeThickSolidByJoin_9=Module["_emscripten_bind_MdGeMakeThickSolid_MakeThickSolidByJoin_9"]=function(){return(_emscripten_bind_MdGeMakeThickSolid_MakeThickSolidByJoin_9=Module["_emscripten_bind_MdGeMakeThickSolid_MakeThickSolidByJoin_9"]=Module["asm"]["_5"]).apply(null,arguments)};var _emscripten_bind_MdGeMakeThickSolid_Shape_0=Module["_emscripten_bind_MdGeMakeThickSolid_Shape_0"]=function(){return(_emscripten_bind_MdGeMakeThickSolid_Shape_0=Module["_emscripten_bind_MdGeMakeThickSolid_Shape_0"]=Module["asm"]["$5"]).apply(null,arguments)};var _emscripten_bind_MdGeMakeThickSolid___destroy___0=Module["_emscripten_bind_MdGeMakeThickSolid___destroy___0"]=function(){return(_emscripten_bind_MdGeMakeThickSolid___destroy___0=Module["_emscripten_bind_MdGeMakeThickSolid___destroy___0"]=Module["asm"]["a6"]).apply(null,arguments)};var _emscripten_bind_MdGeBRep_MdGeBRep_0=Module["_emscripten_bind_MdGeBRep_MdGeBRep_0"]=function(){return(_emscripten_bind_MdGeBRep_MdGeBRep_0=Module["_emscripten_bind_MdGeBRep_MdGeBRep_0"]=Module["asm"]["b6"]).apply(null,arguments)};var _emscripten_bind_MdGeBRep_IsClosed_1=Module["_emscripten_bind_MdGeBRep_IsClosed_1"]=function(){return(_emscripten_bind_MdGeBRep_IsClosed_1=Module["_emscripten_bind_MdGeBRep_IsClosed_1"]=Module["asm"]["c6"]).apply(null,arguments)};var _emscripten_bind_MdGeBRep_IsClosed_2=Module["_emscripten_bind_MdGeBRep_IsClosed_2"]=function(){return(_emscripten_bind_MdGeBRep_IsClosed_2=Module["_emscripten_bind_MdGeBRep_IsClosed_2"]=Module["asm"]["d6"]).apply(null,arguments)};var _emscripten_bind_MdGeBRep_Surface_1=Module["_emscripten_bind_MdGeBRep_Surface_1"]=function(){return(_emscripten_bind_MdGeBRep_Surface_1=Module["_emscripten_bind_MdGeBRep_Surface_1"]=Module["asm"]["e6"]).apply(null,arguments)};var _emscripten_bind_MdGeBRep_Tolerance_1=Module["_emscripten_bind_MdGeBRep_Tolerance_1"]=function(){return(_emscripten_bind_MdGeBRep_Tolerance_1=Module["_emscripten_bind_MdGeBRep_Tolerance_1"]=Module["asm"]["f6"]).apply(null,arguments)};var _emscripten_bind_MdGeBRep_NaturalRestriction_1=Module["_emscripten_bind_MdGeBRep_NaturalRestriction_1"]=function(){return(_emscripten_bind_MdGeBRep_NaturalRestriction_1=Module["_emscripten_bind_MdGeBRep_NaturalRestriction_1"]=Module["asm"]["g6"]).apply(null,arguments)};var _emscripten_bind_MdGeBRep_IsGeometric_1=Module["_emscripten_bind_MdGeBRep_IsGeometric_1"]=function(){return(_emscripten_bind_MdGeBRep_IsGeometric_1=Module["_emscripten_bind_MdGeBRep_IsGeometric_1"]=Module["asm"]["h6"]).apply(null,arguments)};var _emscripten_bind_MdGeBRep_SameParameter_1=Module["_emscripten_bind_MdGeBRep_SameParameter_1"]=function(){return(_emscripten_bind_MdGeBRep_SameParameter_1=Module["_emscripten_bind_MdGeBRep_SameParameter_1"]=Module["asm"]["i6"]).apply(null,arguments)};var _emscripten_bind_MdGeBRep_SameRange_1=Module["_emscripten_bind_MdGeBRep_SameRange_1"]=function(){return(_emscripten_bind_MdGeBRep_SameRange_1=Module["_emscripten_bind_MdGeBRep_SameRange_1"]=Module["asm"]["j6"]).apply(null,arguments)};var _emscripten_bind_MdGeBRep_Degenerated_1=Module["_emscripten_bind_MdGeBRep_Degenerated_1"]=function(){return(_emscripten_bind_MdGeBRep_Degenerated_1=Module["_emscripten_bind_MdGeBRep_Degenerated_1"]=Module["asm"]["k6"]).apply(null,arguments)};var _emscripten_bind_MdGeBRep_HasContinuity_1=Module["_emscripten_bind_MdGeBRep_HasContinuity_1"]=function(){return(_emscripten_bind_MdGeBRep_HasContinuity_1=Module["_emscripten_bind_MdGeBRep_HasContinuity_1"]=Module["asm"]["l6"]).apply(null,arguments)};var _emscripten_bind_MdGeBRep_HasContinuity_3=Module["_emscripten_bind_MdGeBRep_HasContinuity_3"]=function(){return(_emscripten_bind_MdGeBRep_HasContinuity_3=Module["_emscripten_bind_MdGeBRep_HasContinuity_3"]=Module["asm"]["m6"]).apply(null,arguments)};var _emscripten_bind_MdGeBRep_Continuity_3=Module["_emscripten_bind_MdGeBRep_Continuity_3"]=function(){return(_emscripten_bind_MdGeBRep_Continuity_3=Module["_emscripten_bind_MdGeBRep_Continuity_3"]=Module["asm"]["n6"]).apply(null,arguments)};var _emscripten_bind_MdGeBRep_MaxContinuity_1=Module["_emscripten_bind_MdGeBRep_MaxContinuity_1"]=function(){return(_emscripten_bind_MdGeBRep_MaxContinuity_1=Module["_emscripten_bind_MdGeBRep_MaxContinuity_1"]=Module["asm"]["o6"]).apply(null,arguments)};var _emscripten_bind_MdGeBRep_Pnt_1=Module["_emscripten_bind_MdGeBRep_Pnt_1"]=function(){return(_emscripten_bind_MdGeBRep_Pnt_1=Module["_emscripten_bind_MdGeBRep_Pnt_1"]=Module["asm"]["p6"]).apply(null,arguments)};var _emscripten_bind_MdGeBRep_Parameter_2=Module["_emscripten_bind_MdGeBRep_Parameter_2"]=function(){return(_emscripten_bind_MdGeBRep_Parameter_2=Module["_emscripten_bind_MdGeBRep_Parameter_2"]=Module["asm"]["q6"]).apply(null,arguments)};var _emscripten_bind_MdGeBRep_Parameter_3=Module["_emscripten_bind_MdGeBRep_Parameter_3"]=function(){return(_emscripten_bind_MdGeBRep_Parameter_3=Module["_emscripten_bind_MdGeBRep_Parameter_3"]=Module["asm"]["r6"]).apply(null,arguments)};var _emscripten_bind_MdGeBRep_MaxTolerance_2=Module["_emscripten_bind_MdGeBRep_MaxTolerance_2"]=function(){return(_emscripten_bind_MdGeBRep_MaxTolerance_2=Module["_emscripten_bind_MdGeBRep_MaxTolerance_2"]=Module["asm"]["s6"]).apply(null,arguments)};var _emscripten_bind_MdGeBRep_openBrepFromUrl_1=Module["_emscripten_bind_MdGeBRep_openBrepFromUrl_1"]=function(){return(_emscripten_bind_MdGeBRep_openBrepFromUrl_1=Module["_emscripten_bind_MdGeBRep_openBrepFromUrl_1"]=Module["asm"]["t6"]).apply(null,arguments)};var _emscripten_bind_MdGeBRep_openStepFromUrl_1=Module["_emscripten_bind_MdGeBRep_openStepFromUrl_1"]=function(){return(_emscripten_bind_MdGeBRep_openStepFromUrl_1=Module["_emscripten_bind_MdGeBRep_openStepFromUrl_1"]=Module["asm"]["u6"]).apply(null,arguments)};var _emscripten_bind_MdGeBRep_openStlFromUrl_1=Module["_emscripten_bind_MdGeBRep_openStlFromUrl_1"]=function(){return(_emscripten_bind_MdGeBRep_openStlFromUrl_1=Module["_emscripten_bind_MdGeBRep_openStlFromUrl_1"]=Module["asm"]["v6"]).apply(null,arguments)};var _emscripten_bind_MdGeBRep_openIgesFromUrl_1=Module["_emscripten_bind_MdGeBRep_openIgesFromUrl_1"]=function(){return(_emscripten_bind_MdGeBRep_openIgesFromUrl_1=Module["_emscripten_bind_MdGeBRep_openIgesFromUrl_1"]=Module["asm"]["w6"]).apply(null,arguments)};var _emscripten_bind_MdGeBRep_openObjFromUrl_1=Module["_emscripten_bind_MdGeBRep_openObjFromUrl_1"]=function(){return(_emscripten_bind_MdGeBRep_openObjFromUrl_1=Module["_emscripten_bind_MdGeBRep_openObjFromUrl_1"]=Module["asm"]["x6"]).apply(null,arguments)};var _emscripten_bind_MdGeBRep_openGltfFromUrl_1=Module["_emscripten_bind_MdGeBRep_openGltfFromUrl_1"]=function(){return(_emscripten_bind_MdGeBRep_openGltfFromUrl_1=Module["_emscripten_bind_MdGeBRep_openGltfFromUrl_1"]=Module["asm"]["y6"]).apply(null,arguments)};var _emscripten_bind_MdGeBRep_openVrmlFromUrl_1=Module["_emscripten_bind_MdGeBRep_openVrmlFromUrl_1"]=function(){return(_emscripten_bind_MdGeBRep_openVrmlFromUrl_1=Module["_emscripten_bind_MdGeBRep_openVrmlFromUrl_1"]=Module["asm"]["z6"]).apply(null,arguments)};var _emscripten_bind_MdGeBRep_RemoveAllLights_0=Module["_emscripten_bind_MdGeBRep_RemoveAllLights_0"]=function(){return(_emscripten_bind_MdGeBRep_RemoveAllLights_0=Module["_emscripten_bind_MdGeBRep_RemoveAllLights_0"]=Module["asm"]["A6"]).apply(null,arguments)};var _emscripten_bind_MdGeBRep_AddLight_1=Module["_emscripten_bind_MdGeBRep_AddLight_1"]=function(){return(_emscripten_bind_MdGeBRep_AddLight_1=Module["_emscripten_bind_MdGeBRep_AddLight_1"]=Module["asm"]["B6"]).apply(null,arguments)};var _emscripten_bind_MdGeBRep_EnableAllLights_0=Module["_emscripten_bind_MdGeBRep_EnableAllLights_0"]=function(){return(_emscripten_bind_MdGeBRep_EnableAllLights_0=Module["_emscripten_bind_MdGeBRep_EnableAllLights_0"]=Module["asm"]["C6"]).apply(null,arguments)};var _emscripten_bind_MdGeBRep_DisableAllLights_0=Module["_emscripten_bind_MdGeBRep_DisableAllLights_0"]=function(){return(_emscripten_bind_MdGeBRep_DisableAllLights_0=Module["_emscripten_bind_MdGeBRep_DisableAllLights_0"]=Module["asm"]["D6"]).apply(null,arguments)};var _emscripten_bind_MdGeBRep_EnableLight_1=Module["_emscripten_bind_MdGeBRep_EnableLight_1"]=function(){return(_emscripten_bind_MdGeBRep_EnableLight_1=Module["_emscripten_bind_MdGeBRep_EnableLight_1"]=Module["asm"]["E6"]).apply(null,arguments)};var _emscripten_bind_MdGeBRep_DisableLight_1=Module["_emscripten_bind_MdGeBRep_DisableLight_1"]=function(){return(_emscripten_bind_MdGeBRep_DisableLight_1=Module["_emscripten_bind_MdGeBRep_DisableLight_1"]=Module["asm"]["F6"]).apply(null,arguments)};var _emscripten_bind_MdGeBRep_DeleteAllLights_0=Module["_emscripten_bind_MdGeBRep_DeleteAllLights_0"]=function(){return(_emscripten_bind_MdGeBRep_DeleteAllLights_0=Module["_emscripten_bind_MdGeBRep_DeleteAllLights_0"]=Module["asm"]["G6"]).apply(null,arguments)};var _emscripten_bind_MdGeBRep_OutputDefinedLights_0=Module["_emscripten_bind_MdGeBRep_OutputDefinedLights_0"]=function(){return(_emscripten_bind_MdGeBRep_OutputDefinedLights_0=Module["_emscripten_bind_MdGeBRep_OutputDefinedLights_0"]=Module["asm"]["H6"]).apply(null,arguments)};var _emscripten_bind_MdGeBRep_OutputActiveLights_0=Module["_emscripten_bind_MdGeBRep_OutputActiveLights_0"]=function(){return(_emscripten_bind_MdGeBRep_OutputActiveLights_0=Module["_emscripten_bind_MdGeBRep_OutputActiveLights_0"]=Module["asm"]["I6"]).apply(null,arguments)};var _emscripten_bind_MdGeBRep_SetAllLightsOn_0=Module["_emscripten_bind_MdGeBRep_SetAllLightsOn_0"]=function(){return(_emscripten_bind_MdGeBRep_SetAllLightsOn_0=Module["_emscripten_bind_MdGeBRep_SetAllLightsOn_0"]=Module["asm"]["J6"]).apply(null,arguments)};var _emscripten_bind_MdGeBRep_SetAllLightsOff_0=Module["_emscripten_bind_MdGeBRep_SetAllLightsOff_0"]=function(){return(_emscripten_bind_MdGeBRep_SetAllLightsOff_0=Module["_emscripten_bind_MdGeBRep_SetAllLightsOff_0"]=Module["asm"]["K6"]).apply(null,arguments)};var _emscripten_bind_MdGeBRep_SetLightOn_1=Module["_emscripten_bind_MdGeBRep_SetLightOn_1"]=function(){return(_emscripten_bind_MdGeBRep_SetLightOn_1=Module["_emscripten_bind_MdGeBRep_SetLightOn_1"]=Module["asm"]["L6"]).apply(null,arguments)};var _emscripten_bind_MdGeBRep_SetLightOff_1=Module["_emscripten_bind_MdGeBRep_SetLightOff_1"]=function(){return(_emscripten_bind_MdGeBRep_SetLightOff_1=Module["_emscripten_bind_MdGeBRep_SetLightOff_1"]=Module["asm"]["M6"]).apply(null,arguments)};var _emscripten_bind_MdGeBRep_SetProjectionType_1=Module["_emscripten_bind_MdGeBRep_SetProjectionType_1"]=function(){return(_emscripten_bind_MdGeBRep_SetProjectionType_1=Module["_emscripten_bind_MdGeBRep_SetProjectionType_1"]=Module["asm"]["N6"]).apply(null,arguments)};var _emscripten_bind_MdGeBRep_SetProj_2=Module["_emscripten_bind_MdGeBRep_SetProj_2"]=function(){return(_emscripten_bind_MdGeBRep_SetProj_2=Module["_emscripten_bind_MdGeBRep_SetProj_2"]=Module["asm"]["O6"]).apply(null,arguments)};var _emscripten_bind_MdGeBRep_ChangeSelectedColor_1=Module["_emscripten_bind_MdGeBRep_ChangeSelectedColor_1"]=function(){return(_emscripten_bind_MdGeBRep_ChangeSelectedColor_1=Module["_emscripten_bind_MdGeBRep_ChangeSelectedColor_1"]=Module["asm"]["P6"]).apply(null,arguments)};var _emscripten_bind_MdGeBRep_SetColorByEntry_2=Module["_emscripten_bind_MdGeBRep_SetColorByEntry_2"]=function(){return(_emscripten_bind_MdGeBRep_SetColorByEntry_2=Module["_emscripten_bind_MdGeBRep_SetColorByEntry_2"]=Module["asm"]["Q6"]).apply(null,arguments)};var _emscripten_bind_MdGeBRep_AddModelTexture_1=Module["_emscripten_bind_MdGeBRep_AddModelTexture_1"]=function(){return(_emscripten_bind_MdGeBRep_AddModelTexture_1=Module["_emscripten_bind_MdGeBRep_AddModelTexture_1"]=Module["asm"]["R6"]).apply(null,arguments)};var _emscripten_bind_MdGeBRep_RemoveModelTexture_0=Module["_emscripten_bind_MdGeBRep_RemoveModelTexture_0"]=function(){return(_emscripten_bind_MdGeBRep_RemoveModelTexture_0=Module["_emscripten_bind_MdGeBRep_RemoveModelTexture_0"]=Module["asm"]["S6"]).apply(null,arguments)};var _emscripten_bind_MdGeBRep_ChangeSelectedMaterial_1=Module["_emscripten_bind_MdGeBRep_ChangeSelectedMaterial_1"]=function(){return(_emscripten_bind_MdGeBRep_ChangeSelectedMaterial_1=Module["_emscripten_bind_MdGeBRep_ChangeSelectedMaterial_1"]=Module["asm"]["T6"]).apply(null,arguments)};var _emscripten_bind_MdGeBRep_openStepFromUrlByOCAF_1=Module["_emscripten_bind_MdGeBRep_openStepFromUrlByOCAF_1"]=function(){return(_emscripten_bind_MdGeBRep_openStepFromUrlByOCAF_1=Module["_emscripten_bind_MdGeBRep_openStepFromUrlByOCAF_1"]=Module["asm"]["U6"]).apply(null,arguments)};var _emscripten_bind_MdGeBRep_openIgesFromUrlByOCAF_1=Module["_emscripten_bind_MdGeBRep_openIgesFromUrlByOCAF_1"]=function(){return(_emscripten_bind_MdGeBRep_openIgesFromUrlByOCAF_1=Module["_emscripten_bind_MdGeBRep_openIgesFromUrlByOCAF_1"]=Module["asm"]["V6"]).apply(null,arguments)};var _emscripten_bind_MdGeBRep_openObjFromUrlByOCAF_1=Module["_emscripten_bind_MdGeBRep_openObjFromUrlByOCAF_1"]=function(){return(_emscripten_bind_MdGeBRep_openObjFromUrlByOCAF_1=Module["_emscripten_bind_MdGeBRep_openObjFromUrlByOCAF_1"]=Module["asm"]["W6"]).apply(null,arguments)};var _emscripten_bind_MdGeBRep_openStlFromUrlByOCAF_1=Module["_emscripten_bind_MdGeBRep_openStlFromUrlByOCAF_1"]=function(){return(_emscripten_bind_MdGeBRep_openStlFromUrlByOCAF_1=Module["_emscripten_bind_MdGeBRep_openStlFromUrlByOCAF_1"]=Module["asm"]["X6"]).apply(null,arguments)};var _emscripten_bind_MdGeBRep_openGltfFromUrlByOCAF_1=Module["_emscripten_bind_MdGeBRep_openGltfFromUrlByOCAF_1"]=function(){return(_emscripten_bind_MdGeBRep_openGltfFromUrlByOCAF_1=Module["_emscripten_bind_MdGeBRep_openGltfFromUrlByOCAF_1"]=Module["asm"]["Y6"]).apply(null,arguments)};var _emscripten_bind_MdGeBRep_openVrmlFromUrlByOCAF_1=Module["_emscripten_bind_MdGeBRep_openVrmlFromUrlByOCAF_1"]=function(){return(_emscripten_bind_MdGeBRep_openVrmlFromUrlByOCAF_1=Module["_emscripten_bind_MdGeBRep_openVrmlFromUrlByOCAF_1"]=Module["asm"]["Z6"]).apply(null,arguments)};var _emscripten_bind_MdGeBRep_getLabelAttributes_1=Module["_emscripten_bind_MdGeBRep_getLabelAttributes_1"]=function(){return(_emscripten_bind_MdGeBRep_getLabelAttributes_1=Module["_emscripten_bind_MdGeBRep_getLabelAttributes_1"]=Module["asm"]["_6"]).apply(null,arguments)};var _emscripten_bind_MdGeBRep_refreshDocTree_0=Module["_emscripten_bind_MdGeBRep_refreshDocTree_0"]=function(){return(_emscripten_bind_MdGeBRep_refreshDocTree_0=Module["_emscripten_bind_MdGeBRep_refreshDocTree_0"]=Module["asm"]["$6"]).apply(null,arguments)};var _emscripten_bind_MdGeBRep_saveStepFile_2=Module["_emscripten_bind_MdGeBRep_saveStepFile_2"]=function(){return(_emscripten_bind_MdGeBRep_saveStepFile_2=Module["_emscripten_bind_MdGeBRep_saveStepFile_2"]=Module["asm"]["a7"]).apply(null,arguments)};var _emscripten_bind_MdGeBRep_ptCanvasToView_2=Module["_emscripten_bind_MdGeBRep_ptCanvasToView_2"]=function(){return(_emscripten_bind_MdGeBRep_ptCanvasToView_2=Module["_emscripten_bind_MdGeBRep_ptCanvasToView_2"]=Module["asm"]["b7"]).apply(null,arguments)};var _emscripten_bind_MdGeBRep_AddClipPlane_1=Module["_emscripten_bind_MdGeBRep_AddClipPlane_1"]=function(){return(_emscripten_bind_MdGeBRep_AddClipPlane_1=Module["_emscripten_bind_MdGeBRep_AddClipPlane_1"]=Module["asm"]["c7"]).apply(null,arguments)};var _emscripten_bind_MdGeBRep_GetSelectedShapes_0=Module["_emscripten_bind_MdGeBRep_GetSelectedShapes_0"]=function(){return(_emscripten_bind_MdGeBRep_GetSelectedShapes_0=Module["_emscripten_bind_MdGeBRep_GetSelectedShapes_0"]=Module["asm"]["d7"]).apply(null,arguments)};var _emscripten_bind_MdGeBRep_setObjectColor_2=Module["_emscripten_bind_MdGeBRep_setObjectColor_2"]=function(){return(_emscripten_bind_MdGeBRep_setObjectColor_2=Module["_emscripten_bind_MdGeBRep_setObjectColor_2"]=Module["asm"]["e7"]).apply(null,arguments)};var _emscripten_bind_MdGeBRep_moveObjectByTrsf_2=Module["_emscripten_bind_MdGeBRep_moveObjectByTrsf_2"]=function(){return(_emscripten_bind_MdGeBRep_moveObjectByTrsf_2=Module["_emscripten_bind_MdGeBRep_moveObjectByTrsf_2"]=Module["asm"]["f7"]).apply(null,arguments)};var _emscripten_bind_MdGeBRep_printSelObjInfo_0=Module["_emscripten_bind_MdGeBRep_printSelObjInfo_0"]=function(){return(_emscripten_bind_MdGeBRep_printSelObjInfo_0=Module["_emscripten_bind_MdGeBRep_printSelObjInfo_0"]=Module["asm"]["g7"]).apply(null,arguments)};var _emscripten_bind_MdGeBRep_drawAisObjChildren_0=Module["_emscripten_bind_MdGeBRep_drawAisObjChildren_0"]=function(){return(_emscripten_bind_MdGeBRep_drawAisObjChildren_0=Module["_emscripten_bind_MdGeBRep_drawAisObjChildren_0"]=Module["asm"]["h7"]).apply(null,arguments)};var _emscripten_bind_MdGeBRep_setGradientBgColor_3=Module["_emscripten_bind_MdGeBRep_setGradientBgColor_3"]=function(){return(_emscripten_bind_MdGeBRep_setGradientBgColor_3=Module["_emscripten_bind_MdGeBRep_setGradientBgColor_3"]=Module["asm"]["i7"]).apply(null,arguments)};var _emscripten_bind_MdGeBRep_getVertexPosition_1=Module["_emscripten_bind_MdGeBRep_getVertexPosition_1"]=function(){return(_emscripten_bind_MdGeBRep_getVertexPosition_1=Module["_emscripten_bind_MdGeBRep_getVertexPosition_1"]=Module["asm"]["j7"]).apply(null,arguments)};var _emscripten_bind_MdGeBRep_getCircleCenter_1=Module["_emscripten_bind_MdGeBRep_getCircleCenter_1"]=function(){return(_emscripten_bind_MdGeBRep_getCircleCenter_1=Module["_emscripten_bind_MdGeBRep_getCircleCenter_1"]=Module["asm"]["k7"]).apply(null,arguments)};var _emscripten_bind_MdGeBRep_getCircleDiameter_1=Module["_emscripten_bind_MdGeBRep_getCircleDiameter_1"]=function(){return(_emscripten_bind_MdGeBRep_getCircleDiameter_1=Module["_emscripten_bind_MdGeBRep_getCircleDiameter_1"]=Module["asm"]["l7"]).apply(null,arguments)};var _emscripten_bind_MdGeBRep_getMinDistance_2=Module["_emscripten_bind_MdGeBRep_getMinDistance_2"]=function(){return(_emscripten_bind_MdGeBRep_getMinDistance_2=Module["_emscripten_bind_MdGeBRep_getMinDistance_2"]=Module["asm"]["m7"]).apply(null,arguments)};var _emscripten_bind_MdGeBRep_getAngle_2=Module["_emscripten_bind_MdGeBRep_getAngle_2"]=function(){return(_emscripten_bind_MdGeBRep_getAngle_2=Module["_emscripten_bind_MdGeBRep_getAngle_2"]=Module["asm"]["n7"]).apply(null,arguments)};var _emscripten_bind_MdGeBRep_getLength_1=Module["_emscripten_bind_MdGeBRep_getLength_1"]=function(){return(_emscripten_bind_MdGeBRep_getLength_1=Module["_emscripten_bind_MdGeBRep_getLength_1"]=Module["asm"]["o7"]).apply(null,arguments)};var _emscripten_bind_MdGeBRep_getArea_1=Module["_emscripten_bind_MdGeBRep_getArea_1"]=function(){return(_emscripten_bind_MdGeBRep_getArea_1=Module["_emscripten_bind_MdGeBRep_getArea_1"]=Module["asm"]["p7"]).apply(null,arguments)};var _emscripten_bind_MdGeBRep_someTests_0=Module["_emscripten_bind_MdGeBRep_someTests_0"]=function(){return(_emscripten_bind_MdGeBRep_someTests_0=Module["_emscripten_bind_MdGeBRep_someTests_0"]=Module["asm"]["q7"]).apply(null,arguments)};var _emscripten_bind_MdGeBRep___destroy___0=Module["_emscripten_bind_MdGeBRep___destroy___0"]=function(){return(_emscripten_bind_MdGeBRep___destroy___0=Module["_emscripten_bind_MdGeBRep___destroy___0"]=Module["asm"]["r7"]).apply(null,arguments)};var _emscripten_bind_MdGeHGeomSurface_MdGeHGeomSurface_0=Module["_emscripten_bind_MdGeHGeomSurface_MdGeHGeomSurface_0"]=function(){return(_emscripten_bind_MdGeHGeomSurface_MdGeHGeomSurface_0=Module["_emscripten_bind_MdGeHGeomSurface_MdGeHGeomSurface_0"]=Module["asm"]["s7"]).apply(null,arguments)};var _emscripten_bind_MdGeHGeomSurface_MdGeHGeomSurface_1=Module["_emscripten_bind_MdGeHGeomSurface_MdGeHGeomSurface_1"]=function(){return(_emscripten_bind_MdGeHGeomSurface_MdGeHGeomSurface_1=Module["_emscripten_bind_MdGeHGeomSurface_MdGeHGeomSurface_1"]=Module["asm"]["t7"]).apply(null,arguments)};var _emscripten_bind_MdGeHGeomSurface_DynamicType_0=Module["_emscripten_bind_MdGeHGeomSurface_DynamicType_0"]=function(){return(_emscripten_bind_MdGeHGeomSurface_DynamicType_0=Module["_emscripten_bind_MdGeHGeomSurface_DynamicType_0"]=Module["asm"]["u7"]).apply(null,arguments)};var _emscripten_bind_MdGeHGeomSurface___destroy___0=Module["_emscripten_bind_MdGeHGeomSurface___destroy___0"]=function(){return(_emscripten_bind_MdGeHGeomSurface___destroy___0=Module["_emscripten_bind_MdGeHGeomSurface___destroy___0"]=Module["asm"]["v7"]).apply(null,arguments)};var _emscripten_bind_MdGeHGeomPlane_MdGeHGeomPlane_0=Module["_emscripten_bind_MdGeHGeomPlane_MdGeHGeomPlane_0"]=function(){return(_emscripten_bind_MdGeHGeomPlane_MdGeHGeomPlane_0=Module["_emscripten_bind_MdGeHGeomPlane_MdGeHGeomPlane_0"]=Module["asm"]["w7"]).apply(null,arguments)};var _emscripten_bind_MdGeHGeomPlane_MdGeHGeomPlane_1=Module["_emscripten_bind_MdGeHGeomPlane_MdGeHGeomPlane_1"]=function(){return(_emscripten_bind_MdGeHGeomPlane_MdGeHGeomPlane_1=Module["_emscripten_bind_MdGeHGeomPlane_MdGeHGeomPlane_1"]=Module["asm"]["x7"]).apply(null,arguments)};var _emscripten_bind_MdGeHGeomPlane_DownCast_1=Module["_emscripten_bind_MdGeHGeomPlane_DownCast_1"]=function(){return(_emscripten_bind_MdGeHGeomPlane_DownCast_1=Module["_emscripten_bind_MdGeHGeomPlane_DownCast_1"]=Module["asm"]["y7"]).apply(null,arguments)};var _emscripten_bind_MdGeHGeomPlane_Axis_0=Module["_emscripten_bind_MdGeHGeomPlane_Axis_0"]=function(){return(_emscripten_bind_MdGeHGeomPlane_Axis_0=Module["_emscripten_bind_MdGeHGeomPlane_Axis_0"]=Module["asm"]["z7"]).apply(null,arguments)};var _emscripten_bind_MdGeHGeomPlane_Location_0=Module["_emscripten_bind_MdGeHGeomPlane_Location_0"]=function(){return(_emscripten_bind_MdGeHGeomPlane_Location_0=Module["_emscripten_bind_MdGeHGeomPlane_Location_0"]=Module["asm"]["A7"]).apply(null,arguments)};var _emscripten_bind_MdGeHGeomPlane_Position_0=Module["_emscripten_bind_MdGeHGeomPlane_Position_0"]=function(){return(_emscripten_bind_MdGeHGeomPlane_Position_0=Module["_emscripten_bind_MdGeHGeomPlane_Position_0"]=Module["asm"]["B7"]).apply(null,arguments)};var _emscripten_bind_MdGeHGeomPlane___destroy___0=Module["_emscripten_bind_MdGeHGeomPlane___destroy___0"]=function(){return(_emscripten_bind_MdGeHGeomPlane___destroy___0=Module["_emscripten_bind_MdGeHGeomPlane___destroy___0"]=Module["asm"]["C7"]).apply(null,arguments)};var _emscripten_bind_MdGeColor_MdGeColor_0=Module["_emscripten_bind_MdGeColor_MdGeColor_0"]=function(){return(_emscripten_bind_MdGeColor_MdGeColor_0=Module["_emscripten_bind_MdGeColor_MdGeColor_0"]=Module["asm"]["D7"]).apply(null,arguments)};var _emscripten_bind_MdGeColor_MdGeColor_1=Module["_emscripten_bind_MdGeColor_MdGeColor_1"]=function(){return(_emscripten_bind_MdGeColor_MdGeColor_1=Module["_emscripten_bind_MdGeColor_MdGeColor_1"]=Module["asm"]["E7"]).apply(null,arguments)};var _emscripten_bind_MdGeColor_MdGeColor_4=Module["_emscripten_bind_MdGeColor_MdGeColor_4"]=function(){return(_emscripten_bind_MdGeColor_MdGeColor_4=Module["_emscripten_bind_MdGeColor_MdGeColor_4"]=Module["asm"]["F7"]).apply(null,arguments)};var _emscripten_bind_MdGeColor_Name_0=Module["_emscripten_bind_MdGeColor_Name_0"]=function(){return(_emscripten_bind_MdGeColor_Name_0=Module["_emscripten_bind_MdGeColor_Name_0"]=Module["asm"]["G7"]).apply(null,arguments)};var _emscripten_bind_MdGeColor_SetValues_1=Module["_emscripten_bind_MdGeColor_SetValues_1"]=function(){return(_emscripten_bind_MdGeColor_SetValues_1=Module["_emscripten_bind_MdGeColor_SetValues_1"]=Module["asm"]["H7"]).apply(null,arguments)};var _emscripten_bind_MdGeColor_SetValues_4=Module["_emscripten_bind_MdGeColor_SetValues_4"]=function(){return(_emscripten_bind_MdGeColor_SetValues_4=Module["_emscripten_bind_MdGeColor_SetValues_4"]=Module["asm"]["I7"]).apply(null,arguments)};var _emscripten_bind_MdGeColor_Red_0=Module["_emscripten_bind_MdGeColor_Red_0"]=function(){return(_emscripten_bind_MdGeColor_Red_0=Module["_emscripten_bind_MdGeColor_Red_0"]=Module["asm"]["J7"]).apply(null,arguments)};var _emscripten_bind_MdGeColor_Green_0=Module["_emscripten_bind_MdGeColor_Green_0"]=function(){return(_emscripten_bind_MdGeColor_Green_0=Module["_emscripten_bind_MdGeColor_Green_0"]=Module["asm"]["K7"]).apply(null,arguments)};var _emscripten_bind_MdGeColor_Blue_0=Module["_emscripten_bind_MdGeColor_Blue_0"]=function(){return(_emscripten_bind_MdGeColor_Blue_0=Module["_emscripten_bind_MdGeColor_Blue_0"]=Module["asm"]["L7"]).apply(null,arguments)};var _emscripten_bind_MdGeColor_Hue_0=Module["_emscripten_bind_MdGeColor_Hue_0"]=function(){return(_emscripten_bind_MdGeColor_Hue_0=Module["_emscripten_bind_MdGeColor_Hue_0"]=Module["asm"]["M7"]).apply(null,arguments)};var _emscripten_bind_MdGeColor_Light_0=Module["_emscripten_bind_MdGeColor_Light_0"]=function(){return(_emscripten_bind_MdGeColor_Light_0=Module["_emscripten_bind_MdGeColor_Light_0"]=Module["asm"]["N7"]).apply(null,arguments)};var _emscripten_bind_MdGeColor_ChangeIntensity_1=Module["_emscripten_bind_MdGeColor_ChangeIntensity_1"]=function(){return(_emscripten_bind_MdGeColor_ChangeIntensity_1=Module["_emscripten_bind_MdGeColor_ChangeIntensity_1"]=Module["asm"]["O7"]).apply(null,arguments)};var _emscripten_bind_MdGeColor_Saturation_0=Module["_emscripten_bind_MdGeColor_Saturation_0"]=function(){return(_emscripten_bind_MdGeColor_Saturation_0=Module["_emscripten_bind_MdGeColor_Saturation_0"]=Module["asm"]["P7"]).apply(null,arguments)};var _emscripten_bind_MdGeColor_ChangeContrast_1=Module["_emscripten_bind_MdGeColor_ChangeContrast_1"]=function(){return(_emscripten_bind_MdGeColor_ChangeContrast_1=Module["_emscripten_bind_MdGeColor_ChangeContrast_1"]=Module["asm"]["Q7"]).apply(null,arguments)};var _emscripten_bind_MdGeColor_IsDifferent_1=Module["_emscripten_bind_MdGeColor_IsDifferent_1"]=function(){return(_emscripten_bind_MdGeColor_IsDifferent_1=Module["_emscripten_bind_MdGeColor_IsDifferent_1"]=Module["asm"]["R7"]).apply(null,arguments)};var _emscripten_bind_MdGeColor_IsEqual_1=Module["_emscripten_bind_MdGeColor_IsEqual_1"]=function(){return(_emscripten_bind_MdGeColor_IsEqual_1=Module["_emscripten_bind_MdGeColor_IsEqual_1"]=Module["asm"]["S7"]).apply(null,arguments)};var _emscripten_bind_MdGeColor_Distance_1=Module["_emscripten_bind_MdGeColor_Distance_1"]=function(){return(_emscripten_bind_MdGeColor_Distance_1=Module["_emscripten_bind_MdGeColor_Distance_1"]=Module["asm"]["T7"]).apply(null,arguments)};var _emscripten_bind_MdGeColor_SquareDistance_1=Module["_emscripten_bind_MdGeColor_SquareDistance_1"]=function(){return(_emscripten_bind_MdGeColor_SquareDistance_1=Module["_emscripten_bind_MdGeColor_SquareDistance_1"]=Module["asm"]["U7"]).apply(null,arguments)};var _emscripten_bind_MdGeColor_DeltaE2000_1=Module["_emscripten_bind_MdGeColor_DeltaE2000_1"]=function(){return(_emscripten_bind_MdGeColor_DeltaE2000_1=Module["_emscripten_bind_MdGeColor_DeltaE2000_1"]=Module["asm"]["V7"]).apply(null,arguments)};var _emscripten_bind_MdGeColor_StringName_1=Module["_emscripten_bind_MdGeColor_StringName_1"]=function(){return(_emscripten_bind_MdGeColor_StringName_1=Module["_emscripten_bind_MdGeColor_StringName_1"]=Module["asm"]["W7"]).apply(null,arguments)};var _emscripten_bind_MdGeColor___destroy___0=Module["_emscripten_bind_MdGeColor___destroy___0"]=function(){return(_emscripten_bind_MdGeColor___destroy___0=Module["_emscripten_bind_MdGeColor___destroy___0"]=Module["asm"]["X7"]).apply(null,arguments)};var _emscripten_bind_MdGeMaterialAspect_MdGeMaterialAspect_0=Module["_emscripten_bind_MdGeMaterialAspect_MdGeMaterialAspect_0"]=function(){return(_emscripten_bind_MdGeMaterialAspect_MdGeMaterialAspect_0=Module["_emscripten_bind_MdGeMaterialAspect_MdGeMaterialAspect_0"]=Module["asm"]["Y7"]).apply(null,arguments)};var _emscripten_bind_MdGeMaterialAspect_MdGeMaterialAspect_1=Module["_emscripten_bind_MdGeMaterialAspect_MdGeMaterialAspect_1"]=function(){return(_emscripten_bind_MdGeMaterialAspect_MdGeMaterialAspect_1=Module["_emscripten_bind_MdGeMaterialAspect_MdGeMaterialAspect_1"]=Module["asm"]["Z7"]).apply(null,arguments)};var _emscripten_bind_MdGeMaterialAspect_NumberOfMaterials_0=Module["_emscripten_bind_MdGeMaterialAspect_NumberOfMaterials_0"]=function(){return(_emscripten_bind_MdGeMaterialAspect_NumberOfMaterials_0=Module["_emscripten_bind_MdGeMaterialAspect_NumberOfMaterials_0"]=Module["asm"]["_7"]).apply(null,arguments)};var _emscripten_bind_MdGeMaterialAspect_MaterialFromName_1=Module["_emscripten_bind_MdGeMaterialAspect_MaterialFromName_1"]=function(){return(_emscripten_bind_MdGeMaterialAspect_MaterialFromName_1=Module["_emscripten_bind_MdGeMaterialAspect_MaterialFromName_1"]=Module["asm"]["$7"]).apply(null,arguments)};var _emscripten_bind_MdGeMaterialAspect_Name_0=Module["_emscripten_bind_MdGeMaterialAspect_Name_0"]=function(){return(_emscripten_bind_MdGeMaterialAspect_Name_0=Module["_emscripten_bind_MdGeMaterialAspect_Name_0"]=Module["asm"]["a8"]).apply(null,arguments)};var _emscripten_bind_MdGeMaterialAspect_RequestedName_0=Module["_emscripten_bind_MdGeMaterialAspect_RequestedName_0"]=function(){return(_emscripten_bind_MdGeMaterialAspect_RequestedName_0=Module["_emscripten_bind_MdGeMaterialAspect_RequestedName_0"]=Module["asm"]["b8"]).apply(null,arguments)};var _emscripten_bind_MdGeMaterialAspect_MaterialName_0=Module["_emscripten_bind_MdGeMaterialAspect_MaterialName_0"]=function(){return(_emscripten_bind_MdGeMaterialAspect_MaterialName_0=Module["_emscripten_bind_MdGeMaterialAspect_MaterialName_0"]=Module["asm"]["c8"]).apply(null,arguments)};var _emscripten_bind_MdGeMaterialAspect_SetMaterialName_1=Module["_emscripten_bind_MdGeMaterialAspect_SetMaterialName_1"]=function(){return(_emscripten_bind_MdGeMaterialAspect_SetMaterialName_1=Module["_emscripten_bind_MdGeMaterialAspect_SetMaterialName_1"]=Module["asm"]["d8"]).apply(null,arguments)};var _emscripten_bind_MdGeMaterialAspect_Reset_0=Module["_emscripten_bind_MdGeMaterialAspect_Reset_0"]=function(){return(_emscripten_bind_MdGeMaterialAspect_Reset_0=Module["_emscripten_bind_MdGeMaterialAspect_Reset_0"]=Module["asm"]["e8"]).apply(null,arguments)};var _emscripten_bind_MdGeMaterialAspect_Color_0=Module["_emscripten_bind_MdGeMaterialAspect_Color_0"]=function(){return(_emscripten_bind_MdGeMaterialAspect_Color_0=Module["_emscripten_bind_MdGeMaterialAspect_Color_0"]=Module["asm"]["f8"]).apply(null,arguments)};var _emscripten_bind_MdGeMaterialAspect_SetColor_1=Module["_emscripten_bind_MdGeMaterialAspect_SetColor_1"]=function(){return(_emscripten_bind_MdGeMaterialAspect_SetColor_1=Module["_emscripten_bind_MdGeMaterialAspect_SetColor_1"]=Module["asm"]["g8"]).apply(null,arguments)};var _emscripten_bind_MdGeMaterialAspect_Transparency_0=Module["_emscripten_bind_MdGeMaterialAspect_Transparency_0"]=function(){return(_emscripten_bind_MdGeMaterialAspect_Transparency_0=Module["_emscripten_bind_MdGeMaterialAspect_Transparency_0"]=Module["asm"]["h8"]).apply(null,arguments)};var _emscripten_bind_MdGeMaterialAspect_Alpha_0=Module["_emscripten_bind_MdGeMaterialAspect_Alpha_0"]=function(){return(_emscripten_bind_MdGeMaterialAspect_Alpha_0=Module["_emscripten_bind_MdGeMaterialAspect_Alpha_0"]=Module["asm"]["i8"]).apply(null,arguments)};var _emscripten_bind_MdGeMaterialAspect_SetTransparency_1=Module["_emscripten_bind_MdGeMaterialAspect_SetTransparency_1"]=function(){return(_emscripten_bind_MdGeMaterialAspect_SetTransparency_1=Module["_emscripten_bind_MdGeMaterialAspect_SetTransparency_1"]=Module["asm"]["j8"]).apply(null,arguments)};var _emscripten_bind_MdGeMaterialAspect_SetAlpha_1=Module["_emscripten_bind_MdGeMaterialAspect_SetAlpha_1"]=function(){return(_emscripten_bind_MdGeMaterialAspect_SetAlpha_1=Module["_emscripten_bind_MdGeMaterialAspect_SetAlpha_1"]=Module["asm"]["k8"]).apply(null,arguments)};var _emscripten_bind_MdGeMaterialAspect_AmbientColor_0=Module["_emscripten_bind_MdGeMaterialAspect_AmbientColor_0"]=function(){return(_emscripten_bind_MdGeMaterialAspect_AmbientColor_0=Module["_emscripten_bind_MdGeMaterialAspect_AmbientColor_0"]=Module["asm"]["l8"]).apply(null,arguments)};var _emscripten_bind_MdGeMaterialAspect_SetAmbientColor_1=Module["_emscripten_bind_MdGeMaterialAspect_SetAmbientColor_1"]=function(){return(_emscripten_bind_MdGeMaterialAspect_SetAmbientColor_1=Module["_emscripten_bind_MdGeMaterialAspect_SetAmbientColor_1"]=Module["asm"]["m8"]).apply(null,arguments)};var _emscripten_bind_MdGeMaterialAspect_DiffuseColor_0=Module["_emscripten_bind_MdGeMaterialAspect_DiffuseColor_0"]=function(){return(_emscripten_bind_MdGeMaterialAspect_DiffuseColor_0=Module["_emscripten_bind_MdGeMaterialAspect_DiffuseColor_0"]=Module["asm"]["n8"]).apply(null,arguments)};var _emscripten_bind_MdGeMaterialAspect_SetDiffuseColor_1=Module["_emscripten_bind_MdGeMaterialAspect_SetDiffuseColor_1"]=function(){return(_emscripten_bind_MdGeMaterialAspect_SetDiffuseColor_1=Module["_emscripten_bind_MdGeMaterialAspect_SetDiffuseColor_1"]=Module["asm"]["o8"]).apply(null,arguments)};var _emscripten_bind_MdGeMaterialAspect_SpecularColor_0=Module["_emscripten_bind_MdGeMaterialAspect_SpecularColor_0"]=function(){return(_emscripten_bind_MdGeMaterialAspect_SpecularColor_0=Module["_emscripten_bind_MdGeMaterialAspect_SpecularColor_0"]=Module["asm"]["p8"]).apply(null,arguments)};var _emscripten_bind_MdGeMaterialAspect_SetSpecularColor_1=Module["_emscripten_bind_MdGeMaterialAspect_SetSpecularColor_1"]=function(){return(_emscripten_bind_MdGeMaterialAspect_SetSpecularColor_1=Module["_emscripten_bind_MdGeMaterialAspect_SetSpecularColor_1"]=Module["asm"]["q8"]).apply(null,arguments)};var _emscripten_bind_MdGeMaterialAspect_EmissiveColor_0=Module["_emscripten_bind_MdGeMaterialAspect_EmissiveColor_0"]=function(){return(_emscripten_bind_MdGeMaterialAspect_EmissiveColor_0=Module["_emscripten_bind_MdGeMaterialAspect_EmissiveColor_0"]=Module["asm"]["r8"]).apply(null,arguments)};var _emscripten_bind_MdGeMaterialAspect_SetEmissiveColor_1=Module["_emscripten_bind_MdGeMaterialAspect_SetEmissiveColor_1"]=function(){return(_emscripten_bind_MdGeMaterialAspect_SetEmissiveColor_1=Module["_emscripten_bind_MdGeMaterialAspect_SetEmissiveColor_1"]=Module["asm"]["s8"]).apply(null,arguments)};var _emscripten_bind_MdGeMaterialAspect_Shininess_0=Module["_emscripten_bind_MdGeMaterialAspect_Shininess_0"]=function(){return(_emscripten_bind_MdGeMaterialAspect_Shininess_0=Module["_emscripten_bind_MdGeMaterialAspect_Shininess_0"]=Module["asm"]["t8"]).apply(null,arguments)};var _emscripten_bind_MdGeMaterialAspect_SetShininess_1=Module["_emscripten_bind_MdGeMaterialAspect_SetShininess_1"]=function(){return(_emscripten_bind_MdGeMaterialAspect_SetShininess_1=Module["_emscripten_bind_MdGeMaterialAspect_SetShininess_1"]=Module["asm"]["u8"]).apply(null,arguments)};var _emscripten_bind_MdGeMaterialAspect_IncreaseShine_1=Module["_emscripten_bind_MdGeMaterialAspect_IncreaseShine_1"]=function(){return(_emscripten_bind_MdGeMaterialAspect_IncreaseShine_1=Module["_emscripten_bind_MdGeMaterialAspect_IncreaseShine_1"]=Module["asm"]["v8"]).apply(null,arguments)};var _emscripten_bind_MdGeMaterialAspect_RefractionIndex_0=Module["_emscripten_bind_MdGeMaterialAspect_RefractionIndex_0"]=function(){return(_emscripten_bind_MdGeMaterialAspect_RefractionIndex_0=Module["_emscripten_bind_MdGeMaterialAspect_RefractionIndex_0"]=Module["asm"]["w8"]).apply(null,arguments)};var _emscripten_bind_MdGeMaterialAspect_SetRefractionIndex_1=Module["_emscripten_bind_MdGeMaterialAspect_SetRefractionIndex_1"]=function(){return(_emscripten_bind_MdGeMaterialAspect_SetRefractionIndex_1=Module["_emscripten_bind_MdGeMaterialAspect_SetRefractionIndex_1"]=Module["asm"]["x8"]).apply(null,arguments)};var _emscripten_bind_MdGeMaterialAspect_ReflectionMode_1=Module["_emscripten_bind_MdGeMaterialAspect_ReflectionMode_1"]=function(){return(_emscripten_bind_MdGeMaterialAspect_ReflectionMode_1=Module["_emscripten_bind_MdGeMaterialAspect_ReflectionMode_1"]=Module["asm"]["y8"]).apply(null,arguments)};var _emscripten_bind_MdGeMaterialAspect_MaterialType_0=Module["_emscripten_bind_MdGeMaterialAspect_MaterialType_0"]=function(){return(_emscripten_bind_MdGeMaterialAspect_MaterialType_0=Module["_emscripten_bind_MdGeMaterialAspect_MaterialType_0"]=Module["asm"]["z8"]).apply(null,arguments)};var _emscripten_bind_MdGeMaterialAspect_SetMaterialType_1=Module["_emscripten_bind_MdGeMaterialAspect_SetMaterialType_1"]=function(){return(_emscripten_bind_MdGeMaterialAspect_SetMaterialType_1=Module["_emscripten_bind_MdGeMaterialAspect_SetMaterialType_1"]=Module["asm"]["A8"]).apply(null,arguments)};var _emscripten_bind_MdGeMaterialAspect_IsDifferent_1=Module["_emscripten_bind_MdGeMaterialAspect_IsDifferent_1"]=function(){return(_emscripten_bind_MdGeMaterialAspect_IsDifferent_1=Module["_emscripten_bind_MdGeMaterialAspect_IsDifferent_1"]=Module["asm"]["B8"]).apply(null,arguments)};var _emscripten_bind_MdGeMaterialAspect_IsEqual_1=Module["_emscripten_bind_MdGeMaterialAspect_IsEqual_1"]=function(){return(_emscripten_bind_MdGeMaterialAspect_IsEqual_1=Module["_emscripten_bind_MdGeMaterialAspect_IsEqual_1"]=Module["asm"]["C8"]).apply(null,arguments)};var _emscripten_bind_MdGeMaterialAspect___destroy___0=Module["_emscripten_bind_MdGeMaterialAspect___destroy___0"]=function(){return(_emscripten_bind_MdGeMaterialAspect___destroy___0=Module["_emscripten_bind_MdGeMaterialAspect___destroy___0"]=Module["asm"]["D8"]).apply(null,arguments)};var _emscripten_bind_MdGeSequenceOfShape_MdGeSequenceOfShape_0=Module["_emscripten_bind_MdGeSequenceOfShape_MdGeSequenceOfShape_0"]=function(){return(_emscripten_bind_MdGeSequenceOfShape_MdGeSequenceOfShape_0=Module["_emscripten_bind_MdGeSequenceOfShape_MdGeSequenceOfShape_0"]=Module["asm"]["E8"]).apply(null,arguments)};var _emscripten_bind_MdGeSequenceOfShape_begin_0=Module["_emscripten_bind_MdGeSequenceOfShape_begin_0"]=function(){return(_emscripten_bind_MdGeSequenceOfShape_begin_0=Module["_emscripten_bind_MdGeSequenceOfShape_begin_0"]=Module["asm"]["F8"]).apply(null,arguments)};var _emscripten_bind_MdGeSequenceOfShape_end_0=Module["_emscripten_bind_MdGeSequenceOfShape_end_0"]=function(){return(_emscripten_bind_MdGeSequenceOfShape_end_0=Module["_emscripten_bind_MdGeSequenceOfShape_end_0"]=Module["asm"]["G8"]).apply(null,arguments)};var _emscripten_bind_MdGeSequenceOfShape_Size_0=Module["_emscripten_bind_MdGeSequenceOfShape_Size_0"]=function(){return(_emscripten_bind_MdGeSequenceOfShape_Size_0=Module["_emscripten_bind_MdGeSequenceOfShape_Size_0"]=Module["asm"]["H8"]).apply(null,arguments)};var _emscripten_bind_MdGeSequenceOfShape_Length_0=Module["_emscripten_bind_MdGeSequenceOfShape_Length_0"]=function(){return(_emscripten_bind_MdGeSequenceOfShape_Length_0=Module["_emscripten_bind_MdGeSequenceOfShape_Length_0"]=Module["asm"]["I8"]).apply(null,arguments)};var _emscripten_bind_MdGeSequenceOfShape_Lower_0=Module["_emscripten_bind_MdGeSequenceOfShape_Lower_0"]=function(){return(_emscripten_bind_MdGeSequenceOfShape_Lower_0=Module["_emscripten_bind_MdGeSequenceOfShape_Lower_0"]=Module["asm"]["J8"]).apply(null,arguments)};var _emscripten_bind_MdGeSequenceOfShape_Upper_0=Module["_emscripten_bind_MdGeSequenceOfShape_Upper_0"]=function(){return(_emscripten_bind_MdGeSequenceOfShape_Upper_0=Module["_emscripten_bind_MdGeSequenceOfShape_Upper_0"]=Module["asm"]["K8"]).apply(null,arguments)};var _emscripten_bind_MdGeSequenceOfShape_IsEmpty_0=Module["_emscripten_bind_MdGeSequenceOfShape_IsEmpty_0"]=function(){return(_emscripten_bind_MdGeSequenceOfShape_IsEmpty_0=Module["_emscripten_bind_MdGeSequenceOfShape_IsEmpty_0"]=Module["asm"]["L8"]).apply(null,arguments)};var _emscripten_bind_MdGeSequenceOfShape_Reverse_0=Module["_emscripten_bind_MdGeSequenceOfShape_Reverse_0"]=function(){return(_emscripten_bind_MdGeSequenceOfShape_Reverse_0=Module["_emscripten_bind_MdGeSequenceOfShape_Reverse_0"]=Module["asm"]["M8"]).apply(null,arguments)};var _emscripten_bind_MdGeSequenceOfShape_Exchange_2=Module["_emscripten_bind_MdGeSequenceOfShape_Exchange_2"]=function(){return(_emscripten_bind_MdGeSequenceOfShape_Exchange_2=Module["_emscripten_bind_MdGeSequenceOfShape_Exchange_2"]=Module["asm"]["N8"]).apply(null,arguments)};var _emscripten_bind_MdGeSequenceOfShape_Remove_1=Module["_emscripten_bind_MdGeSequenceOfShape_Remove_1"]=function(){return(_emscripten_bind_MdGeSequenceOfShape_Remove_1=Module["_emscripten_bind_MdGeSequenceOfShape_Remove_1"]=Module["asm"]["O8"]).apply(null,arguments)};var _emscripten_bind_MdGeSequenceOfShape_Remove_2=Module["_emscripten_bind_MdGeSequenceOfShape_Remove_2"]=function(){return(_emscripten_bind_MdGeSequenceOfShape_Remove_2=Module["_emscripten_bind_MdGeSequenceOfShape_Remove_2"]=Module["asm"]["P8"]).apply(null,arguments)};var _emscripten_bind_MdGeSequenceOfShape_Append_1=Module["_emscripten_bind_MdGeSequenceOfShape_Append_1"]=function(){return(_emscripten_bind_MdGeSequenceOfShape_Append_1=Module["_emscripten_bind_MdGeSequenceOfShape_Append_1"]=Module["asm"]["Q8"]).apply(null,arguments)};var _emscripten_bind_MdGeSequenceOfShape_Prepend_1=Module["_emscripten_bind_MdGeSequenceOfShape_Prepend_1"]=function(){return(_emscripten_bind_MdGeSequenceOfShape_Prepend_1=Module["_emscripten_bind_MdGeSequenceOfShape_Prepend_1"]=Module["asm"]["R8"]).apply(null,arguments)};var _emscripten_bind_MdGeSequenceOfShape_InsertBefore_2=Module["_emscripten_bind_MdGeSequenceOfShape_InsertBefore_2"]=function(){return(_emscripten_bind_MdGeSequenceOfShape_InsertBefore_2=Module["_emscripten_bind_MdGeSequenceOfShape_InsertBefore_2"]=Module["asm"]["S8"]).apply(null,arguments)};var _emscripten_bind_MdGeSequenceOfShape_InsertAfter_2=Module["_emscripten_bind_MdGeSequenceOfShape_InsertAfter_2"]=function(){return(_emscripten_bind_MdGeSequenceOfShape_InsertAfter_2=Module["_emscripten_bind_MdGeSequenceOfShape_InsertAfter_2"]=Module["asm"]["T8"]).apply(null,arguments)};var _emscripten_bind_MdGeSequenceOfShape_First_0=Module["_emscripten_bind_MdGeSequenceOfShape_First_0"]=function(){return(_emscripten_bind_MdGeSequenceOfShape_First_0=Module["_emscripten_bind_MdGeSequenceOfShape_First_0"]=Module["asm"]["U8"]).apply(null,arguments)};var _emscripten_bind_MdGeSequenceOfShape_Last_0=Module["_emscripten_bind_MdGeSequenceOfShape_Last_0"]=function(){return(_emscripten_bind_MdGeSequenceOfShape_Last_0=Module["_emscripten_bind_MdGeSequenceOfShape_Last_0"]=Module["asm"]["V8"]).apply(null,arguments)};var _emscripten_bind_MdGeSequenceOfShape_Value_1=Module["_emscripten_bind_MdGeSequenceOfShape_Value_1"]=function(){return(_emscripten_bind_MdGeSequenceOfShape_Value_1=Module["_emscripten_bind_MdGeSequenceOfShape_Value_1"]=Module["asm"]["W8"]).apply(null,arguments)};var _emscripten_bind_MdGeSequenceOfShape_SetValue_2=Module["_emscripten_bind_MdGeSequenceOfShape_SetValue_2"]=function(){return(_emscripten_bind_MdGeSequenceOfShape_SetValue_2=Module["_emscripten_bind_MdGeSequenceOfShape_SetValue_2"]=Module["asm"]["X8"]).apply(null,arguments)};var _emscripten_bind_MdGeSequenceOfShape___destroy___0=Module["_emscripten_bind_MdGeSequenceOfShape___destroy___0"]=function(){return(_emscripten_bind_MdGeSequenceOfShape___destroy___0=Module["_emscripten_bind_MdGeSequenceOfShape___destroy___0"]=Module["asm"]["Y8"]).apply(null,arguments)};var _emscripten_bind_MdGeSequenceIteratorOfSequenceOfShape_MdGeSequenceIteratorOfSequenceOfShape_0=Module["_emscripten_bind_MdGeSequenceIteratorOfSequenceOfShape_MdGeSequenceIteratorOfSequenceOfShape_0"]=function(){return(_emscripten_bind_MdGeSequenceIteratorOfSequenceOfShape_MdGeSequenceIteratorOfSequenceOfShape_0=Module["_emscripten_bind_MdGeSequenceIteratorOfSequenceOfShape_MdGeSequenceIteratorOfSequenceOfShape_0"]=Module["asm"]["Z8"]).apply(null,arguments)};var _emscripten_bind_MdGeSequenceIteratorOfSequenceOfShape_More_0=Module["_emscripten_bind_MdGeSequenceIteratorOfSequenceOfShape_More_0"]=function(){return(_emscripten_bind_MdGeSequenceIteratorOfSequenceOfShape_More_0=Module["_emscripten_bind_MdGeSequenceIteratorOfSequenceOfShape_More_0"]=Module["asm"]["_8"]).apply(null,arguments)};var _emscripten_bind_MdGeSequenceIteratorOfSequenceOfShape_Next_0=Module["_emscripten_bind_MdGeSequenceIteratorOfSequenceOfShape_Next_0"]=function(){return(_emscripten_bind_MdGeSequenceIteratorOfSequenceOfShape_Next_0=Module["_emscripten_bind_MdGeSequenceIteratorOfSequenceOfShape_Next_0"]=Module["asm"]["$8"]).apply(null,arguments)};var _emscripten_bind_MdGeSequenceIteratorOfSequenceOfShape_Value_0=Module["_emscripten_bind_MdGeSequenceIteratorOfSequenceOfShape_Value_0"]=function(){return(_emscripten_bind_MdGeSequenceIteratorOfSequenceOfShape_Value_0=Module["_emscripten_bind_MdGeSequenceIteratorOfSequenceOfShape_Value_0"]=Module["asm"]["a9"]).apply(null,arguments)};var _emscripten_bind_MdGeSequenceIteratorOfSequenceOfShape_IsEqual_1=Module["_emscripten_bind_MdGeSequenceIteratorOfSequenceOfShape_IsEqual_1"]=function(){return(_emscripten_bind_MdGeSequenceIteratorOfSequenceOfShape_IsEqual_1=Module["_emscripten_bind_MdGeSequenceIteratorOfSequenceOfShape_IsEqual_1"]=Module["asm"]["b9"]).apply(null,arguments)};var _emscripten_bind_MdGeSequenceIteratorOfSequenceOfShape___destroy___0=Module["_emscripten_bind_MdGeSequenceIteratorOfSequenceOfShape___destroy___0"]=function(){return(_emscripten_bind_MdGeSequenceIteratorOfSequenceOfShape___destroy___0=Module["_emscripten_bind_MdGeSequenceIteratorOfSequenceOfShape___destroy___0"]=Module["asm"]["c9"]).apply(null,arguments)};var _emscripten_bind_MdGeMakeWires_MdGeMakeWires_0=Module["_emscripten_bind_MdGeMakeWires_MdGeMakeWires_0"]=function(){return(_emscripten_bind_MdGeMakeWires_MdGeMakeWires_0=Module["_emscripten_bind_MdGeMakeWires_MdGeMakeWires_0"]=Module["asm"]["d9"]).apply(null,arguments)};var _emscripten_bind_MdGeMakeWires_ConnectEdgesToWires_3=Module["_emscripten_bind_MdGeMakeWires_ConnectEdgesToWires_3"]=function(){return(_emscripten_bind_MdGeMakeWires_ConnectEdgesToWires_3=Module["_emscripten_bind_MdGeMakeWires_ConnectEdgesToWires_3"]=Module["asm"]["e9"]).apply(null,arguments)};var _emscripten_bind_MdGeMakeWires_ConnectWiresToWires_3=Module["_emscripten_bind_MdGeMakeWires_ConnectWiresToWires_3"]=function(){return(_emscripten_bind_MdGeMakeWires_ConnectWiresToWires_3=Module["_emscripten_bind_MdGeMakeWires_ConnectWiresToWires_3"]=Module["asm"]["f9"]).apply(null,arguments)};var _emscripten_bind_MdGeMakeWires___destroy___0=Module["_emscripten_bind_MdGeMakeWires___destroy___0"]=function(){return(_emscripten_bind_MdGeMakeWires___destroy___0=Module["_emscripten_bind_MdGeMakeWires___destroy___0"]=Module["asm"]["g9"]).apply(null,arguments)};var _emscripten_bind_MdGeMakeFace_MdGeMakeFace_0=Module["_emscripten_bind_MdGeMakeFace_MdGeMakeFace_0"]=function(){return(_emscripten_bind_MdGeMakeFace_MdGeMakeFace_0=Module["_emscripten_bind_MdGeMakeFace_MdGeMakeFace_0"]=Module["asm"]["h9"]).apply(null,arguments)};var _emscripten_bind_MdGeMakeFace_MdGeMakeFace_1=Module["_emscripten_bind_MdGeMakeFace_MdGeMakeFace_1"]=function(){return(_emscripten_bind_MdGeMakeFace_MdGeMakeFace_1=Module["_emscripten_bind_MdGeMakeFace_MdGeMakeFace_1"]=Module["asm"]["i9"]).apply(null,arguments)};var _emscripten_bind_MdGeMakeFace_Add_1=Module["_emscripten_bind_MdGeMakeFace_Add_1"]=function(){return(_emscripten_bind_MdGeMakeFace_Add_1=Module["_emscripten_bind_MdGeMakeFace_Add_1"]=Module["asm"]["j9"]).apply(null,arguments)};var _emscripten_bind_MdGeMakeFace_Face_0=Module["_emscripten_bind_MdGeMakeFace_Face_0"]=function(){return(_emscripten_bind_MdGeMakeFace_Face_0=Module["_emscripten_bind_MdGeMakeFace_Face_0"]=Module["asm"]["k9"]).apply(null,arguments)};var _emscripten_bind_MdGeMakeFace___destroy___0=Module["_emscripten_bind_MdGeMakeFace___destroy___0"]=function(){return(_emscripten_bind_MdGeMakeFace___destroy___0=Module["_emscripten_bind_MdGeMakeFace___destroy___0"]=Module["asm"]["l9"]).apply(null,arguments)};var _emscripten_bind_MdGeMakeArcOfCircle_MdGeMakeArcOfCircle_3=Module["_emscripten_bind_MdGeMakeArcOfCircle_MdGeMakeArcOfCircle_3"]=function(){return(_emscripten_bind_MdGeMakeArcOfCircle_MdGeMakeArcOfCircle_3=Module["_emscripten_bind_MdGeMakeArcOfCircle_MdGeMakeArcOfCircle_3"]=Module["asm"]["m9"]).apply(null,arguments)};var _emscripten_bind_MdGeMakeArcOfCircle_Edge_0=Module["_emscripten_bind_MdGeMakeArcOfCircle_Edge_0"]=function(){return(_emscripten_bind_MdGeMakeArcOfCircle_Edge_0=Module["_emscripten_bind_MdGeMakeArcOfCircle_Edge_0"]=Module["asm"]["n9"]).apply(null,arguments)};var _emscripten_bind_MdGeMakeArcOfCircle___destroy___0=Module["_emscripten_bind_MdGeMakeArcOfCircle___destroy___0"]=function(){return(_emscripten_bind_MdGeMakeArcOfCircle___destroy___0=Module["_emscripten_bind_MdGeMakeArcOfCircle___destroy___0"]=Module["asm"]["o9"]).apply(null,arguments)};var _emscripten_bind_MdGeLight_MdGeLight_1=Module["_emscripten_bind_MdGeLight_MdGeLight_1"]=function(){return(_emscripten_bind_MdGeLight_MdGeLight_1=Module["_emscripten_bind_MdGeLight_MdGeLight_1"]=Module["asm"]["p9"]).apply(null,arguments)};var _emscripten_bind_MdGeLight_CopyFrom_1=Module["_emscripten_bind_MdGeLight_CopyFrom_1"]=function(){return(_emscripten_bind_MdGeLight_CopyFrom_1=Module["_emscripten_bind_MdGeLight_CopyFrom_1"]=Module["asm"]["q9"]).apply(null,arguments)};var _emscripten_bind_MdGeLight_Type_0=Module["_emscripten_bind_MdGeLight_Type_0"]=function(){return(_emscripten_bind_MdGeLight_Type_0=Module["_emscripten_bind_MdGeLight_Type_0"]=Module["asm"]["r9"]).apply(null,arguments)};var _emscripten_bind_MdGeLight_Name_0=Module["_emscripten_bind_MdGeLight_Name_0"]=function(){return(_emscripten_bind_MdGeLight_Name_0=Module["_emscripten_bind_MdGeLight_Name_0"]=Module["asm"]["s9"]).apply(null,arguments)};var _emscripten_bind_MdGeLight_SetName_1=Module["_emscripten_bind_MdGeLight_SetName_1"]=function(){return(_emscripten_bind_MdGeLight_SetName_1=Module["_emscripten_bind_MdGeLight_SetName_1"]=Module["asm"]["t9"]).apply(null,arguments)};var _emscripten_bind_MdGeLight_Color_0=Module["_emscripten_bind_MdGeLight_Color_0"]=function(){return(_emscripten_bind_MdGeLight_Color_0=Module["_emscripten_bind_MdGeLight_Color_0"]=Module["asm"]["u9"]).apply(null,arguments)};var _emscripten_bind_MdGeLight_SetColor_1=Module["_emscripten_bind_MdGeLight_SetColor_1"]=function(){return(_emscripten_bind_MdGeLight_SetColor_1=Module["_emscripten_bind_MdGeLight_SetColor_1"]=Module["asm"]["v9"]).apply(null,arguments)};var _emscripten_bind_MdGeLight_IsEnabled_0=Module["_emscripten_bind_MdGeLight_IsEnabled_0"]=function(){return(_emscripten_bind_MdGeLight_IsEnabled_0=Module["_emscripten_bind_MdGeLight_IsEnabled_0"]=Module["asm"]["w9"]).apply(null,arguments)};var _emscripten_bind_MdGeLight_SetEnabled_1=Module["_emscripten_bind_MdGeLight_SetEnabled_1"]=function(){return(_emscripten_bind_MdGeLight_SetEnabled_1=Module["_emscripten_bind_MdGeLight_SetEnabled_1"]=Module["asm"]["x9"]).apply(null,arguments)};var _emscripten_bind_MdGeLight_ToCastShadows_0=Module["_emscripten_bind_MdGeLight_ToCastShadows_0"]=function(){return(_emscripten_bind_MdGeLight_ToCastShadows_0=Module["_emscripten_bind_MdGeLight_ToCastShadows_0"]=Module["asm"]["y9"]).apply(null,arguments)};var _emscripten_bind_MdGeLight_SetCastShadows_1=Module["_emscripten_bind_MdGeLight_SetCastShadows_1"]=function(){return(_emscripten_bind_MdGeLight_SetCastShadows_1=Module["_emscripten_bind_MdGeLight_SetCastShadows_1"]=Module["asm"]["z9"]).apply(null,arguments)};var _emscripten_bind_MdGeLight_IsHeadlight_0=Module["_emscripten_bind_MdGeLight_IsHeadlight_0"]=function(){return(_emscripten_bind_MdGeLight_IsHeadlight_0=Module["_emscripten_bind_MdGeLight_IsHeadlight_0"]=Module["asm"]["A9"]).apply(null,arguments)};var _emscripten_bind_MdGeLight_Headlight_0=Module["_emscripten_bind_MdGeLight_Headlight_0"]=function(){return(_emscripten_bind_MdGeLight_Headlight_0=Module["_emscripten_bind_MdGeLight_Headlight_0"]=Module["asm"]["B9"]).apply(null,arguments)};var _emscripten_bind_MdGeLight_SetHeadlight_1=Module["_emscripten_bind_MdGeLight_SetHeadlight_1"]=function(){return(_emscripten_bind_MdGeLight_SetHeadlight_1=Module["_emscripten_bind_MdGeLight_SetHeadlight_1"]=Module["asm"]["C9"]).apply(null,arguments)};var _emscripten_bind_MdGeLight_Position_0=Module["_emscripten_bind_MdGeLight_Position_0"]=function(){return(_emscripten_bind_MdGeLight_Position_0=Module["_emscripten_bind_MdGeLight_Position_0"]=Module["asm"]["D9"]).apply(null,arguments)};var _emscripten_bind_MdGeLight_SetPosition_1=Module["_emscripten_bind_MdGeLight_SetPosition_1"]=function(){return(_emscripten_bind_MdGeLight_SetPosition_1=Module["_emscripten_bind_MdGeLight_SetPosition_1"]=Module["asm"]["E9"]).apply(null,arguments)};var _emscripten_bind_MdGeLight_SetPosition_3=Module["_emscripten_bind_MdGeLight_SetPosition_3"]=function(){return(_emscripten_bind_MdGeLight_SetPosition_3=Module["_emscripten_bind_MdGeLight_SetPosition_3"]=Module["asm"]["F9"]).apply(null,arguments)};var _emscripten_bind_MdGeLight_ConstAttenuation_0=Module["_emscripten_bind_MdGeLight_ConstAttenuation_0"]=function(){return(_emscripten_bind_MdGeLight_ConstAttenuation_0=Module["_emscripten_bind_MdGeLight_ConstAttenuation_0"]=Module["asm"]["G9"]).apply(null,arguments)};var _emscripten_bind_MdGeLight_LinearAttenuation_0=Module["_emscripten_bind_MdGeLight_LinearAttenuation_0"]=function(){return(_emscripten_bind_MdGeLight_LinearAttenuation_0=Module["_emscripten_bind_MdGeLight_LinearAttenuation_0"]=Module["asm"]["H9"]).apply(null,arguments)};var _emscripten_bind_MdGeLight_SetAttenuation_2=Module["_emscripten_bind_MdGeLight_SetAttenuation_2"]=function(){return(_emscripten_bind_MdGeLight_SetAttenuation_2=Module["_emscripten_bind_MdGeLight_SetAttenuation_2"]=Module["asm"]["I9"]).apply(null,arguments)};var _emscripten_bind_MdGeLight_Direction_0=Module["_emscripten_bind_MdGeLight_Direction_0"]=function(){return(_emscripten_bind_MdGeLight_Direction_0=Module["_emscripten_bind_MdGeLight_Direction_0"]=Module["asm"]["J9"]).apply(null,arguments)};var _emscripten_bind_MdGeLight_SetDirection_1=Module["_emscripten_bind_MdGeLight_SetDirection_1"]=function(){return(_emscripten_bind_MdGeLight_SetDirection_1=Module["_emscripten_bind_MdGeLight_SetDirection_1"]=Module["asm"]["K9"]).apply(null,arguments)};var _emscripten_bind_MdGeLight_SetDirection_3=Module["_emscripten_bind_MdGeLight_SetDirection_3"]=function(){return(_emscripten_bind_MdGeLight_SetDirection_3=Module["_emscripten_bind_MdGeLight_SetDirection_3"]=Module["asm"]["L9"]).apply(null,arguments)};var _emscripten_bind_MdGeLight_DisplayPosition_0=Module["_emscripten_bind_MdGeLight_DisplayPosition_0"]=function(){return(_emscripten_bind_MdGeLight_DisplayPosition_0=Module["_emscripten_bind_MdGeLight_DisplayPosition_0"]=Module["asm"]["M9"]).apply(null,arguments)};var _emscripten_bind_MdGeLight_SetDisplayPosition_1=Module["_emscripten_bind_MdGeLight_SetDisplayPosition_1"]=function(){return(_emscripten_bind_MdGeLight_SetDisplayPosition_1=Module["_emscripten_bind_MdGeLight_SetDisplayPosition_1"]=Module["asm"]["N9"]).apply(null,arguments)};var _emscripten_bind_MdGeLight_Angle_0=Module["_emscripten_bind_MdGeLight_Angle_0"]=function(){return(_emscripten_bind_MdGeLight_Angle_0=Module["_emscripten_bind_MdGeLight_Angle_0"]=Module["asm"]["O9"]).apply(null,arguments)};var _emscripten_bind_MdGeLight_SetAngle_1=Module["_emscripten_bind_MdGeLight_SetAngle_1"]=function(){return(_emscripten_bind_MdGeLight_SetAngle_1=Module["_emscripten_bind_MdGeLight_SetAngle_1"]=Module["asm"]["P9"]).apply(null,arguments)};var _emscripten_bind_MdGeLight_Concentration_0=Module["_emscripten_bind_MdGeLight_Concentration_0"]=function(){return(_emscripten_bind_MdGeLight_Concentration_0=Module["_emscripten_bind_MdGeLight_Concentration_0"]=Module["asm"]["Q9"]).apply(null,arguments)};var _emscripten_bind_MdGeLight_SetConcentration_1=Module["_emscripten_bind_MdGeLight_SetConcentration_1"]=function(){return(_emscripten_bind_MdGeLight_SetConcentration_1=Module["_emscripten_bind_MdGeLight_SetConcentration_1"]=Module["asm"]["R9"]).apply(null,arguments)};var _emscripten_bind_MdGeLight_Intensity_0=Module["_emscripten_bind_MdGeLight_Intensity_0"]=function(){return(_emscripten_bind_MdGeLight_Intensity_0=Module["_emscripten_bind_MdGeLight_Intensity_0"]=Module["asm"]["S9"]).apply(null,arguments)};var _emscripten_bind_MdGeLight_SetIntensity_1=Module["_emscripten_bind_MdGeLight_SetIntensity_1"]=function(){return(_emscripten_bind_MdGeLight_SetIntensity_1=Module["_emscripten_bind_MdGeLight_SetIntensity_1"]=Module["asm"]["T9"]).apply(null,arguments)};var _emscripten_bind_MdGeLight_Smoothness_0=Module["_emscripten_bind_MdGeLight_Smoothness_0"]=function(){return(_emscripten_bind_MdGeLight_Smoothness_0=Module["_emscripten_bind_MdGeLight_Smoothness_0"]=Module["asm"]["U9"]).apply(null,arguments)};var _emscripten_bind_MdGeLight_SetSmoothRadius_1=Module["_emscripten_bind_MdGeLight_SetSmoothRadius_1"]=function(){return(_emscripten_bind_MdGeLight_SetSmoothRadius_1=Module["_emscripten_bind_MdGeLight_SetSmoothRadius_1"]=Module["asm"]["V9"]).apply(null,arguments)};var _emscripten_bind_MdGeLight_SetSmoothAngle_1=Module["_emscripten_bind_MdGeLight_SetSmoothAngle_1"]=function(){return(_emscripten_bind_MdGeLight_SetSmoothAngle_1=Module["_emscripten_bind_MdGeLight_SetSmoothAngle_1"]=Module["asm"]["W9"]).apply(null,arguments)};var _emscripten_bind_MdGeLight_HasRange_0=Module["_emscripten_bind_MdGeLight_HasRange_0"]=function(){return(_emscripten_bind_MdGeLight_HasRange_0=Module["_emscripten_bind_MdGeLight_HasRange_0"]=Module["asm"]["X9"]).apply(null,arguments)};var _emscripten_bind_MdGeLight_Range_0=Module["_emscripten_bind_MdGeLight_Range_0"]=function(){return(_emscripten_bind_MdGeLight_Range_0=Module["_emscripten_bind_MdGeLight_Range_0"]=Module["asm"]["Y9"]).apply(null,arguments)};var _emscripten_bind_MdGeLight_SetRange_1=Module["_emscripten_bind_MdGeLight_SetRange_1"]=function(){return(_emscripten_bind_MdGeLight_SetRange_1=Module["_emscripten_bind_MdGeLight_SetRange_1"]=Module["asm"]["Z9"]).apply(null,arguments)};var _emscripten_bind_MdGeLight___destroy___0=Module["_emscripten_bind_MdGeLight___destroy___0"]=function(){return(_emscripten_bind_MdGeLight___destroy___0=Module["_emscripten_bind_MdGeLight___destroy___0"]=Module["asm"]["_9"]).apply(null,arguments)};var _emscripten_bind_MdGeArrowAspect_MdGeArrowAspect_0=Module["_emscripten_bind_MdGeArrowAspect_MdGeArrowAspect_0"]=function(){return(_emscripten_bind_MdGeArrowAspect_MdGeArrowAspect_0=Module["_emscripten_bind_MdGeArrowAspect_MdGeArrowAspect_0"]=Module["asm"]["$9"]).apply(null,arguments)};var _emscripten_bind_MdGeArrowAspect_MdGeArrowAspect_2=Module["_emscripten_bind_MdGeArrowAspect_MdGeArrowAspect_2"]=function(){return(_emscripten_bind_MdGeArrowAspect_MdGeArrowAspect_2=Module["_emscripten_bind_MdGeArrowAspect_MdGeArrowAspect_2"]=Module["asm"]["aaa"]).apply(null,arguments)};var _emscripten_bind_MdGeArrowAspect_SetAngle_1=Module["_emscripten_bind_MdGeArrowAspect_SetAngle_1"]=function(){return(_emscripten_bind_MdGeArrowAspect_SetAngle_1=Module["_emscripten_bind_MdGeArrowAspect_SetAngle_1"]=Module["asm"]["baa"]).apply(null,arguments)};var _emscripten_bind_MdGeArrowAspect_Angle_0=Module["_emscripten_bind_MdGeArrowAspect_Angle_0"]=function(){return(_emscripten_bind_MdGeArrowAspect_Angle_0=Module["_emscripten_bind_MdGeArrowAspect_Angle_0"]=Module["asm"]["caa"]).apply(null,arguments)};var _emscripten_bind_MdGeArrowAspect_SetLength_1=Module["_emscripten_bind_MdGeArrowAspect_SetLength_1"]=function(){return(_emscripten_bind_MdGeArrowAspect_SetLength_1=Module["_emscripten_bind_MdGeArrowAspect_SetLength_1"]=Module["asm"]["daa"]).apply(null,arguments)};var _emscripten_bind_MdGeArrowAspect_Length_0=Module["_emscripten_bind_MdGeArrowAspect_Length_0"]=function(){return(_emscripten_bind_MdGeArrowAspect_Length_0=Module["_emscripten_bind_MdGeArrowAspect_Length_0"]=Module["asm"]["eaa"]).apply(null,arguments)};var _emscripten_bind_MdGeArrowAspect_SetZoomable_1=Module["_emscripten_bind_MdGeArrowAspect_SetZoomable_1"]=function(){return(_emscripten_bind_MdGeArrowAspect_SetZoomable_1=Module["_emscripten_bind_MdGeArrowAspect_SetZoomable_1"]=Module["asm"]["faa"]).apply(null,arguments)};var _emscripten_bind_MdGeArrowAspect_IsZoomable_0=Module["_emscripten_bind_MdGeArrowAspect_IsZoomable_0"]=function(){return(_emscripten_bind_MdGeArrowAspect_IsZoomable_0=Module["_emscripten_bind_MdGeArrowAspect_IsZoomable_0"]=Module["asm"]["gaa"]).apply(null,arguments)};var _emscripten_bind_MdGeArrowAspect_SetColor_1=Module["_emscripten_bind_MdGeArrowAspect_SetColor_1"]=function(){return(_emscripten_bind_MdGeArrowAspect_SetColor_1=Module["_emscripten_bind_MdGeArrowAspect_SetColor_1"]=Module["asm"]["haa"]).apply(null,arguments)};var _emscripten_bind_MdGeArrowAspect___destroy___0=Module["_emscripten_bind_MdGeArrowAspect___destroy___0"]=function(){return(_emscripten_bind_MdGeArrowAspect___destroy___0=Module["_emscripten_bind_MdGeArrowAspect___destroy___0"]=Module["asm"]["iaa"]).apply(null,arguments)};var _emscripten_bind_MdGeDimAspect_MdGeDimAspect_0=Module["_emscripten_bind_MdGeDimAspect_MdGeDimAspect_0"]=function(){return(_emscripten_bind_MdGeDimAspect_MdGeDimAspect_0=Module["_emscripten_bind_MdGeDimAspect_MdGeDimAspect_0"]=Module["asm"]["jaa"]).apply(null,arguments)};var _emscripten_bind_MdGeDimAspect_LineAspect_0=Module["_emscripten_bind_MdGeDimAspect_LineAspect_0"]=function(){return(_emscripten_bind_MdGeDimAspect_LineAspect_0=Module["_emscripten_bind_MdGeDimAspect_LineAspect_0"]=Module["asm"]["kaa"]).apply(null,arguments)};var _emscripten_bind_MdGeDimAspect_SetLineAspect_1=Module["_emscripten_bind_MdGeDimAspect_SetLineAspect_1"]=function(){return(_emscripten_bind_MdGeDimAspect_SetLineAspect_1=Module["_emscripten_bind_MdGeDimAspect_SetLineAspect_1"]=Module["asm"]["laa"]).apply(null,arguments)};var _emscripten_bind_MdGeDimAspect_TextAspect_0=Module["_emscripten_bind_MdGeDimAspect_TextAspect_0"]=function(){return(_emscripten_bind_MdGeDimAspect_TextAspect_0=Module["_emscripten_bind_MdGeDimAspect_TextAspect_0"]=Module["asm"]["maa"]).apply(null,arguments)};var _emscripten_bind_MdGeDimAspect_SetTextAspect_1=Module["_emscripten_bind_MdGeDimAspect_SetTextAspect_1"]=function(){return(_emscripten_bind_MdGeDimAspect_SetTextAspect_1=Module["_emscripten_bind_MdGeDimAspect_SetTextAspect_1"]=Module["asm"]["naa"]).apply(null,arguments)};var _emscripten_bind_MdGeDimAspect_IsText3d_0=Module["_emscripten_bind_MdGeDimAspect_IsText3d_0"]=function(){return(_emscripten_bind_MdGeDimAspect_IsText3d_0=Module["_emscripten_bind_MdGeDimAspect_IsText3d_0"]=Module["asm"]["oaa"]).apply(null,arguments)};var _emscripten_bind_MdGeDimAspect_MakeText3d_1=Module["_emscripten_bind_MdGeDimAspect_MakeText3d_1"]=function(){return(_emscripten_bind_MdGeDimAspect_MakeText3d_1=Module["_emscripten_bind_MdGeDimAspect_MakeText3d_1"]=Module["asm"]["paa"]).apply(null,arguments)};var _emscripten_bind_MdGeDimAspect_IsTextShaded_0=Module["_emscripten_bind_MdGeDimAspect_IsTextShaded_0"]=function(){return(_emscripten_bind_MdGeDimAspect_IsTextShaded_0=Module["_emscripten_bind_MdGeDimAspect_IsTextShaded_0"]=Module["asm"]["qaa"]).apply(null,arguments)};var _emscripten_bind_MdGeDimAspect_MakeTextShaded_1=Module["_emscripten_bind_MdGeDimAspect_MakeTextShaded_1"]=function(){return(_emscripten_bind_MdGeDimAspect_MakeTextShaded_1=Module["_emscripten_bind_MdGeDimAspect_MakeTextShaded_1"]=Module["asm"]["raa"]).apply(null,arguments)};var _emscripten_bind_MdGeDimAspect_IsArrows3d_0=Module["_emscripten_bind_MdGeDimAspect_IsArrows3d_0"]=function(){return(_emscripten_bind_MdGeDimAspect_IsArrows3d_0=Module["_emscripten_bind_MdGeDimAspect_IsArrows3d_0"]=Module["asm"]["saa"]).apply(null,arguments)};var _emscripten_bind_MdGeDimAspect_MakeArrows3d_1=Module["_emscripten_bind_MdGeDimAspect_MakeArrows3d_1"]=function(){return(_emscripten_bind_MdGeDimAspect_MakeArrows3d_1=Module["_emscripten_bind_MdGeDimAspect_MakeArrows3d_1"]=Module["asm"]["taa"]).apply(null,arguments)};var _emscripten_bind_MdGeDimAspect_IsUnitsDisplayed_0=Module["_emscripten_bind_MdGeDimAspect_IsUnitsDisplayed_0"]=function(){return(_emscripten_bind_MdGeDimAspect_IsUnitsDisplayed_0=Module["_emscripten_bind_MdGeDimAspect_IsUnitsDisplayed_0"]=Module["asm"]["uaa"]).apply(null,arguments)};var _emscripten_bind_MdGeDimAspect_MakeUnitsDisplayed_1=Module["_emscripten_bind_MdGeDimAspect_MakeUnitsDisplayed_1"]=function(){return(_emscripten_bind_MdGeDimAspect_MakeUnitsDisplayed_1=Module["_emscripten_bind_MdGeDimAspect_MakeUnitsDisplayed_1"]=Module["asm"]["vaa"]).apply(null,arguments)};var _emscripten_bind_MdGeDimAspect_SetArrowOrientation_1=Module["_emscripten_bind_MdGeDimAspect_SetArrowOrientation_1"]=function(){return(_emscripten_bind_MdGeDimAspect_SetArrowOrientation_1=Module["_emscripten_bind_MdGeDimAspect_SetArrowOrientation_1"]=Module["asm"]["waa"]).apply(null,arguments)};var _emscripten_bind_MdGeDimAspect_ArrowOrientation_0=Module["_emscripten_bind_MdGeDimAspect_ArrowOrientation_0"]=function(){return(_emscripten_bind_MdGeDimAspect_ArrowOrientation_0=Module["_emscripten_bind_MdGeDimAspect_ArrowOrientation_0"]=Module["asm"]["xaa"]).apply(null,arguments)};var _emscripten_bind_MdGeDimAspect_SetTextVerticalPosition_1=Module["_emscripten_bind_MdGeDimAspect_SetTextVerticalPosition_1"]=function(){return(_emscripten_bind_MdGeDimAspect_SetTextVerticalPosition_1=Module["_emscripten_bind_MdGeDimAspect_SetTextVerticalPosition_1"]=Module["asm"]["yaa"]).apply(null,arguments)};var _emscripten_bind_MdGeDimAspect_TextVerticalPosition_0=Module["_emscripten_bind_MdGeDimAspect_TextVerticalPosition_0"]=function(){return(_emscripten_bind_MdGeDimAspect_TextVerticalPosition_0=Module["_emscripten_bind_MdGeDimAspect_TextVerticalPosition_0"]=Module["asm"]["zaa"]).apply(null,arguments)};var _emscripten_bind_MdGeDimAspect_SetTextHorizontalPosition_1=Module["_emscripten_bind_MdGeDimAspect_SetTextHorizontalPosition_1"]=function(){return(_emscripten_bind_MdGeDimAspect_SetTextHorizontalPosition_1=Module["_emscripten_bind_MdGeDimAspect_SetTextHorizontalPosition_1"]=Module["asm"]["Aaa"]).apply(null,arguments)};var _emscripten_bind_MdGeDimAspect_TextHorizontalPosition_0=Module["_emscripten_bind_MdGeDimAspect_TextHorizontalPosition_0"]=function(){return(_emscripten_bind_MdGeDimAspect_TextHorizontalPosition_0=Module["_emscripten_bind_MdGeDimAspect_TextHorizontalPosition_0"]=Module["asm"]["Baa"]).apply(null,arguments)};var _emscripten_bind_MdGeDimAspect_ArrowAspect_0=Module["_emscripten_bind_MdGeDimAspect_ArrowAspect_0"]=function(){return(_emscripten_bind_MdGeDimAspect_ArrowAspect_0=Module["_emscripten_bind_MdGeDimAspect_ArrowAspect_0"]=Module["asm"]["Caa"]).apply(null,arguments)};var _emscripten_bind_MdGeDimAspect_SetArrowAspect_1=Module["_emscripten_bind_MdGeDimAspect_SetArrowAspect_1"]=function(){return(_emscripten_bind_MdGeDimAspect_SetArrowAspect_1=Module["_emscripten_bind_MdGeDimAspect_SetArrowAspect_1"]=Module["asm"]["Daa"]).apply(null,arguments)};var _emscripten_bind_MdGeDimAspect_SetCommonColor_1=Module["_emscripten_bind_MdGeDimAspect_SetCommonColor_1"]=function(){return(_emscripten_bind_MdGeDimAspect_SetCommonColor_1=Module["_emscripten_bind_MdGeDimAspect_SetCommonColor_1"]=Module["asm"]["Eaa"]).apply(null,arguments)};var _emscripten_bind_MdGeDimAspect_SetExtensionSize_1=Module["_emscripten_bind_MdGeDimAspect_SetExtensionSize_1"]=function(){return(_emscripten_bind_MdGeDimAspect_SetExtensionSize_1=Module["_emscripten_bind_MdGeDimAspect_SetExtensionSize_1"]=Module["asm"]["Faa"]).apply(null,arguments)};var _emscripten_bind_MdGeDimAspect_ExtensionSize_0=Module["_emscripten_bind_MdGeDimAspect_ExtensionSize_0"]=function(){return(_emscripten_bind_MdGeDimAspect_ExtensionSize_0=Module["_emscripten_bind_MdGeDimAspect_ExtensionSize_0"]=Module["asm"]["Gaa"]).apply(null,arguments)};var _emscripten_bind_MdGeDimAspect_SetArrowTailSize_1=Module["_emscripten_bind_MdGeDimAspect_SetArrowTailSize_1"]=function(){return(_emscripten_bind_MdGeDimAspect_SetArrowTailSize_1=Module["_emscripten_bind_MdGeDimAspect_SetArrowTailSize_1"]=Module["asm"]["Haa"]).apply(null,arguments)};var _emscripten_bind_MdGeDimAspect_ArrowTailSize_0=Module["_emscripten_bind_MdGeDimAspect_ArrowTailSize_0"]=function(){return(_emscripten_bind_MdGeDimAspect_ArrowTailSize_0=Module["_emscripten_bind_MdGeDimAspect_ArrowTailSize_0"]=Module["asm"]["Iaa"]).apply(null,arguments)};var _emscripten_bind_MdGeDimAspect_SetValueStringFormat_1=Module["_emscripten_bind_MdGeDimAspect_SetValueStringFormat_1"]=function(){return(_emscripten_bind_MdGeDimAspect_SetValueStringFormat_1=Module["_emscripten_bind_MdGeDimAspect_SetValueStringFormat_1"]=Module["asm"]["Jaa"]).apply(null,arguments)};var _emscripten_bind_MdGeDimAspect_ValueStringFormat_0=Module["_emscripten_bind_MdGeDimAspect_ValueStringFormat_0"]=function(){return(_emscripten_bind_MdGeDimAspect_ValueStringFormat_0=Module["_emscripten_bind_MdGeDimAspect_ValueStringFormat_0"]=Module["asm"]["Kaa"]).apply(null,arguments)};var _emscripten_bind_MdGeDimAspect___destroy___0=Module["_emscripten_bind_MdGeDimAspect___destroy___0"]=function(){return(_emscripten_bind_MdGeDimAspect___destroy___0=Module["_emscripten_bind_MdGeDimAspect___destroy___0"]=Module["asm"]["Laa"]).apply(null,arguments)};var _emscripten_bind_MdGeLineAspect_MdGeLineAspect_3=Module["_emscripten_bind_MdGeLineAspect_MdGeLineAspect_3"]=function(){return(_emscripten_bind_MdGeLineAspect_MdGeLineAspect_3=Module["_emscripten_bind_MdGeLineAspect_MdGeLineAspect_3"]=Module["asm"]["Maa"]).apply(null,arguments)};var _emscripten_bind_MdGeLineAspect_SetColor_1=Module["_emscripten_bind_MdGeLineAspect_SetColor_1"]=function(){return(_emscripten_bind_MdGeLineAspect_SetColor_1=Module["_emscripten_bind_MdGeLineAspect_SetColor_1"]=Module["asm"]["Naa"]).apply(null,arguments)};var _emscripten_bind_MdGeLineAspect_SetTypeOfLine_1=Module["_emscripten_bind_MdGeLineAspect_SetTypeOfLine_1"]=function(){return(_emscripten_bind_MdGeLineAspect_SetTypeOfLine_1=Module["_emscripten_bind_MdGeLineAspect_SetTypeOfLine_1"]=Module["asm"]["Oaa"]).apply(null,arguments)};var _emscripten_bind_MdGeLineAspect_SetWidth_1=Module["_emscripten_bind_MdGeLineAspect_SetWidth_1"]=function(){return(_emscripten_bind_MdGeLineAspect_SetWidth_1=Module["_emscripten_bind_MdGeLineAspect_SetWidth_1"]=Module["asm"]["Paa"]).apply(null,arguments)};var _emscripten_bind_MdGeLineAspect___destroy___0=Module["_emscripten_bind_MdGeLineAspect___destroy___0"]=function(){return(_emscripten_bind_MdGeLineAspect___destroy___0=Module["_emscripten_bind_MdGeLineAspect___destroy___0"]=Module["asm"]["Qaa"]).apply(null,arguments)};var _emscripten_bind_MdGeTextAspect_MdGeTextAspect_0=Module["_emscripten_bind_MdGeTextAspect_MdGeTextAspect_0"]=function(){return(_emscripten_bind_MdGeTextAspect_MdGeTextAspect_0=Module["_emscripten_bind_MdGeTextAspect_MdGeTextAspect_0"]=Module["asm"]["Raa"]).apply(null,arguments)};var _emscripten_bind_MdGeTextAspect_SetColor_1=Module["_emscripten_bind_MdGeTextAspect_SetColor_1"]=function(){return(_emscripten_bind_MdGeTextAspect_SetColor_1=Module["_emscripten_bind_MdGeTextAspect_SetColor_1"]=Module["asm"]["Saa"]).apply(null,arguments)};var _emscripten_bind_MdGeTextAspect_SetFont_1=Module["_emscripten_bind_MdGeTextAspect_SetFont_1"]=function(){return(_emscripten_bind_MdGeTextAspect_SetFont_1=Module["_emscripten_bind_MdGeTextAspect_SetFont_1"]=Module["asm"]["Taa"]).apply(null,arguments)};var _emscripten_bind_MdGeTextAspect_SetHeight_1=Module["_emscripten_bind_MdGeTextAspect_SetHeight_1"]=function(){return(_emscripten_bind_MdGeTextAspect_SetHeight_1=Module["_emscripten_bind_MdGeTextAspect_SetHeight_1"]=Module["asm"]["Uaa"]).apply(null,arguments)};var _emscripten_bind_MdGeTextAspect_SetAngle_1=Module["_emscripten_bind_MdGeTextAspect_SetAngle_1"]=function(){return(_emscripten_bind_MdGeTextAspect_SetAngle_1=Module["_emscripten_bind_MdGeTextAspect_SetAngle_1"]=Module["asm"]["Vaa"]).apply(null,arguments)};var _emscripten_bind_MdGeTextAspect_Height_0=Module["_emscripten_bind_MdGeTextAspect_Height_0"]=function(){return(_emscripten_bind_MdGeTextAspect_Height_0=Module["_emscripten_bind_MdGeTextAspect_Height_0"]=Module["asm"]["Waa"]).apply(null,arguments)};var _emscripten_bind_MdGeTextAspect_Angle_0=Module["_emscripten_bind_MdGeTextAspect_Angle_0"]=function(){return(_emscripten_bind_MdGeTextAspect_Angle_0=Module["_emscripten_bind_MdGeTextAspect_Angle_0"]=Module["asm"]["Xaa"]).apply(null,arguments)};var _emscripten_bind_MdGeTextAspect_SetHorizontalJustification_1=Module["_emscripten_bind_MdGeTextAspect_SetHorizontalJustification_1"]=function(){return(_emscripten_bind_MdGeTextAspect_SetHorizontalJustification_1=Module["_emscripten_bind_MdGeTextAspect_SetHorizontalJustification_1"]=Module["asm"]["Yaa"]).apply(null,arguments)};var _emscripten_bind_MdGeTextAspect_SetVerticalJustification_1=Module["_emscripten_bind_MdGeTextAspect_SetVerticalJustification_1"]=function(){return(_emscripten_bind_MdGeTextAspect_SetVerticalJustification_1=Module["_emscripten_bind_MdGeTextAspect_SetVerticalJustification_1"]=Module["asm"]["Zaa"]).apply(null,arguments)};var _emscripten_bind_MdGeTextAspect_SetOrientation_1=Module["_emscripten_bind_MdGeTextAspect_SetOrientation_1"]=function(){return(_emscripten_bind_MdGeTextAspect_SetOrientation_1=Module["_emscripten_bind_MdGeTextAspect_SetOrientation_1"]=Module["asm"]["_aa"]).apply(null,arguments)};var _emscripten_bind_MdGeTextAspect_HorizontalJustification_0=Module["_emscripten_bind_MdGeTextAspect_HorizontalJustification_0"]=function(){return(_emscripten_bind_MdGeTextAspect_HorizontalJustification_0=Module["_emscripten_bind_MdGeTextAspect_HorizontalJustification_0"]=Module["asm"]["$aa"]).apply(null,arguments)};var _emscripten_bind_MdGeTextAspect_VerticalJustification_0=Module["_emscripten_bind_MdGeTextAspect_VerticalJustification_0"]=function(){return(_emscripten_bind_MdGeTextAspect_VerticalJustification_0=Module["_emscripten_bind_MdGeTextAspect_VerticalJustification_0"]=Module["asm"]["aba"]).apply(null,arguments)};var _emscripten_bind_MdGeTextAspect_Orientation_0=Module["_emscripten_bind_MdGeTextAspect_Orientation_0"]=function(){return(_emscripten_bind_MdGeTextAspect_Orientation_0=Module["_emscripten_bind_MdGeTextAspect_Orientation_0"]=Module["asm"]["bba"]).apply(null,arguments)};var _emscripten_bind_MdGeTextAspect___destroy___0=Module["_emscripten_bind_MdGeTextAspect___destroy___0"]=function(){return(_emscripten_bind_MdGeTextAspect___destroy___0=Module["_emscripten_bind_MdGeTextAspect___destroy___0"]=Module["asm"]["cba"]).apply(null,arguments)};var _emscripten_bind_MdGeApplication_MdGeApplication_0=Module["_emscripten_bind_MdGeApplication_MdGeApplication_0"]=function(){return(_emscripten_bind_MdGeApplication_MdGeApplication_0=Module["_emscripten_bind_MdGeApplication_MdGeApplication_0"]=Module["asm"]["dba"]).apply(null,arguments)};var _emscripten_bind_MdGeApplication_NbDocuments_0=Module["_emscripten_bind_MdGeApplication_NbDocuments_0"]=function(){return(_emscripten_bind_MdGeApplication_NbDocuments_0=Module["_emscripten_bind_MdGeApplication_NbDocuments_0"]=Module["asm"]["eba"]).apply(null,arguments)};var _emscripten_bind_MdGeApplication_GetDocument_1=Module["_emscripten_bind_MdGeApplication_GetDocument_1"]=function(){return(_emscripten_bind_MdGeApplication_GetDocument_1=Module["_emscripten_bind_MdGeApplication_GetDocument_1"]=Module["asm"]["fba"]).apply(null,arguments)};var _emscripten_bind_MdGeApplication_NewDocument_1=Module["_emscripten_bind_MdGeApplication_NewDocument_1"]=function(){return(_emscripten_bind_MdGeApplication_NewDocument_1=Module["_emscripten_bind_MdGeApplication_NewDocument_1"]=Module["asm"]["gba"]).apply(null,arguments)};var _emscripten_bind_MdGeApplication_InitDocument_1=Module["_emscripten_bind_MdGeApplication_InitDocument_1"]=function(){return(_emscripten_bind_MdGeApplication_InitDocument_1=Module["_emscripten_bind_MdGeApplication_InitDocument_1"]=Module["asm"]["hba"]).apply(null,arguments)};var _emscripten_bind_MdGeApplication_Close_1=Module["_emscripten_bind_MdGeApplication_Close_1"]=function(){return(_emscripten_bind_MdGeApplication_Close_1=Module["_emscripten_bind_MdGeApplication_Close_1"]=Module["asm"]["iba"]).apply(null,arguments)};var _emscripten_bind_MdGeApplication___destroy___0=Module["_emscripten_bind_MdGeApplication___destroy___0"]=function(){return(_emscripten_bind_MdGeApplication___destroy___0=Module["_emscripten_bind_MdGeApplication___destroy___0"]=Module["asm"]["jba"]).apply(null,arguments)};var _emscripten_bind_MdGeDocument_IsSaved_0=Module["_emscripten_bind_MdGeDocument_IsSaved_0"]=function(){return(_emscripten_bind_MdGeDocument_IsSaved_0=Module["_emscripten_bind_MdGeDocument_IsSaved_0"]=Module["asm"]["kba"]).apply(null,arguments)};var _emscripten_bind_MdGeDocument_IsChanged_0=Module["_emscripten_bind_MdGeDocument_IsChanged_0"]=function(){return(_emscripten_bind_MdGeDocument_IsChanged_0=Module["_emscripten_bind_MdGeDocument_IsChanged_0"]=Module["asm"]["lba"]).apply(null,arguments)};var _emscripten_bind_MdGeDocument_SetSaved_0=Module["_emscripten_bind_MdGeDocument_SetSaved_0"]=function(){return(_emscripten_bind_MdGeDocument_SetSaved_0=Module["_emscripten_bind_MdGeDocument_SetSaved_0"]=Module["asm"]["mba"]).apply(null,arguments)};var _emscripten_bind_MdGeDocument_SetSavedTime_1=Module["_emscripten_bind_MdGeDocument_SetSavedTime_1"]=function(){return(_emscripten_bind_MdGeDocument_SetSavedTime_1=Module["_emscripten_bind_MdGeDocument_SetSavedTime_1"]=Module["asm"]["nba"]).apply(null,arguments)};var _emscripten_bind_MdGeDocument_GetSavedTime_0=Module["_emscripten_bind_MdGeDocument_GetSavedTime_0"]=function(){return(_emscripten_bind_MdGeDocument_GetSavedTime_0=Module["_emscripten_bind_MdGeDocument_GetSavedTime_0"]=Module["asm"]["oba"]).apply(null,arguments)};var _emscripten_bind_MdGeDocument_GetName_0=Module["_emscripten_bind_MdGeDocument_GetName_0"]=function(){return(_emscripten_bind_MdGeDocument_GetName_0=Module["_emscripten_bind_MdGeDocument_GetName_0"]=Module["asm"]["pba"]).apply(null,arguments)};var _emscripten_bind_MdGeDocument_GetPath_0=Module["_emscripten_bind_MdGeDocument_GetPath_0"]=function(){return(_emscripten_bind_MdGeDocument_GetPath_0=Module["_emscripten_bind_MdGeDocument_GetPath_0"]=Module["asm"]["qba"]).apply(null,arguments)};var _emscripten_bind_MdGeDocument_Main_0=Module["_emscripten_bind_MdGeDocument_Main_0"]=function(){return(_emscripten_bind_MdGeDocument_Main_0=Module["_emscripten_bind_MdGeDocument_Main_0"]=Module["asm"]["rba"]).apply(null,arguments)};var _emscripten_bind_MdGeDocument_IsEmpty_0=Module["_emscripten_bind_MdGeDocument_IsEmpty_0"]=function(){return(_emscripten_bind_MdGeDocument_IsEmpty_0=Module["_emscripten_bind_MdGeDocument_IsEmpty_0"]=Module["asm"]["sba"]).apply(null,arguments)};var _emscripten_bind_MdGeDocument_IsValid_0=Module["_emscripten_bind_MdGeDocument_IsValid_0"]=function(){return(_emscripten_bind_MdGeDocument_IsValid_0=Module["_emscripten_bind_MdGeDocument_IsValid_0"]=Module["asm"]["tba"]).apply(null,arguments)};var _emscripten_bind_MdGeDocument_SetModified_1=Module["_emscripten_bind_MdGeDocument_SetModified_1"]=function(){return(_emscripten_bind_MdGeDocument_SetModified_1=Module["_emscripten_bind_MdGeDocument_SetModified_1"]=Module["asm"]["uba"]).apply(null,arguments)};var _emscripten_bind_MdGeDocument_PurgeModified_0=Module["_emscripten_bind_MdGeDocument_PurgeModified_0"]=function(){return(_emscripten_bind_MdGeDocument_PurgeModified_0=Module["_emscripten_bind_MdGeDocument_PurgeModified_0"]=Module["asm"]["vba"]).apply(null,arguments)};var _emscripten_bind_MdGeDocument_NewCommand_0=Module["_emscripten_bind_MdGeDocument_NewCommand_0"]=function(){return(_emscripten_bind_MdGeDocument_NewCommand_0=Module["_emscripten_bind_MdGeDocument_NewCommand_0"]=Module["asm"]["wba"]).apply(null,arguments)};var _emscripten_bind_MdGeDocument_HasOpenCommand_0=Module["_emscripten_bind_MdGeDocument_HasOpenCommand_0"]=function(){return(_emscripten_bind_MdGeDocument_HasOpenCommand_0=Module["_emscripten_bind_MdGeDocument_HasOpenCommand_0"]=Module["asm"]["xba"]).apply(null,arguments)};var _emscripten_bind_MdGeDocument_OpenCommand_0=Module["_emscripten_bind_MdGeDocument_OpenCommand_0"]=function(){return(_emscripten_bind_MdGeDocument_OpenCommand_0=Module["_emscripten_bind_MdGeDocument_OpenCommand_0"]=Module["asm"]["yba"]).apply(null,arguments)};var _emscripten_bind_MdGeDocument_CommitCommand_0=Module["_emscripten_bind_MdGeDocument_CommitCommand_0"]=function(){return(_emscripten_bind_MdGeDocument_CommitCommand_0=Module["_emscripten_bind_MdGeDocument_CommitCommand_0"]=Module["asm"]["zba"]).apply(null,arguments)};var _emscripten_bind_MdGeDocument_AbortCommand_0=Module["_emscripten_bind_MdGeDocument_AbortCommand_0"]=function(){return(_emscripten_bind_MdGeDocument_AbortCommand_0=Module["_emscripten_bind_MdGeDocument_AbortCommand_0"]=Module["asm"]["Aba"]).apply(null,arguments)};var _emscripten_bind_MdGeDocument_GetUndoLimit_0=Module["_emscripten_bind_MdGeDocument_GetUndoLimit_0"]=function(){return(_emscripten_bind_MdGeDocument_GetUndoLimit_0=Module["_emscripten_bind_MdGeDocument_GetUndoLimit_0"]=Module["asm"]["Bba"]).apply(null,arguments)};var _emscripten_bind_MdGeDocument_SetUndoLimit_1=Module["_emscripten_bind_MdGeDocument_SetUndoLimit_1"]=function(){return(_emscripten_bind_MdGeDocument_SetUndoLimit_1=Module["_emscripten_bind_MdGeDocument_SetUndoLimit_1"]=Module["asm"]["Cba"]).apply(null,arguments)};var _emscripten_bind_MdGeDocument_ClearUndos_0=Module["_emscripten_bind_MdGeDocument_ClearUndos_0"]=function(){return(_emscripten_bind_MdGeDocument_ClearUndos_0=Module["_emscripten_bind_MdGeDocument_ClearUndos_0"]=Module["asm"]["Dba"]).apply(null,arguments)};var _emscripten_bind_MdGeDocument_ClearRedos_0=Module["_emscripten_bind_MdGeDocument_ClearRedos_0"]=function(){return(_emscripten_bind_MdGeDocument_ClearRedos_0=Module["_emscripten_bind_MdGeDocument_ClearRedos_0"]=Module["asm"]["Eba"]).apply(null,arguments)};var _emscripten_bind_MdGeDocument_GetAvailableUndos_0=Module["_emscripten_bind_MdGeDocument_GetAvailableUndos_0"]=function(){return(_emscripten_bind_MdGeDocument_GetAvailableUndos_0=Module["_emscripten_bind_MdGeDocument_GetAvailableUndos_0"]=Module["asm"]["Fba"]).apply(null,arguments)};var _emscripten_bind_MdGeDocument_Undo_0=Module["_emscripten_bind_MdGeDocument_Undo_0"]=function(){return(_emscripten_bind_MdGeDocument_Undo_0=Module["_emscripten_bind_MdGeDocument_Undo_0"]=Module["asm"]["Gba"]).apply(null,arguments)};var _emscripten_bind_MdGeDocument_GetAvailableRedos_0=Module["_emscripten_bind_MdGeDocument_GetAvailableRedos_0"]=function(){return(_emscripten_bind_MdGeDocument_GetAvailableRedos_0=Module["_emscripten_bind_MdGeDocument_GetAvailableRedos_0"]=Module["asm"]["Hba"]).apply(null,arguments)};var _emscripten_bind_MdGeDocument_Redo_0=Module["_emscripten_bind_MdGeDocument_Redo_0"]=function(){return(_emscripten_bind_MdGeDocument_Redo_0=Module["_emscripten_bind_MdGeDocument_Redo_0"]=Module["asm"]["Iba"]).apply(null,arguments)};var _emscripten_bind_MdGeDocument_RemoveFirstUndo_0=Module["_emscripten_bind_MdGeDocument_RemoveFirstUndo_0"]=function(){return(_emscripten_bind_MdGeDocument_RemoveFirstUndo_0=Module["_emscripten_bind_MdGeDocument_RemoveFirstUndo_0"]=Module["asm"]["Jba"]).apply(null,arguments)};var _emscripten_bind_MdGeDocument_InitDeltaCompaction_0=Module["_emscripten_bind_MdGeDocument_InitDeltaCompaction_0"]=function(){return(_emscripten_bind_MdGeDocument_InitDeltaCompaction_0=Module["_emscripten_bind_MdGeDocument_InitDeltaCompaction_0"]=Module["asm"]["Kba"]).apply(null,arguments)};var _emscripten_bind_MdGeDocument_PerformDeltaCompaction_0=Module["_emscripten_bind_MdGeDocument_PerformDeltaCompaction_0"]=function(){return(_emscripten_bind_MdGeDocument_PerformDeltaCompaction_0=Module["_emscripten_bind_MdGeDocument_PerformDeltaCompaction_0"]=Module["asm"]["Lba"]).apply(null,arguments)};var _emscripten_bind_MdGeDocument_UpdateReferences_1=Module["_emscripten_bind_MdGeDocument_UpdateReferences_1"]=function(){return(_emscripten_bind_MdGeDocument_UpdateReferences_1=Module["_emscripten_bind_MdGeDocument_UpdateReferences_1"]=Module["asm"]["Mba"]).apply(null,arguments)};var _emscripten_bind_MdGeDocument_Recompute_0=Module["_emscripten_bind_MdGeDocument_Recompute_0"]=function(){return(_emscripten_bind_MdGeDocument_Recompute_0=Module["_emscripten_bind_MdGeDocument_Recompute_0"]=Module["asm"]["Nba"]).apply(null,arguments)};var _emscripten_bind_MdGeDocument_StorageFormat_0=Module["_emscripten_bind_MdGeDocument_StorageFormat_0"]=function(){return(_emscripten_bind_MdGeDocument_StorageFormat_0=Module["_emscripten_bind_MdGeDocument_StorageFormat_0"]=Module["asm"]["Oba"]).apply(null,arguments)};var _emscripten_bind_MdGeDocument_ChangeStorageFormat_1=Module["_emscripten_bind_MdGeDocument_ChangeStorageFormat_1"]=function(){return(_emscripten_bind_MdGeDocument_ChangeStorageFormat_1=Module["_emscripten_bind_MdGeDocument_ChangeStorageFormat_1"]=Module["asm"]["Pba"]).apply(null,arguments)};var _emscripten_bind_MdGeDocument_SetEmptyLabelsSavingMode_1=Module["_emscripten_bind_MdGeDocument_SetEmptyLabelsSavingMode_1"]=function(){return(_emscripten_bind_MdGeDocument_SetEmptyLabelsSavingMode_1=Module["_emscripten_bind_MdGeDocument_SetEmptyLabelsSavingMode_1"]=Module["asm"]["Qba"]).apply(null,arguments)};var _emscripten_bind_MdGeDocument_EmptyLabelsSavingMode_0=Module["_emscripten_bind_MdGeDocument_EmptyLabelsSavingMode_0"]=function(){return(_emscripten_bind_MdGeDocument_EmptyLabelsSavingMode_0=Module["_emscripten_bind_MdGeDocument_EmptyLabelsSavingMode_0"]=Module["asm"]["Rba"]).apply(null,arguments)};var _emscripten_bind_MdGeDocument_SetNestedTransactionMode_1=Module["_emscripten_bind_MdGeDocument_SetNestedTransactionMode_1"]=function(){return(_emscripten_bind_MdGeDocument_SetNestedTransactionMode_1=Module["_emscripten_bind_MdGeDocument_SetNestedTransactionMode_1"]=Module["asm"]["Sba"]).apply(null,arguments)};var _emscripten_bind_MdGeDocument_IsNestedTransactionMode_0=Module["_emscripten_bind_MdGeDocument_IsNestedTransactionMode_0"]=function(){return(_emscripten_bind_MdGeDocument_IsNestedTransactionMode_0=Module["_emscripten_bind_MdGeDocument_IsNestedTransactionMode_0"]=Module["asm"]["Tba"]).apply(null,arguments)};var _emscripten_bind_MdGeDocument_SetModificationMode_1=Module["_emscripten_bind_MdGeDocument_SetModificationMode_1"]=function(){return(_emscripten_bind_MdGeDocument_SetModificationMode_1=Module["_emscripten_bind_MdGeDocument_SetModificationMode_1"]=Module["asm"]["Uba"]).apply(null,arguments)};var _emscripten_bind_MdGeDocument_ModificationMode_0=Module["_emscripten_bind_MdGeDocument_ModificationMode_0"]=function(){return(_emscripten_bind_MdGeDocument_ModificationMode_0=Module["_emscripten_bind_MdGeDocument_ModificationMode_0"]=Module["asm"]["Vba"]).apply(null,arguments)};var _emscripten_bind_MdGeDocument_BeforeClose_0=Module["_emscripten_bind_MdGeDocument_BeforeClose_0"]=function(){return(_emscripten_bind_MdGeDocument_BeforeClose_0=Module["_emscripten_bind_MdGeDocument_BeforeClose_0"]=Module["asm"]["Wba"]).apply(null,arguments)};var _emscripten_bind_MdGeDocument___destroy___0=Module["_emscripten_bind_MdGeDocument___destroy___0"]=function(){return(_emscripten_bind_MdGeDocument___destroy___0=Module["_emscripten_bind_MdGeDocument___destroy___0"]=Module["asm"]["Xba"]).apply(null,arguments)};var _emscripten_bind_MdGeDocShapeTool_MdGeDocShapeTool_1=Module["_emscripten_bind_MdGeDocShapeTool_MdGeDocShapeTool_1"]=function(){return(_emscripten_bind_MdGeDocShapeTool_MdGeDocShapeTool_1=Module["_emscripten_bind_MdGeDocShapeTool_MdGeDocShapeTool_1"]=Module["asm"]["Yba"]).apply(null,arguments)};var _emscripten_bind_MdGeDocShapeTool_IsTopLevel_1=Module["_emscripten_bind_MdGeDocShapeTool_IsTopLevel_1"]=function(){return(_emscripten_bind_MdGeDocShapeTool_IsTopLevel_1=Module["_emscripten_bind_MdGeDocShapeTool_IsTopLevel_1"]=Module["asm"]["Zba"]).apply(null,arguments)};var _emscripten_bind_MdGeDocShapeTool_IsFree_1=Module["_emscripten_bind_MdGeDocShapeTool_IsFree_1"]=function(){return(_emscripten_bind_MdGeDocShapeTool_IsFree_1=Module["_emscripten_bind_MdGeDocShapeTool_IsFree_1"]=Module["asm"]["_ba"]).apply(null,arguments)};var _emscripten_bind_MdGeDocShapeTool_IsShape_1=Module["_emscripten_bind_MdGeDocShapeTool_IsShape_1"]=function(){return(_emscripten_bind_MdGeDocShapeTool_IsShape_1=Module["_emscripten_bind_MdGeDocShapeTool_IsShape_1"]=Module["asm"]["$ba"]).apply(null,arguments)};var _emscripten_bind_MdGeDocShapeTool_IsSimpleShape_1=Module["_emscripten_bind_MdGeDocShapeTool_IsSimpleShape_1"]=function(){return(_emscripten_bind_MdGeDocShapeTool_IsSimpleShape_1=Module["_emscripten_bind_MdGeDocShapeTool_IsSimpleShape_1"]=Module["asm"]["aca"]).apply(null,arguments)};var _emscripten_bind_MdGeDocShapeTool_IsReference_1=Module["_emscripten_bind_MdGeDocShapeTool_IsReference_1"]=function(){return(_emscripten_bind_MdGeDocShapeTool_IsReference_1=Module["_emscripten_bind_MdGeDocShapeTool_IsReference_1"]=Module["asm"]["bca"]).apply(null,arguments)};var _emscripten_bind_MdGeDocShapeTool_IsAssembly_1=Module["_emscripten_bind_MdGeDocShapeTool_IsAssembly_1"]=function(){return(_emscripten_bind_MdGeDocShapeTool_IsAssembly_1=Module["_emscripten_bind_MdGeDocShapeTool_IsAssembly_1"]=Module["asm"]["cca"]).apply(null,arguments)};var _emscripten_bind_MdGeDocShapeTool_IsComponent_1=Module["_emscripten_bind_MdGeDocShapeTool_IsComponent_1"]=function(){return(_emscripten_bind_MdGeDocShapeTool_IsComponent_1=Module["_emscripten_bind_MdGeDocShapeTool_IsComponent_1"]=Module["asm"]["dca"]).apply(null,arguments)};var _emscripten_bind_MdGeDocShapeTool_IsCompound_1=Module["_emscripten_bind_MdGeDocShapeTool_IsCompound_1"]=function(){return(_emscripten_bind_MdGeDocShapeTool_IsCompound_1=Module["_emscripten_bind_MdGeDocShapeTool_IsCompound_1"]=Module["asm"]["eca"]).apply(null,arguments)};var _emscripten_bind_MdGeDocShapeTool_IsSubShape_1=Module["_emscripten_bind_MdGeDocShapeTool_IsSubShape_1"]=function(){return(_emscripten_bind_MdGeDocShapeTool_IsSubShape_1=Module["_emscripten_bind_MdGeDocShapeTool_IsSubShape_1"]=Module["asm"]["fca"]).apply(null,arguments)};var _emscripten_bind_MdGeDocShapeTool_IsSubShape_2=Module["_emscripten_bind_MdGeDocShapeTool_IsSubShape_2"]=function(){return(_emscripten_bind_MdGeDocShapeTool_IsSubShape_2=Module["_emscripten_bind_MdGeDocShapeTool_IsSubShape_2"]=Module["asm"]["gca"]).apply(null,arguments)};var _emscripten_bind_MdGeDocShapeTool_Search_4=Module["_emscripten_bind_MdGeDocShapeTool_Search_4"]=function(){return(_emscripten_bind_MdGeDocShapeTool_Search_4=Module["_emscripten_bind_MdGeDocShapeTool_Search_4"]=Module["asm"]["hca"]).apply(null,arguments)};var _emscripten_bind_MdGeDocShapeTool_FindShape_2=Module["_emscripten_bind_MdGeDocShapeTool_FindShape_2"]=function(){return(_emscripten_bind_MdGeDocShapeTool_FindShape_2=Module["_emscripten_bind_MdGeDocShapeTool_FindShape_2"]=Module["asm"]["ica"]).apply(null,arguments)};var _emscripten_bind_MdGeDocShapeTool_GetShape_1=Module["_emscripten_bind_MdGeDocShapeTool_GetShape_1"]=function(){return(_emscripten_bind_MdGeDocShapeTool_GetShape_1=Module["_emscripten_bind_MdGeDocShapeTool_GetShape_1"]=Module["asm"]["jca"]).apply(null,arguments)};var _emscripten_bind_MdGeDocShapeTool_NewShape_0=Module["_emscripten_bind_MdGeDocShapeTool_NewShape_0"]=function(){return(_emscripten_bind_MdGeDocShapeTool_NewShape_0=Module["_emscripten_bind_MdGeDocShapeTool_NewShape_0"]=Module["asm"]["kca"]).apply(null,arguments)};var _emscripten_bind_MdGeDocShapeTool_SetShape_2=Module["_emscripten_bind_MdGeDocShapeTool_SetShape_2"]=function(){return(_emscripten_bind_MdGeDocShapeTool_SetShape_2=Module["_emscripten_bind_MdGeDocShapeTool_SetShape_2"]=Module["asm"]["lca"]).apply(null,arguments)};var _emscripten_bind_MdGeDocShapeTool_AddShape_3=Module["_emscripten_bind_MdGeDocShapeTool_AddShape_3"]=function(){return(_emscripten_bind_MdGeDocShapeTool_AddShape_3=Module["_emscripten_bind_MdGeDocShapeTool_AddShape_3"]=Module["asm"]["mca"]).apply(null,arguments)};var _emscripten_bind_MdGeDocShapeTool_RemoveShape_2=Module["_emscripten_bind_MdGeDocShapeTool_RemoveShape_2"]=function(){return(_emscripten_bind_MdGeDocShapeTool_RemoveShape_2=Module["_emscripten_bind_MdGeDocShapeTool_RemoveShape_2"]=Module["asm"]["nca"]).apply(null,arguments)};var _emscripten_bind_MdGeDocShapeTool_Init_0=Module["_emscripten_bind_MdGeDocShapeTool_Init_0"]=function(){return(_emscripten_bind_MdGeDocShapeTool_Init_0=Module["_emscripten_bind_MdGeDocShapeTool_Init_0"]=Module["asm"]["oca"]).apply(null,arguments)};var _emscripten_bind_MdGeDocShapeTool_SetAutoNaming_1=Module["_emscripten_bind_MdGeDocShapeTool_SetAutoNaming_1"]=function(){return(_emscripten_bind_MdGeDocShapeTool_SetAutoNaming_1=Module["_emscripten_bind_MdGeDocShapeTool_SetAutoNaming_1"]=Module["asm"]["pca"]).apply(null,arguments)};var _emscripten_bind_MdGeDocShapeTool_AutoNaming_0=Module["_emscripten_bind_MdGeDocShapeTool_AutoNaming_0"]=function(){return(_emscripten_bind_MdGeDocShapeTool_AutoNaming_0=Module["_emscripten_bind_MdGeDocShapeTool_AutoNaming_0"]=Module["asm"]["qca"]).apply(null,arguments)};var _emscripten_bind_MdGeDocShapeTool_ComputeShapes_1=Module["_emscripten_bind_MdGeDocShapeTool_ComputeShapes_1"]=function(){return(_emscripten_bind_MdGeDocShapeTool_ComputeShapes_1=Module["_emscripten_bind_MdGeDocShapeTool_ComputeShapes_1"]=Module["asm"]["rca"]).apply(null,arguments)};var _emscripten_bind_MdGeDocShapeTool_ComputeSimpleShapes_0=Module["_emscripten_bind_MdGeDocShapeTool_ComputeSimpleShapes_0"]=function(){return(_emscripten_bind_MdGeDocShapeTool_ComputeSimpleShapes_0=Module["_emscripten_bind_MdGeDocShapeTool_ComputeSimpleShapes_0"]=Module["asm"]["sca"]).apply(null,arguments)};var _emscripten_bind_MdGeDocShapeTool_GetShapes_0=Module["_emscripten_bind_MdGeDocShapeTool_GetShapes_0"]=function(){return(_emscripten_bind_MdGeDocShapeTool_GetShapes_0=Module["_emscripten_bind_MdGeDocShapeTool_GetShapes_0"]=Module["asm"]["tca"]).apply(null,arguments)};var _emscripten_bind_MdGeDocShapeTool_GetFreeShapes_0=Module["_emscripten_bind_MdGeDocShapeTool_GetFreeShapes_0"]=function(){return(_emscripten_bind_MdGeDocShapeTool_GetFreeShapes_0=Module["_emscripten_bind_MdGeDocShapeTool_GetFreeShapes_0"]=Module["asm"]["uca"]).apply(null,arguments)};var _emscripten_bind_MdGeDocShapeTool_GetLocation_1=Module["_emscripten_bind_MdGeDocShapeTool_GetLocation_1"]=function(){return(_emscripten_bind_MdGeDocShapeTool_GetLocation_1=Module["_emscripten_bind_MdGeDocShapeTool_GetLocation_1"]=Module["asm"]["vca"]).apply(null,arguments)};var _emscripten_bind_MdGeDocShapeTool_GetReferredShape_1=Module["_emscripten_bind_MdGeDocShapeTool_GetReferredShape_1"]=function(){return(_emscripten_bind_MdGeDocShapeTool_GetReferredShape_1=Module["_emscripten_bind_MdGeDocShapeTool_GetReferredShape_1"]=Module["asm"]["wca"]).apply(null,arguments)};var _emscripten_bind_MdGeDocShapeTool_NbComponents_2=Module["_emscripten_bind_MdGeDocShapeTool_NbComponents_2"]=function(){return(_emscripten_bind_MdGeDocShapeTool_NbComponents_2=Module["_emscripten_bind_MdGeDocShapeTool_NbComponents_2"]=Module["asm"]["xca"]).apply(null,arguments)};var _emscripten_bind_MdGeDocShapeTool_GetComponents_2=Module["_emscripten_bind_MdGeDocShapeTool_GetComponents_2"]=function(){return(_emscripten_bind_MdGeDocShapeTool_GetComponents_2=Module["_emscripten_bind_MdGeDocShapeTool_GetComponents_2"]=Module["asm"]["yca"]).apply(null,arguments)};var _emscripten_bind_MdGeDocShapeTool_AddComponent_3=Module["_emscripten_bind_MdGeDocShapeTool_AddComponent_3"]=function(){return(_emscripten_bind_MdGeDocShapeTool_AddComponent_3=Module["_emscripten_bind_MdGeDocShapeTool_AddComponent_3"]=Module["asm"]["zca"]).apply(null,arguments)};var _emscripten_bind_MdGeDocShapeTool_RemoveComponent_1=Module["_emscripten_bind_MdGeDocShapeTool_RemoveComponent_1"]=function(){return(_emscripten_bind_MdGeDocShapeTool_RemoveComponent_1=Module["_emscripten_bind_MdGeDocShapeTool_RemoveComponent_1"]=Module["asm"]["Aca"]).apply(null,arguments)};var _emscripten_bind_MdGeDocShapeTool_UpdateAssemblies_0=Module["_emscripten_bind_MdGeDocShapeTool_UpdateAssemblies_0"]=function(){return(_emscripten_bind_MdGeDocShapeTool_UpdateAssemblies_0=Module["_emscripten_bind_MdGeDocShapeTool_UpdateAssemblies_0"]=Module["asm"]["Bca"]).apply(null,arguments)};var _emscripten_bind_MdGeDocShapeTool_FindSubShape_2=Module["_emscripten_bind_MdGeDocShapeTool_FindSubShape_2"]=function(){return(_emscripten_bind_MdGeDocShapeTool_FindSubShape_2=Module["_emscripten_bind_MdGeDocShapeTool_FindSubShape_2"]=Module["asm"]["Cca"]).apply(null,arguments)};var _emscripten_bind_MdGeDocShapeTool_AddSubShape_2=Module["_emscripten_bind_MdGeDocShapeTool_AddSubShape_2"]=function(){return(_emscripten_bind_MdGeDocShapeTool_AddSubShape_2=Module["_emscripten_bind_MdGeDocShapeTool_AddSubShape_2"]=Module["asm"]["Dca"]).apply(null,arguments)};var _emscripten_bind_MdGeDocShapeTool_FindMainShapeUsingMap_1=Module["_emscripten_bind_MdGeDocShapeTool_FindMainShapeUsingMap_1"]=function(){return(_emscripten_bind_MdGeDocShapeTool_FindMainShapeUsingMap_1=Module["_emscripten_bind_MdGeDocShapeTool_FindMainShapeUsingMap_1"]=Module["asm"]["Eca"]).apply(null,arguments)};var _emscripten_bind_MdGeDocShapeTool_FindMainShape_1=Module["_emscripten_bind_MdGeDocShapeTool_FindMainShape_1"]=function(){return(_emscripten_bind_MdGeDocShapeTool_FindMainShape_1=Module["_emscripten_bind_MdGeDocShapeTool_FindMainShape_1"]=Module["asm"]["Fca"]).apply(null,arguments)};var _emscripten_bind_MdGeDocShapeTool_GetSubShapes_1=Module["_emscripten_bind_MdGeDocShapeTool_GetSubShapes_1"]=function(){return(_emscripten_bind_MdGeDocShapeTool_GetSubShapes_1=Module["_emscripten_bind_MdGeDocShapeTool_GetSubShapes_1"]=Module["asm"]["Gca"]).apply(null,arguments)};var _emscripten_bind_MdGeDocShapeTool_BaseLabel_0=Module["_emscripten_bind_MdGeDocShapeTool_BaseLabel_0"]=function(){return(_emscripten_bind_MdGeDocShapeTool_BaseLabel_0=Module["_emscripten_bind_MdGeDocShapeTool_BaseLabel_0"]=Module["asm"]["Hca"]).apply(null,arguments)};var _emscripten_bind_MdGeDocShapeTool_FindComponent_1=Module["_emscripten_bind_MdGeDocShapeTool_FindComponent_1"]=function(){return(_emscripten_bind_MdGeDocShapeTool_FindComponent_1=Module["_emscripten_bind_MdGeDocShapeTool_FindComponent_1"]=Module["asm"]["Ica"]).apply(null,arguments)};var _emscripten_bind_MdGeDocShapeTool_SetLocation_2=Module["_emscripten_bind_MdGeDocShapeTool_SetLocation_2"]=function(){return(_emscripten_bind_MdGeDocShapeTool_SetLocation_2=Module["_emscripten_bind_MdGeDocShapeTool_SetLocation_2"]=Module["asm"]["Jca"]).apply(null,arguments)};var _emscripten_bind_MdGeDocShapeTool_Expand_1=Module["_emscripten_bind_MdGeDocShapeTool_Expand_1"]=function(){return(_emscripten_bind_MdGeDocShapeTool_Expand_1=Module["_emscripten_bind_MdGeDocShapeTool_Expand_1"]=Module["asm"]["Kca"]).apply(null,arguments)};var _emscripten_bind_MdGeDocShapeTool___destroy___0=Module["_emscripten_bind_MdGeDocShapeTool___destroy___0"]=function(){return(_emscripten_bind_MdGeDocShapeTool___destroy___0=Module["_emscripten_bind_MdGeDocShapeTool___destroy___0"]=Module["asm"]["Lca"]).apply(null,arguments)};var _emscripten_bind_MdGeDocColorTool_MdGeDocColorTool_1=Module["_emscripten_bind_MdGeDocColorTool_MdGeDocColorTool_1"]=function(){return(_emscripten_bind_MdGeDocColorTool_MdGeDocColorTool_1=Module["_emscripten_bind_MdGeDocColorTool_MdGeDocColorTool_1"]=Module["asm"]["Mca"]).apply(null,arguments)};var _emscripten_bind_MdGeDocColorTool_AutoNaming_0=Module["_emscripten_bind_MdGeDocColorTool_AutoNaming_0"]=function(){return(_emscripten_bind_MdGeDocColorTool_AutoNaming_0=Module["_emscripten_bind_MdGeDocColorTool_AutoNaming_0"]=Module["asm"]["Nca"]).apply(null,arguments)};var _emscripten_bind_MdGeDocColorTool_SetAutoNaming_1=Module["_emscripten_bind_MdGeDocColorTool_SetAutoNaming_1"]=function(){return(_emscripten_bind_MdGeDocColorTool_SetAutoNaming_1=Module["_emscripten_bind_MdGeDocColorTool_SetAutoNaming_1"]=Module["asm"]["Oca"]).apply(null,arguments)};var _emscripten_bind_MdGeDocColorTool_BaseLabel_0=Module["_emscripten_bind_MdGeDocColorTool_BaseLabel_0"]=function(){return(_emscripten_bind_MdGeDocColorTool_BaseLabel_0=Module["_emscripten_bind_MdGeDocColorTool_BaseLabel_0"]=Module["asm"]["Pca"]).apply(null,arguments)};var _emscripten_bind_MdGeDocColorTool_IsColor_1=Module["_emscripten_bind_MdGeDocColorTool_IsColor_1"]=function(){return(_emscripten_bind_MdGeDocColorTool_IsColor_1=Module["_emscripten_bind_MdGeDocColorTool_IsColor_1"]=Module["asm"]["Qca"]).apply(null,arguments)};var _emscripten_bind_MdGeDocColorTool_GetColor_1=Module["_emscripten_bind_MdGeDocColorTool_GetColor_1"]=function(){return(_emscripten_bind_MdGeDocColorTool_GetColor_1=Module["_emscripten_bind_MdGeDocColorTool_GetColor_1"]=Module["asm"]["Rca"]).apply(null,arguments)};var _emscripten_bind_MdGeDocColorTool_FindColor_1=Module["_emscripten_bind_MdGeDocColorTool_FindColor_1"]=function(){return(_emscripten_bind_MdGeDocColorTool_FindColor_1=Module["_emscripten_bind_MdGeDocColorTool_FindColor_1"]=Module["asm"]["Sca"]).apply(null,arguments)};var _emscripten_bind_MdGeDocColorTool_AddColor_1=Module["_emscripten_bind_MdGeDocColorTool_AddColor_1"]=function(){return(_emscripten_bind_MdGeDocColorTool_AddColor_1=Module["_emscripten_bind_MdGeDocColorTool_AddColor_1"]=Module["asm"]["Tca"]).apply(null,arguments)};var _emscripten_bind_MdGeDocColorTool_RemoveColor_1=Module["_emscripten_bind_MdGeDocColorTool_RemoveColor_1"]=function(){return(_emscripten_bind_MdGeDocColorTool_RemoveColor_1=Module["_emscripten_bind_MdGeDocColorTool_RemoveColor_1"]=Module["asm"]["Uca"]).apply(null,arguments)};var _emscripten_bind_MdGeDocColorTool_GetColors_0=Module["_emscripten_bind_MdGeDocColorTool_GetColors_0"]=function(){return(_emscripten_bind_MdGeDocColorTool_GetColors_0=Module["_emscripten_bind_MdGeDocColorTool_GetColors_0"]=Module["asm"]["Vca"]).apply(null,arguments)};var _emscripten_bind_MdGeDocColorTool_SetColor_3=Module["_emscripten_bind_MdGeDocColorTool_SetColor_3"]=function(){return(_emscripten_bind_MdGeDocColorTool_SetColor_3=Module["_emscripten_bind_MdGeDocColorTool_SetColor_3"]=Module["asm"]["Wca"]).apply(null,arguments)};var _emscripten_bind_MdGeDocColorTool_UnSetColor_2=Module["_emscripten_bind_MdGeDocColorTool_UnSetColor_2"]=function(){return(_emscripten_bind_MdGeDocColorTool_UnSetColor_2=Module["_emscripten_bind_MdGeDocColorTool_UnSetColor_2"]=Module["asm"]["Xca"]).apply(null,arguments)};var _emscripten_bind_MdGeDocColorTool_IsSet_2=Module["_emscripten_bind_MdGeDocColorTool_IsSet_2"]=function(){return(_emscripten_bind_MdGeDocColorTool_IsSet_2=Module["_emscripten_bind_MdGeDocColorTool_IsSet_2"]=Module["asm"]["Yca"]).apply(null,arguments)};var _emscripten_bind_MdGeDocColorTool_GetColorLabel_2=Module["_emscripten_bind_MdGeDocColorTool_GetColorLabel_2"]=function(){return(_emscripten_bind_MdGeDocColorTool_GetColorLabel_2=Module["_emscripten_bind_MdGeDocColorTool_GetColorLabel_2"]=Module["asm"]["Zca"]).apply(null,arguments)};var _emscripten_bind_MdGeDocColorTool_IsVisible_1=Module["_emscripten_bind_MdGeDocColorTool_IsVisible_1"]=function(){return(_emscripten_bind_MdGeDocColorTool_IsVisible_1=Module["_emscripten_bind_MdGeDocColorTool_IsVisible_1"]=Module["asm"]["_ca"]).apply(null,arguments)};var _emscripten_bind_MdGeDocColorTool_SetVisibility_2=Module["_emscripten_bind_MdGeDocColorTool_SetVisibility_2"]=function(){return(_emscripten_bind_MdGeDocColorTool_SetVisibility_2=Module["_emscripten_bind_MdGeDocColorTool_SetVisibility_2"]=Module["asm"]["$ca"]).apply(null,arguments)};var _emscripten_bind_MdGeDocColorTool_IsColorByLayer_1=Module["_emscripten_bind_MdGeDocColorTool_IsColorByLayer_1"]=function(){return(_emscripten_bind_MdGeDocColorTool_IsColorByLayer_1=Module["_emscripten_bind_MdGeDocColorTool_IsColorByLayer_1"]=Module["asm"]["ada"]).apply(null,arguments)};var _emscripten_bind_MdGeDocColorTool_SetColorByLayer_2=Module["_emscripten_bind_MdGeDocColorTool_SetColorByLayer_2"]=function(){return(_emscripten_bind_MdGeDocColorTool_SetColorByLayer_2=Module["_emscripten_bind_MdGeDocColorTool_SetColorByLayer_2"]=Module["asm"]["bda"]).apply(null,arguments)};var _emscripten_bind_MdGeDocColorTool_ReverseChainsOfTreeNodes_0=Module["_emscripten_bind_MdGeDocColorTool_ReverseChainsOfTreeNodes_0"]=function(){return(_emscripten_bind_MdGeDocColorTool_ReverseChainsOfTreeNodes_0=Module["_emscripten_bind_MdGeDocColorTool_ReverseChainsOfTreeNodes_0"]=Module["asm"]["cda"]).apply(null,arguments)};var _emscripten_bind_MdGeDocColorTool___destroy___0=Module["_emscripten_bind_MdGeDocColorTool___destroy___0"]=function(){return(_emscripten_bind_MdGeDocColorTool___destroy___0=Module["_emscripten_bind_MdGeDocColorTool___destroy___0"]=Module["asm"]["dda"]).apply(null,arguments)};var _emscripten_bind_MdGeLabel_MdGeLabel_0=Module["_emscripten_bind_MdGeLabel_MdGeLabel_0"]=function(){return(_emscripten_bind_MdGeLabel_MdGeLabel_0=Module["_emscripten_bind_MdGeLabel_MdGeLabel_0"]=Module["asm"]["eda"]).apply(null,arguments)};var _emscripten_bind_MdGeLabel_Nullify_0=Module["_emscripten_bind_MdGeLabel_Nullify_0"]=function(){return(_emscripten_bind_MdGeLabel_Nullify_0=Module["_emscripten_bind_MdGeLabel_Nullify_0"]=Module["asm"]["fda"]).apply(null,arguments)};var _emscripten_bind_MdGeLabel_Tag_0=Module["_emscripten_bind_MdGeLabel_Tag_0"]=function(){return(_emscripten_bind_MdGeLabel_Tag_0=Module["_emscripten_bind_MdGeLabel_Tag_0"]=Module["asm"]["gda"]).apply(null,arguments)};var _emscripten_bind_MdGeLabel_Father_0=Module["_emscripten_bind_MdGeLabel_Father_0"]=function(){return(_emscripten_bind_MdGeLabel_Father_0=Module["_emscripten_bind_MdGeLabel_Father_0"]=Module["asm"]["hda"]).apply(null,arguments)};var _emscripten_bind_MdGeLabel_IsNull_0=Module["_emscripten_bind_MdGeLabel_IsNull_0"]=function(){return(_emscripten_bind_MdGeLabel_IsNull_0=Module["_emscripten_bind_MdGeLabel_IsNull_0"]=Module["asm"]["ida"]).apply(null,arguments)};var _emscripten_bind_MdGeLabel_Imported_1=Module["_emscripten_bind_MdGeLabel_Imported_1"]=function(){return(_emscripten_bind_MdGeLabel_Imported_1=Module["_emscripten_bind_MdGeLabel_Imported_1"]=Module["asm"]["jda"]).apply(null,arguments)};var _emscripten_bind_MdGeLabel_IsImported_0=Module["_emscripten_bind_MdGeLabel_IsImported_0"]=function(){return(_emscripten_bind_MdGeLabel_IsImported_0=Module["_emscripten_bind_MdGeLabel_IsImported_0"]=Module["asm"]["kda"]).apply(null,arguments)};var _emscripten_bind_MdGeLabel_IsEqual_1=Module["_emscripten_bind_MdGeLabel_IsEqual_1"]=function(){return(_emscripten_bind_MdGeLabel_IsEqual_1=Module["_emscripten_bind_MdGeLabel_IsEqual_1"]=Module["asm"]["lda"]).apply(null,arguments)};var _emscripten_bind_MdGeLabel_IsDifferent_1=Module["_emscripten_bind_MdGeLabel_IsDifferent_1"]=function(){return(_emscripten_bind_MdGeLabel_IsDifferent_1=Module["_emscripten_bind_MdGeLabel_IsDifferent_1"]=Module["asm"]["mda"]).apply(null,arguments)};var _emscripten_bind_MdGeLabel_IsRoot_0=Module["_emscripten_bind_MdGeLabel_IsRoot_0"]=function(){return(_emscripten_bind_MdGeLabel_IsRoot_0=Module["_emscripten_bind_MdGeLabel_IsRoot_0"]=Module["asm"]["nda"]).apply(null,arguments)};var _emscripten_bind_MdGeLabel_MayBeModified_0=Module["_emscripten_bind_MdGeLabel_MayBeModified_0"]=function(){return(_emscripten_bind_MdGeLabel_MayBeModified_0=Module["_emscripten_bind_MdGeLabel_MayBeModified_0"]=Module["asm"]["oda"]).apply(null,arguments)};var _emscripten_bind_MdGeLabel_AttributesModified_0=Module["_emscripten_bind_MdGeLabel_AttributesModified_0"]=function(){return(_emscripten_bind_MdGeLabel_AttributesModified_0=Module["_emscripten_bind_MdGeLabel_AttributesModified_0"]=Module["asm"]["pda"]).apply(null,arguments)};var _emscripten_bind_MdGeLabel_HasAttribute_0=Module["_emscripten_bind_MdGeLabel_HasAttribute_0"]=function(){return(_emscripten_bind_MdGeLabel_HasAttribute_0=Module["_emscripten_bind_MdGeLabel_HasAttribute_0"]=Module["asm"]["qda"]).apply(null,arguments)};var _emscripten_bind_MdGeLabel_NbAttributes_0=Module["_emscripten_bind_MdGeLabel_NbAttributes_0"]=function(){return(_emscripten_bind_MdGeLabel_NbAttributes_0=Module["_emscripten_bind_MdGeLabel_NbAttributes_0"]=Module["asm"]["rda"]).apply(null,arguments)};var _emscripten_bind_MdGeLabel_Depth_0=Module["_emscripten_bind_MdGeLabel_Depth_0"]=function(){return(_emscripten_bind_MdGeLabel_Depth_0=Module["_emscripten_bind_MdGeLabel_Depth_0"]=Module["asm"]["sda"]).apply(null,arguments)};var _emscripten_bind_MdGeLabel_IsDescendant_1=Module["_emscripten_bind_MdGeLabel_IsDescendant_1"]=function(){return(_emscripten_bind_MdGeLabel_IsDescendant_1=Module["_emscripten_bind_MdGeLabel_IsDescendant_1"]=Module["asm"]["tda"]).apply(null,arguments)};var _emscripten_bind_MdGeLabel_Root_0=Module["_emscripten_bind_MdGeLabel_Root_0"]=function(){return(_emscripten_bind_MdGeLabel_Root_0=Module["_emscripten_bind_MdGeLabel_Root_0"]=Module["asm"]["uda"]).apply(null,arguments)};var _emscripten_bind_MdGeLabel_HasChild_0=Module["_emscripten_bind_MdGeLabel_HasChild_0"]=function(){return(_emscripten_bind_MdGeLabel_HasChild_0=Module["_emscripten_bind_MdGeLabel_HasChild_0"]=Module["asm"]["vda"]).apply(null,arguments)};var _emscripten_bind_MdGeLabel_NbChildren_0=Module["_emscripten_bind_MdGeLabel_NbChildren_0"]=function(){return(_emscripten_bind_MdGeLabel_NbChildren_0=Module["_emscripten_bind_MdGeLabel_NbChildren_0"]=Module["asm"]["wda"]).apply(null,arguments)};var _emscripten_bind_MdGeLabel_FindChild_2=Module["_emscripten_bind_MdGeLabel_FindChild_2"]=function(){return(_emscripten_bind_MdGeLabel_FindChild_2=Module["_emscripten_bind_MdGeLabel_FindChild_2"]=Module["asm"]["xda"]).apply(null,arguments)};var _emscripten_bind_MdGeLabel_NewChild_0=Module["_emscripten_bind_MdGeLabel_NewChild_0"]=function(){return(_emscripten_bind_MdGeLabel_NewChild_0=Module["_emscripten_bind_MdGeLabel_NewChild_0"]=Module["asm"]["yda"]).apply(null,arguments)};var _emscripten_bind_MdGeLabel_Transaction_0=Module["_emscripten_bind_MdGeLabel_Transaction_0"]=function(){return(_emscripten_bind_MdGeLabel_Transaction_0=Module["_emscripten_bind_MdGeLabel_Transaction_0"]=Module["asm"]["zda"]).apply(null,arguments)};var _emscripten_bind_MdGeLabel_HasLowerNode_1=Module["_emscripten_bind_MdGeLabel_HasLowerNode_1"]=function(){return(_emscripten_bind_MdGeLabel_HasLowerNode_1=Module["_emscripten_bind_MdGeLabel_HasLowerNode_1"]=Module["asm"]["Ada"]).apply(null,arguments)};var _emscripten_bind_MdGeLabel_HasGreaterNode_1=Module["_emscripten_bind_MdGeLabel_HasGreaterNode_1"]=function(){return(_emscripten_bind_MdGeLabel_HasGreaterNode_1=Module["_emscripten_bind_MdGeLabel_HasGreaterNode_1"]=Module["asm"]["Bda"]).apply(null,arguments)};var _emscripten_bind_MdGeLabel___destroy___0=Module["_emscripten_bind_MdGeLabel___destroy___0"]=function(){return(_emscripten_bind_MdGeLabel___destroy___0=Module["_emscripten_bind_MdGeLabel___destroy___0"]=Module["asm"]["Cda"]).apply(null,arguments)};var _emscripten_bind_MdGeLabelSequence_MdGeLabelSequence_0=Module["_emscripten_bind_MdGeLabelSequence_MdGeLabelSequence_0"]=function(){return(_emscripten_bind_MdGeLabelSequence_MdGeLabelSequence_0=Module["_emscripten_bind_MdGeLabelSequence_MdGeLabelSequence_0"]=Module["asm"]["Dda"]).apply(null,arguments)};var _emscripten_bind_MdGeLabelSequence_Size_0=Module["_emscripten_bind_MdGeLabelSequence_Size_0"]=function(){return(_emscripten_bind_MdGeLabelSequence_Size_0=Module["_emscripten_bind_MdGeLabelSequence_Size_0"]=Module["asm"]["Eda"]).apply(null,arguments)};var _emscripten_bind_MdGeLabelSequence_Length_0=Module["_emscripten_bind_MdGeLabelSequence_Length_0"]=function(){return(_emscripten_bind_MdGeLabelSequence_Length_0=Module["_emscripten_bind_MdGeLabelSequence_Length_0"]=Module["asm"]["Fda"]).apply(null,arguments)};var _emscripten_bind_MdGeLabelSequence_Lower_0=Module["_emscripten_bind_MdGeLabelSequence_Lower_0"]=function(){return(_emscripten_bind_MdGeLabelSequence_Lower_0=Module["_emscripten_bind_MdGeLabelSequence_Lower_0"]=Module["asm"]["Gda"]).apply(null,arguments)};var _emscripten_bind_MdGeLabelSequence_Upper_0=Module["_emscripten_bind_MdGeLabelSequence_Upper_0"]=function(){return(_emscripten_bind_MdGeLabelSequence_Upper_0=Module["_emscripten_bind_MdGeLabelSequence_Upper_0"]=Module["asm"]["Hda"]).apply(null,arguments)};var _emscripten_bind_MdGeLabelSequence_IsEmpty_0=Module["_emscripten_bind_MdGeLabelSequence_IsEmpty_0"]=function(){return(_emscripten_bind_MdGeLabelSequence_IsEmpty_0=Module["_emscripten_bind_MdGeLabelSequence_IsEmpty_0"]=Module["asm"]["Ida"]).apply(null,arguments)};var _emscripten_bind_MdGeLabelSequence_Reverse_0=Module["_emscripten_bind_MdGeLabelSequence_Reverse_0"]=function(){return(_emscripten_bind_MdGeLabelSequence_Reverse_0=Module["_emscripten_bind_MdGeLabelSequence_Reverse_0"]=Module["asm"]["Jda"]).apply(null,arguments)};var _emscripten_bind_MdGeLabelSequence_Exchange_2=Module["_emscripten_bind_MdGeLabelSequence_Exchange_2"]=function(){return(_emscripten_bind_MdGeLabelSequence_Exchange_2=Module["_emscripten_bind_MdGeLabelSequence_Exchange_2"]=Module["asm"]["Kda"]).apply(null,arguments)};var _emscripten_bind_MdGeLabelSequence_Remove_2=Module["_emscripten_bind_MdGeLabelSequence_Remove_2"]=function(){return(_emscripten_bind_MdGeLabelSequence_Remove_2=Module["_emscripten_bind_MdGeLabelSequence_Remove_2"]=Module["asm"]["Lda"]).apply(null,arguments)};var _emscripten_bind_MdGeLabelSequence_Append_1=Module["_emscripten_bind_MdGeLabelSequence_Append_1"]=function(){return(_emscripten_bind_MdGeLabelSequence_Append_1=Module["_emscripten_bind_MdGeLabelSequence_Append_1"]=Module["asm"]["Mda"]).apply(null,arguments)};var _emscripten_bind_MdGeLabelSequence_Prepend_1=Module["_emscripten_bind_MdGeLabelSequence_Prepend_1"]=function(){return(_emscripten_bind_MdGeLabelSequence_Prepend_1=Module["_emscripten_bind_MdGeLabelSequence_Prepend_1"]=Module["asm"]["Nda"]).apply(null,arguments)};var _emscripten_bind_MdGeLabelSequence_InsertBefore_2=Module["_emscripten_bind_MdGeLabelSequence_InsertBefore_2"]=function(){return(_emscripten_bind_MdGeLabelSequence_InsertBefore_2=Module["_emscripten_bind_MdGeLabelSequence_InsertBefore_2"]=Module["asm"]["Oda"]).apply(null,arguments)};var _emscripten_bind_MdGeLabelSequence_InsertAfter_2=Module["_emscripten_bind_MdGeLabelSequence_InsertAfter_2"]=function(){return(_emscripten_bind_MdGeLabelSequence_InsertAfter_2=Module["_emscripten_bind_MdGeLabelSequence_InsertAfter_2"]=Module["asm"]["Pda"]).apply(null,arguments)};var _emscripten_bind_MdGeLabelSequence_First_0=Module["_emscripten_bind_MdGeLabelSequence_First_0"]=function(){return(_emscripten_bind_MdGeLabelSequence_First_0=Module["_emscripten_bind_MdGeLabelSequence_First_0"]=Module["asm"]["Qda"]).apply(null,arguments)};var _emscripten_bind_MdGeLabelSequence_Last_0=Module["_emscripten_bind_MdGeLabelSequence_Last_0"]=function(){return(_emscripten_bind_MdGeLabelSequence_Last_0=Module["_emscripten_bind_MdGeLabelSequence_Last_0"]=Module["asm"]["Rda"]).apply(null,arguments)};var _emscripten_bind_MdGeLabelSequence_Value_1=Module["_emscripten_bind_MdGeLabelSequence_Value_1"]=function(){return(_emscripten_bind_MdGeLabelSequence_Value_1=Module["_emscripten_bind_MdGeLabelSequence_Value_1"]=Module["asm"]["Sda"]).apply(null,arguments)};var _emscripten_bind_MdGeLabelSequence_SetValue_2=Module["_emscripten_bind_MdGeLabelSequence_SetValue_2"]=function(){return(_emscripten_bind_MdGeLabelSequence_SetValue_2=Module["_emscripten_bind_MdGeLabelSequence_SetValue_2"]=Module["asm"]["Tda"]).apply(null,arguments)};var _emscripten_bind_MdGeLabelSequence___destroy___0=Module["_emscripten_bind_MdGeLabelSequence___destroy___0"]=function(){return(_emscripten_bind_MdGeLabelSequence___destroy___0=Module["_emscripten_bind_MdGeLabelSequence___destroy___0"]=Module["asm"]["Uda"]).apply(null,arguments)};var _emscripten_bind_MdGeLocation_MdGeLocation_0=Module["_emscripten_bind_MdGeLocation_MdGeLocation_0"]=function(){return(_emscripten_bind_MdGeLocation_MdGeLocation_0=Module["_emscripten_bind_MdGeLocation_MdGeLocation_0"]=Module["asm"]["Vda"]).apply(null,arguments)};var _emscripten_bind_MdGeLocation_MdGeLocation_1=Module["_emscripten_bind_MdGeLocation_MdGeLocation_1"]=function(){return(_emscripten_bind_MdGeLocation_MdGeLocation_1=Module["_emscripten_bind_MdGeLocation_MdGeLocation_1"]=Module["asm"]["Wda"]).apply(null,arguments)};var _emscripten_bind_MdGeLocation_IsIdentity_0=Module["_emscripten_bind_MdGeLocation_IsIdentity_0"]=function(){return(_emscripten_bind_MdGeLocation_IsIdentity_0=Module["_emscripten_bind_MdGeLocation_IsIdentity_0"]=Module["asm"]["Xda"]).apply(null,arguments)};var _emscripten_bind_MdGeLocation_Identity_0=Module["_emscripten_bind_MdGeLocation_Identity_0"]=function(){return(_emscripten_bind_MdGeLocation_Identity_0=Module["_emscripten_bind_MdGeLocation_Identity_0"]=Module["asm"]["Yda"]).apply(null,arguments)};var _emscripten_bind_MdGeLocation_FirstPower_0=Module["_emscripten_bind_MdGeLocation_FirstPower_0"]=function(){return(_emscripten_bind_MdGeLocation_FirstPower_0=Module["_emscripten_bind_MdGeLocation_FirstPower_0"]=Module["asm"]["Zda"]).apply(null,arguments)};var _emscripten_bind_MdGeLocation_NextLocation_0=Module["_emscripten_bind_MdGeLocation_NextLocation_0"]=function(){return(_emscripten_bind_MdGeLocation_NextLocation_0=Module["_emscripten_bind_MdGeLocation_NextLocation_0"]=Module["asm"]["_da"]).apply(null,arguments)};var _emscripten_bind_MdGeLocation_Transformation_0=Module["_emscripten_bind_MdGeLocation_Transformation_0"]=function(){return(_emscripten_bind_MdGeLocation_Transformation_0=Module["_emscripten_bind_MdGeLocation_Transformation_0"]=Module["asm"]["$da"]).apply(null,arguments)};var _emscripten_bind_MdGeLocation_Inverted_0=Module["_emscripten_bind_MdGeLocation_Inverted_0"]=function(){return(_emscripten_bind_MdGeLocation_Inverted_0=Module["_emscripten_bind_MdGeLocation_Inverted_0"]=Module["asm"]["aea"]).apply(null,arguments)};var _emscripten_bind_MdGeLocation_Multiplied_1=Module["_emscripten_bind_MdGeLocation_Multiplied_1"]=function(){return(_emscripten_bind_MdGeLocation_Multiplied_1=Module["_emscripten_bind_MdGeLocation_Multiplied_1"]=Module["asm"]["bea"]).apply(null,arguments)};var _emscripten_bind_MdGeLocation_Divided_1=Module["_emscripten_bind_MdGeLocation_Divided_1"]=function(){return(_emscripten_bind_MdGeLocation_Divided_1=Module["_emscripten_bind_MdGeLocation_Divided_1"]=Module["asm"]["cea"]).apply(null,arguments)};var _emscripten_bind_MdGeLocation_Predivided_1=Module["_emscripten_bind_MdGeLocation_Predivided_1"]=function(){return(_emscripten_bind_MdGeLocation_Predivided_1=Module["_emscripten_bind_MdGeLocation_Predivided_1"]=Module["asm"]["dea"]).apply(null,arguments)};var _emscripten_bind_MdGeLocation_Powered_1=Module["_emscripten_bind_MdGeLocation_Powered_1"]=function(){return(_emscripten_bind_MdGeLocation_Powered_1=Module["_emscripten_bind_MdGeLocation_Powered_1"]=Module["asm"]["eea"]).apply(null,arguments)};var _emscripten_bind_MdGeLocation_IsEqual_1=Module["_emscripten_bind_MdGeLocation_IsEqual_1"]=function(){return(_emscripten_bind_MdGeLocation_IsEqual_1=Module["_emscripten_bind_MdGeLocation_IsEqual_1"]=Module["asm"]["fea"]).apply(null,arguments)};var _emscripten_bind_MdGeLocation_IsDifferent_1=Module["_emscripten_bind_MdGeLocation_IsDifferent_1"]=function(){return(_emscripten_bind_MdGeLocation_IsDifferent_1=Module["_emscripten_bind_MdGeLocation_IsDifferent_1"]=Module["asm"]["gea"]).apply(null,arguments)};var _emscripten_bind_MdGeLocation_Clear_0=Module["_emscripten_bind_MdGeLocation_Clear_0"]=function(){return(_emscripten_bind_MdGeLocation_Clear_0=Module["_emscripten_bind_MdGeLocation_Clear_0"]=Module["asm"]["hea"]).apply(null,arguments)};var _emscripten_bind_MdGeLocation_ScalePrec_0=Module["_emscripten_bind_MdGeLocation_ScalePrec_0"]=function(){return(_emscripten_bind_MdGeLocation_ScalePrec_0=Module["_emscripten_bind_MdGeLocation_ScalePrec_0"]=Module["asm"]["iea"]).apply(null,arguments)};var _emscripten_bind_MdGeLocation___destroy___0=Module["_emscripten_bind_MdGeLocation___destroy___0"]=function(){return(_emscripten_bind_MdGeLocation___destroy___0=Module["_emscripten_bind_MdGeLocation___destroy___0"]=Module["asm"]["jea"]).apply(null,arguments)};var _emscripten_bind_MdGeLabelTree_MdGeLabelTree_0=Module["_emscripten_bind_MdGeLabelTree_MdGeLabelTree_0"]=function(){return(_emscripten_bind_MdGeLabelTree_MdGeLabelTree_0=Module["_emscripten_bind_MdGeLabelTree_MdGeLabelTree_0"]=Module["asm"]["kea"]).apply(null,arguments)};var _emscripten_bind_MdGeLabelTree_nodeSiblingPrevious_1=Module["_emscripten_bind_MdGeLabelTree_nodeSiblingPrevious_1"]=function(){return(_emscripten_bind_MdGeLabelTree_nodeSiblingPrevious_1=Module["_emscripten_bind_MdGeLabelTree_nodeSiblingPrevious_1"]=Module["asm"]["lea"]).apply(null,arguments)};var _emscripten_bind_MdGeLabelTree_nodeSiblingNext_1=Module["_emscripten_bind_MdGeLabelTree_nodeSiblingNext_1"]=function(){return(_emscripten_bind_MdGeLabelTree_nodeSiblingNext_1=Module["_emscripten_bind_MdGeLabelTree_nodeSiblingNext_1"]=Module["asm"]["mea"]).apply(null,arguments)};var _emscripten_bind_MdGeLabelTree_nodeChildFirst_1=Module["_emscripten_bind_MdGeLabelTree_nodeChildFirst_1"]=function(){return(_emscripten_bind_MdGeLabelTree_nodeChildFirst_1=Module["_emscripten_bind_MdGeLabelTree_nodeChildFirst_1"]=Module["asm"]["nea"]).apply(null,arguments)};var _emscripten_bind_MdGeLabelTree_nodeChildLast_1=Module["_emscripten_bind_MdGeLabelTree_nodeChildLast_1"]=function(){return(_emscripten_bind_MdGeLabelTree_nodeChildLast_1=Module["_emscripten_bind_MdGeLabelTree_nodeChildLast_1"]=Module["asm"]["oea"]).apply(null,arguments)};var _emscripten_bind_MdGeLabelTree_nodeParent_1=Module["_emscripten_bind_MdGeLabelTree_nodeParent_1"]=function(){return(_emscripten_bind_MdGeLabelTree_nodeParent_1=Module["_emscripten_bind_MdGeLabelTree_nodeParent_1"]=Module["asm"]["pea"]).apply(null,arguments)};var _emscripten_bind_MdGeLabelTree_nodeRoot_1=Module["_emscripten_bind_MdGeLabelTree_nodeRoot_1"]=function(){return(_emscripten_bind_MdGeLabelTree_nodeRoot_1=Module["_emscripten_bind_MdGeLabelTree_nodeRoot_1"]=Module["asm"]["qea"]).apply(null,arguments)};var _emscripten_bind_MdGeLabelTree_nodeData_1=Module["_emscripten_bind_MdGeLabelTree_nodeData_1"]=function(){return(_emscripten_bind_MdGeLabelTree_nodeData_1=Module["_emscripten_bind_MdGeLabelTree_nodeData_1"]=Module["asm"]["rea"]).apply(null,arguments)};var _emscripten_bind_MdGeLabelTree_nodeIsRoot_1=Module["_emscripten_bind_MdGeLabelTree_nodeIsRoot_1"]=function(){return(_emscripten_bind_MdGeLabelTree_nodeIsRoot_1=Module["_emscripten_bind_MdGeLabelTree_nodeIsRoot_1"]=Module["asm"]["sea"]).apply(null,arguments)};var _emscripten_bind_MdGeLabelTree_nodeIsLeaf_1=Module["_emscripten_bind_MdGeLabelTree_nodeIsLeaf_1"]=function(){return(_emscripten_bind_MdGeLabelTree_nodeIsLeaf_1=Module["_emscripten_bind_MdGeLabelTree_nodeIsLeaf_1"]=Module["asm"]["tea"]).apply(null,arguments)};var _emscripten_bind_MdGeLabelTree_roots_0=Module["_emscripten_bind_MdGeLabelTree_roots_0"]=function(){return(_emscripten_bind_MdGeLabelTree_roots_0=Module["_emscripten_bind_MdGeLabelTree_roots_0"]=Module["asm"]["uea"]).apply(null,arguments)};var _emscripten_bind_MdGeLabelTree_clear_0=Module["_emscripten_bind_MdGeLabelTree_clear_0"]=function(){return(_emscripten_bind_MdGeLabelTree_clear_0=Module["_emscripten_bind_MdGeLabelTree_clear_0"]=Module["asm"]["vea"]).apply(null,arguments)};var _emscripten_bind_MdGeLabelTree_appendChild_2=Module["_emscripten_bind_MdGeLabelTree_appendChild_2"]=function(){return(_emscripten_bind_MdGeLabelTree_appendChild_2=Module["_emscripten_bind_MdGeLabelTree_appendChild_2"]=Module["asm"]["wea"]).apply(null,arguments)};var _emscripten_bind_MdGeLabelTree___destroy___0=Module["_emscripten_bind_MdGeLabelTree___destroy___0"]=function(){return(_emscripten_bind_MdGeLabelTree___destroy___0=Module["_emscripten_bind_MdGeLabelTree___destroy___0"]=Module["asm"]["xea"]).apply(null,arguments)};var _emscripten_bind_MdGeDocReader_MdGeDocReader_1=Module["_emscripten_bind_MdGeDocReader_MdGeDocReader_1"]=function(){return(_emscripten_bind_MdGeDocReader_MdGeDocReader_1=Module["_emscripten_bind_MdGeDocReader_MdGeDocReader_1"]=Module["asm"]["yea"]).apply(null,arguments)};var _emscripten_bind_MdGeDocReader_ReadFile_1=Module["_emscripten_bind_MdGeDocReader_ReadFile_1"]=function(){return(_emscripten_bind_MdGeDocReader_ReadFile_1=Module["_emscripten_bind_MdGeDocReader_ReadFile_1"]=Module["asm"]["zea"]).apply(null,arguments)};var _emscripten_bind_MdGeDocReader_ReadFile2_1=Module["_emscripten_bind_MdGeDocReader_ReadFile2_1"]=function(){return(_emscripten_bind_MdGeDocReader_ReadFile2_1=Module["_emscripten_bind_MdGeDocReader_ReadFile2_1"]=Module["asm"]["Aea"]).apply(null,arguments)};var _emscripten_bind_MdGeDocReader___destroy___0=Module["_emscripten_bind_MdGeDocReader___destroy___0"]=function(){return(_emscripten_bind_MdGeDocReader___destroy___0=Module["_emscripten_bind_MdGeDocReader___destroy___0"]=Module["asm"]["Bea"]).apply(null,arguments)};var _emscripten_bind_MdGeDocWriter_MdGeDocWriter_1=Module["_emscripten_bind_MdGeDocWriter_MdGeDocWriter_1"]=function(){return(_emscripten_bind_MdGeDocWriter_MdGeDocWriter_1=Module["_emscripten_bind_MdGeDocWriter_MdGeDocWriter_1"]=Module["asm"]["Cea"]).apply(null,arguments)};var _emscripten_bind_MdGeDocWriter_WriteFile_2=Module["_emscripten_bind_MdGeDocWriter_WriteFile_2"]=function(){return(_emscripten_bind_MdGeDocWriter_WriteFile_2=Module["_emscripten_bind_MdGeDocWriter_WriteFile_2"]=Module["asm"]["Dea"]).apply(null,arguments)};var _emscripten_bind_MdGeDocWriter___destroy___0=Module["_emscripten_bind_MdGeDocWriter___destroy___0"]=function(){return(_emscripten_bind_MdGeDocWriter___destroy___0=Module["_emscripten_bind_MdGeDocWriter___destroy___0"]=Module["asm"]["Eea"]).apply(null,arguments)};var _emscripten_bind_MdGeAisContext_MdGeAisContext_0=Module["_emscripten_bind_MdGeAisContext_MdGeAisContext_0"]=function(){return(_emscripten_bind_MdGeAisContext_MdGeAisContext_0=Module["_emscripten_bind_MdGeAisContext_MdGeAisContext_0"]=Module["asm"]["Fea"]).apply(null,arguments)};var _emscripten_bind_MdGeAisContext_DisplayStatus_1=Module["_emscripten_bind_MdGeAisContext_DisplayStatus_1"]=function(){return(_emscripten_bind_MdGeAisContext_DisplayStatus_1=Module["_emscripten_bind_MdGeAisContext_DisplayStatus_1"]=Module["asm"]["Gea"]).apply(null,arguments)};var _emscripten_bind_MdGeAisContext_IsDisplayed_1=Module["_emscripten_bind_MdGeAisContext_IsDisplayed_1"]=function(){return(_emscripten_bind_MdGeAisContext_IsDisplayed_1=Module["_emscripten_bind_MdGeAisContext_IsDisplayed_1"]=Module["asm"]["Hea"]).apply(null,arguments)};var _emscripten_bind_MdGeAisContext_IsDisplayed_2=Module["_emscripten_bind_MdGeAisContext_IsDisplayed_2"]=function(){return(_emscripten_bind_MdGeAisContext_IsDisplayed_2=Module["_emscripten_bind_MdGeAisContext_IsDisplayed_2"]=Module["asm"]["Iea"]).apply(null,arguments)};var _emscripten_bind_MdGeAisContext_SetAutoActivateSelection_1=Module["_emscripten_bind_MdGeAisContext_SetAutoActivateSelection_1"]=function(){return(_emscripten_bind_MdGeAisContext_SetAutoActivateSelection_1=Module["_emscripten_bind_MdGeAisContext_SetAutoActivateSelection_1"]=Module["asm"]["Jea"]).apply(null,arguments)};var _emscripten_bind_MdGeAisContext_GetAutoActivateSelection_0=Module["_emscripten_bind_MdGeAisContext_GetAutoActivateSelection_0"]=function(){return(_emscripten_bind_MdGeAisContext_GetAutoActivateSelection_0=Module["_emscripten_bind_MdGeAisContext_GetAutoActivateSelection_0"]=Module["asm"]["Kea"]).apply(null,arguments)};var _emscripten_bind_MdGeAisContext_Display_2=Module["_emscripten_bind_MdGeAisContext_Display_2"]=function(){return(_emscripten_bind_MdGeAisContext_Display_2=Module["_emscripten_bind_MdGeAisContext_Display_2"]=Module["asm"]["Lea"]).apply(null,arguments)};var _emscripten_bind_MdGeAisContext_Display_5=Module["_emscripten_bind_MdGeAisContext_Display_5"]=function(){return(_emscripten_bind_MdGeAisContext_Display_5=Module["_emscripten_bind_MdGeAisContext_Display_5"]=Module["asm"]["Mea"]).apply(null,arguments)};var _emscripten_bind_MdGeAisContext_Load_2=Module["_emscripten_bind_MdGeAisContext_Load_2"]=function(){return(_emscripten_bind_MdGeAisContext_Load_2=Module["_emscripten_bind_MdGeAisContext_Load_2"]=Module["asm"]["Nea"]).apply(null,arguments)};var _emscripten_bind_MdGeAisContext_Erase_2=Module["_emscripten_bind_MdGeAisContext_Erase_2"]=function(){return(_emscripten_bind_MdGeAisContext_Erase_2=Module["_emscripten_bind_MdGeAisContext_Erase_2"]=Module["asm"]["Oea"]).apply(null,arguments)};var _emscripten_bind_MdGeAisContext_EraseAll_1=Module["_emscripten_bind_MdGeAisContext_EraseAll_1"]=function(){return(_emscripten_bind_MdGeAisContext_EraseAll_1=Module["_emscripten_bind_MdGeAisContext_EraseAll_1"]=Module["asm"]["Pea"]).apply(null,arguments)};var _emscripten_bind_MdGeAisContext_DisplayAll_1=Module["_emscripten_bind_MdGeAisContext_DisplayAll_1"]=function(){return(_emscripten_bind_MdGeAisContext_DisplayAll_1=Module["_emscripten_bind_MdGeAisContext_DisplayAll_1"]=Module["asm"]["Qea"]).apply(null,arguments)};var _emscripten_bind_MdGeAisContext_EraseSelected_1=Module["_emscripten_bind_MdGeAisContext_EraseSelected_1"]=function(){return(_emscripten_bind_MdGeAisContext_EraseSelected_1=Module["_emscripten_bind_MdGeAisContext_EraseSelected_1"]=Module["asm"]["Rea"]).apply(null,arguments)};var _emscripten_bind_MdGeAisContext_DisplaySelected_1=Module["_emscripten_bind_MdGeAisContext_DisplaySelected_1"]=function(){return(_emscripten_bind_MdGeAisContext_DisplaySelected_1=Module["_emscripten_bind_MdGeAisContext_DisplaySelected_1"]=Module["asm"]["Sea"]).apply(null,arguments)};var _emscripten_bind_MdGeAisContext_ClearPrs_3=Module["_emscripten_bind_MdGeAisContext_ClearPrs_3"]=function(){return(_emscripten_bind_MdGeAisContext_ClearPrs_3=Module["_emscripten_bind_MdGeAisContext_ClearPrs_3"]=Module["asm"]["Tea"]).apply(null,arguments)};var _emscripten_bind_MdGeAisContext_Remove_2=Module["_emscripten_bind_MdGeAisContext_Remove_2"]=function(){return(_emscripten_bind_MdGeAisContext_Remove_2=Module["_emscripten_bind_MdGeAisContext_Remove_2"]=Module["asm"]["Uea"]).apply(null,arguments)};var _emscripten_bind_MdGeAisContext_RemoveAll_1=Module["_emscripten_bind_MdGeAisContext_RemoveAll_1"]=function(){return(_emscripten_bind_MdGeAisContext_RemoveAll_1=Module["_emscripten_bind_MdGeAisContext_RemoveAll_1"]=Module["asm"]["Vea"]).apply(null,arguments)};var _emscripten_bind_MdGeAisContext_Redisplay_3=Module["_emscripten_bind_MdGeAisContext_Redisplay_3"]=function(){return(_emscripten_bind_MdGeAisContext_Redisplay_3=Module["_emscripten_bind_MdGeAisContext_Redisplay_3"]=Module["asm"]["Wea"]).apply(null,arguments)};var _emscripten_bind_MdGeAisContext_RedisplayType_3=Module["_emscripten_bind_MdGeAisContext_RedisplayType_3"]=function(){return(_emscripten_bind_MdGeAisContext_RedisplayType_3=Module["_emscripten_bind_MdGeAisContext_RedisplayType_3"]=Module["asm"]["Xea"]).apply(null,arguments)};var _emscripten_bind_MdGeAisContext_RecomputePrsOnly_3=Module["_emscripten_bind_MdGeAisContext_RecomputePrsOnly_3"]=function(){return(_emscripten_bind_MdGeAisContext_RecomputePrsOnly_3=Module["_emscripten_bind_MdGeAisContext_RecomputePrsOnly_3"]=Module["asm"]["Yea"]).apply(null,arguments)};var _emscripten_bind_MdGeAisContext_RecomputeSelectionOnly_1=Module["_emscripten_bind_MdGeAisContext_RecomputeSelectionOnly_1"]=function(){return(_emscripten_bind_MdGeAisContext_RecomputeSelectionOnly_1=Module["_emscripten_bind_MdGeAisContext_RecomputeSelectionOnly_1"]=Module["asm"]["Zea"]).apply(null,arguments)};var _emscripten_bind_MdGeAisContext_Update_2=Module["_emscripten_bind_MdGeAisContext_Update_2"]=function(){return(_emscripten_bind_MdGeAisContext_Update_2=Module["_emscripten_bind_MdGeAisContext_Update_2"]=Module["asm"]["_ea"]).apply(null,arguments)};var _emscripten_bind_MdGeAisContext___destroy___0=Module["_emscripten_bind_MdGeAisContext___destroy___0"]=function(){return(_emscripten_bind_MdGeAisContext___destroy___0=Module["_emscripten_bind_MdGeAisContext___destroy___0"]=Module["asm"]["$ea"]).apply(null,arguments)};var _emscripten_bind_MdGeAisShape_MdGeAisShape_1=Module["_emscripten_bind_MdGeAisShape_MdGeAisShape_1"]=function(){return(_emscripten_bind_MdGeAisShape_MdGeAisShape_1=Module["_emscripten_bind_MdGeAisShape_MdGeAisShape_1"]=Module["asm"]["afa"]).apply(null,arguments)};var _emscripten_bind_MdGeAisShape_Signature_0=Module["_emscripten_bind_MdGeAisShape_Signature_0"]=function(){return(_emscripten_bind_MdGeAisShape_Signature_0=Module["_emscripten_bind_MdGeAisShape_Signature_0"]=Module["asm"]["bfa"]).apply(null,arguments)};var _emscripten_bind_MdGeAisShape_Type_0=Module["_emscripten_bind_MdGeAisShape_Type_0"]=function(){return(_emscripten_bind_MdGeAisShape_Type_0=Module["_emscripten_bind_MdGeAisShape_Type_0"]=Module["asm"]["cfa"]).apply(null,arguments)};var _emscripten_bind_MdGeAisShape_Shape_0=Module["_emscripten_bind_MdGeAisShape_Shape_0"]=function(){return(_emscripten_bind_MdGeAisShape_Shape_0=Module["_emscripten_bind_MdGeAisShape_Shape_0"]=Module["asm"]["dfa"]).apply(null,arguments)};var _emscripten_bind_MdGeAisShape_SetShape_1=Module["_emscripten_bind_MdGeAisShape_SetShape_1"]=function(){return(_emscripten_bind_MdGeAisShape_SetShape_1=Module["_emscripten_bind_MdGeAisShape_SetShape_1"]=Module["asm"]["efa"]).apply(null,arguments)};var _emscripten_bind_MdGeAisShape_SetTypeOfHLR_1=Module["_emscripten_bind_MdGeAisShape_SetTypeOfHLR_1"]=function(){return(_emscripten_bind_MdGeAisShape_SetTypeOfHLR_1=Module["_emscripten_bind_MdGeAisShape_SetTypeOfHLR_1"]=Module["asm"]["ffa"]).apply(null,arguments)};var _emscripten_bind_MdGeAisShape_TypeOfHLR_0=Module["_emscripten_bind_MdGeAisShape_TypeOfHLR_0"]=function(){return(_emscripten_bind_MdGeAisShape_TypeOfHLR_0=Module["_emscripten_bind_MdGeAisShape_TypeOfHLR_0"]=Module["asm"]["gfa"]).apply(null,arguments)};var _emscripten_bind_MdGeAisShape_SetColor_1=Module["_emscripten_bind_MdGeAisShape_SetColor_1"]=function(){return(_emscripten_bind_MdGeAisShape_SetColor_1=Module["_emscripten_bind_MdGeAisShape_SetColor_1"]=Module["asm"]["hfa"]).apply(null,arguments)};var _emscripten_bind_MdGeAisShape_UnsetColor_0=Module["_emscripten_bind_MdGeAisShape_UnsetColor_0"]=function(){return(_emscripten_bind_MdGeAisShape_UnsetColor_0=Module["_emscripten_bind_MdGeAisShape_UnsetColor_0"]=Module["asm"]["ifa"]).apply(null,arguments)};var _emscripten_bind_MdGeAisShape_SetWidth_1=Module["_emscripten_bind_MdGeAisShape_SetWidth_1"]=function(){return(_emscripten_bind_MdGeAisShape_SetWidth_1=Module["_emscripten_bind_MdGeAisShape_SetWidth_1"]=Module["asm"]["jfa"]).apply(null,arguments)};var _emscripten_bind_MdGeAisShape_UnsetWidth_0=Module["_emscripten_bind_MdGeAisShape_UnsetWidth_0"]=function(){return(_emscripten_bind_MdGeAisShape_UnsetWidth_0=Module["_emscripten_bind_MdGeAisShape_UnsetWidth_0"]=Module["asm"]["kfa"]).apply(null,arguments)};var _emscripten_bind_MdGeAisShape_SetMaterial_1=Module["_emscripten_bind_MdGeAisShape_SetMaterial_1"]=function(){return(_emscripten_bind_MdGeAisShape_SetMaterial_1=Module["_emscripten_bind_MdGeAisShape_SetMaterial_1"]=Module["asm"]["lfa"]).apply(null,arguments)};var _emscripten_bind_MdGeAisShape_UnsetMaterial_0=Module["_emscripten_bind_MdGeAisShape_UnsetMaterial_0"]=function(){return(_emscripten_bind_MdGeAisShape_UnsetMaterial_0=Module["_emscripten_bind_MdGeAisShape_UnsetMaterial_0"]=Module["asm"]["mfa"]).apply(null,arguments)};var _emscripten_bind_MdGeAisShape_SetTransparency_1=Module["_emscripten_bind_MdGeAisShape_SetTransparency_1"]=function(){return(_emscripten_bind_MdGeAisShape_SetTransparency_1=Module["_emscripten_bind_MdGeAisShape_SetTransparency_1"]=Module["asm"]["nfa"]).apply(null,arguments)};var _emscripten_bind_MdGeAisShape_UnsetTransparency_0=Module["_emscripten_bind_MdGeAisShape_UnsetTransparency_0"]=function(){return(_emscripten_bind_MdGeAisShape_UnsetTransparency_0=Module["_emscripten_bind_MdGeAisShape_UnsetTransparency_0"]=Module["asm"]["ofa"]).apply(null,arguments)};var _emscripten_bind_MdGeAisShape_BoundingBox_0=Module["_emscripten_bind_MdGeAisShape_BoundingBox_0"]=function(){return(_emscripten_bind_MdGeAisShape_BoundingBox_0=Module["_emscripten_bind_MdGeAisShape_BoundingBox_0"]=Module["asm"]["pfa"]).apply(null,arguments)};var _emscripten_bind_MdGeAisShape_GetColor_0=Module["_emscripten_bind_MdGeAisShape_GetColor_0"]=function(){return(_emscripten_bind_MdGeAisShape_GetColor_0=Module["_emscripten_bind_MdGeAisShape_GetColor_0"]=Module["asm"]["qfa"]).apply(null,arguments)};var _emscripten_bind_MdGeAisShape_Material_0=Module["_emscripten_bind_MdGeAisShape_Material_0"]=function(){return(_emscripten_bind_MdGeAisShape_Material_0=Module["_emscripten_bind_MdGeAisShape_Material_0"]=Module["asm"]["rfa"]).apply(null,arguments)};var _emscripten_bind_MdGeAisShape_Transparency_0=Module["_emscripten_bind_MdGeAisShape_Transparency_0"]=function(){return(_emscripten_bind_MdGeAisShape_Transparency_0=Module["_emscripten_bind_MdGeAisShape_Transparency_0"]=Module["asm"]["sfa"]).apply(null,arguments)};var _emscripten_bind_MdGeAisShape___destroy___0=Module["_emscripten_bind_MdGeAisShape___destroy___0"]=function(){return(_emscripten_bind_MdGeAisShape___destroy___0=Module["_emscripten_bind_MdGeAisShape___destroy___0"]=Module["asm"]["tfa"]).apply(null,arguments)};var _emscripten_bind_MdGeBndBox_MdGeBndBox_0=Module["_emscripten_bind_MdGeBndBox_MdGeBndBox_0"]=function(){return(_emscripten_bind_MdGeBndBox_MdGeBndBox_0=Module["_emscripten_bind_MdGeBndBox_MdGeBndBox_0"]=Module["asm"]["ufa"]).apply(null,arguments)};var _emscripten_bind_MdGeBndBox_MdGeBndBox_2=Module["_emscripten_bind_MdGeBndBox_MdGeBndBox_2"]=function(){return(_emscripten_bind_MdGeBndBox_MdGeBndBox_2=Module["_emscripten_bind_MdGeBndBox_MdGeBndBox_2"]=Module["asm"]["vfa"]).apply(null,arguments)};var _emscripten_bind_MdGeBndBox_SetWhole_0=Module["_emscripten_bind_MdGeBndBox_SetWhole_0"]=function(){return(_emscripten_bind_MdGeBndBox_SetWhole_0=Module["_emscripten_bind_MdGeBndBox_SetWhole_0"]=Module["asm"]["wfa"]).apply(null,arguments)};var _emscripten_bind_MdGeBndBox_SetVoid_0=Module["_emscripten_bind_MdGeBndBox_SetVoid_0"]=function(){return(_emscripten_bind_MdGeBndBox_SetVoid_0=Module["_emscripten_bind_MdGeBndBox_SetVoid_0"]=Module["asm"]["xfa"]).apply(null,arguments)};var _emscripten_bind_MdGeBndBox_Set_2=Module["_emscripten_bind_MdGeBndBox_Set_2"]=function(){return(_emscripten_bind_MdGeBndBox_Set_2=Module["_emscripten_bind_MdGeBndBox_Set_2"]=Module["asm"]["yfa"]).apply(null,arguments)};var _emscripten_bind_MdGeBndBox_Update_6=Module["_emscripten_bind_MdGeBndBox_Update_6"]=function(){return(_emscripten_bind_MdGeBndBox_Update_6=Module["_emscripten_bind_MdGeBndBox_Update_6"]=Module["asm"]["zfa"]).apply(null,arguments)};var _emscripten_bind_MdGeBndBox_GetGap_0=Module["_emscripten_bind_MdGeBndBox_GetGap_0"]=function(){return(_emscripten_bind_MdGeBndBox_GetGap_0=Module["_emscripten_bind_MdGeBndBox_GetGap_0"]=Module["asm"]["Afa"]).apply(null,arguments)};var _emscripten_bind_MdGeBndBox_SetGap_1=Module["_emscripten_bind_MdGeBndBox_SetGap_1"]=function(){return(_emscripten_bind_MdGeBndBox_SetGap_1=Module["_emscripten_bind_MdGeBndBox_SetGap_1"]=Module["asm"]["Bfa"]).apply(null,arguments)};var _emscripten_bind_MdGeBndBox_Enlarge_1=Module["_emscripten_bind_MdGeBndBox_Enlarge_1"]=function(){return(_emscripten_bind_MdGeBndBox_Enlarge_1=Module["_emscripten_bind_MdGeBndBox_Enlarge_1"]=Module["asm"]["Cfa"]).apply(null,arguments)};var _emscripten_bind_MdGeBndBox_CornerMin_0=Module["_emscripten_bind_MdGeBndBox_CornerMin_0"]=function(){return(_emscripten_bind_MdGeBndBox_CornerMin_0=Module["_emscripten_bind_MdGeBndBox_CornerMin_0"]=Module["asm"]["Dfa"]).apply(null,arguments)};var _emscripten_bind_MdGeBndBox_CornerMax_0=Module["_emscripten_bind_MdGeBndBox_CornerMax_0"]=function(){return(_emscripten_bind_MdGeBndBox_CornerMax_0=Module["_emscripten_bind_MdGeBndBox_CornerMax_0"]=Module["asm"]["Efa"]).apply(null,arguments)};var _emscripten_bind_MdGeBndBox_OpenXmin_0=Module["_emscripten_bind_MdGeBndBox_OpenXmin_0"]=function(){return(_emscripten_bind_MdGeBndBox_OpenXmin_0=Module["_emscripten_bind_MdGeBndBox_OpenXmin_0"]=Module["asm"]["Ffa"]).apply(null,arguments)};var _emscripten_bind_MdGeBndBox_OpenXmax_0=Module["_emscripten_bind_MdGeBndBox_OpenXmax_0"]=function(){return(_emscripten_bind_MdGeBndBox_OpenXmax_0=Module["_emscripten_bind_MdGeBndBox_OpenXmax_0"]=Module["asm"]["Gfa"]).apply(null,arguments)};var _emscripten_bind_MdGeBndBox_OpenYmin_0=Module["_emscripten_bind_MdGeBndBox_OpenYmin_0"]=function(){return(_emscripten_bind_MdGeBndBox_OpenYmin_0=Module["_emscripten_bind_MdGeBndBox_OpenYmin_0"]=Module["asm"]["Hfa"]).apply(null,arguments)};var _emscripten_bind_MdGeBndBox_OpenYmax_0=Module["_emscripten_bind_MdGeBndBox_OpenYmax_0"]=function(){return(_emscripten_bind_MdGeBndBox_OpenYmax_0=Module["_emscripten_bind_MdGeBndBox_OpenYmax_0"]=Module["asm"]["Ifa"]).apply(null,arguments)};var _emscripten_bind_MdGeBndBox_OpenZmin_0=Module["_emscripten_bind_MdGeBndBox_OpenZmin_0"]=function(){return(_emscripten_bind_MdGeBndBox_OpenZmin_0=Module["_emscripten_bind_MdGeBndBox_OpenZmin_0"]=Module["asm"]["Jfa"]).apply(null,arguments)};var _emscripten_bind_MdGeBndBox_OpenZmax_0=Module["_emscripten_bind_MdGeBndBox_OpenZmax_0"]=function(){return(_emscripten_bind_MdGeBndBox_OpenZmax_0=Module["_emscripten_bind_MdGeBndBox_OpenZmax_0"]=Module["asm"]["Kfa"]).apply(null,arguments)};var _emscripten_bind_MdGeBndBox_IsOpen_0=Module["_emscripten_bind_MdGeBndBox_IsOpen_0"]=function(){return(_emscripten_bind_MdGeBndBox_IsOpen_0=Module["_emscripten_bind_MdGeBndBox_IsOpen_0"]=Module["asm"]["Lfa"]).apply(null,arguments)};var _emscripten_bind_MdGeBndBox_IsOpenXmin_0=Module["_emscripten_bind_MdGeBndBox_IsOpenXmin_0"]=function(){return(_emscripten_bind_MdGeBndBox_IsOpenXmin_0=Module["_emscripten_bind_MdGeBndBox_IsOpenXmin_0"]=Module["asm"]["Mfa"]).apply(null,arguments)};var _emscripten_bind_MdGeBndBox_IsOpenXmax_0=Module["_emscripten_bind_MdGeBndBox_IsOpenXmax_0"]=function(){return(_emscripten_bind_MdGeBndBox_IsOpenXmax_0=Module["_emscripten_bind_MdGeBndBox_IsOpenXmax_0"]=Module["asm"]["Nfa"]).apply(null,arguments)};var _emscripten_bind_MdGeBndBox_IsOpenYmin_0=Module["_emscripten_bind_MdGeBndBox_IsOpenYmin_0"]=function(){return(_emscripten_bind_MdGeBndBox_IsOpenYmin_0=Module["_emscripten_bind_MdGeBndBox_IsOpenYmin_0"]=Module["asm"]["Ofa"]).apply(null,arguments)};var _emscripten_bind_MdGeBndBox_IsOpenYmax_0=Module["_emscripten_bind_MdGeBndBox_IsOpenYmax_0"]=function(){return(_emscripten_bind_MdGeBndBox_IsOpenYmax_0=Module["_emscripten_bind_MdGeBndBox_IsOpenYmax_0"]=Module["asm"]["Pfa"]).apply(null,arguments)};var _emscripten_bind_MdGeBndBox_IsOpenZmin_0=Module["_emscripten_bind_MdGeBndBox_IsOpenZmin_0"]=function(){return(_emscripten_bind_MdGeBndBox_IsOpenZmin_0=Module["_emscripten_bind_MdGeBndBox_IsOpenZmin_0"]=Module["asm"]["Qfa"]).apply(null,arguments)};var _emscripten_bind_MdGeBndBox_IsOpenZmax_0=Module["_emscripten_bind_MdGeBndBox_IsOpenZmax_0"]=function(){return(_emscripten_bind_MdGeBndBox_IsOpenZmax_0=Module["_emscripten_bind_MdGeBndBox_IsOpenZmax_0"]=Module["asm"]["Rfa"]).apply(null,arguments)};var _emscripten_bind_MdGeBndBox_IsWhole_0=Module["_emscripten_bind_MdGeBndBox_IsWhole_0"]=function(){return(_emscripten_bind_MdGeBndBox_IsWhole_0=Module["_emscripten_bind_MdGeBndBox_IsWhole_0"]=Module["asm"]["Sfa"]).apply(null,arguments)};var _emscripten_bind_MdGeBndBox_IsVoid_0=Module["_emscripten_bind_MdGeBndBox_IsVoid_0"]=function(){return(_emscripten_bind_MdGeBndBox_IsVoid_0=Module["_emscripten_bind_MdGeBndBox_IsVoid_0"]=Module["asm"]["Tfa"]).apply(null,arguments)};var _emscripten_bind_MdGeBndBox_IsXThin_1=Module["_emscripten_bind_MdGeBndBox_IsXThin_1"]=function(){return(_emscripten_bind_MdGeBndBox_IsXThin_1=Module["_emscripten_bind_MdGeBndBox_IsXThin_1"]=Module["asm"]["Ufa"]).apply(null,arguments)};var _emscripten_bind_MdGeBndBox_IsYThin_1=Module["_emscripten_bind_MdGeBndBox_IsYThin_1"]=function(){return(_emscripten_bind_MdGeBndBox_IsYThin_1=Module["_emscripten_bind_MdGeBndBox_IsYThin_1"]=Module["asm"]["Vfa"]).apply(null,arguments)};var _emscripten_bind_MdGeBndBox_IsZThin_1=Module["_emscripten_bind_MdGeBndBox_IsZThin_1"]=function(){return(_emscripten_bind_MdGeBndBox_IsZThin_1=Module["_emscripten_bind_MdGeBndBox_IsZThin_1"]=Module["asm"]["Wfa"]).apply(null,arguments)};var _emscripten_bind_MdGeBndBox_IsThin_1=Module["_emscripten_bind_MdGeBndBox_IsThin_1"]=function(){return(_emscripten_bind_MdGeBndBox_IsThin_1=Module["_emscripten_bind_MdGeBndBox_IsThin_1"]=Module["asm"]["Xfa"]).apply(null,arguments)};var _emscripten_bind_MdGeBndBox_Transformed_1=Module["_emscripten_bind_MdGeBndBox_Transformed_1"]=function(){return(_emscripten_bind_MdGeBndBox_Transformed_1=Module["_emscripten_bind_MdGeBndBox_Transformed_1"]=Module["asm"]["Yfa"]).apply(null,arguments)};var _emscripten_bind_MdGeBndBox_AddBndBox_1=Module["_emscripten_bind_MdGeBndBox_AddBndBox_1"]=function(){return(_emscripten_bind_MdGeBndBox_AddBndBox_1=Module["_emscripten_bind_MdGeBndBox_AddBndBox_1"]=Module["asm"]["Zfa"]).apply(null,arguments)};var _emscripten_bind_MdGeBndBox_AddPoint_1=Module["_emscripten_bind_MdGeBndBox_AddPoint_1"]=function(){return(_emscripten_bind_MdGeBndBox_AddPoint_1=Module["_emscripten_bind_MdGeBndBox_AddPoint_1"]=Module["asm"]["_fa"]).apply(null,arguments)};var _emscripten_bind_MdGeBndBox_AddPointDir_2=Module["_emscripten_bind_MdGeBndBox_AddPointDir_2"]=function(){return(_emscripten_bind_MdGeBndBox_AddPointDir_2=Module["_emscripten_bind_MdGeBndBox_AddPointDir_2"]=Module["asm"]["$fa"]).apply(null,arguments)};var _emscripten_bind_MdGeBndBox_AddDir_1=Module["_emscripten_bind_MdGeBndBox_AddDir_1"]=function(){return(_emscripten_bind_MdGeBndBox_AddDir_1=Module["_emscripten_bind_MdGeBndBox_AddDir_1"]=Module["asm"]["aga"]).apply(null,arguments)};var _emscripten_bind_MdGeBndBox_IsOutPoint_1=Module["_emscripten_bind_MdGeBndBox_IsOutPoint_1"]=function(){return(_emscripten_bind_MdGeBndBox_IsOutPoint_1=Module["_emscripten_bind_MdGeBndBox_IsOutPoint_1"]=Module["asm"]["bga"]).apply(null,arguments)};var _emscripten_bind_MdGeBndBox_IsOutLine_1=Module["_emscripten_bind_MdGeBndBox_IsOutLine_1"]=function(){return(_emscripten_bind_MdGeBndBox_IsOutLine_1=Module["_emscripten_bind_MdGeBndBox_IsOutLine_1"]=Module["asm"]["cga"]).apply(null,arguments)};var _emscripten_bind_MdGeBndBox_IsOutPlane_1=Module["_emscripten_bind_MdGeBndBox_IsOutPlane_1"]=function(){return(_emscripten_bind_MdGeBndBox_IsOutPlane_1=Module["_emscripten_bind_MdGeBndBox_IsOutPlane_1"]=Module["asm"]["dga"]).apply(null,arguments)};var _emscripten_bind_MdGeBndBox_IsOutBndBox_1=Module["_emscripten_bind_MdGeBndBox_IsOutBndBox_1"]=function(){return(_emscripten_bind_MdGeBndBox_IsOutBndBox_1=Module["_emscripten_bind_MdGeBndBox_IsOutBndBox_1"]=Module["asm"]["ega"]).apply(null,arguments)};var _emscripten_bind_MdGeBndBox_IsOutBndBox_2=Module["_emscripten_bind_MdGeBndBox_IsOutBndBox_2"]=function(){return(_emscripten_bind_MdGeBndBox_IsOutBndBox_2=Module["_emscripten_bind_MdGeBndBox_IsOutBndBox_2"]=Module["asm"]["fga"]).apply(null,arguments)};var _emscripten_bind_MdGeBndBox_IsOutTBT_3=Module["_emscripten_bind_MdGeBndBox_IsOutTBT_3"]=function(){return(_emscripten_bind_MdGeBndBox_IsOutTBT_3=Module["_emscripten_bind_MdGeBndBox_IsOutTBT_3"]=Module["asm"]["gga"]).apply(null,arguments)};var _emscripten_bind_MdGeBndBox_IsOutPPD_3=Module["_emscripten_bind_MdGeBndBox_IsOutPPD_3"]=function(){return(_emscripten_bind_MdGeBndBox_IsOutPPD_3=Module["_emscripten_bind_MdGeBndBox_IsOutPPD_3"]=Module["asm"]["hga"]).apply(null,arguments)};var _emscripten_bind_MdGeBndBox_Distance_1=Module["_emscripten_bind_MdGeBndBox_Distance_1"]=function(){return(_emscripten_bind_MdGeBndBox_Distance_1=Module["_emscripten_bind_MdGeBndBox_Distance_1"]=Module["asm"]["iga"]).apply(null,arguments)};var _emscripten_bind_MdGeBndBox_SquareExtent_0=Module["_emscripten_bind_MdGeBndBox_SquareExtent_0"]=function(){return(_emscripten_bind_MdGeBndBox_SquareExtent_0=Module["_emscripten_bind_MdGeBndBox_SquareExtent_0"]=Module["asm"]["jga"]).apply(null,arguments)};var _emscripten_bind_MdGeBndBox_FinitePart_0=Module["_emscripten_bind_MdGeBndBox_FinitePart_0"]=function(){return(_emscripten_bind_MdGeBndBox_FinitePart_0=Module["_emscripten_bind_MdGeBndBox_FinitePart_0"]=Module["asm"]["kga"]).apply(null,arguments)};var _emscripten_bind_MdGeBndBox_HasFinitePart_0=Module["_emscripten_bind_MdGeBndBox_HasFinitePart_0"]=function(){return(_emscripten_bind_MdGeBndBox_HasFinitePart_0=Module["_emscripten_bind_MdGeBndBox_HasFinitePart_0"]=Module["asm"]["lga"]).apply(null,arguments)};var _emscripten_bind_MdGeBndBox___destroy___0=Module["_emscripten_bind_MdGeBndBox___destroy___0"]=function(){return(_emscripten_bind_MdGeBndBox___destroy___0=Module["_emscripten_bind_MdGeBndBox___destroy___0"]=Module["asm"]["mga"]).apply(null,arguments)};var _emscripten_bind_MdGeAisTexturedShape_MdGeAisTexturedShape_1=Module["_emscripten_bind_MdGeAisTexturedShape_MdGeAisTexturedShape_1"]=function(){return(_emscripten_bind_MdGeAisTexturedShape_MdGeAisTexturedShape_1=Module["_emscripten_bind_MdGeAisTexturedShape_MdGeAisTexturedShape_1"]=Module["asm"]["nga"]).apply(null,arguments)};var _emscripten_bind_MdGeAisTexturedShape_SetTextureFileName_1=Module["_emscripten_bind_MdGeAisTexturedShape_SetTextureFileName_1"]=function(){return(_emscripten_bind_MdGeAisTexturedShape_SetTextureFileName_1=Module["_emscripten_bind_MdGeAisTexturedShape_SetTextureFileName_1"]=Module["asm"]["oga"]).apply(null,arguments)};var _emscripten_bind_MdGeAisTexturedShape_TextureMapState_0=Module["_emscripten_bind_MdGeAisTexturedShape_TextureMapState_0"]=function(){return(_emscripten_bind_MdGeAisTexturedShape_TextureMapState_0=Module["_emscripten_bind_MdGeAisTexturedShape_TextureMapState_0"]=Module["asm"]["pga"]).apply(null,arguments)};var _emscripten_bind_MdGeAisTexturedShape_SetTextureMapOn_0=Module["_emscripten_bind_MdGeAisTexturedShape_SetTextureMapOn_0"]=function(){return(_emscripten_bind_MdGeAisTexturedShape_SetTextureMapOn_0=Module["_emscripten_bind_MdGeAisTexturedShape_SetTextureMapOn_0"]=Module["asm"]["qga"]).apply(null,arguments)};var _emscripten_bind_MdGeAisTexturedShape_SetTextureMapOff_0=Module["_emscripten_bind_MdGeAisTexturedShape_SetTextureMapOff_0"]=function(){return(_emscripten_bind_MdGeAisTexturedShape_SetTextureMapOff_0=Module["_emscripten_bind_MdGeAisTexturedShape_SetTextureMapOff_0"]=Module["asm"]["rga"]).apply(null,arguments)};var _emscripten_bind_MdGeAisTexturedShape_TextureFile_0=Module["_emscripten_bind_MdGeAisTexturedShape_TextureFile_0"]=function(){return(_emscripten_bind_MdGeAisTexturedShape_TextureFile_0=Module["_emscripten_bind_MdGeAisTexturedShape_TextureFile_0"]=Module["asm"]["sga"]).apply(null,arguments)};var _emscripten_bind_MdGeAisTexturedShape_UpdateAttributes_0=Module["_emscripten_bind_MdGeAisTexturedShape_UpdateAttributes_0"]=function(){return(_emscripten_bind_MdGeAisTexturedShape_UpdateAttributes_0=Module["_emscripten_bind_MdGeAisTexturedShape_UpdateAttributes_0"]=Module["asm"]["tga"]).apply(null,arguments)};var _emscripten_bind_MdGeAisTexturedShape_SetColor_1=Module["_emscripten_bind_MdGeAisTexturedShape_SetColor_1"]=function(){return(_emscripten_bind_MdGeAisTexturedShape_SetColor_1=Module["_emscripten_bind_MdGeAisTexturedShape_SetColor_1"]=Module["asm"]["uga"]).apply(null,arguments)};var _emscripten_bind_MdGeAisTexturedShape_UnsetColor_0=Module["_emscripten_bind_MdGeAisTexturedShape_UnsetColor_0"]=function(){return(_emscripten_bind_MdGeAisTexturedShape_UnsetColor_0=Module["_emscripten_bind_MdGeAisTexturedShape_UnsetColor_0"]=Module["asm"]["vga"]).apply(null,arguments)};var _emscripten_bind_MdGeAisTexturedShape_SetMaterial_1=Module["_emscripten_bind_MdGeAisTexturedShape_SetMaterial_1"]=function(){return(_emscripten_bind_MdGeAisTexturedShape_SetMaterial_1=Module["_emscripten_bind_MdGeAisTexturedShape_SetMaterial_1"]=Module["asm"]["wga"]).apply(null,arguments)};var _emscripten_bind_MdGeAisTexturedShape_UnsetMaterial_0=Module["_emscripten_bind_MdGeAisTexturedShape_UnsetMaterial_0"]=function(){return(_emscripten_bind_MdGeAisTexturedShape_UnsetMaterial_0=Module["_emscripten_bind_MdGeAisTexturedShape_UnsetMaterial_0"]=Module["asm"]["xga"]).apply(null,arguments)};var _emscripten_bind_MdGeAisTexturedShape_EnableTextureModulate_0=Module["_emscripten_bind_MdGeAisTexturedShape_EnableTextureModulate_0"]=function(){return(_emscripten_bind_MdGeAisTexturedShape_EnableTextureModulate_0=Module["_emscripten_bind_MdGeAisTexturedShape_EnableTextureModulate_0"]=Module["asm"]["yga"]).apply(null,arguments)};var _emscripten_bind_MdGeAisTexturedShape_DisableTextureModulate_0=Module["_emscripten_bind_MdGeAisTexturedShape_DisableTextureModulate_0"]=function(){return(_emscripten_bind_MdGeAisTexturedShape_DisableTextureModulate_0=Module["_emscripten_bind_MdGeAisTexturedShape_DisableTextureModulate_0"]=Module["asm"]["zga"]).apply(null,arguments)};var _emscripten_bind_MdGeAisTexturedShape_TextureRepeat_0=Module["_emscripten_bind_MdGeAisTexturedShape_TextureRepeat_0"]=function(){return(_emscripten_bind_MdGeAisTexturedShape_TextureRepeat_0=Module["_emscripten_bind_MdGeAisTexturedShape_TextureRepeat_0"]=Module["asm"]["Aga"]).apply(null,arguments)};var _emscripten_bind_MdGeAisTexturedShape_URepeat_0=Module["_emscripten_bind_MdGeAisTexturedShape_URepeat_0"]=function(){return(_emscripten_bind_MdGeAisTexturedShape_URepeat_0=Module["_emscripten_bind_MdGeAisTexturedShape_URepeat_0"]=Module["asm"]["Bga"]).apply(null,arguments)};var _emscripten_bind_MdGeAisTexturedShape_VRepeat_0=Module["_emscripten_bind_MdGeAisTexturedShape_VRepeat_0"]=function(){return(_emscripten_bind_MdGeAisTexturedShape_VRepeat_0=Module["_emscripten_bind_MdGeAisTexturedShape_VRepeat_0"]=Module["asm"]["Cga"]).apply(null,arguments)};var _emscripten_bind_MdGeAisTexturedShape_SetTextureRepeat_3=Module["_emscripten_bind_MdGeAisTexturedShape_SetTextureRepeat_3"]=function(){return(_emscripten_bind_MdGeAisTexturedShape_SetTextureRepeat_3=Module["_emscripten_bind_MdGeAisTexturedShape_SetTextureRepeat_3"]=Module["asm"]["Dga"]).apply(null,arguments)};var _emscripten_bind_MdGeAisTexturedShape_TextureOrigin_0=Module["_emscripten_bind_MdGeAisTexturedShape_TextureOrigin_0"]=function(){return(_emscripten_bind_MdGeAisTexturedShape_TextureOrigin_0=Module["_emscripten_bind_MdGeAisTexturedShape_TextureOrigin_0"]=Module["asm"]["Ega"]).apply(null,arguments)};var _emscripten_bind_MdGeAisTexturedShape_TextureUOrigin_0=Module["_emscripten_bind_MdGeAisTexturedShape_TextureUOrigin_0"]=function(){return(_emscripten_bind_MdGeAisTexturedShape_TextureUOrigin_0=Module["_emscripten_bind_MdGeAisTexturedShape_TextureUOrigin_0"]=Module["asm"]["Fga"]).apply(null,arguments)};var _emscripten_bind_MdGeAisTexturedShape_TextureVOrigin_0=Module["_emscripten_bind_MdGeAisTexturedShape_TextureVOrigin_0"]=function(){return(_emscripten_bind_MdGeAisTexturedShape_TextureVOrigin_0=Module["_emscripten_bind_MdGeAisTexturedShape_TextureVOrigin_0"]=Module["asm"]["Gga"]).apply(null,arguments)};var _emscripten_bind_MdGeAisTexturedShape_SetTextureOrigin_3=Module["_emscripten_bind_MdGeAisTexturedShape_SetTextureOrigin_3"]=function(){return(_emscripten_bind_MdGeAisTexturedShape_SetTextureOrigin_3=Module["_emscripten_bind_MdGeAisTexturedShape_SetTextureOrigin_3"]=Module["asm"]["Hga"]).apply(null,arguments)};var _emscripten_bind_MdGeAisTexturedShape_TextureScale_0=Module["_emscripten_bind_MdGeAisTexturedShape_TextureScale_0"]=function(){return(_emscripten_bind_MdGeAisTexturedShape_TextureScale_0=Module["_emscripten_bind_MdGeAisTexturedShape_TextureScale_0"]=Module["asm"]["Iga"]).apply(null,arguments)};var _emscripten_bind_MdGeAisTexturedShape_TextureScaleU_0=Module["_emscripten_bind_MdGeAisTexturedShape_TextureScaleU_0"]=function(){return(_emscripten_bind_MdGeAisTexturedShape_TextureScaleU_0=Module["_emscripten_bind_MdGeAisTexturedShape_TextureScaleU_0"]=Module["asm"]["Jga"]).apply(null,arguments)};var _emscripten_bind_MdGeAisTexturedShape_TextureScaleV_0=Module["_emscripten_bind_MdGeAisTexturedShape_TextureScaleV_0"]=function(){return(_emscripten_bind_MdGeAisTexturedShape_TextureScaleV_0=Module["_emscripten_bind_MdGeAisTexturedShape_TextureScaleV_0"]=Module["asm"]["Kga"]).apply(null,arguments)};var _emscripten_bind_MdGeAisTexturedShape_SetTextureScale_3=Module["_emscripten_bind_MdGeAisTexturedShape_SetTextureScale_3"]=function(){return(_emscripten_bind_MdGeAisTexturedShape_SetTextureScale_3=Module["_emscripten_bind_MdGeAisTexturedShape_SetTextureScale_3"]=Module["asm"]["Lga"]).apply(null,arguments)};var _emscripten_bind_MdGeAisTexturedShape_IsShowTriangles_0=Module["_emscripten_bind_MdGeAisTexturedShape_IsShowTriangles_0"]=function(){return(_emscripten_bind_MdGeAisTexturedShape_IsShowTriangles_0=Module["_emscripten_bind_MdGeAisTexturedShape_IsShowTriangles_0"]=Module["asm"]["Mga"]).apply(null,arguments)};var _emscripten_bind_MdGeAisTexturedShape_SetShowTriangles_1=Module["_emscripten_bind_MdGeAisTexturedShape_SetShowTriangles_1"]=function(){return(_emscripten_bind_MdGeAisTexturedShape_SetShowTriangles_1=Module["_emscripten_bind_MdGeAisTexturedShape_SetShowTriangles_1"]=Module["asm"]["Nga"]).apply(null,arguments)};var _emscripten_bind_MdGeAisTexturedShape_TextureModulate_0=Module["_emscripten_bind_MdGeAisTexturedShape_TextureModulate_0"]=function(){return(_emscripten_bind_MdGeAisTexturedShape_TextureModulate_0=Module["_emscripten_bind_MdGeAisTexturedShape_TextureModulate_0"]=Module["asm"]["Oga"]).apply(null,arguments)};var _emscripten_bind_MdGeAisTexturedShape___destroy___0=Module["_emscripten_bind_MdGeAisTexturedShape___destroy___0"]=function(){return(_emscripten_bind_MdGeAisTexturedShape___destroy___0=Module["_emscripten_bind_MdGeAisTexturedShape___destroy___0"]=Module["asm"]["Pga"]).apply(null,arguments)};var _emscripten_bind_MdGeSpliter_MdGeSpliter_0=Module["_emscripten_bind_MdGeSpliter_MdGeSpliter_0"]=function(){return(_emscripten_bind_MdGeSpliter_MdGeSpliter_0=Module["_emscripten_bind_MdGeSpliter_MdGeSpliter_0"]=Module["asm"]["Qga"]).apply(null,arguments)};var _emscripten_bind_MdGeSpliter_SetTools_1=Module["_emscripten_bind_MdGeSpliter_SetTools_1"]=function(){return(_emscripten_bind_MdGeSpliter_SetTools_1=Module["_emscripten_bind_MdGeSpliter_SetTools_1"]=Module["asm"]["Rga"]).apply(null,arguments)};var _emscripten_bind_MdGeSpliter_SetArguments_1=Module["_emscripten_bind_MdGeSpliter_SetArguments_1"]=function(){return(_emscripten_bind_MdGeSpliter_SetArguments_1=Module["_emscripten_bind_MdGeSpliter_SetArguments_1"]=Module["asm"]["Sga"]).apply(null,arguments)};var _emscripten_bind_MdGeSpliter_Build_0=Module["_emscripten_bind_MdGeSpliter_Build_0"]=function(){return(_emscripten_bind_MdGeSpliter_Build_0=Module["_emscripten_bind_MdGeSpliter_Build_0"]=Module["asm"]["Tga"]).apply(null,arguments)};var _emscripten_bind_MdGeSpliter_IsDone_0=Module["_emscripten_bind_MdGeSpliter_IsDone_0"]=function(){return(_emscripten_bind_MdGeSpliter_IsDone_0=Module["_emscripten_bind_MdGeSpliter_IsDone_0"]=Module["asm"]["Uga"]).apply(null,arguments)};var _emscripten_bind_MdGeSpliter_HasWarnings_0=Module["_emscripten_bind_MdGeSpliter_HasWarnings_0"]=function(){return(_emscripten_bind_MdGeSpliter_HasWarnings_0=Module["_emscripten_bind_MdGeSpliter_HasWarnings_0"]=Module["asm"]["Vga"]).apply(null,arguments)};var _emscripten_bind_MdGeSpliter_Shapes_0=Module["_emscripten_bind_MdGeSpliter_Shapes_0"]=function(){return(_emscripten_bind_MdGeSpliter_Shapes_0=Module["_emscripten_bind_MdGeSpliter_Shapes_0"]=Module["asm"]["Wga"]).apply(null,arguments)};var _emscripten_bind_MdGeSpliter___destroy___0=Module["_emscripten_bind_MdGeSpliter___destroy___0"]=function(){return(_emscripten_bind_MdGeSpliter___destroy___0=Module["_emscripten_bind_MdGeSpliter___destroy___0"]=Module["asm"]["Xga"]).apply(null,arguments)};var _emscripten_bind_Mx3dAlgoFillet_Mx3dAlgoFillet_2=Module["_emscripten_bind_Mx3dAlgoFillet_Mx3dAlgoFillet_2"]=function(){return(_emscripten_bind_Mx3dAlgoFillet_Mx3dAlgoFillet_2=Module["_emscripten_bind_Mx3dAlgoFillet_Mx3dAlgoFillet_2"]=Module["asm"]["Yga"]).apply(null,arguments)};var _emscripten_bind_Mx3dAlgoFillet_Add_2=Module["_emscripten_bind_Mx3dAlgoFillet_Add_2"]=function(){return(_emscripten_bind_Mx3dAlgoFillet_Add_2=Module["_emscripten_bind_Mx3dAlgoFillet_Add_2"]=Module["asm"]["Zga"]).apply(null,arguments)};var _emscripten_bind_Mx3dAlgoFillet_Shape_0=Module["_emscripten_bind_Mx3dAlgoFillet_Shape_0"]=function(){return(_emscripten_bind_Mx3dAlgoFillet_Shape_0=Module["_emscripten_bind_Mx3dAlgoFillet_Shape_0"]=Module["asm"]["_ga"]).apply(null,arguments)};var _emscripten_bind_Mx3dAlgoFillet___destroy___0=Module["_emscripten_bind_Mx3dAlgoFillet___destroy___0"]=function(){return(_emscripten_bind_Mx3dAlgoFillet___destroy___0=Module["_emscripten_bind_Mx3dAlgoFillet___destroy___0"]=Module["asm"]["$ga"]).apply(null,arguments)};var _emscripten_bind_Mx3dAlgoChamfer_Mx3dAlgoChamfer_1=Module["_emscripten_bind_Mx3dAlgoChamfer_Mx3dAlgoChamfer_1"]=function(){return(_emscripten_bind_Mx3dAlgoChamfer_Mx3dAlgoChamfer_1=Module["_emscripten_bind_Mx3dAlgoChamfer_Mx3dAlgoChamfer_1"]=Module["asm"]["aha"]).apply(null,arguments)};var _emscripten_bind_Mx3dAlgoChamfer_Add_2=Module["_emscripten_bind_Mx3dAlgoChamfer_Add_2"]=function(){return(_emscripten_bind_Mx3dAlgoChamfer_Add_2=Module["_emscripten_bind_Mx3dAlgoChamfer_Add_2"]=Module["asm"]["bha"]).apply(null,arguments)};var _emscripten_bind_Mx3dAlgoChamfer_Shape_0=Module["_emscripten_bind_Mx3dAlgoChamfer_Shape_0"]=function(){return(_emscripten_bind_Mx3dAlgoChamfer_Shape_0=Module["_emscripten_bind_Mx3dAlgoChamfer_Shape_0"]=Module["asm"]["cha"]).apply(null,arguments)};var _emscripten_bind_Mx3dAlgoChamfer___destroy___0=Module["_emscripten_bind_Mx3dAlgoChamfer___destroy___0"]=function(){return(_emscripten_bind_Mx3dAlgoChamfer___destroy___0=Module["_emscripten_bind_Mx3dAlgoChamfer___destroy___0"]=Module["asm"]["dha"]).apply(null,arguments)};var _emscripten_bind_Mx3dAlgoFillet2d_Mx3dAlgoFillet2d_0=Module["_emscripten_bind_Mx3dAlgoFillet2d_Mx3dAlgoFillet2d_0"]=function(){return(_emscripten_bind_Mx3dAlgoFillet2d_Mx3dAlgoFillet2d_0=Module["_emscripten_bind_Mx3dAlgoFillet2d_Mx3dAlgoFillet2d_0"]=Module["asm"]["eha"]).apply(null,arguments)};var _emscripten_bind_Mx3dAlgoFillet2d_Mx3dAlgoFillet2d_2=Module["_emscripten_bind_Mx3dAlgoFillet2d_Mx3dAlgoFillet2d_2"]=function(){return(_emscripten_bind_Mx3dAlgoFillet2d_Mx3dAlgoFillet2d_2=Module["_emscripten_bind_Mx3dAlgoFillet2d_Mx3dAlgoFillet2d_2"]=Module["asm"]["fha"]).apply(null,arguments)};var _emscripten_bind_Mx3dAlgoFillet2d_Mx3dAlgoFillet2d_3=Module["_emscripten_bind_Mx3dAlgoFillet2d_Mx3dAlgoFillet2d_3"]=function(){return(_emscripten_bind_Mx3dAlgoFillet2d_Mx3dAlgoFillet2d_3=Module["_emscripten_bind_Mx3dAlgoFillet2d_Mx3dAlgoFillet2d_3"]=Module["asm"]["gha"]).apply(null,arguments)};var _emscripten_bind_Mx3dAlgoFillet2d_Init_2=Module["_emscripten_bind_Mx3dAlgoFillet2d_Init_2"]=function(){return(_emscripten_bind_Mx3dAlgoFillet2d_Init_2=Module["_emscripten_bind_Mx3dAlgoFillet2d_Init_2"]=Module["asm"]["hha"]).apply(null,arguments)};var _emscripten_bind_Mx3dAlgoFillet2d_Init_3=Module["_emscripten_bind_Mx3dAlgoFillet2d_Init_3"]=function(){return(_emscripten_bind_Mx3dAlgoFillet2d_Init_3=Module["_emscripten_bind_Mx3dAlgoFillet2d_Init_3"]=Module["asm"]["iha"]).apply(null,arguments)};var _emscripten_bind_Mx3dAlgoFillet2d_Perform_1=Module["_emscripten_bind_Mx3dAlgoFillet2d_Perform_1"]=function(){return(_emscripten_bind_Mx3dAlgoFillet2d_Perform_1=Module["_emscripten_bind_Mx3dAlgoFillet2d_Perform_1"]=Module["asm"]["jha"]).apply(null,arguments)};var _emscripten_bind_Mx3dAlgoFillet2d_NbResults_1=Module["_emscripten_bind_Mx3dAlgoFillet2d_NbResults_1"]=function(){return(_emscripten_bind_Mx3dAlgoFillet2d_NbResults_1=Module["_emscripten_bind_Mx3dAlgoFillet2d_NbResults_1"]=Module["asm"]["kha"]).apply(null,arguments)};var _emscripten_bind_Mx3dAlgoFillet2d_Result_4=Module["_emscripten_bind_Mx3dAlgoFillet2d_Result_4"]=function(){return(_emscripten_bind_Mx3dAlgoFillet2d_Result_4=Module["_emscripten_bind_Mx3dAlgoFillet2d_Result_4"]=Module["asm"]["lha"]).apply(null,arguments)};var _emscripten_bind_Mx3dAlgoFillet2d___destroy___0=Module["_emscripten_bind_Mx3dAlgoFillet2d___destroy___0"]=function(){return(_emscripten_bind_Mx3dAlgoFillet2d___destroy___0=Module["_emscripten_bind_Mx3dAlgoFillet2d___destroy___0"]=Module["asm"]["mha"]).apply(null,arguments)};var _emscripten_bind_Mx3dApplication_Mx3dApplication_0=Module["_emscripten_bind_Mx3dApplication_Mx3dApplication_0"]=function(){return(_emscripten_bind_Mx3dApplication_Mx3dApplication_0=Module["_emscripten_bind_Mx3dApplication_Mx3dApplication_0"]=Module["asm"]["nha"]).apply(null,arguments)};var _emscripten_bind_Mx3dApplication_createView_1=Module["_emscripten_bind_Mx3dApplication_createView_1"]=function(){return(_emscripten_bind_Mx3dApplication_createView_1=Module["_emscripten_bind_Mx3dApplication_createView_1"]=Module["asm"]["oha"]).apply(null,arguments)};var _emscripten_bind_Mx3dApplication_getCurrentActiveView_0=Module["_emscripten_bind_Mx3dApplication_getCurrentActiveView_0"]=function(){return(_emscripten_bind_Mx3dApplication_getCurrentActiveView_0=Module["_emscripten_bind_Mx3dApplication_getCurrentActiveView_0"]=Module["asm"]["pha"]).apply(null,arguments)};var _emscripten_bind_Mx3dApplication___destroy___0=Module["_emscripten_bind_Mx3dApplication___destroy___0"]=function(){return(_emscripten_bind_Mx3dApplication___destroy___0=Module["_emscripten_bind_Mx3dApplication___destroy___0"]=Module["asm"]["qha"]).apply(null,arguments)};var _emscripten_bind_Mx3dClassMethods_Mx3dClassMethods_0=Module["_emscripten_bind_Mx3dClassMethods_Mx3dClassMethods_0"]=function(){return(_emscripten_bind_Mx3dClassMethods_Mx3dClassMethods_0=Module["_emscripten_bind_Mx3dClassMethods_Mx3dClassMethods_0"]=Module["asm"]["rha"]).apply(null,arguments)};var _emscripten_bind_Mx3dClassMethods_Vertex_1=Module["_emscripten_bind_Mx3dClassMethods_Vertex_1"]=function(){return(_emscripten_bind_Mx3dClassMethods_Vertex_1=Module["_emscripten_bind_Mx3dClassMethods_Vertex_1"]=Module["asm"]["sha"]).apply(null,arguments)};var _emscripten_bind_Mx3dClassMethods_Edge_1=Module["_emscripten_bind_Mx3dClassMethods_Edge_1"]=function(){return(_emscripten_bind_Mx3dClassMethods_Edge_1=Module["_emscripten_bind_Mx3dClassMethods_Edge_1"]=Module["asm"]["tha"]).apply(null,arguments)};var _emscripten_bind_Mx3dClassMethods_Wire_1=Module["_emscripten_bind_Mx3dClassMethods_Wire_1"]=function(){return(_emscripten_bind_Mx3dClassMethods_Wire_1=Module["_emscripten_bind_Mx3dClassMethods_Wire_1"]=Module["asm"]["uha"]).apply(null,arguments)};var _emscripten_bind_Mx3dClassMethods_Face_1=Module["_emscripten_bind_Mx3dClassMethods_Face_1"]=function(){return(_emscripten_bind_Mx3dClassMethods_Face_1=Module["_emscripten_bind_Mx3dClassMethods_Face_1"]=Module["asm"]["vha"]).apply(null,arguments)};var _emscripten_bind_Mx3dClassMethods_Shell_1=Module["_emscripten_bind_Mx3dClassMethods_Shell_1"]=function(){return(_emscripten_bind_Mx3dClassMethods_Shell_1=Module["_emscripten_bind_Mx3dClassMethods_Shell_1"]=Module["asm"]["wha"]).apply(null,arguments)};var _emscripten_bind_Mx3dClassMethods_Solid_1=Module["_emscripten_bind_Mx3dClassMethods_Solid_1"]=function(){return(_emscripten_bind_Mx3dClassMethods_Solid_1=Module["_emscripten_bind_Mx3dClassMethods_Solid_1"]=Module["asm"]["xha"]).apply(null,arguments)};var _emscripten_bind_Mx3dClassMethods_CompSolid_1=Module["_emscripten_bind_Mx3dClassMethods_CompSolid_1"]=function(){return(_emscripten_bind_Mx3dClassMethods_CompSolid_1=Module["_emscripten_bind_Mx3dClassMethods_CompSolid_1"]=Module["asm"]["yha"]).apply(null,arguments)};var _emscripten_bind_Mx3dClassMethods_Compound_1=Module["_emscripten_bind_Mx3dClassMethods_Compound_1"]=function(){return(_emscripten_bind_Mx3dClassMethods_Compound_1=Module["_emscripten_bind_Mx3dClassMethods_Compound_1"]=Module["asm"]["zha"]).apply(null,arguments)};var _emscripten_bind_Mx3dClassMethods_DynCastToCircle_1=Module["_emscripten_bind_Mx3dClassMethods_DynCastToCircle_1"]=function(){return(_emscripten_bind_Mx3dClassMethods_DynCastToCircle_1=Module["_emscripten_bind_Mx3dClassMethods_DynCastToCircle_1"]=Module["asm"]["Aha"]).apply(null,arguments)};var _emscripten_bind_Mx3dClassMethods_DynCastToLine_1=Module["_emscripten_bind_Mx3dClassMethods_DynCastToLine_1"]=function(){return(_emscripten_bind_Mx3dClassMethods_DynCastToLine_1=Module["_emscripten_bind_Mx3dClassMethods_DynCastToLine_1"]=Module["asm"]["Bha"]).apply(null,arguments)};var _emscripten_bind_Mx3dClassMethods_DynCastToEllipse_1=Module["_emscripten_bind_Mx3dClassMethods_DynCastToEllipse_1"]=function(){return(_emscripten_bind_Mx3dClassMethods_DynCastToEllipse_1=Module["_emscripten_bind_Mx3dClassMethods_DynCastToEllipse_1"]=Module["asm"]["Cha"]).apply(null,arguments)};var _emscripten_bind_Mx3dClassMethods_DynCastToHyperbola_1=Module["_emscripten_bind_Mx3dClassMethods_DynCastToHyperbola_1"]=function(){return(_emscripten_bind_Mx3dClassMethods_DynCastToHyperbola_1=Module["_emscripten_bind_Mx3dClassMethods_DynCastToHyperbola_1"]=Module["asm"]["Dha"]).apply(null,arguments)};var _emscripten_bind_Mx3dClassMethods_DynCastToParabola_1=Module["_emscripten_bind_Mx3dClassMethods_DynCastToParabola_1"]=function(){return(_emscripten_bind_Mx3dClassMethods_DynCastToParabola_1=Module["_emscripten_bind_Mx3dClassMethods_DynCastToParabola_1"]=Module["asm"]["Eha"]).apply(null,arguments)};var _emscripten_bind_Mx3dClassMethods_DynCastToBSplineCurve_1=Module["_emscripten_bind_Mx3dClassMethods_DynCastToBSplineCurve_1"]=function(){return(_emscripten_bind_Mx3dClassMethods_DynCastToBSplineCurve_1=Module["_emscripten_bind_Mx3dClassMethods_DynCastToBSplineCurve_1"]=Module["asm"]["Fha"]).apply(null,arguments)};var _emscripten_bind_Mx3dClassMethods_DynCastToBezierCurve_1=Module["_emscripten_bind_Mx3dClassMethods_DynCastToBezierCurve_1"]=function(){return(_emscripten_bind_Mx3dClassMethods_DynCastToBezierCurve_1=Module["_emscripten_bind_Mx3dClassMethods_DynCastToBezierCurve_1"]=Module["asm"]["Gha"]).apply(null,arguments)};var _emscripten_bind_Mx3dClassMethods_DynCastToPlane_1=Module["_emscripten_bind_Mx3dClassMethods_DynCastToPlane_1"]=function(){return(_emscripten_bind_Mx3dClassMethods_DynCastToPlane_1=Module["_emscripten_bind_Mx3dClassMethods_DynCastToPlane_1"]=Module["asm"]["Hha"]).apply(null,arguments)};var _emscripten_bind_Mx3dClassMethods_DynCastToConicalSurface_1=Module["_emscripten_bind_Mx3dClassMethods_DynCastToConicalSurface_1"]=function(){return(_emscripten_bind_Mx3dClassMethods_DynCastToConicalSurface_1=Module["_emscripten_bind_Mx3dClassMethods_DynCastToConicalSurface_1"]=Module["asm"]["Iha"]).apply(null,arguments)};var _emscripten_bind_Mx3dClassMethods_DynCastToCylindricalSurface_1=Module["_emscripten_bind_Mx3dClassMethods_DynCastToCylindricalSurface_1"]=function(){return(_emscripten_bind_Mx3dClassMethods_DynCastToCylindricalSurface_1=Module["_emscripten_bind_Mx3dClassMethods_DynCastToCylindricalSurface_1"]=Module["asm"]["Jha"]).apply(null,arguments)};var _emscripten_bind_Mx3dClassMethods_DynCastToSphericalSurface_1=Module["_emscripten_bind_Mx3dClassMethods_DynCastToSphericalSurface_1"]=function(){return(_emscripten_bind_Mx3dClassMethods_DynCastToSphericalSurface_1=Module["_emscripten_bind_Mx3dClassMethods_DynCastToSphericalSurface_1"]=Module["asm"]["Kha"]).apply(null,arguments)};var _emscripten_bind_Mx3dClassMethods_DynCastToToroidalSurface_1=Module["_emscripten_bind_Mx3dClassMethods_DynCastToToroidalSurface_1"]=function(){return(_emscripten_bind_Mx3dClassMethods_DynCastToToroidalSurface_1=Module["_emscripten_bind_Mx3dClassMethods_DynCastToToroidalSurface_1"]=Module["asm"]["Lha"]).apply(null,arguments)};var _emscripten_bind_Mx3dClassMethods_DynCastToBSplineSurface_1=Module["_emscripten_bind_Mx3dClassMethods_DynCastToBSplineSurface_1"]=function(){return(_emscripten_bind_Mx3dClassMethods_DynCastToBSplineSurface_1=Module["_emscripten_bind_Mx3dClassMethods_DynCastToBSplineSurface_1"]=Module["asm"]["Mha"]).apply(null,arguments)};var _emscripten_bind_Mx3dClassMethods_DynCastToBezierSurface_1=Module["_emscripten_bind_Mx3dClassMethods_DynCastToBezierSurface_1"]=function(){return(_emscripten_bind_Mx3dClassMethods_DynCastToBezierSurface_1=Module["_emscripten_bind_Mx3dClassMethods_DynCastToBezierSurface_1"]=Module["asm"]["Nha"]).apply(null,arguments)};var _emscripten_bind_Mx3dClassMethods_ConnectEdgesToWires_3=Module["_emscripten_bind_Mx3dClassMethods_ConnectEdgesToWires_3"]=function(){return(_emscripten_bind_Mx3dClassMethods_ConnectEdgesToWires_3=Module["_emscripten_bind_Mx3dClassMethods_ConnectEdgesToWires_3"]=Module["asm"]["Oha"]).apply(null,arguments)};var _emscripten_bind_Mx3dClassMethods_ConnectWiresToWires_3=Module["_emscripten_bind_Mx3dClassMethods_ConnectWiresToWires_3"]=function(){return(_emscripten_bind_Mx3dClassMethods_ConnectWiresToWires_3=Module["_emscripten_bind_Mx3dClassMethods_ConnectWiresToWires_3"]=Module["asm"]["Pha"]).apply(null,arguments)};var _emscripten_bind_Mx3dClassMethods_EdgeToWire_1=Module["_emscripten_bind_Mx3dClassMethods_EdgeToWire_1"]=function(){return(_emscripten_bind_Mx3dClassMethods_EdgeToWire_1=Module["_emscripten_bind_Mx3dClassMethods_EdgeToWire_1"]=Module["asm"]["Qha"]).apply(null,arguments)};var _emscripten_bind_Mx3dClassMethods_MakeArcOfCircle_3=Module["_emscripten_bind_Mx3dClassMethods_MakeArcOfCircle_3"]=function(){return(_emscripten_bind_Mx3dClassMethods_MakeArcOfCircle_3=Module["_emscripten_bind_Mx3dClassMethods_MakeArcOfCircle_3"]=Module["asm"]["Rha"]).apply(null,arguments)};var _emscripten_bind_Mx3dClassMethods_Surface_1=Module["_emscripten_bind_Mx3dClassMethods_Surface_1"]=function(){return(_emscripten_bind_Mx3dClassMethods_Surface_1=Module["_emscripten_bind_Mx3dClassMethods_Surface_1"]=Module["asm"]["Sha"]).apply(null,arguments)};var _emscripten_bind_Mx3dClassMethods_Curve_2=Module["_emscripten_bind_Mx3dClassMethods_Curve_2"]=function(){return(_emscripten_bind_Mx3dClassMethods_Curve_2=Module["_emscripten_bind_Mx3dClassMethods_Curve_2"]=Module["asm"]["Tha"]).apply(null,arguments)};var _emscripten_bind_Mx3dClassMethods_LoadFileFromUrl_4=Module["_emscripten_bind_Mx3dClassMethods_LoadFileFromUrl_4"]=function(){return(_emscripten_bind_Mx3dClassMethods_LoadFileFromUrl_4=Module["_emscripten_bind_Mx3dClassMethods_LoadFileFromUrl_4"]=Module["asm"]["Uha"]).apply(null,arguments)};var _emscripten_bind_Mx3dClassMethods_LoadShapeFromFile_2=Module["_emscripten_bind_Mx3dClassMethods_LoadShapeFromFile_2"]=function(){return(_emscripten_bind_Mx3dClassMethods_LoadShapeFromFile_2=Module["_emscripten_bind_Mx3dClassMethods_LoadShapeFromFile_2"]=Module["asm"]["Vha"]).apply(null,arguments)};var _emscripten_bind_Mx3dClassMethods_getStrFromMemory_1=Module["_emscripten_bind_Mx3dClassMethods_getStrFromMemory_1"]=function(){return(_emscripten_bind_Mx3dClassMethods_getStrFromMemory_1=Module["_emscripten_bind_Mx3dClassMethods_getStrFromMemory_1"]=Module["asm"]["Wha"]).apply(null,arguments)};var _emscripten_bind_Mx3dClassMethods___destroy___0=Module["_emscripten_bind_Mx3dClassMethods___destroy___0"]=function(){return(_emscripten_bind_Mx3dClassMethods___destroy___0=Module["_emscripten_bind_Mx3dClassMethods___destroy___0"]=Module["asm"]["Xha"]).apply(null,arguments)};var _emscripten_bind_Mx3dDbDocument_Mx3dDbDocument_0=Module["_emscripten_bind_Mx3dDbDocument_Mx3dDbDocument_0"]=function(){return(_emscripten_bind_Mx3dDbDocument_Mx3dDbDocument_0=Module["_emscripten_bind_Mx3dDbDocument_Mx3dDbDocument_0"]=Module["asm"]["Yha"]).apply(null,arguments)};var _emscripten_bind_Mx3dDbDocument_read_2=Module["_emscripten_bind_Mx3dDbDocument_read_2"]=function(){return(_emscripten_bind_Mx3dDbDocument_read_2=Module["_emscripten_bind_Mx3dDbDocument_read_2"]=Module["asm"]["Zha"]).apply(null,arguments)};var _emscripten_bind_Mx3dDbDocument_getAccessLabel_0=Module["_emscripten_bind_Mx3dDbDocument_getAccessLabel_0"]=function(){return(_emscripten_bind_Mx3dDbDocument_getAccessLabel_0=Module["_emscripten_bind_Mx3dDbDocument_getAccessLabel_0"]=Module["asm"]["_ha"]).apply(null,arguments)};var _emscripten_bind_Mx3dDbDocument_getShapesLabel_0=Module["_emscripten_bind_Mx3dDbDocument_getShapesLabel_0"]=function(){return(_emscripten_bind_Mx3dDbDocument_getShapesLabel_0=Module["_emscripten_bind_Mx3dDbDocument_getShapesLabel_0"]=Module["asm"]["$ha"]).apply(null,arguments)};var _emscripten_bind_Mx3dDbDocument_getColorsLabel_0=Module["_emscripten_bind_Mx3dDbDocument_getColorsLabel_0"]=function(){return(_emscripten_bind_Mx3dDbDocument_getColorsLabel_0=Module["_emscripten_bind_Mx3dDbDocument_getColorsLabel_0"]=Module["asm"]["aia"]).apply(null,arguments)};var _emscripten_bind_Mx3dDbDocument_getLayersLabel_0=Module["_emscripten_bind_Mx3dDbDocument_getLayersLabel_0"]=function(){return(_emscripten_bind_Mx3dDbDocument_getLayersLabel_0=Module["_emscripten_bind_Mx3dDbDocument_getLayersLabel_0"]=Module["asm"]["bia"]).apply(null,arguments)};var _emscripten_bind_Mx3dDbDocument_addShapeLabel_0=Module["_emscripten_bind_Mx3dDbDocument_addShapeLabel_0"]=function(){return(_emscripten_bind_Mx3dDbDocument_addShapeLabel_0=Module["_emscripten_bind_Mx3dDbDocument_addShapeLabel_0"]=Module["asm"]["cia"]).apply(null,arguments)};var _emscripten_bind_Mx3dDbDocument_removeShapeLabel_1=Module["_emscripten_bind_Mx3dDbDocument_removeShapeLabel_1"]=function(){return(_emscripten_bind_Mx3dDbDocument_removeShapeLabel_1=Module["_emscripten_bind_Mx3dDbDocument_removeShapeLabel_1"]=Module["asm"]["dia"]).apply(null,arguments)};var _emscripten_bind_Mx3dDbDocument_removeComponent_1=Module["_emscripten_bind_Mx3dDbDocument_removeComponent_1"]=function(){return(_emscripten_bind_Mx3dDbDocument_removeComponent_1=Module["_emscripten_bind_Mx3dDbDocument_removeComponent_1"]=Module["asm"]["eia"]).apply(null,arguments)};var _emscripten_bind_Mx3dDbDocument_getTopFreeLabels_0=Module["_emscripten_bind_Mx3dDbDocument_getTopFreeLabels_0"]=function(){return(_emscripten_bind_Mx3dDbDocument_getTopFreeLabels_0=Module["_emscripten_bind_Mx3dDbDocument_getTopFreeLabels_0"]=Module["asm"]["fia"]).apply(null,arguments)};var _emscripten_bind_Mx3dDbDocument_getDocName_0=Module["_emscripten_bind_Mx3dDbDocument_getDocName_0"]=function(){return(_emscripten_bind_Mx3dDbDocument_getDocName_0=Module["_emscripten_bind_Mx3dDbDocument_getDocName_0"]=Module["asm"]["gia"]).apply(null,arguments)};var _emscripten_bind_Mx3dDbDocument_getView_0=Module["_emscripten_bind_Mx3dDbDocument_getView_0"]=function(){return(_emscripten_bind_Mx3dDbDocument_getView_0=Module["_emscripten_bind_Mx3dDbDocument_getView_0"]=Module["asm"]["hia"]).apply(null,arguments)};var _emscripten_bind_Mx3dDbDocument_addColorLabel_1=Module["_emscripten_bind_Mx3dDbDocument_addColorLabel_1"]=function(){return(_emscripten_bind_Mx3dDbDocument_addColorLabel_1=Module["_emscripten_bind_Mx3dDbDocument_addColorLabel_1"]=Module["asm"]["iia"]).apply(null,arguments)};var _emscripten_bind_Mx3dDbDocument_write_2=Module["_emscripten_bind_Mx3dDbDocument_write_2"]=function(){return(_emscripten_bind_Mx3dDbDocument_write_2=Module["_emscripten_bind_Mx3dDbDocument_write_2"]=Module["asm"]["jia"]).apply(null,arguments)};var _emscripten_bind_Mx3dDbDocument_newCommand_0=Module["_emscripten_bind_Mx3dDbDocument_newCommand_0"]=function(){return(_emscripten_bind_Mx3dDbDocument_newCommand_0=Module["_emscripten_bind_Mx3dDbDocument_newCommand_0"]=Module["asm"]["kia"]).apply(null,arguments)};var _emscripten_bind_Mx3dDbDocument_abortCommand_0=Module["_emscripten_bind_Mx3dDbDocument_abortCommand_0"]=function(){return(_emscripten_bind_Mx3dDbDocument_abortCommand_0=Module["_emscripten_bind_Mx3dDbDocument_abortCommand_0"]=Module["asm"]["lia"]).apply(null,arguments)};var _emscripten_bind_Mx3dDbDocument_commitCommand_0=Module["_emscripten_bind_Mx3dDbDocument_commitCommand_0"]=function(){return(_emscripten_bind_Mx3dDbDocument_commitCommand_0=Module["_emscripten_bind_Mx3dDbDocument_commitCommand_0"]=Module["asm"]["mia"]).apply(null,arguments)};var _emscripten_bind_Mx3dDbDocument_undo_0=Module["_emscripten_bind_Mx3dDbDocument_undo_0"]=function(){return(_emscripten_bind_Mx3dDbDocument_undo_0=Module["_emscripten_bind_Mx3dDbDocument_undo_0"]=Module["asm"]["nia"]).apply(null,arguments)};var _emscripten_bind_Mx3dDbDocument_redo_0=Module["_emscripten_bind_Mx3dDbDocument_redo_0"]=function(){return(_emscripten_bind_Mx3dDbDocument_redo_0=Module["_emscripten_bind_Mx3dDbDocument_redo_0"]=Module["asm"]["oia"]).apply(null,arguments)};var _emscripten_bind_Mx3dDbDocument___destroy___0=Module["_emscripten_bind_Mx3dDbDocument___destroy___0"]=function(){return(_emscripten_bind_Mx3dDbDocument___destroy___0=Module["_emscripten_bind_Mx3dDbDocument___destroy___0"]=Module["asm"]["pia"]).apply(null,arguments)};var _emscripten_bind_Mx3dDbLabel_Mx3dDbLabel_0=Module["_emscripten_bind_Mx3dDbLabel_Mx3dDbLabel_0"]=function(){return(_emscripten_bind_Mx3dDbLabel_Mx3dDbLabel_0=Module["_emscripten_bind_Mx3dDbLabel_Mx3dDbLabel_0"]=Module["asm"]["qia"]).apply(null,arguments)};var _emscripten_bind_Mx3dDbLabel_setShape_1=Module["_emscripten_bind_Mx3dDbLabel_setShape_1"]=function(){return(_emscripten_bind_Mx3dDbLabel_setShape_1=Module["_emscripten_bind_Mx3dDbLabel_setShape_1"]=Module["asm"]["ria"]).apply(null,arguments)};var _emscripten_bind_Mx3dDbLabel_getShape_0=Module["_emscripten_bind_Mx3dDbLabel_getShape_0"]=function(){return(_emscripten_bind_Mx3dDbLabel_getShape_0=Module["_emscripten_bind_Mx3dDbLabel_getShape_0"]=Module["asm"]["sia"]).apply(null,arguments)};var _emscripten_bind_Mx3dDbLabel_hasChildLabel_0=Module["_emscripten_bind_Mx3dDbLabel_hasChildLabel_0"]=function(){return(_emscripten_bind_Mx3dDbLabel_hasChildLabel_0=Module["_emscripten_bind_Mx3dDbLabel_hasChildLabel_0"]=Module["asm"]["tia"]).apply(null,arguments)};var _emscripten_bind_Mx3dDbLabel_getChildLabels_0=Module["_emscripten_bind_Mx3dDbLabel_getChildLabels_0"]=function(){return(_emscripten_bind_Mx3dDbLabel_getChildLabels_0=Module["_emscripten_bind_Mx3dDbLabel_getChildLabels_0"]=Module["asm"]["uia"]).apply(null,arguments)};var _emscripten_bind_Mx3dDbLabel_hasParentLabel_0=Module["_emscripten_bind_Mx3dDbLabel_hasParentLabel_0"]=function(){return(_emscripten_bind_Mx3dDbLabel_hasParentLabel_0=Module["_emscripten_bind_Mx3dDbLabel_hasParentLabel_0"]=Module["asm"]["via"]).apply(null,arguments)};var _emscripten_bind_Mx3dDbLabel_getParentLabel_0=Module["_emscripten_bind_Mx3dDbLabel_getParentLabel_0"]=function(){return(_emscripten_bind_Mx3dDbLabel_getParentLabel_0=Module["_emscripten_bind_Mx3dDbLabel_getParentLabel_0"]=Module["asm"]["wia"]).apply(null,arguments)};var _emscripten_bind_Mx3dDbLabel_addChildLabel_0=Module["_emscripten_bind_Mx3dDbLabel_addChildLabel_0"]=function(){return(_emscripten_bind_Mx3dDbLabel_addChildLabel_0=Module["_emscripten_bind_Mx3dDbLabel_addChildLabel_0"]=Module["asm"]["xia"]).apply(null,arguments)};var _emscripten_bind_Mx3dDbLabel_addSubShape_1=Module["_emscripten_bind_Mx3dDbLabel_addSubShape_1"]=function(){return(_emscripten_bind_Mx3dDbLabel_addSubShape_1=Module["_emscripten_bind_Mx3dDbLabel_addSubShape_1"]=Module["asm"]["yia"]).apply(null,arguments)};var _emscripten_bind_Mx3dDbLabel_isReference_0=Module["_emscripten_bind_Mx3dDbLabel_isReference_0"]=function(){return(_emscripten_bind_Mx3dDbLabel_isReference_0=Module["_emscripten_bind_Mx3dDbLabel_isReference_0"]=Module["asm"]["zia"]).apply(null,arguments)};var _emscripten_bind_Mx3dDbLabel_isAssembly_0=Module["_emscripten_bind_Mx3dDbLabel_isAssembly_0"]=function(){return(_emscripten_bind_Mx3dDbLabel_isAssembly_0=Module["_emscripten_bind_Mx3dDbLabel_isAssembly_0"]=Module["asm"]["Aia"]).apply(null,arguments)};var _emscripten_bind_Mx3dDbLabel_isSimpleShape_0=Module["_emscripten_bind_Mx3dDbLabel_isSimpleShape_0"]=function(){return(_emscripten_bind_Mx3dDbLabel_isSimpleShape_0=Module["_emscripten_bind_Mx3dDbLabel_isSimpleShape_0"]=Module["asm"]["Bia"]).apply(null,arguments)};var _emscripten_bind_Mx3dDbLabel_isTopLevel_0=Module["_emscripten_bind_Mx3dDbLabel_isTopLevel_0"]=function(){return(_emscripten_bind_Mx3dDbLabel_isTopLevel_0=Module["_emscripten_bind_Mx3dDbLabel_isTopLevel_0"]=Module["asm"]["Cia"]).apply(null,arguments)};var _emscripten_bind_Mx3dDbLabel_isFree_0=Module["_emscripten_bind_Mx3dDbLabel_isFree_0"]=function(){return(_emscripten_bind_Mx3dDbLabel_isFree_0=Module["_emscripten_bind_Mx3dDbLabel_isFree_0"]=Module["asm"]["Dia"]).apply(null,arguments)};var _emscripten_bind_Mx3dDbLabel_isShape_0=Module["_emscripten_bind_Mx3dDbLabel_isShape_0"]=function(){return(_emscripten_bind_Mx3dDbLabel_isShape_0=Module["_emscripten_bind_Mx3dDbLabel_isShape_0"]=Module["asm"]["Eia"]).apply(null,arguments)};var _emscripten_bind_Mx3dDbLabel_isComponent_0=Module["_emscripten_bind_Mx3dDbLabel_isComponent_0"]=function(){return(_emscripten_bind_Mx3dDbLabel_isComponent_0=Module["_emscripten_bind_Mx3dDbLabel_isComponent_0"]=Module["asm"]["Fia"]).apply(null,arguments)};var _emscripten_bind_Mx3dDbLabel_isCompound_0=Module["_emscripten_bind_Mx3dDbLabel_isCompound_0"]=function(){return(_emscripten_bind_Mx3dDbLabel_isCompound_0=Module["_emscripten_bind_Mx3dDbLabel_isCompound_0"]=Module["asm"]["Gia"]).apply(null,arguments)};var _emscripten_bind_Mx3dDbLabel_isSubShape_0=Module["_emscripten_bind_Mx3dDbLabel_isSubShape_0"]=function(){return(_emscripten_bind_Mx3dDbLabel_isSubShape_0=Module["_emscripten_bind_Mx3dDbLabel_isSubShape_0"]=Module["asm"]["Hia"]).apply(null,arguments)};var _emscripten_bind_Mx3dDbLabel_getReferredLabel_0=Module["_emscripten_bind_Mx3dDbLabel_getReferredLabel_0"]=function(){return(_emscripten_bind_Mx3dDbLabel_getReferredLabel_0=Module["_emscripten_bind_Mx3dDbLabel_getReferredLabel_0"]=Module["asm"]["Iia"]).apply(null,arguments)};var _emscripten_bind_Mx3dDbLabel_getLocation_0=Module["_emscripten_bind_Mx3dDbLabel_getLocation_0"]=function(){return(_emscripten_bind_Mx3dDbLabel_getLocation_0=Module["_emscripten_bind_Mx3dDbLabel_getLocation_0"]=Module["asm"]["Jia"]).apply(null,arguments)};var _emscripten_bind_Mx3dDbLabel_addComponent_2=Module["_emscripten_bind_Mx3dDbLabel_addComponent_2"]=function(){return(_emscripten_bind_Mx3dDbLabel_addComponent_2=Module["_emscripten_bind_Mx3dDbLabel_addComponent_2"]=Module["asm"]["Kia"]).apply(null,arguments)};var _emscripten_bind_Mx3dDbLabel_setName_1=Module["_emscripten_bind_Mx3dDbLabel_setName_1"]=function(){return(_emscripten_bind_Mx3dDbLabel_setName_1=Module["_emscripten_bind_Mx3dDbLabel_setName_1"]=Module["asm"]["Lia"]).apply(null,arguments)};var _emscripten_bind_Mx3dDbLabel_hasShape_0=Module["_emscripten_bind_Mx3dDbLabel_hasShape_0"]=function(){return(_emscripten_bind_Mx3dDbLabel_hasShape_0=Module["_emscripten_bind_Mx3dDbLabel_hasShape_0"]=Module["asm"]["Mia"]).apply(null,arguments)};var _emscripten_bind_Mx3dDbLabel_isSetColor_0=Module["_emscripten_bind_Mx3dDbLabel_isSetColor_0"]=function(){return(_emscripten_bind_Mx3dDbLabel_isSetColor_0=Module["_emscripten_bind_Mx3dDbLabel_isSetColor_0"]=Module["asm"]["Nia"]).apply(null,arguments)};var _emscripten_bind_Mx3dDbLabel_setColor_1=Module["_emscripten_bind_Mx3dDbLabel_setColor_1"]=function(){return(_emscripten_bind_Mx3dDbLabel_setColor_1=Module["_emscripten_bind_Mx3dDbLabel_setColor_1"]=Module["asm"]["Oia"]).apply(null,arguments)};var _emscripten_bind_Mx3dDbLabel_getColor_0=Module["_emscripten_bind_Mx3dDbLabel_getColor_0"]=function(){return(_emscripten_bind_Mx3dDbLabel_getColor_0=Module["_emscripten_bind_Mx3dDbLabel_getColor_0"]=Module["asm"]["Pia"]).apply(null,arguments)};var _emscripten_bind_Mx3dDbLabel_getName_0=Module["_emscripten_bind_Mx3dDbLabel_getName_0"]=function(){return(_emscripten_bind_Mx3dDbLabel_getName_0=Module["_emscripten_bind_Mx3dDbLabel_getName_0"]=Module["asm"]["Qia"]).apply(null,arguments)};var _emscripten_bind_Mx3dDbLabel_getEntry_0=Module["_emscripten_bind_Mx3dDbLabel_getEntry_0"]=function(){return(_emscripten_bind_Mx3dDbLabel_getEntry_0=Module["_emscripten_bind_Mx3dDbLabel_getEntry_0"]=Module["asm"]["Ria"]).apply(null,arguments)};var _emscripten_bind_Mx3dDbLabel_getAttributeStr_0=Module["_emscripten_bind_Mx3dDbLabel_getAttributeStr_0"]=function(){return(_emscripten_bind_Mx3dDbLabel_getAttributeStr_0=Module["_emscripten_bind_Mx3dDbLabel_getAttributeStr_0"]=Module["asm"]["Sia"]).apply(null,arguments)};var _emscripten_bind_Mx3dDbLabel_setTexture_7=Module["_emscripten_bind_Mx3dDbLabel_setTexture_7"]=function(){return(_emscripten_bind_Mx3dDbLabel_setTexture_7=Module["_emscripten_bind_Mx3dDbLabel_setTexture_7"]=Module["asm"]["Tia"]).apply(null,arguments)};var _emscripten_bind_Mx3dDbLabel_setMaterial_1=Module["_emscripten_bind_Mx3dDbLabel_setMaterial_1"]=function(){return(_emscripten_bind_Mx3dDbLabel_setMaterial_1=Module["_emscripten_bind_Mx3dDbLabel_setMaterial_1"]=Module["asm"]["Uia"]).apply(null,arguments)};var _emscripten_bind_Mx3dDbLabel___destroy___0=Module["_emscripten_bind_Mx3dDbLabel___destroy___0"]=function(){return(_emscripten_bind_Mx3dDbLabel___destroy___0=Module["_emscripten_bind_Mx3dDbLabel___destroy___0"]=Module["asm"]["Via"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeAxis_Mx3dGeAxis_0=Module["_emscripten_bind_Mx3dGeAxis_Mx3dGeAxis_0"]=function(){return(_emscripten_bind_Mx3dGeAxis_Mx3dGeAxis_0=Module["_emscripten_bind_Mx3dGeAxis_Mx3dGeAxis_0"]=Module["asm"]["Wia"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeAxis_Mx3dGeAxis_2=Module["_emscripten_bind_Mx3dGeAxis_Mx3dGeAxis_2"]=function(){return(_emscripten_bind_Mx3dGeAxis_Mx3dGeAxis_2=Module["_emscripten_bind_Mx3dGeAxis_Mx3dGeAxis_2"]=Module["asm"]["Xia"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeAxis_Direction_0=Module["_emscripten_bind_Mx3dGeAxis_Direction_0"]=function(){return(_emscripten_bind_Mx3dGeAxis_Direction_0=Module["_emscripten_bind_Mx3dGeAxis_Direction_0"]=Module["asm"]["Yia"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeAxis_Location_0=Module["_emscripten_bind_Mx3dGeAxis_Location_0"]=function(){return(_emscripten_bind_Mx3dGeAxis_Location_0=Module["_emscripten_bind_Mx3dGeAxis_Location_0"]=Module["asm"]["Zia"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeAxis_SetDirection_1=Module["_emscripten_bind_Mx3dGeAxis_SetDirection_1"]=function(){return(_emscripten_bind_Mx3dGeAxis_SetDirection_1=Module["_emscripten_bind_Mx3dGeAxis_SetDirection_1"]=Module["asm"]["_ia"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeAxis_SetLocation_1=Module["_emscripten_bind_Mx3dGeAxis_SetLocation_1"]=function(){return(_emscripten_bind_Mx3dGeAxis_SetLocation_1=Module["_emscripten_bind_Mx3dGeAxis_SetLocation_1"]=Module["asm"]["$ia"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeAxis___destroy___0=Module["_emscripten_bind_Mx3dGeAxis___destroy___0"]=function(){return(_emscripten_bind_Mx3dGeAxis___destroy___0=Module["_emscripten_bind_Mx3dGeAxis___destroy___0"]=Module["asm"]["aja"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeBndBox_Mx3dGeBndBox_0=Module["_emscripten_bind_Mx3dGeBndBox_Mx3dGeBndBox_0"]=function(){return(_emscripten_bind_Mx3dGeBndBox_Mx3dGeBndBox_0=Module["_emscripten_bind_Mx3dGeBndBox_Mx3dGeBndBox_0"]=Module["asm"]["bja"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeBndBox_Mx3dGeBndBox_2=Module["_emscripten_bind_Mx3dGeBndBox_Mx3dGeBndBox_2"]=function(){return(_emscripten_bind_Mx3dGeBndBox_Mx3dGeBndBox_2=Module["_emscripten_bind_Mx3dGeBndBox_Mx3dGeBndBox_2"]=Module["asm"]["cja"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeBndBox_SetWhole_0=Module["_emscripten_bind_Mx3dGeBndBox_SetWhole_0"]=function(){return(_emscripten_bind_Mx3dGeBndBox_SetWhole_0=Module["_emscripten_bind_Mx3dGeBndBox_SetWhole_0"]=Module["asm"]["dja"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeBndBox_SetVoid_0=Module["_emscripten_bind_Mx3dGeBndBox_SetVoid_0"]=function(){return(_emscripten_bind_Mx3dGeBndBox_SetVoid_0=Module["_emscripten_bind_Mx3dGeBndBox_SetVoid_0"]=Module["asm"]["eja"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeBndBox_Set_2=Module["_emscripten_bind_Mx3dGeBndBox_Set_2"]=function(){return(_emscripten_bind_Mx3dGeBndBox_Set_2=Module["_emscripten_bind_Mx3dGeBndBox_Set_2"]=Module["asm"]["fja"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeBndBox_Update_6=Module["_emscripten_bind_Mx3dGeBndBox_Update_6"]=function(){return(_emscripten_bind_Mx3dGeBndBox_Update_6=Module["_emscripten_bind_Mx3dGeBndBox_Update_6"]=Module["asm"]["gja"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeBndBox_GetGap_0=Module["_emscripten_bind_Mx3dGeBndBox_GetGap_0"]=function(){return(_emscripten_bind_Mx3dGeBndBox_GetGap_0=Module["_emscripten_bind_Mx3dGeBndBox_GetGap_0"]=Module["asm"]["hja"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeBndBox_SetGap_1=Module["_emscripten_bind_Mx3dGeBndBox_SetGap_1"]=function(){return(_emscripten_bind_Mx3dGeBndBox_SetGap_1=Module["_emscripten_bind_Mx3dGeBndBox_SetGap_1"]=Module["asm"]["ija"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeBndBox_Enlarge_1=Module["_emscripten_bind_Mx3dGeBndBox_Enlarge_1"]=function(){return(_emscripten_bind_Mx3dGeBndBox_Enlarge_1=Module["_emscripten_bind_Mx3dGeBndBox_Enlarge_1"]=Module["asm"]["jja"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeBndBox_CornerMin_0=Module["_emscripten_bind_Mx3dGeBndBox_CornerMin_0"]=function(){return(_emscripten_bind_Mx3dGeBndBox_CornerMin_0=Module["_emscripten_bind_Mx3dGeBndBox_CornerMin_0"]=Module["asm"]["kja"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeBndBox_CornerMax_0=Module["_emscripten_bind_Mx3dGeBndBox_CornerMax_0"]=function(){return(_emscripten_bind_Mx3dGeBndBox_CornerMax_0=Module["_emscripten_bind_Mx3dGeBndBox_CornerMax_0"]=Module["asm"]["lja"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeBndBox_OpenXmin_0=Module["_emscripten_bind_Mx3dGeBndBox_OpenXmin_0"]=function(){return(_emscripten_bind_Mx3dGeBndBox_OpenXmin_0=Module["_emscripten_bind_Mx3dGeBndBox_OpenXmin_0"]=Module["asm"]["mja"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeBndBox_OpenXmax_0=Module["_emscripten_bind_Mx3dGeBndBox_OpenXmax_0"]=function(){return(_emscripten_bind_Mx3dGeBndBox_OpenXmax_0=Module["_emscripten_bind_Mx3dGeBndBox_OpenXmax_0"]=Module["asm"]["nja"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeBndBox_OpenYmin_0=Module["_emscripten_bind_Mx3dGeBndBox_OpenYmin_0"]=function(){return(_emscripten_bind_Mx3dGeBndBox_OpenYmin_0=Module["_emscripten_bind_Mx3dGeBndBox_OpenYmin_0"]=Module["asm"]["oja"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeBndBox_OpenYmax_0=Module["_emscripten_bind_Mx3dGeBndBox_OpenYmax_0"]=function(){return(_emscripten_bind_Mx3dGeBndBox_OpenYmax_0=Module["_emscripten_bind_Mx3dGeBndBox_OpenYmax_0"]=Module["asm"]["pja"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeBndBox_OpenZmin_0=Module["_emscripten_bind_Mx3dGeBndBox_OpenZmin_0"]=function(){return(_emscripten_bind_Mx3dGeBndBox_OpenZmin_0=Module["_emscripten_bind_Mx3dGeBndBox_OpenZmin_0"]=Module["asm"]["qja"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeBndBox_OpenZmax_0=Module["_emscripten_bind_Mx3dGeBndBox_OpenZmax_0"]=function(){return(_emscripten_bind_Mx3dGeBndBox_OpenZmax_0=Module["_emscripten_bind_Mx3dGeBndBox_OpenZmax_0"]=Module["asm"]["rja"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeBndBox_IsOpen_0=Module["_emscripten_bind_Mx3dGeBndBox_IsOpen_0"]=function(){return(_emscripten_bind_Mx3dGeBndBox_IsOpen_0=Module["_emscripten_bind_Mx3dGeBndBox_IsOpen_0"]=Module["asm"]["sja"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeBndBox_IsOpenXmin_0=Module["_emscripten_bind_Mx3dGeBndBox_IsOpenXmin_0"]=function(){return(_emscripten_bind_Mx3dGeBndBox_IsOpenXmin_0=Module["_emscripten_bind_Mx3dGeBndBox_IsOpenXmin_0"]=Module["asm"]["tja"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeBndBox_IsOpenXmax_0=Module["_emscripten_bind_Mx3dGeBndBox_IsOpenXmax_0"]=function(){return(_emscripten_bind_Mx3dGeBndBox_IsOpenXmax_0=Module["_emscripten_bind_Mx3dGeBndBox_IsOpenXmax_0"]=Module["asm"]["uja"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeBndBox_IsOpenYmin_0=Module["_emscripten_bind_Mx3dGeBndBox_IsOpenYmin_0"]=function(){return(_emscripten_bind_Mx3dGeBndBox_IsOpenYmin_0=Module["_emscripten_bind_Mx3dGeBndBox_IsOpenYmin_0"]=Module["asm"]["vja"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeBndBox_IsOpenYmax_0=Module["_emscripten_bind_Mx3dGeBndBox_IsOpenYmax_0"]=function(){return(_emscripten_bind_Mx3dGeBndBox_IsOpenYmax_0=Module["_emscripten_bind_Mx3dGeBndBox_IsOpenYmax_0"]=Module["asm"]["wja"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeBndBox_IsOpenZmin_0=Module["_emscripten_bind_Mx3dGeBndBox_IsOpenZmin_0"]=function(){return(_emscripten_bind_Mx3dGeBndBox_IsOpenZmin_0=Module["_emscripten_bind_Mx3dGeBndBox_IsOpenZmin_0"]=Module["asm"]["xja"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeBndBox_IsOpenZmax_0=Module["_emscripten_bind_Mx3dGeBndBox_IsOpenZmax_0"]=function(){return(_emscripten_bind_Mx3dGeBndBox_IsOpenZmax_0=Module["_emscripten_bind_Mx3dGeBndBox_IsOpenZmax_0"]=Module["asm"]["yja"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeBndBox_IsWhole_0=Module["_emscripten_bind_Mx3dGeBndBox_IsWhole_0"]=function(){return(_emscripten_bind_Mx3dGeBndBox_IsWhole_0=Module["_emscripten_bind_Mx3dGeBndBox_IsWhole_0"]=Module["asm"]["zja"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeBndBox_IsVoid_0=Module["_emscripten_bind_Mx3dGeBndBox_IsVoid_0"]=function(){return(_emscripten_bind_Mx3dGeBndBox_IsVoid_0=Module["_emscripten_bind_Mx3dGeBndBox_IsVoid_0"]=Module["asm"]["Aja"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeBndBox_IsXThin_1=Module["_emscripten_bind_Mx3dGeBndBox_IsXThin_1"]=function(){return(_emscripten_bind_Mx3dGeBndBox_IsXThin_1=Module["_emscripten_bind_Mx3dGeBndBox_IsXThin_1"]=Module["asm"]["Bja"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeBndBox_IsYThin_1=Module["_emscripten_bind_Mx3dGeBndBox_IsYThin_1"]=function(){return(_emscripten_bind_Mx3dGeBndBox_IsYThin_1=Module["_emscripten_bind_Mx3dGeBndBox_IsYThin_1"]=Module["asm"]["Cja"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeBndBox_IsZThin_1=Module["_emscripten_bind_Mx3dGeBndBox_IsZThin_1"]=function(){return(_emscripten_bind_Mx3dGeBndBox_IsZThin_1=Module["_emscripten_bind_Mx3dGeBndBox_IsZThin_1"]=Module["asm"]["Dja"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeBndBox_IsThin_1=Module["_emscripten_bind_Mx3dGeBndBox_IsThin_1"]=function(){return(_emscripten_bind_Mx3dGeBndBox_IsThin_1=Module["_emscripten_bind_Mx3dGeBndBox_IsThin_1"]=Module["asm"]["Eja"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeBndBox_Transformed_1=Module["_emscripten_bind_Mx3dGeBndBox_Transformed_1"]=function(){return(_emscripten_bind_Mx3dGeBndBox_Transformed_1=Module["_emscripten_bind_Mx3dGeBndBox_Transformed_1"]=Module["asm"]["Fja"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeBndBox_AddBndBox_1=Module["_emscripten_bind_Mx3dGeBndBox_AddBndBox_1"]=function(){return(_emscripten_bind_Mx3dGeBndBox_AddBndBox_1=Module["_emscripten_bind_Mx3dGeBndBox_AddBndBox_1"]=Module["asm"]["Gja"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeBndBox_AddPoint_1=Module["_emscripten_bind_Mx3dGeBndBox_AddPoint_1"]=function(){return(_emscripten_bind_Mx3dGeBndBox_AddPoint_1=Module["_emscripten_bind_Mx3dGeBndBox_AddPoint_1"]=Module["asm"]["Hja"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeBndBox_AddPointDir_2=Module["_emscripten_bind_Mx3dGeBndBox_AddPointDir_2"]=function(){return(_emscripten_bind_Mx3dGeBndBox_AddPointDir_2=Module["_emscripten_bind_Mx3dGeBndBox_AddPointDir_2"]=Module["asm"]["Ija"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeBndBox_AddDir_1=Module["_emscripten_bind_Mx3dGeBndBox_AddDir_1"]=function(){return(_emscripten_bind_Mx3dGeBndBox_AddDir_1=Module["_emscripten_bind_Mx3dGeBndBox_AddDir_1"]=Module["asm"]["Jja"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeBndBox_IsOutPoint_1=Module["_emscripten_bind_Mx3dGeBndBox_IsOutPoint_1"]=function(){return(_emscripten_bind_Mx3dGeBndBox_IsOutPoint_1=Module["_emscripten_bind_Mx3dGeBndBox_IsOutPoint_1"]=Module["asm"]["Kja"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeBndBox_IsOutBndBox_1=Module["_emscripten_bind_Mx3dGeBndBox_IsOutBndBox_1"]=function(){return(_emscripten_bind_Mx3dGeBndBox_IsOutBndBox_1=Module["_emscripten_bind_Mx3dGeBndBox_IsOutBndBox_1"]=Module["asm"]["Lja"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeBndBox_IsOutBndBox_2=Module["_emscripten_bind_Mx3dGeBndBox_IsOutBndBox_2"]=function(){return(_emscripten_bind_Mx3dGeBndBox_IsOutBndBox_2=Module["_emscripten_bind_Mx3dGeBndBox_IsOutBndBox_2"]=Module["asm"]["Mja"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeBndBox_IsOutTBT_3=Module["_emscripten_bind_Mx3dGeBndBox_IsOutTBT_3"]=function(){return(_emscripten_bind_Mx3dGeBndBox_IsOutTBT_3=Module["_emscripten_bind_Mx3dGeBndBox_IsOutTBT_3"]=Module["asm"]["Nja"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeBndBox_IsOutPPD_3=Module["_emscripten_bind_Mx3dGeBndBox_IsOutPPD_3"]=function(){return(_emscripten_bind_Mx3dGeBndBox_IsOutPPD_3=Module["_emscripten_bind_Mx3dGeBndBox_IsOutPPD_3"]=Module["asm"]["Oja"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeBndBox_Distance_1=Module["_emscripten_bind_Mx3dGeBndBox_Distance_1"]=function(){return(_emscripten_bind_Mx3dGeBndBox_Distance_1=Module["_emscripten_bind_Mx3dGeBndBox_Distance_1"]=Module["asm"]["Pja"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeBndBox_SquareExtent_0=Module["_emscripten_bind_Mx3dGeBndBox_SquareExtent_0"]=function(){return(_emscripten_bind_Mx3dGeBndBox_SquareExtent_0=Module["_emscripten_bind_Mx3dGeBndBox_SquareExtent_0"]=Module["asm"]["Qja"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeBndBox_FinitePart_0=Module["_emscripten_bind_Mx3dGeBndBox_FinitePart_0"]=function(){return(_emscripten_bind_Mx3dGeBndBox_FinitePart_0=Module["_emscripten_bind_Mx3dGeBndBox_FinitePart_0"]=Module["asm"]["Rja"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeBndBox_HasFinitePart_0=Module["_emscripten_bind_Mx3dGeBndBox_HasFinitePart_0"]=function(){return(_emscripten_bind_Mx3dGeBndBox_HasFinitePart_0=Module["_emscripten_bind_Mx3dGeBndBox_HasFinitePart_0"]=Module["asm"]["Sja"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeBndBox___destroy___0=Module["_emscripten_bind_Mx3dGeBndBox___destroy___0"]=function(){return(_emscripten_bind_Mx3dGeBndBox___destroy___0=Module["_emscripten_bind_Mx3dGeBndBox___destroy___0"]=Module["asm"]["Tja"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeBox_Mx3dGeBox_2=Module["_emscripten_bind_Mx3dGeBox_Mx3dGeBox_2"]=function(){return(_emscripten_bind_Mx3dGeBox_Mx3dGeBox_2=Module["_emscripten_bind_Mx3dGeBox_Mx3dGeBox_2"]=Module["asm"]["Uja"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeBox_Mx3dGeBox_3=Module["_emscripten_bind_Mx3dGeBox_Mx3dGeBox_3"]=function(){return(_emscripten_bind_Mx3dGeBox_Mx3dGeBox_3=Module["_emscripten_bind_Mx3dGeBox_Mx3dGeBox_3"]=Module["asm"]["Vja"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeBox_Mx3dGeBox_4=Module["_emscripten_bind_Mx3dGeBox_Mx3dGeBox_4"]=function(){return(_emscripten_bind_Mx3dGeBox_Mx3dGeBox_4=Module["_emscripten_bind_Mx3dGeBox_Mx3dGeBox_4"]=Module["asm"]["Wja"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeBox_Shape_0=Module["_emscripten_bind_Mx3dGeBox_Shape_0"]=function(){return(_emscripten_bind_Mx3dGeBox_Shape_0=Module["_emscripten_bind_Mx3dGeBox_Shape_0"]=Module["asm"]["Xja"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeBox___destroy___0=Module["_emscripten_bind_Mx3dGeBox___destroy___0"]=function(){return(_emscripten_bind_Mx3dGeBox___destroy___0=Module["_emscripten_bind_Mx3dGeBox___destroy___0"]=Module["asm"]["Yja"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCircle_Mx3dGeCircle_0=Module["_emscripten_bind_Mx3dGeCircle_Mx3dGeCircle_0"]=function(){return(_emscripten_bind_Mx3dGeCircle_Mx3dGeCircle_0=Module["_emscripten_bind_Mx3dGeCircle_Mx3dGeCircle_0"]=Module["asm"]["Zja"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCircle_Mx3dGeCircle_2=Module["_emscripten_bind_Mx3dGeCircle_Mx3dGeCircle_2"]=function(){return(_emscripten_bind_Mx3dGeCircle_Mx3dGeCircle_2=Module["_emscripten_bind_Mx3dGeCircle_Mx3dGeCircle_2"]=Module["asm"]["_ja"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCircle_SetAxis_1=Module["_emscripten_bind_Mx3dGeCircle_SetAxis_1"]=function(){return(_emscripten_bind_Mx3dGeCircle_SetAxis_1=Module["_emscripten_bind_Mx3dGeCircle_SetAxis_1"]=Module["asm"]["$ja"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCircle_SetLocation_1=Module["_emscripten_bind_Mx3dGeCircle_SetLocation_1"]=function(){return(_emscripten_bind_Mx3dGeCircle_SetLocation_1=Module["_emscripten_bind_Mx3dGeCircle_SetLocation_1"]=Module["asm"]["aka"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCircle_SetPosition_1=Module["_emscripten_bind_Mx3dGeCircle_SetPosition_1"]=function(){return(_emscripten_bind_Mx3dGeCircle_SetPosition_1=Module["_emscripten_bind_Mx3dGeCircle_SetPosition_1"]=Module["asm"]["bka"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCircle_SetRadius_1=Module["_emscripten_bind_Mx3dGeCircle_SetRadius_1"]=function(){return(_emscripten_bind_Mx3dGeCircle_SetRadius_1=Module["_emscripten_bind_Mx3dGeCircle_SetRadius_1"]=Module["asm"]["cka"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCircle_Area_0=Module["_emscripten_bind_Mx3dGeCircle_Area_0"]=function(){return(_emscripten_bind_Mx3dGeCircle_Area_0=Module["_emscripten_bind_Mx3dGeCircle_Area_0"]=Module["asm"]["dka"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCircle_Axis_0=Module["_emscripten_bind_Mx3dGeCircle_Axis_0"]=function(){return(_emscripten_bind_Mx3dGeCircle_Axis_0=Module["_emscripten_bind_Mx3dGeCircle_Axis_0"]=Module["asm"]["eka"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCircle_Length_0=Module["_emscripten_bind_Mx3dGeCircle_Length_0"]=function(){return(_emscripten_bind_Mx3dGeCircle_Length_0=Module["_emscripten_bind_Mx3dGeCircle_Length_0"]=Module["asm"]["fka"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCircle_Location_0=Module["_emscripten_bind_Mx3dGeCircle_Location_0"]=function(){return(_emscripten_bind_Mx3dGeCircle_Location_0=Module["_emscripten_bind_Mx3dGeCircle_Location_0"]=Module["asm"]["gka"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCircle_Position_0=Module["_emscripten_bind_Mx3dGeCircle_Position_0"]=function(){return(_emscripten_bind_Mx3dGeCircle_Position_0=Module["_emscripten_bind_Mx3dGeCircle_Position_0"]=Module["asm"]["hka"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCircle_Radius_0=Module["_emscripten_bind_Mx3dGeCircle_Radius_0"]=function(){return(_emscripten_bind_Mx3dGeCircle_Radius_0=Module["_emscripten_bind_Mx3dGeCircle_Radius_0"]=Module["asm"]["ika"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCircle_XAxis_0=Module["_emscripten_bind_Mx3dGeCircle_XAxis_0"]=function(){return(_emscripten_bind_Mx3dGeCircle_XAxis_0=Module["_emscripten_bind_Mx3dGeCircle_XAxis_0"]=Module["asm"]["jka"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCircle_YAxis_0=Module["_emscripten_bind_Mx3dGeCircle_YAxis_0"]=function(){return(_emscripten_bind_Mx3dGeCircle_YAxis_0=Module["_emscripten_bind_Mx3dGeCircle_YAxis_0"]=Module["asm"]["kka"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCircle_Distance_1=Module["_emscripten_bind_Mx3dGeCircle_Distance_1"]=function(){return(_emscripten_bind_Mx3dGeCircle_Distance_1=Module["_emscripten_bind_Mx3dGeCircle_Distance_1"]=Module["asm"]["lka"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCircle_SquareDistance_1=Module["_emscripten_bind_Mx3dGeCircle_SquareDistance_1"]=function(){return(_emscripten_bind_Mx3dGeCircle_SquareDistance_1=Module["_emscripten_bind_Mx3dGeCircle_SquareDistance_1"]=Module["asm"]["mka"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCircle_Contains_2=Module["_emscripten_bind_Mx3dGeCircle_Contains_2"]=function(){return(_emscripten_bind_Mx3dGeCircle_Contains_2=Module["_emscripten_bind_Mx3dGeCircle_Contains_2"]=Module["asm"]["nka"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCircle_MirrorByPoint_1=Module["_emscripten_bind_Mx3dGeCircle_MirrorByPoint_1"]=function(){return(_emscripten_bind_Mx3dGeCircle_MirrorByPoint_1=Module["_emscripten_bind_Mx3dGeCircle_MirrorByPoint_1"]=Module["asm"]["oka"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCircle_MirroredByPoint_1=Module["_emscripten_bind_Mx3dGeCircle_MirroredByPoint_1"]=function(){return(_emscripten_bind_Mx3dGeCircle_MirroredByPoint_1=Module["_emscripten_bind_Mx3dGeCircle_MirroredByPoint_1"]=Module["asm"]["pka"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCircle_MirrorByAxis_1=Module["_emscripten_bind_Mx3dGeCircle_MirrorByAxis_1"]=function(){return(_emscripten_bind_Mx3dGeCircle_MirrorByAxis_1=Module["_emscripten_bind_Mx3dGeCircle_MirrorByAxis_1"]=Module["asm"]["qka"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCircle_MirroredByAxis_1=Module["_emscripten_bind_Mx3dGeCircle_MirroredByAxis_1"]=function(){return(_emscripten_bind_Mx3dGeCircle_MirroredByAxis_1=Module["_emscripten_bind_Mx3dGeCircle_MirroredByAxis_1"]=Module["asm"]["rka"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCircle_MirrorByCSYSR_1=Module["_emscripten_bind_Mx3dGeCircle_MirrorByCSYSR_1"]=function(){return(_emscripten_bind_Mx3dGeCircle_MirrorByCSYSR_1=Module["_emscripten_bind_Mx3dGeCircle_MirrorByCSYSR_1"]=Module["asm"]["ska"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCircle_MirroredByCSYSR_1=Module["_emscripten_bind_Mx3dGeCircle_MirroredByCSYSR_1"]=function(){return(_emscripten_bind_Mx3dGeCircle_MirroredByCSYSR_1=Module["_emscripten_bind_Mx3dGeCircle_MirroredByCSYSR_1"]=Module["asm"]["tka"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCircle_Rotate_2=Module["_emscripten_bind_Mx3dGeCircle_Rotate_2"]=function(){return(_emscripten_bind_Mx3dGeCircle_Rotate_2=Module["_emscripten_bind_Mx3dGeCircle_Rotate_2"]=Module["asm"]["uka"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCircle_Rotated_2=Module["_emscripten_bind_Mx3dGeCircle_Rotated_2"]=function(){return(_emscripten_bind_Mx3dGeCircle_Rotated_2=Module["_emscripten_bind_Mx3dGeCircle_Rotated_2"]=Module["asm"]["vka"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCircle_Scale_2=Module["_emscripten_bind_Mx3dGeCircle_Scale_2"]=function(){return(_emscripten_bind_Mx3dGeCircle_Scale_2=Module["_emscripten_bind_Mx3dGeCircle_Scale_2"]=Module["asm"]["wka"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCircle_Scaled_2=Module["_emscripten_bind_Mx3dGeCircle_Scaled_2"]=function(){return(_emscripten_bind_Mx3dGeCircle_Scaled_2=Module["_emscripten_bind_Mx3dGeCircle_Scaled_2"]=Module["asm"]["xka"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCircle_Transform_1=Module["_emscripten_bind_Mx3dGeCircle_Transform_1"]=function(){return(_emscripten_bind_Mx3dGeCircle_Transform_1=Module["_emscripten_bind_Mx3dGeCircle_Transform_1"]=Module["asm"]["yka"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCircle_Transformed_1=Module["_emscripten_bind_Mx3dGeCircle_Transformed_1"]=function(){return(_emscripten_bind_Mx3dGeCircle_Transformed_1=Module["_emscripten_bind_Mx3dGeCircle_Transformed_1"]=Module["asm"]["zka"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCircle_TranslateByVec_1=Module["_emscripten_bind_Mx3dGeCircle_TranslateByVec_1"]=function(){return(_emscripten_bind_Mx3dGeCircle_TranslateByVec_1=Module["_emscripten_bind_Mx3dGeCircle_TranslateByVec_1"]=Module["asm"]["Aka"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCircle_TranslatedByVec_1=Module["_emscripten_bind_Mx3dGeCircle_TranslatedByVec_1"]=function(){return(_emscripten_bind_Mx3dGeCircle_TranslatedByVec_1=Module["_emscripten_bind_Mx3dGeCircle_TranslatedByVec_1"]=Module["asm"]["Bka"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCircle_TranslateBy2Points_2=Module["_emscripten_bind_Mx3dGeCircle_TranslateBy2Points_2"]=function(){return(_emscripten_bind_Mx3dGeCircle_TranslateBy2Points_2=Module["_emscripten_bind_Mx3dGeCircle_TranslateBy2Points_2"]=Module["asm"]["Cka"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCircle_TranslatedBy2Points_2=Module["_emscripten_bind_Mx3dGeCircle_TranslatedBy2Points_2"]=function(){return(_emscripten_bind_Mx3dGeCircle_TranslatedBy2Points_2=Module["_emscripten_bind_Mx3dGeCircle_TranslatedBy2Points_2"]=Module["asm"]["Dka"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCircle___destroy___0=Module["_emscripten_bind_Mx3dGeCircle___destroy___0"]=function(){return(_emscripten_bind_Mx3dGeCircle___destroy___0=Module["_emscripten_bind_Mx3dGeCircle___destroy___0"]=Module["asm"]["Eka"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeColor_Mx3dGeColor_0=Module["_emscripten_bind_Mx3dGeColor_Mx3dGeColor_0"]=function(){return(_emscripten_bind_Mx3dGeColor_Mx3dGeColor_0=Module["_emscripten_bind_Mx3dGeColor_Mx3dGeColor_0"]=Module["asm"]["Fka"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeColor_Mx3dGeColor_1=Module["_emscripten_bind_Mx3dGeColor_Mx3dGeColor_1"]=function(){return(_emscripten_bind_Mx3dGeColor_Mx3dGeColor_1=Module["_emscripten_bind_Mx3dGeColor_Mx3dGeColor_1"]=Module["asm"]["Gka"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeColor_Mx3dGeColor_4=Module["_emscripten_bind_Mx3dGeColor_Mx3dGeColor_4"]=function(){return(_emscripten_bind_Mx3dGeColor_Mx3dGeColor_4=Module["_emscripten_bind_Mx3dGeColor_Mx3dGeColor_4"]=Module["asm"]["Hka"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeColor_Name_0=Module["_emscripten_bind_Mx3dGeColor_Name_0"]=function(){return(_emscripten_bind_Mx3dGeColor_Name_0=Module["_emscripten_bind_Mx3dGeColor_Name_0"]=Module["asm"]["Ika"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeColor_SetValues_1=Module["_emscripten_bind_Mx3dGeColor_SetValues_1"]=function(){return(_emscripten_bind_Mx3dGeColor_SetValues_1=Module["_emscripten_bind_Mx3dGeColor_SetValues_1"]=Module["asm"]["Jka"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeColor_SetValues_4=Module["_emscripten_bind_Mx3dGeColor_SetValues_4"]=function(){return(_emscripten_bind_Mx3dGeColor_SetValues_4=Module["_emscripten_bind_Mx3dGeColor_SetValues_4"]=Module["asm"]["Kka"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeColor_Red_0=Module["_emscripten_bind_Mx3dGeColor_Red_0"]=function(){return(_emscripten_bind_Mx3dGeColor_Red_0=Module["_emscripten_bind_Mx3dGeColor_Red_0"]=Module["asm"]["Lka"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeColor_Green_0=Module["_emscripten_bind_Mx3dGeColor_Green_0"]=function(){return(_emscripten_bind_Mx3dGeColor_Green_0=Module["_emscripten_bind_Mx3dGeColor_Green_0"]=Module["asm"]["Mka"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeColor_Blue_0=Module["_emscripten_bind_Mx3dGeColor_Blue_0"]=function(){return(_emscripten_bind_Mx3dGeColor_Blue_0=Module["_emscripten_bind_Mx3dGeColor_Blue_0"]=Module["asm"]["Nka"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeColor_Hue_0=Module["_emscripten_bind_Mx3dGeColor_Hue_0"]=function(){return(_emscripten_bind_Mx3dGeColor_Hue_0=Module["_emscripten_bind_Mx3dGeColor_Hue_0"]=Module["asm"]["Oka"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeColor_Light_0=Module["_emscripten_bind_Mx3dGeColor_Light_0"]=function(){return(_emscripten_bind_Mx3dGeColor_Light_0=Module["_emscripten_bind_Mx3dGeColor_Light_0"]=Module["asm"]["Pka"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeColor_ChangeIntensity_1=Module["_emscripten_bind_Mx3dGeColor_ChangeIntensity_1"]=function(){return(_emscripten_bind_Mx3dGeColor_ChangeIntensity_1=Module["_emscripten_bind_Mx3dGeColor_ChangeIntensity_1"]=Module["asm"]["Qka"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeColor_Saturation_0=Module["_emscripten_bind_Mx3dGeColor_Saturation_0"]=function(){return(_emscripten_bind_Mx3dGeColor_Saturation_0=Module["_emscripten_bind_Mx3dGeColor_Saturation_0"]=Module["asm"]["Rka"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeColor_ChangeContrast_1=Module["_emscripten_bind_Mx3dGeColor_ChangeContrast_1"]=function(){return(_emscripten_bind_Mx3dGeColor_ChangeContrast_1=Module["_emscripten_bind_Mx3dGeColor_ChangeContrast_1"]=Module["asm"]["Ska"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeColor_IsDifferent_1=Module["_emscripten_bind_Mx3dGeColor_IsDifferent_1"]=function(){return(_emscripten_bind_Mx3dGeColor_IsDifferent_1=Module["_emscripten_bind_Mx3dGeColor_IsDifferent_1"]=Module["asm"]["Tka"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeColor_IsEqual_1=Module["_emscripten_bind_Mx3dGeColor_IsEqual_1"]=function(){return(_emscripten_bind_Mx3dGeColor_IsEqual_1=Module["_emscripten_bind_Mx3dGeColor_IsEqual_1"]=Module["asm"]["Uka"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeColor_Distance_1=Module["_emscripten_bind_Mx3dGeColor_Distance_1"]=function(){return(_emscripten_bind_Mx3dGeColor_Distance_1=Module["_emscripten_bind_Mx3dGeColor_Distance_1"]=Module["asm"]["Vka"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeColor_SquareDistance_1=Module["_emscripten_bind_Mx3dGeColor_SquareDistance_1"]=function(){return(_emscripten_bind_Mx3dGeColor_SquareDistance_1=Module["_emscripten_bind_Mx3dGeColor_SquareDistance_1"]=Module["asm"]["Wka"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeColor_DeltaE2000_1=Module["_emscripten_bind_Mx3dGeColor_DeltaE2000_1"]=function(){return(_emscripten_bind_Mx3dGeColor_DeltaE2000_1=Module["_emscripten_bind_Mx3dGeColor_DeltaE2000_1"]=Module["asm"]["Xka"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeColor___destroy___0=Module["_emscripten_bind_Mx3dGeColor___destroy___0"]=function(){return(_emscripten_bind_Mx3dGeColor___destroy___0=Module["_emscripten_bind_Mx3dGeColor___destroy___0"]=Module["asm"]["Yka"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCSYS_Mx3dGeCSYS_0=Module["_emscripten_bind_Mx3dGeCSYS_Mx3dGeCSYS_0"]=function(){return(_emscripten_bind_Mx3dGeCSYS_Mx3dGeCSYS_0=Module["_emscripten_bind_Mx3dGeCSYS_Mx3dGeCSYS_0"]=Module["asm"]["Zka"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCSYS_Mx3dGeCSYS_1=Module["_emscripten_bind_Mx3dGeCSYS_Mx3dGeCSYS_1"]=function(){return(_emscripten_bind_Mx3dGeCSYS_Mx3dGeCSYS_1=Module["_emscripten_bind_Mx3dGeCSYS_Mx3dGeCSYS_1"]=Module["asm"]["_ka"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCSYS_Mx3dGeCSYS_2=Module["_emscripten_bind_Mx3dGeCSYS_Mx3dGeCSYS_2"]=function(){return(_emscripten_bind_Mx3dGeCSYS_Mx3dGeCSYS_2=Module["_emscripten_bind_Mx3dGeCSYS_Mx3dGeCSYS_2"]=Module["asm"]["$ka"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCSYS_Mx3dGeCSYS_3=Module["_emscripten_bind_Mx3dGeCSYS_Mx3dGeCSYS_3"]=function(){return(_emscripten_bind_Mx3dGeCSYS_Mx3dGeCSYS_3=Module["_emscripten_bind_Mx3dGeCSYS_Mx3dGeCSYS_3"]=Module["asm"]["ala"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCSYS_XReverse_0=Module["_emscripten_bind_Mx3dGeCSYS_XReverse_0"]=function(){return(_emscripten_bind_Mx3dGeCSYS_XReverse_0=Module["_emscripten_bind_Mx3dGeCSYS_XReverse_0"]=Module["asm"]["bla"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCSYS_YReverse_0=Module["_emscripten_bind_Mx3dGeCSYS_YReverse_0"]=function(){return(_emscripten_bind_Mx3dGeCSYS_YReverse_0=Module["_emscripten_bind_Mx3dGeCSYS_YReverse_0"]=Module["asm"]["cla"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCSYS_ZReverse_0=Module["_emscripten_bind_Mx3dGeCSYS_ZReverse_0"]=function(){return(_emscripten_bind_Mx3dGeCSYS_ZReverse_0=Module["_emscripten_bind_Mx3dGeCSYS_ZReverse_0"]=Module["asm"]["dla"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCSYS_SetAxis_1=Module["_emscripten_bind_Mx3dGeCSYS_SetAxis_1"]=function(){return(_emscripten_bind_Mx3dGeCSYS_SetAxis_1=Module["_emscripten_bind_Mx3dGeCSYS_SetAxis_1"]=Module["asm"]["ela"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCSYS_SetDirection_1=Module["_emscripten_bind_Mx3dGeCSYS_SetDirection_1"]=function(){return(_emscripten_bind_Mx3dGeCSYS_SetDirection_1=Module["_emscripten_bind_Mx3dGeCSYS_SetDirection_1"]=Module["asm"]["fla"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCSYS_SetLocation_1=Module["_emscripten_bind_Mx3dGeCSYS_SetLocation_1"]=function(){return(_emscripten_bind_Mx3dGeCSYS_SetLocation_1=Module["_emscripten_bind_Mx3dGeCSYS_SetLocation_1"]=Module["asm"]["gla"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCSYS_SetLocation_3=Module["_emscripten_bind_Mx3dGeCSYS_SetLocation_3"]=function(){return(_emscripten_bind_Mx3dGeCSYS_SetLocation_3=Module["_emscripten_bind_Mx3dGeCSYS_SetLocation_3"]=Module["asm"]["hla"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCSYS_SetXDirection_1=Module["_emscripten_bind_Mx3dGeCSYS_SetXDirection_1"]=function(){return(_emscripten_bind_Mx3dGeCSYS_SetXDirection_1=Module["_emscripten_bind_Mx3dGeCSYS_SetXDirection_1"]=Module["asm"]["ila"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCSYS_SetYDirection_1=Module["_emscripten_bind_Mx3dGeCSYS_SetYDirection_1"]=function(){return(_emscripten_bind_Mx3dGeCSYS_SetYDirection_1=Module["_emscripten_bind_Mx3dGeCSYS_SetYDirection_1"]=Module["asm"]["jla"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCSYS_Angle_1=Module["_emscripten_bind_Mx3dGeCSYS_Angle_1"]=function(){return(_emscripten_bind_Mx3dGeCSYS_Angle_1=Module["_emscripten_bind_Mx3dGeCSYS_Angle_1"]=Module["asm"]["kla"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCSYS_Axis_0=Module["_emscripten_bind_Mx3dGeCSYS_Axis_0"]=function(){return(_emscripten_bind_Mx3dGeCSYS_Axis_0=Module["_emscripten_bind_Mx3dGeCSYS_Axis_0"]=Module["asm"]["lla"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCSYS_CSYSR_0=Module["_emscripten_bind_Mx3dGeCSYS_CSYSR_0"]=function(){return(_emscripten_bind_Mx3dGeCSYS_CSYSR_0=Module["_emscripten_bind_Mx3dGeCSYS_CSYSR_0"]=Module["asm"]["mla"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCSYS_Direction_0=Module["_emscripten_bind_Mx3dGeCSYS_Direction_0"]=function(){return(_emscripten_bind_Mx3dGeCSYS_Direction_0=Module["_emscripten_bind_Mx3dGeCSYS_Direction_0"]=Module["asm"]["nla"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCSYS_Location_0=Module["_emscripten_bind_Mx3dGeCSYS_Location_0"]=function(){return(_emscripten_bind_Mx3dGeCSYS_Location_0=Module["_emscripten_bind_Mx3dGeCSYS_Location_0"]=Module["asm"]["ola"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCSYS_XDirection_0=Module["_emscripten_bind_Mx3dGeCSYS_XDirection_0"]=function(){return(_emscripten_bind_Mx3dGeCSYS_XDirection_0=Module["_emscripten_bind_Mx3dGeCSYS_XDirection_0"]=Module["asm"]["pla"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCSYS_YDirection_0=Module["_emscripten_bind_Mx3dGeCSYS_YDirection_0"]=function(){return(_emscripten_bind_Mx3dGeCSYS_YDirection_0=Module["_emscripten_bind_Mx3dGeCSYS_YDirection_0"]=Module["asm"]["qla"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCSYS_Direct_0=Module["_emscripten_bind_Mx3dGeCSYS_Direct_0"]=function(){return(_emscripten_bind_Mx3dGeCSYS_Direct_0=Module["_emscripten_bind_Mx3dGeCSYS_Direct_0"]=Module["asm"]["rla"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCSYS_IsCoplanarWithCSYS_3=Module["_emscripten_bind_Mx3dGeCSYS_IsCoplanarWithCSYS_3"]=function(){return(_emscripten_bind_Mx3dGeCSYS_IsCoplanarWithCSYS_3=Module["_emscripten_bind_Mx3dGeCSYS_IsCoplanarWithCSYS_3"]=Module["asm"]["sla"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCSYS_IsCoplanarWithAxis_3=Module["_emscripten_bind_Mx3dGeCSYS_IsCoplanarWithAxis_3"]=function(){return(_emscripten_bind_Mx3dGeCSYS_IsCoplanarWithAxis_3=Module["_emscripten_bind_Mx3dGeCSYS_IsCoplanarWithAxis_3"]=Module["asm"]["tla"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCSYS_MirrorByPoint_1=Module["_emscripten_bind_Mx3dGeCSYS_MirrorByPoint_1"]=function(){return(_emscripten_bind_Mx3dGeCSYS_MirrorByPoint_1=Module["_emscripten_bind_Mx3dGeCSYS_MirrorByPoint_1"]=Module["asm"]["ula"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCSYS_MirroredByPoint_1=Module["_emscripten_bind_Mx3dGeCSYS_MirroredByPoint_1"]=function(){return(_emscripten_bind_Mx3dGeCSYS_MirroredByPoint_1=Module["_emscripten_bind_Mx3dGeCSYS_MirroredByPoint_1"]=Module["asm"]["vla"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCSYS_MirrorByAxis_1=Module["_emscripten_bind_Mx3dGeCSYS_MirrorByAxis_1"]=function(){return(_emscripten_bind_Mx3dGeCSYS_MirrorByAxis_1=Module["_emscripten_bind_Mx3dGeCSYS_MirrorByAxis_1"]=Module["asm"]["wla"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCSYS_MirroredByAxis_1=Module["_emscripten_bind_Mx3dGeCSYS_MirroredByAxis_1"]=function(){return(_emscripten_bind_Mx3dGeCSYS_MirroredByAxis_1=Module["_emscripten_bind_Mx3dGeCSYS_MirroredByAxis_1"]=Module["asm"]["xla"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCSYS_MirrorByCSYSR_1=Module["_emscripten_bind_Mx3dGeCSYS_MirrorByCSYSR_1"]=function(){return(_emscripten_bind_Mx3dGeCSYS_MirrorByCSYSR_1=Module["_emscripten_bind_Mx3dGeCSYS_MirrorByCSYSR_1"]=Module["asm"]["yla"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCSYS_MirroredByCSYSR_1=Module["_emscripten_bind_Mx3dGeCSYS_MirroredByCSYSR_1"]=function(){return(_emscripten_bind_Mx3dGeCSYS_MirroredByCSYSR_1=Module["_emscripten_bind_Mx3dGeCSYS_MirroredByCSYSR_1"]=Module["asm"]["zla"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCSYS_Rotate_2=Module["_emscripten_bind_Mx3dGeCSYS_Rotate_2"]=function(){return(_emscripten_bind_Mx3dGeCSYS_Rotate_2=Module["_emscripten_bind_Mx3dGeCSYS_Rotate_2"]=Module["asm"]["Ala"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCSYS_Rotated_2=Module["_emscripten_bind_Mx3dGeCSYS_Rotated_2"]=function(){return(_emscripten_bind_Mx3dGeCSYS_Rotated_2=Module["_emscripten_bind_Mx3dGeCSYS_Rotated_2"]=Module["asm"]["Bla"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCSYS_Scale_2=Module["_emscripten_bind_Mx3dGeCSYS_Scale_2"]=function(){return(_emscripten_bind_Mx3dGeCSYS_Scale_2=Module["_emscripten_bind_Mx3dGeCSYS_Scale_2"]=Module["asm"]["Cla"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCSYS_Scaled_2=Module["_emscripten_bind_Mx3dGeCSYS_Scaled_2"]=function(){return(_emscripten_bind_Mx3dGeCSYS_Scaled_2=Module["_emscripten_bind_Mx3dGeCSYS_Scaled_2"]=Module["asm"]["Dla"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCSYS_Transform_1=Module["_emscripten_bind_Mx3dGeCSYS_Transform_1"]=function(){return(_emscripten_bind_Mx3dGeCSYS_Transform_1=Module["_emscripten_bind_Mx3dGeCSYS_Transform_1"]=Module["asm"]["Ela"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCSYS_Transformed_1=Module["_emscripten_bind_Mx3dGeCSYS_Transformed_1"]=function(){return(_emscripten_bind_Mx3dGeCSYS_Transformed_1=Module["_emscripten_bind_Mx3dGeCSYS_Transformed_1"]=Module["asm"]["Fla"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCSYS_TranslateByVec_1=Module["_emscripten_bind_Mx3dGeCSYS_TranslateByVec_1"]=function(){return(_emscripten_bind_Mx3dGeCSYS_TranslateByVec_1=Module["_emscripten_bind_Mx3dGeCSYS_TranslateByVec_1"]=Module["asm"]["Gla"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCSYS_TranslatedByVec_1=Module["_emscripten_bind_Mx3dGeCSYS_TranslatedByVec_1"]=function(){return(_emscripten_bind_Mx3dGeCSYS_TranslatedByVec_1=Module["_emscripten_bind_Mx3dGeCSYS_TranslatedByVec_1"]=Module["asm"]["Hla"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCSYS_TranslateBy2Points_2=Module["_emscripten_bind_Mx3dGeCSYS_TranslateBy2Points_2"]=function(){return(_emscripten_bind_Mx3dGeCSYS_TranslateBy2Points_2=Module["_emscripten_bind_Mx3dGeCSYS_TranslateBy2Points_2"]=Module["asm"]["Ila"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCSYS_TranslatedBy2Points_2=Module["_emscripten_bind_Mx3dGeCSYS_TranslatedBy2Points_2"]=function(){return(_emscripten_bind_Mx3dGeCSYS_TranslatedBy2Points_2=Module["_emscripten_bind_Mx3dGeCSYS_TranslatedBy2Points_2"]=Module["asm"]["Jla"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCSYS___destroy___0=Module["_emscripten_bind_Mx3dGeCSYS___destroy___0"]=function(){return(_emscripten_bind_Mx3dGeCSYS___destroy___0=Module["_emscripten_bind_Mx3dGeCSYS___destroy___0"]=Module["asm"]["Kla"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCSYSR_Mx3dGeCSYSR_0=Module["_emscripten_bind_Mx3dGeCSYSR_Mx3dGeCSYSR_0"]=function(){return(_emscripten_bind_Mx3dGeCSYSR_Mx3dGeCSYSR_0=Module["_emscripten_bind_Mx3dGeCSYSR_Mx3dGeCSYSR_0"]=Module["asm"]["Lla"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCSYSR_Mx3dGeCSYSR_2=Module["_emscripten_bind_Mx3dGeCSYSR_Mx3dGeCSYSR_2"]=function(){return(_emscripten_bind_Mx3dGeCSYSR_Mx3dGeCSYSR_2=Module["_emscripten_bind_Mx3dGeCSYSR_Mx3dGeCSYSR_2"]=Module["asm"]["Mla"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCSYSR_Mx3dGeCSYSR_3=Module["_emscripten_bind_Mx3dGeCSYSR_Mx3dGeCSYSR_3"]=function(){return(_emscripten_bind_Mx3dGeCSYSR_Mx3dGeCSYSR_3=Module["_emscripten_bind_Mx3dGeCSYSR_Mx3dGeCSYSR_3"]=Module["asm"]["Nla"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCSYSR_Location_0=Module["_emscripten_bind_Mx3dGeCSYSR_Location_0"]=function(){return(_emscripten_bind_Mx3dGeCSYSR_Location_0=Module["_emscripten_bind_Mx3dGeCSYSR_Location_0"]=Module["asm"]["Ola"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCSYSR_XDirection_0=Module["_emscripten_bind_Mx3dGeCSYSR_XDirection_0"]=function(){return(_emscripten_bind_Mx3dGeCSYSR_XDirection_0=Module["_emscripten_bind_Mx3dGeCSYSR_XDirection_0"]=Module["asm"]["Pla"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCSYSR_YDirection_0=Module["_emscripten_bind_Mx3dGeCSYSR_YDirection_0"]=function(){return(_emscripten_bind_Mx3dGeCSYSR_YDirection_0=Module["_emscripten_bind_Mx3dGeCSYSR_YDirection_0"]=Module["asm"]["Qla"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCSYSR_Direction_0=Module["_emscripten_bind_Mx3dGeCSYSR_Direction_0"]=function(){return(_emscripten_bind_Mx3dGeCSYSR_Direction_0=Module["_emscripten_bind_Mx3dGeCSYSR_Direction_0"]=Module["asm"]["Rla"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCSYSR_SetLocation_1=Module["_emscripten_bind_Mx3dGeCSYSR_SetLocation_1"]=function(){return(_emscripten_bind_Mx3dGeCSYSR_SetLocation_1=Module["_emscripten_bind_Mx3dGeCSYSR_SetLocation_1"]=Module["asm"]["Sla"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCSYSR_SetLocation_3=Module["_emscripten_bind_Mx3dGeCSYSR_SetLocation_3"]=function(){return(_emscripten_bind_Mx3dGeCSYSR_SetLocation_3=Module["_emscripten_bind_Mx3dGeCSYSR_SetLocation_3"]=Module["asm"]["Tla"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCSYSR_SetXDirection_1=Module["_emscripten_bind_Mx3dGeCSYSR_SetXDirection_1"]=function(){return(_emscripten_bind_Mx3dGeCSYSR_SetXDirection_1=Module["_emscripten_bind_Mx3dGeCSYSR_SetXDirection_1"]=Module["asm"]["Ula"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCSYSR_SetYDirection_1=Module["_emscripten_bind_Mx3dGeCSYSR_SetYDirection_1"]=function(){return(_emscripten_bind_Mx3dGeCSYSR_SetYDirection_1=Module["_emscripten_bind_Mx3dGeCSYSR_SetYDirection_1"]=Module["asm"]["Vla"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCSYSR_SetDirection_1=Module["_emscripten_bind_Mx3dGeCSYSR_SetDirection_1"]=function(){return(_emscripten_bind_Mx3dGeCSYSR_SetDirection_1=Module["_emscripten_bind_Mx3dGeCSYSR_SetDirection_1"]=Module["asm"]["Wla"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCSYSR_Angle_1=Module["_emscripten_bind_Mx3dGeCSYSR_Angle_1"]=function(){return(_emscripten_bind_Mx3dGeCSYSR_Angle_1=Module["_emscripten_bind_Mx3dGeCSYSR_Angle_1"]=Module["asm"]["Xla"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCSYSR_Axis_0=Module["_emscripten_bind_Mx3dGeCSYSR_Axis_0"]=function(){return(_emscripten_bind_Mx3dGeCSYSR_Axis_0=Module["_emscripten_bind_Mx3dGeCSYSR_Axis_0"]=Module["asm"]["Yla"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCSYSR_IsCoplanarWithCSYSR_3=Module["_emscripten_bind_Mx3dGeCSYSR_IsCoplanarWithCSYSR_3"]=function(){return(_emscripten_bind_Mx3dGeCSYSR_IsCoplanarWithCSYSR_3=Module["_emscripten_bind_Mx3dGeCSYSR_IsCoplanarWithCSYSR_3"]=Module["asm"]["Zla"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCSYSR_IsCoplanarWithAxis_3=Module["_emscripten_bind_Mx3dGeCSYSR_IsCoplanarWithAxis_3"]=function(){return(_emscripten_bind_Mx3dGeCSYSR_IsCoplanarWithAxis_3=Module["_emscripten_bind_Mx3dGeCSYSR_IsCoplanarWithAxis_3"]=Module["asm"]["_la"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCSYSR_MirrorByPoint_1=Module["_emscripten_bind_Mx3dGeCSYSR_MirrorByPoint_1"]=function(){return(_emscripten_bind_Mx3dGeCSYSR_MirrorByPoint_1=Module["_emscripten_bind_Mx3dGeCSYSR_MirrorByPoint_1"]=Module["asm"]["$la"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCSYSR_MirroredByPoint_1=Module["_emscripten_bind_Mx3dGeCSYSR_MirroredByPoint_1"]=function(){return(_emscripten_bind_Mx3dGeCSYSR_MirroredByPoint_1=Module["_emscripten_bind_Mx3dGeCSYSR_MirroredByPoint_1"]=Module["asm"]["ama"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCSYSR_MirrorByAxis_1=Module["_emscripten_bind_Mx3dGeCSYSR_MirrorByAxis_1"]=function(){return(_emscripten_bind_Mx3dGeCSYSR_MirrorByAxis_1=Module["_emscripten_bind_Mx3dGeCSYSR_MirrorByAxis_1"]=Module["asm"]["bma"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCSYSR_MirroredByAxis_1=Module["_emscripten_bind_Mx3dGeCSYSR_MirroredByAxis_1"]=function(){return(_emscripten_bind_Mx3dGeCSYSR_MirroredByAxis_1=Module["_emscripten_bind_Mx3dGeCSYSR_MirroredByAxis_1"]=Module["asm"]["cma"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCSYSR_MirrorByCSYSR_1=Module["_emscripten_bind_Mx3dGeCSYSR_MirrorByCSYSR_1"]=function(){return(_emscripten_bind_Mx3dGeCSYSR_MirrorByCSYSR_1=Module["_emscripten_bind_Mx3dGeCSYSR_MirrorByCSYSR_1"]=Module["asm"]["dma"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCSYSR_MirroredByCSYSR_1=Module["_emscripten_bind_Mx3dGeCSYSR_MirroredByCSYSR_1"]=function(){return(_emscripten_bind_Mx3dGeCSYSR_MirroredByCSYSR_1=Module["_emscripten_bind_Mx3dGeCSYSR_MirroredByCSYSR_1"]=Module["asm"]["ema"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCSYSR_Rotate_2=Module["_emscripten_bind_Mx3dGeCSYSR_Rotate_2"]=function(){return(_emscripten_bind_Mx3dGeCSYSR_Rotate_2=Module["_emscripten_bind_Mx3dGeCSYSR_Rotate_2"]=Module["asm"]["fma"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCSYSR_Rotated_2=Module["_emscripten_bind_Mx3dGeCSYSR_Rotated_2"]=function(){return(_emscripten_bind_Mx3dGeCSYSR_Rotated_2=Module["_emscripten_bind_Mx3dGeCSYSR_Rotated_2"]=Module["asm"]["gma"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCSYSR_Scale_2=Module["_emscripten_bind_Mx3dGeCSYSR_Scale_2"]=function(){return(_emscripten_bind_Mx3dGeCSYSR_Scale_2=Module["_emscripten_bind_Mx3dGeCSYSR_Scale_2"]=Module["asm"]["hma"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCSYSR_Scaled_2=Module["_emscripten_bind_Mx3dGeCSYSR_Scaled_2"]=function(){return(_emscripten_bind_Mx3dGeCSYSR_Scaled_2=Module["_emscripten_bind_Mx3dGeCSYSR_Scaled_2"]=Module["asm"]["ima"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCSYSR_Transform_1=Module["_emscripten_bind_Mx3dGeCSYSR_Transform_1"]=function(){return(_emscripten_bind_Mx3dGeCSYSR_Transform_1=Module["_emscripten_bind_Mx3dGeCSYSR_Transform_1"]=Module["asm"]["jma"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCSYSR_Transformed_1=Module["_emscripten_bind_Mx3dGeCSYSR_Transformed_1"]=function(){return(_emscripten_bind_Mx3dGeCSYSR_Transformed_1=Module["_emscripten_bind_Mx3dGeCSYSR_Transformed_1"]=Module["asm"]["kma"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCSYSR_TranslateByVec_1=Module["_emscripten_bind_Mx3dGeCSYSR_TranslateByVec_1"]=function(){return(_emscripten_bind_Mx3dGeCSYSR_TranslateByVec_1=Module["_emscripten_bind_Mx3dGeCSYSR_TranslateByVec_1"]=Module["asm"]["lma"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCSYSR_TranslatedByVec_1=Module["_emscripten_bind_Mx3dGeCSYSR_TranslatedByVec_1"]=function(){return(_emscripten_bind_Mx3dGeCSYSR_TranslatedByVec_1=Module["_emscripten_bind_Mx3dGeCSYSR_TranslatedByVec_1"]=Module["asm"]["mma"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCSYSR_TranslateBy2Points_2=Module["_emscripten_bind_Mx3dGeCSYSR_TranslateBy2Points_2"]=function(){return(_emscripten_bind_Mx3dGeCSYSR_TranslateBy2Points_2=Module["_emscripten_bind_Mx3dGeCSYSR_TranslateBy2Points_2"]=Module["asm"]["nma"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCSYSR_TranslatedBy2Points_2=Module["_emscripten_bind_Mx3dGeCSYSR_TranslatedBy2Points_2"]=function(){return(_emscripten_bind_Mx3dGeCSYSR_TranslatedBy2Points_2=Module["_emscripten_bind_Mx3dGeCSYSR_TranslatedBy2Points_2"]=Module["asm"]["oma"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCSYSR___destroy___0=Module["_emscripten_bind_Mx3dGeCSYSR___destroy___0"]=function(){return(_emscripten_bind_Mx3dGeCSYSR___destroy___0=Module["_emscripten_bind_Mx3dGeCSYSR___destroy___0"]=Module["asm"]["pma"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCylinder_Mx3dGeCylinder_0=Module["_emscripten_bind_Mx3dGeCylinder_Mx3dGeCylinder_0"]=function(){return(_emscripten_bind_Mx3dGeCylinder_Mx3dGeCylinder_0=Module["_emscripten_bind_Mx3dGeCylinder_Mx3dGeCylinder_0"]=Module["asm"]["qma"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCylinder_Mx3dGeCylinder_2=Module["_emscripten_bind_Mx3dGeCylinder_Mx3dGeCylinder_2"]=function(){return(_emscripten_bind_Mx3dGeCylinder_Mx3dGeCylinder_2=Module["_emscripten_bind_Mx3dGeCylinder_Mx3dGeCylinder_2"]=Module["asm"]["rma"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCylinder_SetAxis_1=Module["_emscripten_bind_Mx3dGeCylinder_SetAxis_1"]=function(){return(_emscripten_bind_Mx3dGeCylinder_SetAxis_1=Module["_emscripten_bind_Mx3dGeCylinder_SetAxis_1"]=Module["asm"]["sma"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCylinder_SetLocation_1=Module["_emscripten_bind_Mx3dGeCylinder_SetLocation_1"]=function(){return(_emscripten_bind_Mx3dGeCylinder_SetLocation_1=Module["_emscripten_bind_Mx3dGeCylinder_SetLocation_1"]=Module["asm"]["tma"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCylinder_SetPosition_1=Module["_emscripten_bind_Mx3dGeCylinder_SetPosition_1"]=function(){return(_emscripten_bind_Mx3dGeCylinder_SetPosition_1=Module["_emscripten_bind_Mx3dGeCylinder_SetPosition_1"]=Module["asm"]["uma"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCylinder_SetRadius_1=Module["_emscripten_bind_Mx3dGeCylinder_SetRadius_1"]=function(){return(_emscripten_bind_Mx3dGeCylinder_SetRadius_1=Module["_emscripten_bind_Mx3dGeCylinder_SetRadius_1"]=Module["asm"]["vma"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCylinder_UReverse_0=Module["_emscripten_bind_Mx3dGeCylinder_UReverse_0"]=function(){return(_emscripten_bind_Mx3dGeCylinder_UReverse_0=Module["_emscripten_bind_Mx3dGeCylinder_UReverse_0"]=Module["asm"]["wma"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCylinder_VReverse_0=Module["_emscripten_bind_Mx3dGeCylinder_VReverse_0"]=function(){return(_emscripten_bind_Mx3dGeCylinder_VReverse_0=Module["_emscripten_bind_Mx3dGeCylinder_VReverse_0"]=Module["asm"]["xma"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCylinder_Direct_0=Module["_emscripten_bind_Mx3dGeCylinder_Direct_0"]=function(){return(_emscripten_bind_Mx3dGeCylinder_Direct_0=Module["_emscripten_bind_Mx3dGeCylinder_Direct_0"]=Module["asm"]["yma"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCylinder_Axis_0=Module["_emscripten_bind_Mx3dGeCylinder_Axis_0"]=function(){return(_emscripten_bind_Mx3dGeCylinder_Axis_0=Module["_emscripten_bind_Mx3dGeCylinder_Axis_0"]=Module["asm"]["zma"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCylinder_Location_0=Module["_emscripten_bind_Mx3dGeCylinder_Location_0"]=function(){return(_emscripten_bind_Mx3dGeCylinder_Location_0=Module["_emscripten_bind_Mx3dGeCylinder_Location_0"]=Module["asm"]["Ama"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCylinder_Position_0=Module["_emscripten_bind_Mx3dGeCylinder_Position_0"]=function(){return(_emscripten_bind_Mx3dGeCylinder_Position_0=Module["_emscripten_bind_Mx3dGeCylinder_Position_0"]=Module["asm"]["Bma"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCylinder_Radius_0=Module["_emscripten_bind_Mx3dGeCylinder_Radius_0"]=function(){return(_emscripten_bind_Mx3dGeCylinder_Radius_0=Module["_emscripten_bind_Mx3dGeCylinder_Radius_0"]=Module["asm"]["Cma"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCylinder_XAxis_0=Module["_emscripten_bind_Mx3dGeCylinder_XAxis_0"]=function(){return(_emscripten_bind_Mx3dGeCylinder_XAxis_0=Module["_emscripten_bind_Mx3dGeCylinder_XAxis_0"]=Module["asm"]["Dma"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCylinder_YAxis_0=Module["_emscripten_bind_Mx3dGeCylinder_YAxis_0"]=function(){return(_emscripten_bind_Mx3dGeCylinder_YAxis_0=Module["_emscripten_bind_Mx3dGeCylinder_YAxis_0"]=Module["asm"]["Ema"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCylinder_MirrorByPoint_1=Module["_emscripten_bind_Mx3dGeCylinder_MirrorByPoint_1"]=function(){return(_emscripten_bind_Mx3dGeCylinder_MirrorByPoint_1=Module["_emscripten_bind_Mx3dGeCylinder_MirrorByPoint_1"]=Module["asm"]["Fma"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCylinder_MirroredByPoint_1=Module["_emscripten_bind_Mx3dGeCylinder_MirroredByPoint_1"]=function(){return(_emscripten_bind_Mx3dGeCylinder_MirroredByPoint_1=Module["_emscripten_bind_Mx3dGeCylinder_MirroredByPoint_1"]=Module["asm"]["Gma"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCylinder_MirrorByAxis_1=Module["_emscripten_bind_Mx3dGeCylinder_MirrorByAxis_1"]=function(){return(_emscripten_bind_Mx3dGeCylinder_MirrorByAxis_1=Module["_emscripten_bind_Mx3dGeCylinder_MirrorByAxis_1"]=Module["asm"]["Hma"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCylinder_MirroredByAxis_1=Module["_emscripten_bind_Mx3dGeCylinder_MirroredByAxis_1"]=function(){return(_emscripten_bind_Mx3dGeCylinder_MirroredByAxis_1=Module["_emscripten_bind_Mx3dGeCylinder_MirroredByAxis_1"]=Module["asm"]["Ima"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCylinder_MirrorByCSYSR_1=Module["_emscripten_bind_Mx3dGeCylinder_MirrorByCSYSR_1"]=function(){return(_emscripten_bind_Mx3dGeCylinder_MirrorByCSYSR_1=Module["_emscripten_bind_Mx3dGeCylinder_MirrorByCSYSR_1"]=Module["asm"]["Jma"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCylinder_MirroredByCSYSR_1=Module["_emscripten_bind_Mx3dGeCylinder_MirroredByCSYSR_1"]=function(){return(_emscripten_bind_Mx3dGeCylinder_MirroredByCSYSR_1=Module["_emscripten_bind_Mx3dGeCylinder_MirroredByCSYSR_1"]=Module["asm"]["Kma"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCylinder_Rotate_2=Module["_emscripten_bind_Mx3dGeCylinder_Rotate_2"]=function(){return(_emscripten_bind_Mx3dGeCylinder_Rotate_2=Module["_emscripten_bind_Mx3dGeCylinder_Rotate_2"]=Module["asm"]["Lma"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCylinder_Rotated_2=Module["_emscripten_bind_Mx3dGeCylinder_Rotated_2"]=function(){return(_emscripten_bind_Mx3dGeCylinder_Rotated_2=Module["_emscripten_bind_Mx3dGeCylinder_Rotated_2"]=Module["asm"]["Mma"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCylinder_Scale_2=Module["_emscripten_bind_Mx3dGeCylinder_Scale_2"]=function(){return(_emscripten_bind_Mx3dGeCylinder_Scale_2=Module["_emscripten_bind_Mx3dGeCylinder_Scale_2"]=Module["asm"]["Nma"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCylinder_Scaled_2=Module["_emscripten_bind_Mx3dGeCylinder_Scaled_2"]=function(){return(_emscripten_bind_Mx3dGeCylinder_Scaled_2=Module["_emscripten_bind_Mx3dGeCylinder_Scaled_2"]=Module["asm"]["Oma"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCylinder_Transform_1=Module["_emscripten_bind_Mx3dGeCylinder_Transform_1"]=function(){return(_emscripten_bind_Mx3dGeCylinder_Transform_1=Module["_emscripten_bind_Mx3dGeCylinder_Transform_1"]=Module["asm"]["Pma"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCylinder_Transformed_1=Module["_emscripten_bind_Mx3dGeCylinder_Transformed_1"]=function(){return(_emscripten_bind_Mx3dGeCylinder_Transformed_1=Module["_emscripten_bind_Mx3dGeCylinder_Transformed_1"]=Module["asm"]["Qma"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCylinder_TranslateByVec_1=Module["_emscripten_bind_Mx3dGeCylinder_TranslateByVec_1"]=function(){return(_emscripten_bind_Mx3dGeCylinder_TranslateByVec_1=Module["_emscripten_bind_Mx3dGeCylinder_TranslateByVec_1"]=Module["asm"]["Rma"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCylinder_TranslatedByVec_1=Module["_emscripten_bind_Mx3dGeCylinder_TranslatedByVec_1"]=function(){return(_emscripten_bind_Mx3dGeCylinder_TranslatedByVec_1=Module["_emscripten_bind_Mx3dGeCylinder_TranslatedByVec_1"]=Module["asm"]["Sma"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCylinder_TranslateBy2Points_2=Module["_emscripten_bind_Mx3dGeCylinder_TranslateBy2Points_2"]=function(){return(_emscripten_bind_Mx3dGeCylinder_TranslateBy2Points_2=Module["_emscripten_bind_Mx3dGeCylinder_TranslateBy2Points_2"]=Module["asm"]["Tma"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCylinder_TranslatedBy2Points_2=Module["_emscripten_bind_Mx3dGeCylinder_TranslatedBy2Points_2"]=function(){return(_emscripten_bind_Mx3dGeCylinder_TranslatedBy2Points_2=Module["_emscripten_bind_Mx3dGeCylinder_TranslatedBy2Points_2"]=Module["asm"]["Uma"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCylinder_Shape_1=Module["_emscripten_bind_Mx3dGeCylinder_Shape_1"]=function(){return(_emscripten_bind_Mx3dGeCylinder_Shape_1=Module["_emscripten_bind_Mx3dGeCylinder_Shape_1"]=Module["asm"]["Vma"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCylinder_Shape_2=Module["_emscripten_bind_Mx3dGeCylinder_Shape_2"]=function(){return(_emscripten_bind_Mx3dGeCylinder_Shape_2=Module["_emscripten_bind_Mx3dGeCylinder_Shape_2"]=Module["asm"]["Wma"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeCylinder___destroy___0=Module["_emscripten_bind_Mx3dGeCylinder___destroy___0"]=function(){return(_emscripten_bind_Mx3dGeCylinder___destroy___0=Module["_emscripten_bind_Mx3dGeCylinder___destroy___0"]=Module["asm"]["Xma"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeDir_Mx3dGeDir_0=Module["_emscripten_bind_Mx3dGeDir_Mx3dGeDir_0"]=function(){return(_emscripten_bind_Mx3dGeDir_Mx3dGeDir_0=Module["_emscripten_bind_Mx3dGeDir_Mx3dGeDir_0"]=Module["asm"]["Yma"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeDir_Mx3dGeDir_3=Module["_emscripten_bind_Mx3dGeDir_Mx3dGeDir_3"]=function(){return(_emscripten_bind_Mx3dGeDir_Mx3dGeDir_3=Module["_emscripten_bind_Mx3dGeDir_Mx3dGeDir_3"]=Module["asm"]["Zma"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeDir_X_0=Module["_emscripten_bind_Mx3dGeDir_X_0"]=function(){return(_emscripten_bind_Mx3dGeDir_X_0=Module["_emscripten_bind_Mx3dGeDir_X_0"]=Module["asm"]["_ma"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeDir_Y_0=Module["_emscripten_bind_Mx3dGeDir_Y_0"]=function(){return(_emscripten_bind_Mx3dGeDir_Y_0=Module["_emscripten_bind_Mx3dGeDir_Y_0"]=Module["asm"]["$ma"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeDir_Z_0=Module["_emscripten_bind_Mx3dGeDir_Z_0"]=function(){return(_emscripten_bind_Mx3dGeDir_Z_0=Module["_emscripten_bind_Mx3dGeDir_Z_0"]=Module["asm"]["ana"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeDir_SetX_1=Module["_emscripten_bind_Mx3dGeDir_SetX_1"]=function(){return(_emscripten_bind_Mx3dGeDir_SetX_1=Module["_emscripten_bind_Mx3dGeDir_SetX_1"]=Module["asm"]["bna"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeDir_SetY_1=Module["_emscripten_bind_Mx3dGeDir_SetY_1"]=function(){return(_emscripten_bind_Mx3dGeDir_SetY_1=Module["_emscripten_bind_Mx3dGeDir_SetY_1"]=Module["asm"]["cna"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeDir_SetZ_1=Module["_emscripten_bind_Mx3dGeDir_SetZ_1"]=function(){return(_emscripten_bind_Mx3dGeDir_SetZ_1=Module["_emscripten_bind_Mx3dGeDir_SetZ_1"]=Module["asm"]["dna"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeDir_SetXYZ_3=Module["_emscripten_bind_Mx3dGeDir_SetXYZ_3"]=function(){return(_emscripten_bind_Mx3dGeDir_SetXYZ_3=Module["_emscripten_bind_Mx3dGeDir_SetXYZ_3"]=Module["asm"]["ena"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeDir_IsEqual_2=Module["_emscripten_bind_Mx3dGeDir_IsEqual_2"]=function(){return(_emscripten_bind_Mx3dGeDir_IsEqual_2=Module["_emscripten_bind_Mx3dGeDir_IsEqual_2"]=Module["asm"]["fna"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeDir_IsNormal_2=Module["_emscripten_bind_Mx3dGeDir_IsNormal_2"]=function(){return(_emscripten_bind_Mx3dGeDir_IsNormal_2=Module["_emscripten_bind_Mx3dGeDir_IsNormal_2"]=Module["asm"]["gna"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeDir_IsOpposite_2=Module["_emscripten_bind_Mx3dGeDir_IsOpposite_2"]=function(){return(_emscripten_bind_Mx3dGeDir_IsOpposite_2=Module["_emscripten_bind_Mx3dGeDir_IsOpposite_2"]=Module["asm"]["hna"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeDir_IsParallel_2=Module["_emscripten_bind_Mx3dGeDir_IsParallel_2"]=function(){return(_emscripten_bind_Mx3dGeDir_IsParallel_2=Module["_emscripten_bind_Mx3dGeDir_IsParallel_2"]=Module["asm"]["ina"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeDir_Angle_1=Module["_emscripten_bind_Mx3dGeDir_Angle_1"]=function(){return(_emscripten_bind_Mx3dGeDir_Angle_1=Module["_emscripten_bind_Mx3dGeDir_Angle_1"]=Module["asm"]["jna"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeDir_AngleWithRef_2=Module["_emscripten_bind_Mx3dGeDir_AngleWithRef_2"]=function(){return(_emscripten_bind_Mx3dGeDir_AngleWithRef_2=Module["_emscripten_bind_Mx3dGeDir_AngleWithRef_2"]=Module["asm"]["kna"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeDir_Cross_1=Module["_emscripten_bind_Mx3dGeDir_Cross_1"]=function(){return(_emscripten_bind_Mx3dGeDir_Cross_1=Module["_emscripten_bind_Mx3dGeDir_Cross_1"]=Module["asm"]["lna"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeDir_Crossed_1=Module["_emscripten_bind_Mx3dGeDir_Crossed_1"]=function(){return(_emscripten_bind_Mx3dGeDir_Crossed_1=Module["_emscripten_bind_Mx3dGeDir_Crossed_1"]=Module["asm"]["mna"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeDir_CrossCross_2=Module["_emscripten_bind_Mx3dGeDir_CrossCross_2"]=function(){return(_emscripten_bind_Mx3dGeDir_CrossCross_2=Module["_emscripten_bind_Mx3dGeDir_CrossCross_2"]=Module["asm"]["nna"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeDir_CrossCrossed_2=Module["_emscripten_bind_Mx3dGeDir_CrossCrossed_2"]=function(){return(_emscripten_bind_Mx3dGeDir_CrossCrossed_2=Module["_emscripten_bind_Mx3dGeDir_CrossCrossed_2"]=Module["asm"]["ona"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeDir_Dot_1=Module["_emscripten_bind_Mx3dGeDir_Dot_1"]=function(){return(_emscripten_bind_Mx3dGeDir_Dot_1=Module["_emscripten_bind_Mx3dGeDir_Dot_1"]=Module["asm"]["pna"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeDir_DotCross_2=Module["_emscripten_bind_Mx3dGeDir_DotCross_2"]=function(){return(_emscripten_bind_Mx3dGeDir_DotCross_2=Module["_emscripten_bind_Mx3dGeDir_DotCross_2"]=Module["asm"]["qna"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeDir_Reverse_0=Module["_emscripten_bind_Mx3dGeDir_Reverse_0"]=function(){return(_emscripten_bind_Mx3dGeDir_Reverse_0=Module["_emscripten_bind_Mx3dGeDir_Reverse_0"]=Module["asm"]["rna"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeDir_Reversed_0=Module["_emscripten_bind_Mx3dGeDir_Reversed_0"]=function(){return(_emscripten_bind_Mx3dGeDir_Reversed_0=Module["_emscripten_bind_Mx3dGeDir_Reversed_0"]=Module["asm"]["sna"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeDir_MirrorByVec_1=Module["_emscripten_bind_Mx3dGeDir_MirrorByVec_1"]=function(){return(_emscripten_bind_Mx3dGeDir_MirrorByVec_1=Module["_emscripten_bind_Mx3dGeDir_MirrorByVec_1"]=Module["asm"]["tna"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeDir_MirroredByVec_1=Module["_emscripten_bind_Mx3dGeDir_MirroredByVec_1"]=function(){return(_emscripten_bind_Mx3dGeDir_MirroredByVec_1=Module["_emscripten_bind_Mx3dGeDir_MirroredByVec_1"]=Module["asm"]["una"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeDir_MirrorByAxis_1=Module["_emscripten_bind_Mx3dGeDir_MirrorByAxis_1"]=function(){return(_emscripten_bind_Mx3dGeDir_MirrorByAxis_1=Module["_emscripten_bind_Mx3dGeDir_MirrorByAxis_1"]=Module["asm"]["vna"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeDir_MirroredByAxis_1=Module["_emscripten_bind_Mx3dGeDir_MirroredByAxis_1"]=function(){return(_emscripten_bind_Mx3dGeDir_MirroredByAxis_1=Module["_emscripten_bind_Mx3dGeDir_MirroredByAxis_1"]=Module["asm"]["wna"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeDir_MirrorByCSYSR_1=Module["_emscripten_bind_Mx3dGeDir_MirrorByCSYSR_1"]=function(){return(_emscripten_bind_Mx3dGeDir_MirrorByCSYSR_1=Module["_emscripten_bind_Mx3dGeDir_MirrorByCSYSR_1"]=Module["asm"]["xna"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeDir_MirroredByCSYSR_1=Module["_emscripten_bind_Mx3dGeDir_MirroredByCSYSR_1"]=function(){return(_emscripten_bind_Mx3dGeDir_MirroredByCSYSR_1=Module["_emscripten_bind_Mx3dGeDir_MirroredByCSYSR_1"]=Module["asm"]["yna"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeDir_Rotate_2=Module["_emscripten_bind_Mx3dGeDir_Rotate_2"]=function(){return(_emscripten_bind_Mx3dGeDir_Rotate_2=Module["_emscripten_bind_Mx3dGeDir_Rotate_2"]=Module["asm"]["zna"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeDir_Rotated_2=Module["_emscripten_bind_Mx3dGeDir_Rotated_2"]=function(){return(_emscripten_bind_Mx3dGeDir_Rotated_2=Module["_emscripten_bind_Mx3dGeDir_Rotated_2"]=Module["asm"]["Ana"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeDir_Transform_1=Module["_emscripten_bind_Mx3dGeDir_Transform_1"]=function(){return(_emscripten_bind_Mx3dGeDir_Transform_1=Module["_emscripten_bind_Mx3dGeDir_Transform_1"]=Module["asm"]["Bna"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeDir_Transformed_1=Module["_emscripten_bind_Mx3dGeDir_Transformed_1"]=function(){return(_emscripten_bind_Mx3dGeDir_Transformed_1=Module["_emscripten_bind_Mx3dGeDir_Transformed_1"]=Module["asm"]["Cna"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeDir___destroy___0=Module["_emscripten_bind_Mx3dGeDir___destroy___0"]=function(){return(_emscripten_bind_Mx3dGeDir___destroy___0=Module["_emscripten_bind_Mx3dGeDir___destroy___0"]=Module["asm"]["Dna"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeEllipse_Mx3dGeEllipse_0=Module["_emscripten_bind_Mx3dGeEllipse_Mx3dGeEllipse_0"]=function(){return(_emscripten_bind_Mx3dGeEllipse_Mx3dGeEllipse_0=Module["_emscripten_bind_Mx3dGeEllipse_Mx3dGeEllipse_0"]=Module["asm"]["Ena"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeEllipse_Mx3dGeEllipse_3=Module["_emscripten_bind_Mx3dGeEllipse_Mx3dGeEllipse_3"]=function(){return(_emscripten_bind_Mx3dGeEllipse_Mx3dGeEllipse_3=Module["_emscripten_bind_Mx3dGeEllipse_Mx3dGeEllipse_3"]=Module["asm"]["Fna"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeEllipse_SetAxis_1=Module["_emscripten_bind_Mx3dGeEllipse_SetAxis_1"]=function(){return(_emscripten_bind_Mx3dGeEllipse_SetAxis_1=Module["_emscripten_bind_Mx3dGeEllipse_SetAxis_1"]=Module["asm"]["Gna"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeEllipse_SetLocation_1=Module["_emscripten_bind_Mx3dGeEllipse_SetLocation_1"]=function(){return(_emscripten_bind_Mx3dGeEllipse_SetLocation_1=Module["_emscripten_bind_Mx3dGeEllipse_SetLocation_1"]=Module["asm"]["Hna"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeEllipse_SetMajorRadius_1=Module["_emscripten_bind_Mx3dGeEllipse_SetMajorRadius_1"]=function(){return(_emscripten_bind_Mx3dGeEllipse_SetMajorRadius_1=Module["_emscripten_bind_Mx3dGeEllipse_SetMajorRadius_1"]=Module["asm"]["Ina"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeEllipse_SetMinorRadius_1=Module["_emscripten_bind_Mx3dGeEllipse_SetMinorRadius_1"]=function(){return(_emscripten_bind_Mx3dGeEllipse_SetMinorRadius_1=Module["_emscripten_bind_Mx3dGeEllipse_SetMinorRadius_1"]=Module["asm"]["Jna"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeEllipse_SetPosition_1=Module["_emscripten_bind_Mx3dGeEllipse_SetPosition_1"]=function(){return(_emscripten_bind_Mx3dGeEllipse_SetPosition_1=Module["_emscripten_bind_Mx3dGeEllipse_SetPosition_1"]=Module["asm"]["Kna"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeEllipse_Area_0=Module["_emscripten_bind_Mx3dGeEllipse_Area_0"]=function(){return(_emscripten_bind_Mx3dGeEllipse_Area_0=Module["_emscripten_bind_Mx3dGeEllipse_Area_0"]=Module["asm"]["Lna"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeEllipse_Axis_0=Module["_emscripten_bind_Mx3dGeEllipse_Axis_0"]=function(){return(_emscripten_bind_Mx3dGeEllipse_Axis_0=Module["_emscripten_bind_Mx3dGeEllipse_Axis_0"]=Module["asm"]["Mna"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeEllipse_Directrix1_0=Module["_emscripten_bind_Mx3dGeEllipse_Directrix1_0"]=function(){return(_emscripten_bind_Mx3dGeEllipse_Directrix1_0=Module["_emscripten_bind_Mx3dGeEllipse_Directrix1_0"]=Module["asm"]["Nna"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeEllipse_Directrix2_0=Module["_emscripten_bind_Mx3dGeEllipse_Directrix2_0"]=function(){return(_emscripten_bind_Mx3dGeEllipse_Directrix2_0=Module["_emscripten_bind_Mx3dGeEllipse_Directrix2_0"]=Module["asm"]["Ona"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeEllipse_Eccentricity_0=Module["_emscripten_bind_Mx3dGeEllipse_Eccentricity_0"]=function(){return(_emscripten_bind_Mx3dGeEllipse_Eccentricity_0=Module["_emscripten_bind_Mx3dGeEllipse_Eccentricity_0"]=Module["asm"]["Pna"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeEllipse_Focal_0=Module["_emscripten_bind_Mx3dGeEllipse_Focal_0"]=function(){return(_emscripten_bind_Mx3dGeEllipse_Focal_0=Module["_emscripten_bind_Mx3dGeEllipse_Focal_0"]=Module["asm"]["Qna"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeEllipse_Focus1_0=Module["_emscripten_bind_Mx3dGeEllipse_Focus1_0"]=function(){return(_emscripten_bind_Mx3dGeEllipse_Focus1_0=Module["_emscripten_bind_Mx3dGeEllipse_Focus1_0"]=Module["asm"]["Rna"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeEllipse_Focus2_0=Module["_emscripten_bind_Mx3dGeEllipse_Focus2_0"]=function(){return(_emscripten_bind_Mx3dGeEllipse_Focus2_0=Module["_emscripten_bind_Mx3dGeEllipse_Focus2_0"]=Module["asm"]["Sna"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeEllipse_Location_0=Module["_emscripten_bind_Mx3dGeEllipse_Location_0"]=function(){return(_emscripten_bind_Mx3dGeEllipse_Location_0=Module["_emscripten_bind_Mx3dGeEllipse_Location_0"]=Module["asm"]["Tna"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeEllipse_MajorRadius_0=Module["_emscripten_bind_Mx3dGeEllipse_MajorRadius_0"]=function(){return(_emscripten_bind_Mx3dGeEllipse_MajorRadius_0=Module["_emscripten_bind_Mx3dGeEllipse_MajorRadius_0"]=Module["asm"]["Una"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeEllipse_MinorRadius_0=Module["_emscripten_bind_Mx3dGeEllipse_MinorRadius_0"]=function(){return(_emscripten_bind_Mx3dGeEllipse_MinorRadius_0=Module["_emscripten_bind_Mx3dGeEllipse_MinorRadius_0"]=Module["asm"]["Vna"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeEllipse_Parameter_0=Module["_emscripten_bind_Mx3dGeEllipse_Parameter_0"]=function(){return(_emscripten_bind_Mx3dGeEllipse_Parameter_0=Module["_emscripten_bind_Mx3dGeEllipse_Parameter_0"]=Module["asm"]["Wna"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeEllipse_Position_0=Module["_emscripten_bind_Mx3dGeEllipse_Position_0"]=function(){return(_emscripten_bind_Mx3dGeEllipse_Position_0=Module["_emscripten_bind_Mx3dGeEllipse_Position_0"]=Module["asm"]["Xna"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeEllipse_XAxis_0=Module["_emscripten_bind_Mx3dGeEllipse_XAxis_0"]=function(){return(_emscripten_bind_Mx3dGeEllipse_XAxis_0=Module["_emscripten_bind_Mx3dGeEllipse_XAxis_0"]=Module["asm"]["Yna"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeEllipse_YAxis_0=Module["_emscripten_bind_Mx3dGeEllipse_YAxis_0"]=function(){return(_emscripten_bind_Mx3dGeEllipse_YAxis_0=Module["_emscripten_bind_Mx3dGeEllipse_YAxis_0"]=Module["asm"]["Zna"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeEllipse_MirrorByPoint_1=Module["_emscripten_bind_Mx3dGeEllipse_MirrorByPoint_1"]=function(){return(_emscripten_bind_Mx3dGeEllipse_MirrorByPoint_1=Module["_emscripten_bind_Mx3dGeEllipse_MirrorByPoint_1"]=Module["asm"]["_na"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeEllipse_MirroredByPoint_1=Module["_emscripten_bind_Mx3dGeEllipse_MirroredByPoint_1"]=function(){return(_emscripten_bind_Mx3dGeEllipse_MirroredByPoint_1=Module["_emscripten_bind_Mx3dGeEllipse_MirroredByPoint_1"]=Module["asm"]["$na"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeEllipse_MirrorByAxis_1=Module["_emscripten_bind_Mx3dGeEllipse_MirrorByAxis_1"]=function(){return(_emscripten_bind_Mx3dGeEllipse_MirrorByAxis_1=Module["_emscripten_bind_Mx3dGeEllipse_MirrorByAxis_1"]=Module["asm"]["aoa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeEllipse_MirroredByAxis_1=Module["_emscripten_bind_Mx3dGeEllipse_MirroredByAxis_1"]=function(){return(_emscripten_bind_Mx3dGeEllipse_MirroredByAxis_1=Module["_emscripten_bind_Mx3dGeEllipse_MirroredByAxis_1"]=Module["asm"]["boa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeEllipse_MirrorByCSYSR_1=Module["_emscripten_bind_Mx3dGeEllipse_MirrorByCSYSR_1"]=function(){return(_emscripten_bind_Mx3dGeEllipse_MirrorByCSYSR_1=Module["_emscripten_bind_Mx3dGeEllipse_MirrorByCSYSR_1"]=Module["asm"]["coa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeEllipse_MirroredByCSYSR_1=Module["_emscripten_bind_Mx3dGeEllipse_MirroredByCSYSR_1"]=function(){return(_emscripten_bind_Mx3dGeEllipse_MirroredByCSYSR_1=Module["_emscripten_bind_Mx3dGeEllipse_MirroredByCSYSR_1"]=Module["asm"]["doa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeEllipse_Rotate_2=Module["_emscripten_bind_Mx3dGeEllipse_Rotate_2"]=function(){return(_emscripten_bind_Mx3dGeEllipse_Rotate_2=Module["_emscripten_bind_Mx3dGeEllipse_Rotate_2"]=Module["asm"]["eoa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeEllipse_Rotated_2=Module["_emscripten_bind_Mx3dGeEllipse_Rotated_2"]=function(){return(_emscripten_bind_Mx3dGeEllipse_Rotated_2=Module["_emscripten_bind_Mx3dGeEllipse_Rotated_2"]=Module["asm"]["foa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeEllipse_Scale_2=Module["_emscripten_bind_Mx3dGeEllipse_Scale_2"]=function(){return(_emscripten_bind_Mx3dGeEllipse_Scale_2=Module["_emscripten_bind_Mx3dGeEllipse_Scale_2"]=Module["asm"]["goa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeEllipse_Scaled_2=Module["_emscripten_bind_Mx3dGeEllipse_Scaled_2"]=function(){return(_emscripten_bind_Mx3dGeEllipse_Scaled_2=Module["_emscripten_bind_Mx3dGeEllipse_Scaled_2"]=Module["asm"]["hoa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeEllipse_Transform_1=Module["_emscripten_bind_Mx3dGeEllipse_Transform_1"]=function(){return(_emscripten_bind_Mx3dGeEllipse_Transform_1=Module["_emscripten_bind_Mx3dGeEllipse_Transform_1"]=Module["asm"]["ioa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeEllipse_Transformed_1=Module["_emscripten_bind_Mx3dGeEllipse_Transformed_1"]=function(){return(_emscripten_bind_Mx3dGeEllipse_Transformed_1=Module["_emscripten_bind_Mx3dGeEllipse_Transformed_1"]=Module["asm"]["joa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeEllipse_TranslateByVec_1=Module["_emscripten_bind_Mx3dGeEllipse_TranslateByVec_1"]=function(){return(_emscripten_bind_Mx3dGeEllipse_TranslateByVec_1=Module["_emscripten_bind_Mx3dGeEllipse_TranslateByVec_1"]=Module["asm"]["koa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeEllipse_TranslatedByVec_1=Module["_emscripten_bind_Mx3dGeEllipse_TranslatedByVec_1"]=function(){return(_emscripten_bind_Mx3dGeEllipse_TranslatedByVec_1=Module["_emscripten_bind_Mx3dGeEllipse_TranslatedByVec_1"]=Module["asm"]["loa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeEllipse_TranslateBy2Points_2=Module["_emscripten_bind_Mx3dGeEllipse_TranslateBy2Points_2"]=function(){return(_emscripten_bind_Mx3dGeEllipse_TranslateBy2Points_2=Module["_emscripten_bind_Mx3dGeEllipse_TranslateBy2Points_2"]=Module["asm"]["moa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeEllipse_TranslatedBy2Points_2=Module["_emscripten_bind_Mx3dGeEllipse_TranslatedBy2Points_2"]=function(){return(_emscripten_bind_Mx3dGeEllipse_TranslatedBy2Points_2=Module["_emscripten_bind_Mx3dGeEllipse_TranslatedBy2Points_2"]=Module["asm"]["noa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeEllipse___destroy___0=Module["_emscripten_bind_Mx3dGeEllipse___destroy___0"]=function(){return(_emscripten_bind_Mx3dGeEllipse___destroy___0=Module["_emscripten_bind_Mx3dGeEllipse___destroy___0"]=Module["asm"]["ooa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeHyperbola_Mx3dGeHyperbola_0=Module["_emscripten_bind_Mx3dGeHyperbola_Mx3dGeHyperbola_0"]=function(){return(_emscripten_bind_Mx3dGeHyperbola_Mx3dGeHyperbola_0=Module["_emscripten_bind_Mx3dGeHyperbola_Mx3dGeHyperbola_0"]=Module["asm"]["poa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeHyperbola_Mx3dGeHyperbola_3=Module["_emscripten_bind_Mx3dGeHyperbola_Mx3dGeHyperbola_3"]=function(){return(_emscripten_bind_Mx3dGeHyperbola_Mx3dGeHyperbola_3=Module["_emscripten_bind_Mx3dGeHyperbola_Mx3dGeHyperbola_3"]=Module["asm"]["qoa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeHyperbola_SetAxis_1=Module["_emscripten_bind_Mx3dGeHyperbola_SetAxis_1"]=function(){return(_emscripten_bind_Mx3dGeHyperbola_SetAxis_1=Module["_emscripten_bind_Mx3dGeHyperbola_SetAxis_1"]=Module["asm"]["roa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeHyperbola_SetLocation_1=Module["_emscripten_bind_Mx3dGeHyperbola_SetLocation_1"]=function(){return(_emscripten_bind_Mx3dGeHyperbola_SetLocation_1=Module["_emscripten_bind_Mx3dGeHyperbola_SetLocation_1"]=Module["asm"]["soa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeHyperbola_SetMajorRadius_1=Module["_emscripten_bind_Mx3dGeHyperbola_SetMajorRadius_1"]=function(){return(_emscripten_bind_Mx3dGeHyperbola_SetMajorRadius_1=Module["_emscripten_bind_Mx3dGeHyperbola_SetMajorRadius_1"]=Module["asm"]["toa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeHyperbola_SetMinorRadius_1=Module["_emscripten_bind_Mx3dGeHyperbola_SetMinorRadius_1"]=function(){return(_emscripten_bind_Mx3dGeHyperbola_SetMinorRadius_1=Module["_emscripten_bind_Mx3dGeHyperbola_SetMinorRadius_1"]=Module["asm"]["uoa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeHyperbola_SetPosition_1=Module["_emscripten_bind_Mx3dGeHyperbola_SetPosition_1"]=function(){return(_emscripten_bind_Mx3dGeHyperbola_SetPosition_1=Module["_emscripten_bind_Mx3dGeHyperbola_SetPosition_1"]=Module["asm"]["voa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeHyperbola_Asymptote1_0=Module["_emscripten_bind_Mx3dGeHyperbola_Asymptote1_0"]=function(){return(_emscripten_bind_Mx3dGeHyperbola_Asymptote1_0=Module["_emscripten_bind_Mx3dGeHyperbola_Asymptote1_0"]=Module["asm"]["woa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeHyperbola_Asymptote2_0=Module["_emscripten_bind_Mx3dGeHyperbola_Asymptote2_0"]=function(){return(_emscripten_bind_Mx3dGeHyperbola_Asymptote2_0=Module["_emscripten_bind_Mx3dGeHyperbola_Asymptote2_0"]=Module["asm"]["xoa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeHyperbola_Axis_0=Module["_emscripten_bind_Mx3dGeHyperbola_Axis_0"]=function(){return(_emscripten_bind_Mx3dGeHyperbola_Axis_0=Module["_emscripten_bind_Mx3dGeHyperbola_Axis_0"]=Module["asm"]["yoa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeHyperbola_ConjugateBranch1_0=Module["_emscripten_bind_Mx3dGeHyperbola_ConjugateBranch1_0"]=function(){return(_emscripten_bind_Mx3dGeHyperbola_ConjugateBranch1_0=Module["_emscripten_bind_Mx3dGeHyperbola_ConjugateBranch1_0"]=Module["asm"]["zoa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeHyperbola_ConjugateBranch2_0=Module["_emscripten_bind_Mx3dGeHyperbola_ConjugateBranch2_0"]=function(){return(_emscripten_bind_Mx3dGeHyperbola_ConjugateBranch2_0=Module["_emscripten_bind_Mx3dGeHyperbola_ConjugateBranch2_0"]=Module["asm"]["Aoa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeHyperbola_Directrix1_0=Module["_emscripten_bind_Mx3dGeHyperbola_Directrix1_0"]=function(){return(_emscripten_bind_Mx3dGeHyperbola_Directrix1_0=Module["_emscripten_bind_Mx3dGeHyperbola_Directrix1_0"]=Module["asm"]["Boa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeHyperbola_Directrix2_0=Module["_emscripten_bind_Mx3dGeHyperbola_Directrix2_0"]=function(){return(_emscripten_bind_Mx3dGeHyperbola_Directrix2_0=Module["_emscripten_bind_Mx3dGeHyperbola_Directrix2_0"]=Module["asm"]["Coa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeHyperbola_Eccentricity_0=Module["_emscripten_bind_Mx3dGeHyperbola_Eccentricity_0"]=function(){return(_emscripten_bind_Mx3dGeHyperbola_Eccentricity_0=Module["_emscripten_bind_Mx3dGeHyperbola_Eccentricity_0"]=Module["asm"]["Doa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeHyperbola_Focal_0=Module["_emscripten_bind_Mx3dGeHyperbola_Focal_0"]=function(){return(_emscripten_bind_Mx3dGeHyperbola_Focal_0=Module["_emscripten_bind_Mx3dGeHyperbola_Focal_0"]=Module["asm"]["Eoa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeHyperbola_Focus1_0=Module["_emscripten_bind_Mx3dGeHyperbola_Focus1_0"]=function(){return(_emscripten_bind_Mx3dGeHyperbola_Focus1_0=Module["_emscripten_bind_Mx3dGeHyperbola_Focus1_0"]=Module["asm"]["Foa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeHyperbola_Focus2_0=Module["_emscripten_bind_Mx3dGeHyperbola_Focus2_0"]=function(){return(_emscripten_bind_Mx3dGeHyperbola_Focus2_0=Module["_emscripten_bind_Mx3dGeHyperbola_Focus2_0"]=Module["asm"]["Goa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeHyperbola_Location_0=Module["_emscripten_bind_Mx3dGeHyperbola_Location_0"]=function(){return(_emscripten_bind_Mx3dGeHyperbola_Location_0=Module["_emscripten_bind_Mx3dGeHyperbola_Location_0"]=Module["asm"]["Hoa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeHyperbola_MajorRadius_0=Module["_emscripten_bind_Mx3dGeHyperbola_MajorRadius_0"]=function(){return(_emscripten_bind_Mx3dGeHyperbola_MajorRadius_0=Module["_emscripten_bind_Mx3dGeHyperbola_MajorRadius_0"]=Module["asm"]["Ioa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeHyperbola_MinorRadius_0=Module["_emscripten_bind_Mx3dGeHyperbola_MinorRadius_0"]=function(){return(_emscripten_bind_Mx3dGeHyperbola_MinorRadius_0=Module["_emscripten_bind_Mx3dGeHyperbola_MinorRadius_0"]=Module["asm"]["Joa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeHyperbola_OtherBranch_0=Module["_emscripten_bind_Mx3dGeHyperbola_OtherBranch_0"]=function(){return(_emscripten_bind_Mx3dGeHyperbola_OtherBranch_0=Module["_emscripten_bind_Mx3dGeHyperbola_OtherBranch_0"]=Module["asm"]["Koa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeHyperbola_Parameter_0=Module["_emscripten_bind_Mx3dGeHyperbola_Parameter_0"]=function(){return(_emscripten_bind_Mx3dGeHyperbola_Parameter_0=Module["_emscripten_bind_Mx3dGeHyperbola_Parameter_0"]=Module["asm"]["Loa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeHyperbola_Position_0=Module["_emscripten_bind_Mx3dGeHyperbola_Position_0"]=function(){return(_emscripten_bind_Mx3dGeHyperbola_Position_0=Module["_emscripten_bind_Mx3dGeHyperbola_Position_0"]=Module["asm"]["Moa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeHyperbola_XAxis_0=Module["_emscripten_bind_Mx3dGeHyperbola_XAxis_0"]=function(){return(_emscripten_bind_Mx3dGeHyperbola_XAxis_0=Module["_emscripten_bind_Mx3dGeHyperbola_XAxis_0"]=Module["asm"]["Noa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeHyperbola_YAxis_0=Module["_emscripten_bind_Mx3dGeHyperbola_YAxis_0"]=function(){return(_emscripten_bind_Mx3dGeHyperbola_YAxis_0=Module["_emscripten_bind_Mx3dGeHyperbola_YAxis_0"]=Module["asm"]["Ooa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeHyperbola_MirrorByPoint_1=Module["_emscripten_bind_Mx3dGeHyperbola_MirrorByPoint_1"]=function(){return(_emscripten_bind_Mx3dGeHyperbola_MirrorByPoint_1=Module["_emscripten_bind_Mx3dGeHyperbola_MirrorByPoint_1"]=Module["asm"]["Poa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeHyperbola_MirroredByPoint_1=Module["_emscripten_bind_Mx3dGeHyperbola_MirroredByPoint_1"]=function(){return(_emscripten_bind_Mx3dGeHyperbola_MirroredByPoint_1=Module["_emscripten_bind_Mx3dGeHyperbola_MirroredByPoint_1"]=Module["asm"]["Qoa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeHyperbola_MirrorByAxis_1=Module["_emscripten_bind_Mx3dGeHyperbola_MirrorByAxis_1"]=function(){return(_emscripten_bind_Mx3dGeHyperbola_MirrorByAxis_1=Module["_emscripten_bind_Mx3dGeHyperbola_MirrorByAxis_1"]=Module["asm"]["Roa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeHyperbola_MirroredByAxis_1=Module["_emscripten_bind_Mx3dGeHyperbola_MirroredByAxis_1"]=function(){return(_emscripten_bind_Mx3dGeHyperbola_MirroredByAxis_1=Module["_emscripten_bind_Mx3dGeHyperbola_MirroredByAxis_1"]=Module["asm"]["Soa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeHyperbola_MirrorByCSYSR_1=Module["_emscripten_bind_Mx3dGeHyperbola_MirrorByCSYSR_1"]=function(){return(_emscripten_bind_Mx3dGeHyperbola_MirrorByCSYSR_1=Module["_emscripten_bind_Mx3dGeHyperbola_MirrorByCSYSR_1"]=Module["asm"]["Toa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeHyperbola_MirroredByCSYSR_1=Module["_emscripten_bind_Mx3dGeHyperbola_MirroredByCSYSR_1"]=function(){return(_emscripten_bind_Mx3dGeHyperbola_MirroredByCSYSR_1=Module["_emscripten_bind_Mx3dGeHyperbola_MirroredByCSYSR_1"]=Module["asm"]["Uoa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeHyperbola_Rotate_2=Module["_emscripten_bind_Mx3dGeHyperbola_Rotate_2"]=function(){return(_emscripten_bind_Mx3dGeHyperbola_Rotate_2=Module["_emscripten_bind_Mx3dGeHyperbola_Rotate_2"]=Module["asm"]["Voa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeHyperbola_Rotated_2=Module["_emscripten_bind_Mx3dGeHyperbola_Rotated_2"]=function(){return(_emscripten_bind_Mx3dGeHyperbola_Rotated_2=Module["_emscripten_bind_Mx3dGeHyperbola_Rotated_2"]=Module["asm"]["Woa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeHyperbola_Scale_2=Module["_emscripten_bind_Mx3dGeHyperbola_Scale_2"]=function(){return(_emscripten_bind_Mx3dGeHyperbola_Scale_2=Module["_emscripten_bind_Mx3dGeHyperbola_Scale_2"]=Module["asm"]["Xoa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeHyperbola_Scaled_2=Module["_emscripten_bind_Mx3dGeHyperbola_Scaled_2"]=function(){return(_emscripten_bind_Mx3dGeHyperbola_Scaled_2=Module["_emscripten_bind_Mx3dGeHyperbola_Scaled_2"]=Module["asm"]["Yoa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeHyperbola_Transform_1=Module["_emscripten_bind_Mx3dGeHyperbola_Transform_1"]=function(){return(_emscripten_bind_Mx3dGeHyperbola_Transform_1=Module["_emscripten_bind_Mx3dGeHyperbola_Transform_1"]=Module["asm"]["Zoa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeHyperbola_Transformed_1=Module["_emscripten_bind_Mx3dGeHyperbola_Transformed_1"]=function(){return(_emscripten_bind_Mx3dGeHyperbola_Transformed_1=Module["_emscripten_bind_Mx3dGeHyperbola_Transformed_1"]=Module["asm"]["_oa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeHyperbola_TranslateByVec_1=Module["_emscripten_bind_Mx3dGeHyperbola_TranslateByVec_1"]=function(){return(_emscripten_bind_Mx3dGeHyperbola_TranslateByVec_1=Module["_emscripten_bind_Mx3dGeHyperbola_TranslateByVec_1"]=Module["asm"]["$oa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeHyperbola_TranslatedByVec_1=Module["_emscripten_bind_Mx3dGeHyperbola_TranslatedByVec_1"]=function(){return(_emscripten_bind_Mx3dGeHyperbola_TranslatedByVec_1=Module["_emscripten_bind_Mx3dGeHyperbola_TranslatedByVec_1"]=Module["asm"]["apa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeHyperbola_TranslateBy2Points_2=Module["_emscripten_bind_Mx3dGeHyperbola_TranslateBy2Points_2"]=function(){return(_emscripten_bind_Mx3dGeHyperbola_TranslateBy2Points_2=Module["_emscripten_bind_Mx3dGeHyperbola_TranslateBy2Points_2"]=Module["asm"]["bpa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeHyperbola_TranslatedBy2Points_2=Module["_emscripten_bind_Mx3dGeHyperbola_TranslatedBy2Points_2"]=function(){return(_emscripten_bind_Mx3dGeHyperbola_TranslatedBy2Points_2=Module["_emscripten_bind_Mx3dGeHyperbola_TranslatedBy2Points_2"]=Module["asm"]["cpa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeHyperbola___destroy___0=Module["_emscripten_bind_Mx3dGeHyperbola___destroy___0"]=function(){return(_emscripten_bind_Mx3dGeHyperbola___destroy___0=Module["_emscripten_bind_Mx3dGeHyperbola___destroy___0"]=Module["asm"]["dpa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeLine_Mx3dGeLine_1=Module["_emscripten_bind_Mx3dGeLine_Mx3dGeLine_1"]=function(){return(_emscripten_bind_Mx3dGeLine_Mx3dGeLine_1=Module["_emscripten_bind_Mx3dGeLine_Mx3dGeLine_1"]=Module["asm"]["epa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeLine_Mx3dGeLine_2=Module["_emscripten_bind_Mx3dGeLine_Mx3dGeLine_2"]=function(){return(_emscripten_bind_Mx3dGeLine_Mx3dGeLine_2=Module["_emscripten_bind_Mx3dGeLine_Mx3dGeLine_2"]=Module["asm"]["fpa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeLine_SetDirection_1=Module["_emscripten_bind_Mx3dGeLine_SetDirection_1"]=function(){return(_emscripten_bind_Mx3dGeLine_SetDirection_1=Module["_emscripten_bind_Mx3dGeLine_SetDirection_1"]=Module["asm"]["gpa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeLine_SetLocation_1=Module["_emscripten_bind_Mx3dGeLine_SetLocation_1"]=function(){return(_emscripten_bind_Mx3dGeLine_SetLocation_1=Module["_emscripten_bind_Mx3dGeLine_SetLocation_1"]=Module["asm"]["hpa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeLine_SetPosition_1=Module["_emscripten_bind_Mx3dGeLine_SetPosition_1"]=function(){return(_emscripten_bind_Mx3dGeLine_SetPosition_1=Module["_emscripten_bind_Mx3dGeLine_SetPosition_1"]=Module["asm"]["ipa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeLine_Position_0=Module["_emscripten_bind_Mx3dGeLine_Position_0"]=function(){return(_emscripten_bind_Mx3dGeLine_Position_0=Module["_emscripten_bind_Mx3dGeLine_Position_0"]=Module["asm"]["jpa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeLine_Reverse_0=Module["_emscripten_bind_Mx3dGeLine_Reverse_0"]=function(){return(_emscripten_bind_Mx3dGeLine_Reverse_0=Module["_emscripten_bind_Mx3dGeLine_Reverse_0"]=Module["asm"]["kpa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeLine_Reversed_0=Module["_emscripten_bind_Mx3dGeLine_Reversed_0"]=function(){return(_emscripten_bind_Mx3dGeLine_Reversed_0=Module["_emscripten_bind_Mx3dGeLine_Reversed_0"]=Module["asm"]["lpa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeLine_ReversedParameter_1=Module["_emscripten_bind_Mx3dGeLine_ReversedParameter_1"]=function(){return(_emscripten_bind_Mx3dGeLine_ReversedParameter_1=Module["_emscripten_bind_Mx3dGeLine_ReversedParameter_1"]=Module["asm"]["mpa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeLine_FirstParameter_0=Module["_emscripten_bind_Mx3dGeLine_FirstParameter_0"]=function(){return(_emscripten_bind_Mx3dGeLine_FirstParameter_0=Module["_emscripten_bind_Mx3dGeLine_FirstParameter_0"]=Module["asm"]["npa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeLine_LastParameter_0=Module["_emscripten_bind_Mx3dGeLine_LastParameter_0"]=function(){return(_emscripten_bind_Mx3dGeLine_LastParameter_0=Module["_emscripten_bind_Mx3dGeLine_LastParameter_0"]=Module["asm"]["opa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeLine_IsClosed_0=Module["_emscripten_bind_Mx3dGeLine_IsClosed_0"]=function(){return(_emscripten_bind_Mx3dGeLine_IsClosed_0=Module["_emscripten_bind_Mx3dGeLine_IsClosed_0"]=Module["asm"]["ppa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeLine_IsPeriodic_0=Module["_emscripten_bind_Mx3dGeLine_IsPeriodic_0"]=function(){return(_emscripten_bind_Mx3dGeLine_IsPeriodic_0=Module["_emscripten_bind_Mx3dGeLine_IsPeriodic_0"]=Module["asm"]["qpa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeLine_Continuity_0=Module["_emscripten_bind_Mx3dGeLine_Continuity_0"]=function(){return(_emscripten_bind_Mx3dGeLine_Continuity_0=Module["_emscripten_bind_Mx3dGeLine_Continuity_0"]=Module["asm"]["rpa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeLine_IsCN_1=Module["_emscripten_bind_Mx3dGeLine_IsCN_1"]=function(){return(_emscripten_bind_Mx3dGeLine_IsCN_1=Module["_emscripten_bind_Mx3dGeLine_IsCN_1"]=Module["asm"]["spa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeLine_D0_2=Module["_emscripten_bind_Mx3dGeLine_D0_2"]=function(){return(_emscripten_bind_Mx3dGeLine_D0_2=Module["_emscripten_bind_Mx3dGeLine_D0_2"]=Module["asm"]["tpa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeLine_D1_3=Module["_emscripten_bind_Mx3dGeLine_D1_3"]=function(){return(_emscripten_bind_Mx3dGeLine_D1_3=Module["_emscripten_bind_Mx3dGeLine_D1_3"]=Module["asm"]["upa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeLine_D2_4=Module["_emscripten_bind_Mx3dGeLine_D2_4"]=function(){return(_emscripten_bind_Mx3dGeLine_D2_4=Module["_emscripten_bind_Mx3dGeLine_D2_4"]=Module["asm"]["vpa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeLine_D3_5=Module["_emscripten_bind_Mx3dGeLine_D3_5"]=function(){return(_emscripten_bind_Mx3dGeLine_D3_5=Module["_emscripten_bind_Mx3dGeLine_D3_5"]=Module["asm"]["wpa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeLine_DN_2=Module["_emscripten_bind_Mx3dGeLine_DN_2"]=function(){return(_emscripten_bind_Mx3dGeLine_DN_2=Module["_emscripten_bind_Mx3dGeLine_DN_2"]=Module["asm"]["xpa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeLine_Transform_1=Module["_emscripten_bind_Mx3dGeLine_Transform_1"]=function(){return(_emscripten_bind_Mx3dGeLine_Transform_1=Module["_emscripten_bind_Mx3dGeLine_Transform_1"]=Module["asm"]["ypa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeLine_TransformedParameter_2=Module["_emscripten_bind_Mx3dGeLine_TransformedParameter_2"]=function(){return(_emscripten_bind_Mx3dGeLine_TransformedParameter_2=Module["_emscripten_bind_Mx3dGeLine_TransformedParameter_2"]=Module["asm"]["zpa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeLine_ParametricTransformation_1=Module["_emscripten_bind_Mx3dGeLine_ParametricTransformation_1"]=function(){return(_emscripten_bind_Mx3dGeLine_ParametricTransformation_1=Module["_emscripten_bind_Mx3dGeLine_ParametricTransformation_1"]=Module["asm"]["Apa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeLine_Period_0=Module["_emscripten_bind_Mx3dGeLine_Period_0"]=function(){return(_emscripten_bind_Mx3dGeLine_Period_0=Module["_emscripten_bind_Mx3dGeLine_Period_0"]=Module["asm"]["Bpa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeLine_Value_1=Module["_emscripten_bind_Mx3dGeLine_Value_1"]=function(){return(_emscripten_bind_Mx3dGeLine_Value_1=Module["_emscripten_bind_Mx3dGeLine_Value_1"]=Module["asm"]["Cpa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeLine_Edge_2=Module["_emscripten_bind_Mx3dGeLine_Edge_2"]=function(){return(_emscripten_bind_Mx3dGeLine_Edge_2=Module["_emscripten_bind_Mx3dGeLine_Edge_2"]=Module["asm"]["Dpa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeLine___destroy___0=Module["_emscripten_bind_Mx3dGeLine___destroy___0"]=function(){return(_emscripten_bind_Mx3dGeLine___destroy___0=Module["_emscripten_bind_Mx3dGeLine___destroy___0"]=Module["asm"]["Epa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeLocation_Mx3dGeLocation_0=Module["_emscripten_bind_Mx3dGeLocation_Mx3dGeLocation_0"]=function(){return(_emscripten_bind_Mx3dGeLocation_Mx3dGeLocation_0=Module["_emscripten_bind_Mx3dGeLocation_Mx3dGeLocation_0"]=Module["asm"]["Fpa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeLocation_Mx3dGeLocation_1=Module["_emscripten_bind_Mx3dGeLocation_Mx3dGeLocation_1"]=function(){return(_emscripten_bind_Mx3dGeLocation_Mx3dGeLocation_1=Module["_emscripten_bind_Mx3dGeLocation_Mx3dGeLocation_1"]=Module["asm"]["Gpa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeLocation_IsIdentity_0=Module["_emscripten_bind_Mx3dGeLocation_IsIdentity_0"]=function(){return(_emscripten_bind_Mx3dGeLocation_IsIdentity_0=Module["_emscripten_bind_Mx3dGeLocation_IsIdentity_0"]=Module["asm"]["Hpa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeLocation_Identity_0=Module["_emscripten_bind_Mx3dGeLocation_Identity_0"]=function(){return(_emscripten_bind_Mx3dGeLocation_Identity_0=Module["_emscripten_bind_Mx3dGeLocation_Identity_0"]=Module["asm"]["Ipa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeLocation_FirstPower_0=Module["_emscripten_bind_Mx3dGeLocation_FirstPower_0"]=function(){return(_emscripten_bind_Mx3dGeLocation_FirstPower_0=Module["_emscripten_bind_Mx3dGeLocation_FirstPower_0"]=Module["asm"]["Jpa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeLocation_NextLocation_0=Module["_emscripten_bind_Mx3dGeLocation_NextLocation_0"]=function(){return(_emscripten_bind_Mx3dGeLocation_NextLocation_0=Module["_emscripten_bind_Mx3dGeLocation_NextLocation_0"]=Module["asm"]["Kpa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeLocation_Transformation_0=Module["_emscripten_bind_Mx3dGeLocation_Transformation_0"]=function(){return(_emscripten_bind_Mx3dGeLocation_Transformation_0=Module["_emscripten_bind_Mx3dGeLocation_Transformation_0"]=Module["asm"]["Lpa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeLocation_Inverted_0=Module["_emscripten_bind_Mx3dGeLocation_Inverted_0"]=function(){return(_emscripten_bind_Mx3dGeLocation_Inverted_0=Module["_emscripten_bind_Mx3dGeLocation_Inverted_0"]=Module["asm"]["Mpa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeLocation_Multiplied_1=Module["_emscripten_bind_Mx3dGeLocation_Multiplied_1"]=function(){return(_emscripten_bind_Mx3dGeLocation_Multiplied_1=Module["_emscripten_bind_Mx3dGeLocation_Multiplied_1"]=Module["asm"]["Npa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeLocation_Divided_1=Module["_emscripten_bind_Mx3dGeLocation_Divided_1"]=function(){return(_emscripten_bind_Mx3dGeLocation_Divided_1=Module["_emscripten_bind_Mx3dGeLocation_Divided_1"]=Module["asm"]["Opa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeLocation_Predivided_1=Module["_emscripten_bind_Mx3dGeLocation_Predivided_1"]=function(){return(_emscripten_bind_Mx3dGeLocation_Predivided_1=Module["_emscripten_bind_Mx3dGeLocation_Predivided_1"]=Module["asm"]["Ppa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeLocation_Powered_1=Module["_emscripten_bind_Mx3dGeLocation_Powered_1"]=function(){return(_emscripten_bind_Mx3dGeLocation_Powered_1=Module["_emscripten_bind_Mx3dGeLocation_Powered_1"]=Module["asm"]["Qpa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeLocation_IsEqual_1=Module["_emscripten_bind_Mx3dGeLocation_IsEqual_1"]=function(){return(_emscripten_bind_Mx3dGeLocation_IsEqual_1=Module["_emscripten_bind_Mx3dGeLocation_IsEqual_1"]=Module["asm"]["Rpa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeLocation_IsDifferent_1=Module["_emscripten_bind_Mx3dGeLocation_IsDifferent_1"]=function(){return(_emscripten_bind_Mx3dGeLocation_IsDifferent_1=Module["_emscripten_bind_Mx3dGeLocation_IsDifferent_1"]=Module["asm"]["Spa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeLocation_Clear_0=Module["_emscripten_bind_Mx3dGeLocation_Clear_0"]=function(){return(_emscripten_bind_Mx3dGeLocation_Clear_0=Module["_emscripten_bind_Mx3dGeLocation_Clear_0"]=Module["asm"]["Tpa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeLocation_ScalePrec_0=Module["_emscripten_bind_Mx3dGeLocation_ScalePrec_0"]=function(){return(_emscripten_bind_Mx3dGeLocation_ScalePrec_0=Module["_emscripten_bind_Mx3dGeLocation_ScalePrec_0"]=Module["asm"]["Upa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeLocation___destroy___0=Module["_emscripten_bind_Mx3dGeLocation___destroy___0"]=function(){return(_emscripten_bind_Mx3dGeLocation___destroy___0=Module["_emscripten_bind_Mx3dGeLocation___destroy___0"]=Module["asm"]["Vpa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeMaterial_Mx3dGeMaterial_0=Module["_emscripten_bind_Mx3dGeMaterial_Mx3dGeMaterial_0"]=function(){return(_emscripten_bind_Mx3dGeMaterial_Mx3dGeMaterial_0=Module["_emscripten_bind_Mx3dGeMaterial_Mx3dGeMaterial_0"]=Module["asm"]["Wpa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeMaterial_Mx3dGeMaterial_1=Module["_emscripten_bind_Mx3dGeMaterial_Mx3dGeMaterial_1"]=function(){return(_emscripten_bind_Mx3dGeMaterial_Mx3dGeMaterial_1=Module["_emscripten_bind_Mx3dGeMaterial_Mx3dGeMaterial_1"]=Module["asm"]["Xpa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeMaterial_Name_0=Module["_emscripten_bind_Mx3dGeMaterial_Name_0"]=function(){return(_emscripten_bind_Mx3dGeMaterial_Name_0=Module["_emscripten_bind_Mx3dGeMaterial_Name_0"]=Module["asm"]["Ypa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeMaterial_RequestedName_0=Module["_emscripten_bind_Mx3dGeMaterial_RequestedName_0"]=function(){return(_emscripten_bind_Mx3dGeMaterial_RequestedName_0=Module["_emscripten_bind_Mx3dGeMaterial_RequestedName_0"]=Module["asm"]["Zpa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeMaterial_StringName_0=Module["_emscripten_bind_Mx3dGeMaterial_StringName_0"]=function(){return(_emscripten_bind_Mx3dGeMaterial_StringName_0=Module["_emscripten_bind_Mx3dGeMaterial_StringName_0"]=Module["asm"]["_pa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeMaterial_MaterialName_0=Module["_emscripten_bind_Mx3dGeMaterial_MaterialName_0"]=function(){return(_emscripten_bind_Mx3dGeMaterial_MaterialName_0=Module["_emscripten_bind_Mx3dGeMaterial_MaterialName_0"]=Module["asm"]["$pa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeMaterial_SetMaterialName_1=Module["_emscripten_bind_Mx3dGeMaterial_SetMaterialName_1"]=function(){return(_emscripten_bind_Mx3dGeMaterial_SetMaterialName_1=Module["_emscripten_bind_Mx3dGeMaterial_SetMaterialName_1"]=Module["asm"]["aqa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeMaterial_Reset_0=Module["_emscripten_bind_Mx3dGeMaterial_Reset_0"]=function(){return(_emscripten_bind_Mx3dGeMaterial_Reset_0=Module["_emscripten_bind_Mx3dGeMaterial_Reset_0"]=Module["asm"]["bqa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeMaterial_Color_0=Module["_emscripten_bind_Mx3dGeMaterial_Color_0"]=function(){return(_emscripten_bind_Mx3dGeMaterial_Color_0=Module["_emscripten_bind_Mx3dGeMaterial_Color_0"]=Module["asm"]["cqa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeMaterial_SetColor_1=Module["_emscripten_bind_Mx3dGeMaterial_SetColor_1"]=function(){return(_emscripten_bind_Mx3dGeMaterial_SetColor_1=Module["_emscripten_bind_Mx3dGeMaterial_SetColor_1"]=Module["asm"]["dqa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeMaterial_Transparency_0=Module["_emscripten_bind_Mx3dGeMaterial_Transparency_0"]=function(){return(_emscripten_bind_Mx3dGeMaterial_Transparency_0=Module["_emscripten_bind_Mx3dGeMaterial_Transparency_0"]=Module["asm"]["eqa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeMaterial_Alpha_0=Module["_emscripten_bind_Mx3dGeMaterial_Alpha_0"]=function(){return(_emscripten_bind_Mx3dGeMaterial_Alpha_0=Module["_emscripten_bind_Mx3dGeMaterial_Alpha_0"]=Module["asm"]["fqa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeMaterial_SetTransparency_1=Module["_emscripten_bind_Mx3dGeMaterial_SetTransparency_1"]=function(){return(_emscripten_bind_Mx3dGeMaterial_SetTransparency_1=Module["_emscripten_bind_Mx3dGeMaterial_SetTransparency_1"]=Module["asm"]["gqa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeMaterial_SetAlpha_1=Module["_emscripten_bind_Mx3dGeMaterial_SetAlpha_1"]=function(){return(_emscripten_bind_Mx3dGeMaterial_SetAlpha_1=Module["_emscripten_bind_Mx3dGeMaterial_SetAlpha_1"]=Module["asm"]["hqa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeMaterial_AmbientColor_0=Module["_emscripten_bind_Mx3dGeMaterial_AmbientColor_0"]=function(){return(_emscripten_bind_Mx3dGeMaterial_AmbientColor_0=Module["_emscripten_bind_Mx3dGeMaterial_AmbientColor_0"]=Module["asm"]["iqa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeMaterial_SetAmbientColor_1=Module["_emscripten_bind_Mx3dGeMaterial_SetAmbientColor_1"]=function(){return(_emscripten_bind_Mx3dGeMaterial_SetAmbientColor_1=Module["_emscripten_bind_Mx3dGeMaterial_SetAmbientColor_1"]=Module["asm"]["jqa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeMaterial_DiffuseColor_0=Module["_emscripten_bind_Mx3dGeMaterial_DiffuseColor_0"]=function(){return(_emscripten_bind_Mx3dGeMaterial_DiffuseColor_0=Module["_emscripten_bind_Mx3dGeMaterial_DiffuseColor_0"]=Module["asm"]["kqa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeMaterial_SetDiffuseColor_1=Module["_emscripten_bind_Mx3dGeMaterial_SetDiffuseColor_1"]=function(){return(_emscripten_bind_Mx3dGeMaterial_SetDiffuseColor_1=Module["_emscripten_bind_Mx3dGeMaterial_SetDiffuseColor_1"]=Module["asm"]["lqa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeMaterial_SpecularColor_0=Module["_emscripten_bind_Mx3dGeMaterial_SpecularColor_0"]=function(){return(_emscripten_bind_Mx3dGeMaterial_SpecularColor_0=Module["_emscripten_bind_Mx3dGeMaterial_SpecularColor_0"]=Module["asm"]["mqa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeMaterial_SetSpecularColor_1=Module["_emscripten_bind_Mx3dGeMaterial_SetSpecularColor_1"]=function(){return(_emscripten_bind_Mx3dGeMaterial_SetSpecularColor_1=Module["_emscripten_bind_Mx3dGeMaterial_SetSpecularColor_1"]=Module["asm"]["nqa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeMaterial_EmissiveColor_0=Module["_emscripten_bind_Mx3dGeMaterial_EmissiveColor_0"]=function(){return(_emscripten_bind_Mx3dGeMaterial_EmissiveColor_0=Module["_emscripten_bind_Mx3dGeMaterial_EmissiveColor_0"]=Module["asm"]["oqa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeMaterial_SetEmissiveColor_1=Module["_emscripten_bind_Mx3dGeMaterial_SetEmissiveColor_1"]=function(){return(_emscripten_bind_Mx3dGeMaterial_SetEmissiveColor_1=Module["_emscripten_bind_Mx3dGeMaterial_SetEmissiveColor_1"]=Module["asm"]["pqa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeMaterial_Shininess_0=Module["_emscripten_bind_Mx3dGeMaterial_Shininess_0"]=function(){return(_emscripten_bind_Mx3dGeMaterial_Shininess_0=Module["_emscripten_bind_Mx3dGeMaterial_Shininess_0"]=Module["asm"]["qqa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeMaterial_SetShininess_1=Module["_emscripten_bind_Mx3dGeMaterial_SetShininess_1"]=function(){return(_emscripten_bind_Mx3dGeMaterial_SetShininess_1=Module["_emscripten_bind_Mx3dGeMaterial_SetShininess_1"]=Module["asm"]["rqa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeMaterial_IncreaseShine_1=Module["_emscripten_bind_Mx3dGeMaterial_IncreaseShine_1"]=function(){return(_emscripten_bind_Mx3dGeMaterial_IncreaseShine_1=Module["_emscripten_bind_Mx3dGeMaterial_IncreaseShine_1"]=Module["asm"]["sqa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeMaterial_RefractionIndex_0=Module["_emscripten_bind_Mx3dGeMaterial_RefractionIndex_0"]=function(){return(_emscripten_bind_Mx3dGeMaterial_RefractionIndex_0=Module["_emscripten_bind_Mx3dGeMaterial_RefractionIndex_0"]=Module["asm"]["tqa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeMaterial_SetRefractionIndex_1=Module["_emscripten_bind_Mx3dGeMaterial_SetRefractionIndex_1"]=function(){return(_emscripten_bind_Mx3dGeMaterial_SetRefractionIndex_1=Module["_emscripten_bind_Mx3dGeMaterial_SetRefractionIndex_1"]=Module["asm"]["uqa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeMaterial_ReflectionMode_1=Module["_emscripten_bind_Mx3dGeMaterial_ReflectionMode_1"]=function(){return(_emscripten_bind_Mx3dGeMaterial_ReflectionMode_1=Module["_emscripten_bind_Mx3dGeMaterial_ReflectionMode_1"]=Module["asm"]["vqa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeMaterial_MaterialType_0=Module["_emscripten_bind_Mx3dGeMaterial_MaterialType_0"]=function(){return(_emscripten_bind_Mx3dGeMaterial_MaterialType_0=Module["_emscripten_bind_Mx3dGeMaterial_MaterialType_0"]=Module["asm"]["wqa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeMaterial_SetMaterialType_1=Module["_emscripten_bind_Mx3dGeMaterial_SetMaterialType_1"]=function(){return(_emscripten_bind_Mx3dGeMaterial_SetMaterialType_1=Module["_emscripten_bind_Mx3dGeMaterial_SetMaterialType_1"]=Module["asm"]["xqa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeMaterial_IsDifferent_1=Module["_emscripten_bind_Mx3dGeMaterial_IsDifferent_1"]=function(){return(_emscripten_bind_Mx3dGeMaterial_IsDifferent_1=Module["_emscripten_bind_Mx3dGeMaterial_IsDifferent_1"]=Module["asm"]["yqa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeMaterial_IsEqual_1=Module["_emscripten_bind_Mx3dGeMaterial_IsEqual_1"]=function(){return(_emscripten_bind_Mx3dGeMaterial_IsEqual_1=Module["_emscripten_bind_Mx3dGeMaterial_IsEqual_1"]=Module["asm"]["zqa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeMaterial___destroy___0=Module["_emscripten_bind_Mx3dGeMaterial___destroy___0"]=function(){return(_emscripten_bind_Mx3dGeMaterial___destroy___0=Module["_emscripten_bind_Mx3dGeMaterial___destroy___0"]=Module["asm"]["Aqa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGePlane_Mx3dGePlane_0=Module["_emscripten_bind_Mx3dGePlane_Mx3dGePlane_0"]=function(){return(_emscripten_bind_Mx3dGePlane_Mx3dGePlane_0=Module["_emscripten_bind_Mx3dGePlane_Mx3dGePlane_0"]=Module["asm"]["Bqa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGePlane_Mx3dGePlane_1=Module["_emscripten_bind_Mx3dGePlane_Mx3dGePlane_1"]=function(){return(_emscripten_bind_Mx3dGePlane_Mx3dGePlane_1=Module["_emscripten_bind_Mx3dGePlane_Mx3dGePlane_1"]=Module["asm"]["Cqa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGePlane_Mx3dGePlane_2=Module["_emscripten_bind_Mx3dGePlane_Mx3dGePlane_2"]=function(){return(_emscripten_bind_Mx3dGePlane_Mx3dGePlane_2=Module["_emscripten_bind_Mx3dGePlane_Mx3dGePlane_2"]=Module["asm"]["Dqa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGePlane_Mx3dGePlane_4=Module["_emscripten_bind_Mx3dGePlane_Mx3dGePlane_4"]=function(){return(_emscripten_bind_Mx3dGePlane_Mx3dGePlane_4=Module["_emscripten_bind_Mx3dGePlane_Mx3dGePlane_4"]=Module["asm"]["Eqa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGePlane_SetAxis_1=Module["_emscripten_bind_Mx3dGePlane_SetAxis_1"]=function(){return(_emscripten_bind_Mx3dGePlane_SetAxis_1=Module["_emscripten_bind_Mx3dGePlane_SetAxis_1"]=Module["asm"]["Fqa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGePlane_SetLocation_1=Module["_emscripten_bind_Mx3dGePlane_SetLocation_1"]=function(){return(_emscripten_bind_Mx3dGePlane_SetLocation_1=Module["_emscripten_bind_Mx3dGePlane_SetLocation_1"]=Module["asm"]["Gqa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGePlane_SetPosition_1=Module["_emscripten_bind_Mx3dGePlane_SetPosition_1"]=function(){return(_emscripten_bind_Mx3dGePlane_SetPosition_1=Module["_emscripten_bind_Mx3dGePlane_SetPosition_1"]=Module["asm"]["Hqa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGePlane_UReverse_0=Module["_emscripten_bind_Mx3dGePlane_UReverse_0"]=function(){return(_emscripten_bind_Mx3dGePlane_UReverse_0=Module["_emscripten_bind_Mx3dGePlane_UReverse_0"]=Module["asm"]["Iqa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGePlane_VReverse_0=Module["_emscripten_bind_Mx3dGePlane_VReverse_0"]=function(){return(_emscripten_bind_Mx3dGePlane_VReverse_0=Module["_emscripten_bind_Mx3dGePlane_VReverse_0"]=Module["asm"]["Jqa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGePlane_Direct_0=Module["_emscripten_bind_Mx3dGePlane_Direct_0"]=function(){return(_emscripten_bind_Mx3dGePlane_Direct_0=Module["_emscripten_bind_Mx3dGePlane_Direct_0"]=Module["asm"]["Kqa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGePlane_Axis_0=Module["_emscripten_bind_Mx3dGePlane_Axis_0"]=function(){return(_emscripten_bind_Mx3dGePlane_Axis_0=Module["_emscripten_bind_Mx3dGePlane_Axis_0"]=Module["asm"]["Lqa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGePlane_Location_0=Module["_emscripten_bind_Mx3dGePlane_Location_0"]=function(){return(_emscripten_bind_Mx3dGePlane_Location_0=Module["_emscripten_bind_Mx3dGePlane_Location_0"]=Module["asm"]["Mqa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGePlane_Position_0=Module["_emscripten_bind_Mx3dGePlane_Position_0"]=function(){return(_emscripten_bind_Mx3dGePlane_Position_0=Module["_emscripten_bind_Mx3dGePlane_Position_0"]=Module["asm"]["Nqa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGePlane_DistanceToPoint_1=Module["_emscripten_bind_Mx3dGePlane_DistanceToPoint_1"]=function(){return(_emscripten_bind_Mx3dGePlane_DistanceToPoint_1=Module["_emscripten_bind_Mx3dGePlane_DistanceToPoint_1"]=Module["asm"]["Oqa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGePlane_DistanceToPlane_1=Module["_emscripten_bind_Mx3dGePlane_DistanceToPlane_1"]=function(){return(_emscripten_bind_Mx3dGePlane_DistanceToPlane_1=Module["_emscripten_bind_Mx3dGePlane_DistanceToPlane_1"]=Module["asm"]["Pqa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGePlane_SquareDistanceToPoint_1=Module["_emscripten_bind_Mx3dGePlane_SquareDistanceToPoint_1"]=function(){return(_emscripten_bind_Mx3dGePlane_SquareDistanceToPoint_1=Module["_emscripten_bind_Mx3dGePlane_SquareDistanceToPoint_1"]=Module["asm"]["Qqa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGePlane_SquareDistanceToPlane_1=Module["_emscripten_bind_Mx3dGePlane_SquareDistanceToPlane_1"]=function(){return(_emscripten_bind_Mx3dGePlane_SquareDistanceToPlane_1=Module["_emscripten_bind_Mx3dGePlane_SquareDistanceToPlane_1"]=Module["asm"]["Rqa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGePlane_XAxis_0=Module["_emscripten_bind_Mx3dGePlane_XAxis_0"]=function(){return(_emscripten_bind_Mx3dGePlane_XAxis_0=Module["_emscripten_bind_Mx3dGePlane_XAxis_0"]=Module["asm"]["Sqa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGePlane_YAxis_0=Module["_emscripten_bind_Mx3dGePlane_YAxis_0"]=function(){return(_emscripten_bind_Mx3dGePlane_YAxis_0=Module["_emscripten_bind_Mx3dGePlane_YAxis_0"]=Module["asm"]["Tqa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGePlane_Contains_2=Module["_emscripten_bind_Mx3dGePlane_Contains_2"]=function(){return(_emscripten_bind_Mx3dGePlane_Contains_2=Module["_emscripten_bind_Mx3dGePlane_Contains_2"]=Module["asm"]["Uqa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGePlane_MirrorByPoint_1=Module["_emscripten_bind_Mx3dGePlane_MirrorByPoint_1"]=function(){return(_emscripten_bind_Mx3dGePlane_MirrorByPoint_1=Module["_emscripten_bind_Mx3dGePlane_MirrorByPoint_1"]=Module["asm"]["Vqa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGePlane_MirroredByPoint_1=Module["_emscripten_bind_Mx3dGePlane_MirroredByPoint_1"]=function(){return(_emscripten_bind_Mx3dGePlane_MirroredByPoint_1=Module["_emscripten_bind_Mx3dGePlane_MirroredByPoint_1"]=Module["asm"]["Wqa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGePlane_MirrorByAxis_1=Module["_emscripten_bind_Mx3dGePlane_MirrorByAxis_1"]=function(){return(_emscripten_bind_Mx3dGePlane_MirrorByAxis_1=Module["_emscripten_bind_Mx3dGePlane_MirrorByAxis_1"]=Module["asm"]["Xqa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGePlane_MirroredByAxis_1=Module["_emscripten_bind_Mx3dGePlane_MirroredByAxis_1"]=function(){return(_emscripten_bind_Mx3dGePlane_MirroredByAxis_1=Module["_emscripten_bind_Mx3dGePlane_MirroredByAxis_1"]=Module["asm"]["Yqa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGePlane_MirrorByCSYSR_1=Module["_emscripten_bind_Mx3dGePlane_MirrorByCSYSR_1"]=function(){return(_emscripten_bind_Mx3dGePlane_MirrorByCSYSR_1=Module["_emscripten_bind_Mx3dGePlane_MirrorByCSYSR_1"]=Module["asm"]["Zqa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGePlane_MirroredByCSYSR_1=Module["_emscripten_bind_Mx3dGePlane_MirroredByCSYSR_1"]=function(){return(_emscripten_bind_Mx3dGePlane_MirroredByCSYSR_1=Module["_emscripten_bind_Mx3dGePlane_MirroredByCSYSR_1"]=Module["asm"]["_qa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGePlane_Rotate_2=Module["_emscripten_bind_Mx3dGePlane_Rotate_2"]=function(){return(_emscripten_bind_Mx3dGePlane_Rotate_2=Module["_emscripten_bind_Mx3dGePlane_Rotate_2"]=Module["asm"]["$qa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGePlane_Rotated_2=Module["_emscripten_bind_Mx3dGePlane_Rotated_2"]=function(){return(_emscripten_bind_Mx3dGePlane_Rotated_2=Module["_emscripten_bind_Mx3dGePlane_Rotated_2"]=Module["asm"]["ara"]).apply(null,arguments)};var _emscripten_bind_Mx3dGePlane_Scale_2=Module["_emscripten_bind_Mx3dGePlane_Scale_2"]=function(){return(_emscripten_bind_Mx3dGePlane_Scale_2=Module["_emscripten_bind_Mx3dGePlane_Scale_2"]=Module["asm"]["bra"]).apply(null,arguments)};var _emscripten_bind_Mx3dGePlane_Scaled_2=Module["_emscripten_bind_Mx3dGePlane_Scaled_2"]=function(){return(_emscripten_bind_Mx3dGePlane_Scaled_2=Module["_emscripten_bind_Mx3dGePlane_Scaled_2"]=Module["asm"]["cra"]).apply(null,arguments)};var _emscripten_bind_Mx3dGePlane_Transform_1=Module["_emscripten_bind_Mx3dGePlane_Transform_1"]=function(){return(_emscripten_bind_Mx3dGePlane_Transform_1=Module["_emscripten_bind_Mx3dGePlane_Transform_1"]=Module["asm"]["dra"]).apply(null,arguments)};var _emscripten_bind_Mx3dGePlane_Transformed_1=Module["_emscripten_bind_Mx3dGePlane_Transformed_1"]=function(){return(_emscripten_bind_Mx3dGePlane_Transformed_1=Module["_emscripten_bind_Mx3dGePlane_Transformed_1"]=Module["asm"]["era"]).apply(null,arguments)};var _emscripten_bind_Mx3dGePlane_TranslateByVec_1=Module["_emscripten_bind_Mx3dGePlane_TranslateByVec_1"]=function(){return(_emscripten_bind_Mx3dGePlane_TranslateByVec_1=Module["_emscripten_bind_Mx3dGePlane_TranslateByVec_1"]=Module["asm"]["fra"]).apply(null,arguments)};var _emscripten_bind_Mx3dGePlane_TranslatedByVec_1=Module["_emscripten_bind_Mx3dGePlane_TranslatedByVec_1"]=function(){return(_emscripten_bind_Mx3dGePlane_TranslatedByVec_1=Module["_emscripten_bind_Mx3dGePlane_TranslatedByVec_1"]=Module["asm"]["gra"]).apply(null,arguments)};var _emscripten_bind_Mx3dGePlane_TranslateBy2Points_2=Module["_emscripten_bind_Mx3dGePlane_TranslateBy2Points_2"]=function(){return(_emscripten_bind_Mx3dGePlane_TranslateBy2Points_2=Module["_emscripten_bind_Mx3dGePlane_TranslateBy2Points_2"]=Module["asm"]["hra"]).apply(null,arguments)};var _emscripten_bind_Mx3dGePlane_TranslatedBy2Points_2=Module["_emscripten_bind_Mx3dGePlane_TranslatedBy2Points_2"]=function(){return(_emscripten_bind_Mx3dGePlane_TranslatedBy2Points_2=Module["_emscripten_bind_Mx3dGePlane_TranslatedBy2Points_2"]=Module["asm"]["ira"]).apply(null,arguments)};var _emscripten_bind_Mx3dGePlane_Shape_0=Module["_emscripten_bind_Mx3dGePlane_Shape_0"]=function(){return(_emscripten_bind_Mx3dGePlane_Shape_0=Module["_emscripten_bind_Mx3dGePlane_Shape_0"]=Module["asm"]["jra"]).apply(null,arguments)};var _emscripten_bind_Mx3dGePlane_Shape_4=Module["_emscripten_bind_Mx3dGePlane_Shape_4"]=function(){return(_emscripten_bind_Mx3dGePlane_Shape_4=Module["_emscripten_bind_Mx3dGePlane_Shape_4"]=Module["asm"]["kra"]).apply(null,arguments)};var _emscripten_bind_Mx3dGePlane___destroy___0=Module["_emscripten_bind_Mx3dGePlane___destroy___0"]=function(){return(_emscripten_bind_Mx3dGePlane___destroy___0=Module["_emscripten_bind_Mx3dGePlane___destroy___0"]=Module["asm"]["lra"]).apply(null,arguments)};var _emscripten_bind_Mx3dGePoint_Mx3dGePoint_0=Module["_emscripten_bind_Mx3dGePoint_Mx3dGePoint_0"]=function(){return(_emscripten_bind_Mx3dGePoint_Mx3dGePoint_0=Module["_emscripten_bind_Mx3dGePoint_Mx3dGePoint_0"]=Module["asm"]["mra"]).apply(null,arguments)};var _emscripten_bind_Mx3dGePoint_Mx3dGePoint_3=Module["_emscripten_bind_Mx3dGePoint_Mx3dGePoint_3"]=function(){return(_emscripten_bind_Mx3dGePoint_Mx3dGePoint_3=Module["_emscripten_bind_Mx3dGePoint_Mx3dGePoint_3"]=Module["asm"]["nra"]).apply(null,arguments)};var _emscripten_bind_Mx3dGePoint_X_0=Module["_emscripten_bind_Mx3dGePoint_X_0"]=function(){return(_emscripten_bind_Mx3dGePoint_X_0=Module["_emscripten_bind_Mx3dGePoint_X_0"]=Module["asm"]["ora"]).apply(null,arguments)};var _emscripten_bind_Mx3dGePoint_Y_0=Module["_emscripten_bind_Mx3dGePoint_Y_0"]=function(){return(_emscripten_bind_Mx3dGePoint_Y_0=Module["_emscripten_bind_Mx3dGePoint_Y_0"]=Module["asm"]["pra"]).apply(null,arguments)};var _emscripten_bind_Mx3dGePoint_Z_0=Module["_emscripten_bind_Mx3dGePoint_Z_0"]=function(){return(_emscripten_bind_Mx3dGePoint_Z_0=Module["_emscripten_bind_Mx3dGePoint_Z_0"]=Module["asm"]["qra"]).apply(null,arguments)};var _emscripten_bind_Mx3dGePoint_setX_1=Module["_emscripten_bind_Mx3dGePoint_setX_1"]=function(){return(_emscripten_bind_Mx3dGePoint_setX_1=Module["_emscripten_bind_Mx3dGePoint_setX_1"]=Module["asm"]["rra"]).apply(null,arguments)};var _emscripten_bind_Mx3dGePoint_setY_1=Module["_emscripten_bind_Mx3dGePoint_setY_1"]=function(){return(_emscripten_bind_Mx3dGePoint_setY_1=Module["_emscripten_bind_Mx3dGePoint_setY_1"]=Module["asm"]["sra"]).apply(null,arguments)};var _emscripten_bind_Mx3dGePoint_setZ_1=Module["_emscripten_bind_Mx3dGePoint_setZ_1"]=function(){return(_emscripten_bind_Mx3dGePoint_setZ_1=Module["_emscripten_bind_Mx3dGePoint_setZ_1"]=Module["asm"]["tra"]).apply(null,arguments)};var _emscripten_bind_Mx3dGePoint_Vertex_0=Module["_emscripten_bind_Mx3dGePoint_Vertex_0"]=function(){return(_emscripten_bind_Mx3dGePoint_Vertex_0=Module["_emscripten_bind_Mx3dGePoint_Vertex_0"]=Module["asm"]["ura"]).apply(null,arguments)};var _emscripten_bind_Mx3dGePoint___destroy___0=Module["_emscripten_bind_Mx3dGePoint___destroy___0"]=function(){return(_emscripten_bind_Mx3dGePoint___destroy___0=Module["_emscripten_bind_Mx3dGePoint___destroy___0"]=Module["asm"]["vra"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeTrsf_Mx3dGeTrsf_0=Module["_emscripten_bind_Mx3dGeTrsf_Mx3dGeTrsf_0"]=function(){return(_emscripten_bind_Mx3dGeTrsf_Mx3dGeTrsf_0=Module["_emscripten_bind_Mx3dGeTrsf_Mx3dGeTrsf_0"]=Module["asm"]["wra"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeTrsf_SetMirrorByPoint_1=Module["_emscripten_bind_Mx3dGeTrsf_SetMirrorByPoint_1"]=function(){return(_emscripten_bind_Mx3dGeTrsf_SetMirrorByPoint_1=Module["_emscripten_bind_Mx3dGeTrsf_SetMirrorByPoint_1"]=Module["asm"]["xra"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeTrsf_SetMirrorByAxis_1=Module["_emscripten_bind_Mx3dGeTrsf_SetMirrorByAxis_1"]=function(){return(_emscripten_bind_Mx3dGeTrsf_SetMirrorByAxis_1=Module["_emscripten_bind_Mx3dGeTrsf_SetMirrorByAxis_1"]=Module["asm"]["yra"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeTrsf_SetMirrorByCSYSR_1=Module["_emscripten_bind_Mx3dGeTrsf_SetMirrorByCSYSR_1"]=function(){return(_emscripten_bind_Mx3dGeTrsf_SetMirrorByCSYSR_1=Module["_emscripten_bind_Mx3dGeTrsf_SetMirrorByCSYSR_1"]=Module["asm"]["zra"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeTrsf_SetRotation_2=Module["_emscripten_bind_Mx3dGeTrsf_SetRotation_2"]=function(){return(_emscripten_bind_Mx3dGeTrsf_SetRotation_2=Module["_emscripten_bind_Mx3dGeTrsf_SetRotation_2"]=Module["asm"]["Ara"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeTrsf_SetScale_2=Module["_emscripten_bind_Mx3dGeTrsf_SetScale_2"]=function(){return(_emscripten_bind_Mx3dGeTrsf_SetScale_2=Module["_emscripten_bind_Mx3dGeTrsf_SetScale_2"]=Module["asm"]["Bra"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeTrsf_SetTranslationByVec_1=Module["_emscripten_bind_Mx3dGeTrsf_SetTranslationByVec_1"]=function(){return(_emscripten_bind_Mx3dGeTrsf_SetTranslationByVec_1=Module["_emscripten_bind_Mx3dGeTrsf_SetTranslationByVec_1"]=Module["asm"]["Cra"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeTrsf_SetTranslationBy2Points_2=Module["_emscripten_bind_Mx3dGeTrsf_SetTranslationBy2Points_2"]=function(){return(_emscripten_bind_Mx3dGeTrsf_SetTranslationBy2Points_2=Module["_emscripten_bind_Mx3dGeTrsf_SetTranslationBy2Points_2"]=Module["asm"]["Dra"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeTrsf_SetTranslationPart_1=Module["_emscripten_bind_Mx3dGeTrsf_SetTranslationPart_1"]=function(){return(_emscripten_bind_Mx3dGeTrsf_SetTranslationPart_1=Module["_emscripten_bind_Mx3dGeTrsf_SetTranslationPart_1"]=Module["asm"]["Era"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeTrsf_SetScaleFactor_1=Module["_emscripten_bind_Mx3dGeTrsf_SetScaleFactor_1"]=function(){return(_emscripten_bind_Mx3dGeTrsf_SetScaleFactor_1=Module["_emscripten_bind_Mx3dGeTrsf_SetScaleFactor_1"]=Module["asm"]["Fra"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeTrsf_SetValues_12=Module["_emscripten_bind_Mx3dGeTrsf_SetValues_12"]=function(){return(_emscripten_bind_Mx3dGeTrsf_SetValues_12=Module["_emscripten_bind_Mx3dGeTrsf_SetValues_12"]=Module["asm"]["Gra"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeTrsf_IsNegative_0=Module["_emscripten_bind_Mx3dGeTrsf_IsNegative_0"]=function(){return(_emscripten_bind_Mx3dGeTrsf_IsNegative_0=Module["_emscripten_bind_Mx3dGeTrsf_IsNegative_0"]=Module["asm"]["Hra"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeTrsf_ScaleFactor_0=Module["_emscripten_bind_Mx3dGeTrsf_ScaleFactor_0"]=function(){return(_emscripten_bind_Mx3dGeTrsf_ScaleFactor_0=Module["_emscripten_bind_Mx3dGeTrsf_ScaleFactor_0"]=Module["asm"]["Ira"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeTrsf_Value_2=Module["_emscripten_bind_Mx3dGeTrsf_Value_2"]=function(){return(_emscripten_bind_Mx3dGeTrsf_Value_2=Module["_emscripten_bind_Mx3dGeTrsf_Value_2"]=Module["asm"]["Jra"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeTrsf_Invert_0=Module["_emscripten_bind_Mx3dGeTrsf_Invert_0"]=function(){return(_emscripten_bind_Mx3dGeTrsf_Invert_0=Module["_emscripten_bind_Mx3dGeTrsf_Invert_0"]=Module["asm"]["Kra"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeTrsf_Inverted_0=Module["_emscripten_bind_Mx3dGeTrsf_Inverted_0"]=function(){return(_emscripten_bind_Mx3dGeTrsf_Inverted_0=Module["_emscripten_bind_Mx3dGeTrsf_Inverted_0"]=Module["asm"]["Lra"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeTrsf_Multiplied_1=Module["_emscripten_bind_Mx3dGeTrsf_Multiplied_1"]=function(){return(_emscripten_bind_Mx3dGeTrsf_Multiplied_1=Module["_emscripten_bind_Mx3dGeTrsf_Multiplied_1"]=Module["asm"]["Mra"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeTrsf_Multiply_1=Module["_emscripten_bind_Mx3dGeTrsf_Multiply_1"]=function(){return(_emscripten_bind_Mx3dGeTrsf_Multiply_1=Module["_emscripten_bind_Mx3dGeTrsf_Multiply_1"]=Module["asm"]["Nra"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeTrsf_PreMultiply_1=Module["_emscripten_bind_Mx3dGeTrsf_PreMultiply_1"]=function(){return(_emscripten_bind_Mx3dGeTrsf_PreMultiply_1=Module["_emscripten_bind_Mx3dGeTrsf_PreMultiply_1"]=Module["asm"]["Ora"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeTrsf_Power_1=Module["_emscripten_bind_Mx3dGeTrsf_Power_1"]=function(){return(_emscripten_bind_Mx3dGeTrsf_Power_1=Module["_emscripten_bind_Mx3dGeTrsf_Power_1"]=Module["asm"]["Pra"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeTrsf_Powered_1=Module["_emscripten_bind_Mx3dGeTrsf_Powered_1"]=function(){return(_emscripten_bind_Mx3dGeTrsf_Powered_1=Module["_emscripten_bind_Mx3dGeTrsf_Powered_1"]=Module["asm"]["Qra"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeTrsf_Transforms_3=Module["_emscripten_bind_Mx3dGeTrsf_Transforms_3"]=function(){return(_emscripten_bind_Mx3dGeTrsf_Transforms_3=Module["_emscripten_bind_Mx3dGeTrsf_Transforms_3"]=Module["asm"]["Rra"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeTrsf___destroy___0=Module["_emscripten_bind_Mx3dGeTrsf___destroy___0"]=function(){return(_emscripten_bind_Mx3dGeTrsf___destroy___0=Module["_emscripten_bind_Mx3dGeTrsf___destroy___0"]=Module["asm"]["Sra"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeVec_Mx3dGeVec_0=Module["_emscripten_bind_Mx3dGeVec_Mx3dGeVec_0"]=function(){return(_emscripten_bind_Mx3dGeVec_Mx3dGeVec_0=Module["_emscripten_bind_Mx3dGeVec_Mx3dGeVec_0"]=Module["asm"]["Tra"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeVec_Mx3dGeVec_2=Module["_emscripten_bind_Mx3dGeVec_Mx3dGeVec_2"]=function(){return(_emscripten_bind_Mx3dGeVec_Mx3dGeVec_2=Module["_emscripten_bind_Mx3dGeVec_Mx3dGeVec_2"]=Module["asm"]["Ura"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeVec_Mx3dGeVec_3=Module["_emscripten_bind_Mx3dGeVec_Mx3dGeVec_3"]=function(){return(_emscripten_bind_Mx3dGeVec_Mx3dGeVec_3=Module["_emscripten_bind_Mx3dGeVec_Mx3dGeVec_3"]=Module["asm"]["Vra"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeVec_X_0=Module["_emscripten_bind_Mx3dGeVec_X_0"]=function(){return(_emscripten_bind_Mx3dGeVec_X_0=Module["_emscripten_bind_Mx3dGeVec_X_0"]=Module["asm"]["Wra"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeVec_Y_0=Module["_emscripten_bind_Mx3dGeVec_Y_0"]=function(){return(_emscripten_bind_Mx3dGeVec_Y_0=Module["_emscripten_bind_Mx3dGeVec_Y_0"]=Module["asm"]["Xra"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeVec_Z_0=Module["_emscripten_bind_Mx3dGeVec_Z_0"]=function(){return(_emscripten_bind_Mx3dGeVec_Z_0=Module["_emscripten_bind_Mx3dGeVec_Z_0"]=Module["asm"]["Yra"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeVec_SetX_1=Module["_emscripten_bind_Mx3dGeVec_SetX_1"]=function(){return(_emscripten_bind_Mx3dGeVec_SetX_1=Module["_emscripten_bind_Mx3dGeVec_SetX_1"]=Module["asm"]["Zra"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeVec_SetY_1=Module["_emscripten_bind_Mx3dGeVec_SetY_1"]=function(){return(_emscripten_bind_Mx3dGeVec_SetY_1=Module["_emscripten_bind_Mx3dGeVec_SetY_1"]=Module["asm"]["_ra"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeVec_SetZ_1=Module["_emscripten_bind_Mx3dGeVec_SetZ_1"]=function(){return(_emscripten_bind_Mx3dGeVec_SetZ_1=Module["_emscripten_bind_Mx3dGeVec_SetZ_1"]=Module["asm"]["$ra"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeVec_SetXYZ_3=Module["_emscripten_bind_Mx3dGeVec_SetXYZ_3"]=function(){return(_emscripten_bind_Mx3dGeVec_SetXYZ_3=Module["_emscripten_bind_Mx3dGeVec_SetXYZ_3"]=Module["asm"]["asa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeVec_IsEqual_3=Module["_emscripten_bind_Mx3dGeVec_IsEqual_3"]=function(){return(_emscripten_bind_Mx3dGeVec_IsEqual_3=Module["_emscripten_bind_Mx3dGeVec_IsEqual_3"]=Module["asm"]["bsa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeVec_IsNormal_2=Module["_emscripten_bind_Mx3dGeVec_IsNormal_2"]=function(){return(_emscripten_bind_Mx3dGeVec_IsNormal_2=Module["_emscripten_bind_Mx3dGeVec_IsNormal_2"]=Module["asm"]["csa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeVec_IsOpposite_2=Module["_emscripten_bind_Mx3dGeVec_IsOpposite_2"]=function(){return(_emscripten_bind_Mx3dGeVec_IsOpposite_2=Module["_emscripten_bind_Mx3dGeVec_IsOpposite_2"]=Module["asm"]["dsa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeVec_IsParallel_2=Module["_emscripten_bind_Mx3dGeVec_IsParallel_2"]=function(){return(_emscripten_bind_Mx3dGeVec_IsParallel_2=Module["_emscripten_bind_Mx3dGeVec_IsParallel_2"]=Module["asm"]["esa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeVec_Angle_1=Module["_emscripten_bind_Mx3dGeVec_Angle_1"]=function(){return(_emscripten_bind_Mx3dGeVec_Angle_1=Module["_emscripten_bind_Mx3dGeVec_Angle_1"]=Module["asm"]["fsa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeVec_AngleWithRef_2=Module["_emscripten_bind_Mx3dGeVec_AngleWithRef_2"]=function(){return(_emscripten_bind_Mx3dGeVec_AngleWithRef_2=Module["_emscripten_bind_Mx3dGeVec_AngleWithRef_2"]=Module["asm"]["gsa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeVec_Magnitude_0=Module["_emscripten_bind_Mx3dGeVec_Magnitude_0"]=function(){return(_emscripten_bind_Mx3dGeVec_Magnitude_0=Module["_emscripten_bind_Mx3dGeVec_Magnitude_0"]=Module["asm"]["hsa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeVec_SquareMagnitude_0=Module["_emscripten_bind_Mx3dGeVec_SquareMagnitude_0"]=function(){return(_emscripten_bind_Mx3dGeVec_SquareMagnitude_0=Module["_emscripten_bind_Mx3dGeVec_SquareMagnitude_0"]=Module["asm"]["isa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeVec_Add_1=Module["_emscripten_bind_Mx3dGeVec_Add_1"]=function(){return(_emscripten_bind_Mx3dGeVec_Add_1=Module["_emscripten_bind_Mx3dGeVec_Add_1"]=Module["asm"]["jsa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeVec_Added_1=Module["_emscripten_bind_Mx3dGeVec_Added_1"]=function(){return(_emscripten_bind_Mx3dGeVec_Added_1=Module["_emscripten_bind_Mx3dGeVec_Added_1"]=Module["asm"]["ksa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeVec_Subtract_1=Module["_emscripten_bind_Mx3dGeVec_Subtract_1"]=function(){return(_emscripten_bind_Mx3dGeVec_Subtract_1=Module["_emscripten_bind_Mx3dGeVec_Subtract_1"]=Module["asm"]["lsa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeVec_Subtracted_1=Module["_emscripten_bind_Mx3dGeVec_Subtracted_1"]=function(){return(_emscripten_bind_Mx3dGeVec_Subtracted_1=Module["_emscripten_bind_Mx3dGeVec_Subtracted_1"]=Module["asm"]["msa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeVec_Multiply_1=Module["_emscripten_bind_Mx3dGeVec_Multiply_1"]=function(){return(_emscripten_bind_Mx3dGeVec_Multiply_1=Module["_emscripten_bind_Mx3dGeVec_Multiply_1"]=Module["asm"]["nsa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeVec_Multiplied_1=Module["_emscripten_bind_Mx3dGeVec_Multiplied_1"]=function(){return(_emscripten_bind_Mx3dGeVec_Multiplied_1=Module["_emscripten_bind_Mx3dGeVec_Multiplied_1"]=Module["asm"]["osa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeVec_Divide_1=Module["_emscripten_bind_Mx3dGeVec_Divide_1"]=function(){return(_emscripten_bind_Mx3dGeVec_Divide_1=Module["_emscripten_bind_Mx3dGeVec_Divide_1"]=Module["asm"]["psa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeVec_Divided_1=Module["_emscripten_bind_Mx3dGeVec_Divided_1"]=function(){return(_emscripten_bind_Mx3dGeVec_Divided_1=Module["_emscripten_bind_Mx3dGeVec_Divided_1"]=Module["asm"]["qsa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeVec_Cross_1=Module["_emscripten_bind_Mx3dGeVec_Cross_1"]=function(){return(_emscripten_bind_Mx3dGeVec_Cross_1=Module["_emscripten_bind_Mx3dGeVec_Cross_1"]=Module["asm"]["rsa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeVec_Crossed_1=Module["_emscripten_bind_Mx3dGeVec_Crossed_1"]=function(){return(_emscripten_bind_Mx3dGeVec_Crossed_1=Module["_emscripten_bind_Mx3dGeVec_Crossed_1"]=Module["asm"]["ssa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeVec_CrossMagnitude_1=Module["_emscripten_bind_Mx3dGeVec_CrossMagnitude_1"]=function(){return(_emscripten_bind_Mx3dGeVec_CrossMagnitude_1=Module["_emscripten_bind_Mx3dGeVec_CrossMagnitude_1"]=Module["asm"]["tsa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeVec_CrossSquareMagnitude_1=Module["_emscripten_bind_Mx3dGeVec_CrossSquareMagnitude_1"]=function(){return(_emscripten_bind_Mx3dGeVec_CrossSquareMagnitude_1=Module["_emscripten_bind_Mx3dGeVec_CrossSquareMagnitude_1"]=Module["asm"]["usa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeVec_CrossCross_2=Module["_emscripten_bind_Mx3dGeVec_CrossCross_2"]=function(){return(_emscripten_bind_Mx3dGeVec_CrossCross_2=Module["_emscripten_bind_Mx3dGeVec_CrossCross_2"]=Module["asm"]["vsa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeVec_CrossCrossed_2=Module["_emscripten_bind_Mx3dGeVec_CrossCrossed_2"]=function(){return(_emscripten_bind_Mx3dGeVec_CrossCrossed_2=Module["_emscripten_bind_Mx3dGeVec_CrossCrossed_2"]=Module["asm"]["wsa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeVec_Dot_1=Module["_emscripten_bind_Mx3dGeVec_Dot_1"]=function(){return(_emscripten_bind_Mx3dGeVec_Dot_1=Module["_emscripten_bind_Mx3dGeVec_Dot_1"]=Module["asm"]["xsa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeVec_DotCross_2=Module["_emscripten_bind_Mx3dGeVec_DotCross_2"]=function(){return(_emscripten_bind_Mx3dGeVec_DotCross_2=Module["_emscripten_bind_Mx3dGeVec_DotCross_2"]=Module["asm"]["ysa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeVec_Normalize_0=Module["_emscripten_bind_Mx3dGeVec_Normalize_0"]=function(){return(_emscripten_bind_Mx3dGeVec_Normalize_0=Module["_emscripten_bind_Mx3dGeVec_Normalize_0"]=Module["asm"]["zsa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeVec_Normalized_0=Module["_emscripten_bind_Mx3dGeVec_Normalized_0"]=function(){return(_emscripten_bind_Mx3dGeVec_Normalized_0=Module["_emscripten_bind_Mx3dGeVec_Normalized_0"]=Module["asm"]["Asa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeVec_Reverse_0=Module["_emscripten_bind_Mx3dGeVec_Reverse_0"]=function(){return(_emscripten_bind_Mx3dGeVec_Reverse_0=Module["_emscripten_bind_Mx3dGeVec_Reverse_0"]=Module["asm"]["Bsa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeVec_Reversed_0=Module["_emscripten_bind_Mx3dGeVec_Reversed_0"]=function(){return(_emscripten_bind_Mx3dGeVec_Reversed_0=Module["_emscripten_bind_Mx3dGeVec_Reversed_0"]=Module["asm"]["Csa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeVec_SetLinearForm_2=Module["_emscripten_bind_Mx3dGeVec_SetLinearForm_2"]=function(){return(_emscripten_bind_Mx3dGeVec_SetLinearForm_2=Module["_emscripten_bind_Mx3dGeVec_SetLinearForm_2"]=Module["asm"]["Dsa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeVec_SetLinearForm_3=Module["_emscripten_bind_Mx3dGeVec_SetLinearForm_3"]=function(){return(_emscripten_bind_Mx3dGeVec_SetLinearForm_3=Module["_emscripten_bind_Mx3dGeVec_SetLinearForm_3"]=Module["asm"]["Esa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeVec_SetLinearForm_4=Module["_emscripten_bind_Mx3dGeVec_SetLinearForm_4"]=function(){return(_emscripten_bind_Mx3dGeVec_SetLinearForm_4=Module["_emscripten_bind_Mx3dGeVec_SetLinearForm_4"]=Module["asm"]["Fsa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeVec_SetLinearForm_5=Module["_emscripten_bind_Mx3dGeVec_SetLinearForm_5"]=function(){return(_emscripten_bind_Mx3dGeVec_SetLinearForm_5=Module["_emscripten_bind_Mx3dGeVec_SetLinearForm_5"]=Module["asm"]["Gsa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeVec_SetLinearForm_6=Module["_emscripten_bind_Mx3dGeVec_SetLinearForm_6"]=function(){return(_emscripten_bind_Mx3dGeVec_SetLinearForm_6=Module["_emscripten_bind_Mx3dGeVec_SetLinearForm_6"]=Module["asm"]["Hsa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeVec_SetLinearForm_7=Module["_emscripten_bind_Mx3dGeVec_SetLinearForm_7"]=function(){return(_emscripten_bind_Mx3dGeVec_SetLinearForm_7=Module["_emscripten_bind_Mx3dGeVec_SetLinearForm_7"]=Module["asm"]["Isa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeVec_MirrorByVec_1=Module["_emscripten_bind_Mx3dGeVec_MirrorByVec_1"]=function(){return(_emscripten_bind_Mx3dGeVec_MirrorByVec_1=Module["_emscripten_bind_Mx3dGeVec_MirrorByVec_1"]=Module["asm"]["Jsa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeVec_MirroredByVec_1=Module["_emscripten_bind_Mx3dGeVec_MirroredByVec_1"]=function(){return(_emscripten_bind_Mx3dGeVec_MirroredByVec_1=Module["_emscripten_bind_Mx3dGeVec_MirroredByVec_1"]=Module["asm"]["Ksa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeVec_MirrorByAxis_1=Module["_emscripten_bind_Mx3dGeVec_MirrorByAxis_1"]=function(){return(_emscripten_bind_Mx3dGeVec_MirrorByAxis_1=Module["_emscripten_bind_Mx3dGeVec_MirrorByAxis_1"]=Module["asm"]["Lsa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeVec_MirroredByAxis_1=Module["_emscripten_bind_Mx3dGeVec_MirroredByAxis_1"]=function(){return(_emscripten_bind_Mx3dGeVec_MirroredByAxis_1=Module["_emscripten_bind_Mx3dGeVec_MirroredByAxis_1"]=Module["asm"]["Msa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeVec_MirrorByCSYSR_1=Module["_emscripten_bind_Mx3dGeVec_MirrorByCSYSR_1"]=function(){return(_emscripten_bind_Mx3dGeVec_MirrorByCSYSR_1=Module["_emscripten_bind_Mx3dGeVec_MirrorByCSYSR_1"]=Module["asm"]["Nsa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeVec_MirroredByCSYSR_1=Module["_emscripten_bind_Mx3dGeVec_MirroredByCSYSR_1"]=function(){return(_emscripten_bind_Mx3dGeVec_MirroredByCSYSR_1=Module["_emscripten_bind_Mx3dGeVec_MirroredByCSYSR_1"]=Module["asm"]["Osa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeVec_Rotate_2=Module["_emscripten_bind_Mx3dGeVec_Rotate_2"]=function(){return(_emscripten_bind_Mx3dGeVec_Rotate_2=Module["_emscripten_bind_Mx3dGeVec_Rotate_2"]=Module["asm"]["Psa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeVec_Rotated_2=Module["_emscripten_bind_Mx3dGeVec_Rotated_2"]=function(){return(_emscripten_bind_Mx3dGeVec_Rotated_2=Module["_emscripten_bind_Mx3dGeVec_Rotated_2"]=Module["asm"]["Qsa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeVec_Scale_1=Module["_emscripten_bind_Mx3dGeVec_Scale_1"]=function(){return(_emscripten_bind_Mx3dGeVec_Scale_1=Module["_emscripten_bind_Mx3dGeVec_Scale_1"]=Module["asm"]["Rsa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeVec_Scaled_1=Module["_emscripten_bind_Mx3dGeVec_Scaled_1"]=function(){return(_emscripten_bind_Mx3dGeVec_Scaled_1=Module["_emscripten_bind_Mx3dGeVec_Scaled_1"]=Module["asm"]["Ssa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeVec_Transform_1=Module["_emscripten_bind_Mx3dGeVec_Transform_1"]=function(){return(_emscripten_bind_Mx3dGeVec_Transform_1=Module["_emscripten_bind_Mx3dGeVec_Transform_1"]=Module["asm"]["Tsa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeVec_Transformed_1=Module["_emscripten_bind_Mx3dGeVec_Transformed_1"]=function(){return(_emscripten_bind_Mx3dGeVec_Transformed_1=Module["_emscripten_bind_Mx3dGeVec_Transformed_1"]=Module["asm"]["Usa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeVec___destroy___0=Module["_emscripten_bind_Mx3dGeVec___destroy___0"]=function(){return(_emscripten_bind_Mx3dGeVec___destroy___0=Module["_emscripten_bind_Mx3dGeVec___destroy___0"]=Module["asm"]["Vsa"]).apply(null,arguments)};var _emscripten_bind_Mx3dLabelSequence_Mx3dLabelSequence_0=Module["_emscripten_bind_Mx3dLabelSequence_Mx3dLabelSequence_0"]=function(){return(_emscripten_bind_Mx3dLabelSequence_Mx3dLabelSequence_0=Module["_emscripten_bind_Mx3dLabelSequence_Mx3dLabelSequence_0"]=Module["asm"]["Wsa"]).apply(null,arguments)};var _emscripten_bind_Mx3dLabelSequence_Length_0=Module["_emscripten_bind_Mx3dLabelSequence_Length_0"]=function(){return(_emscripten_bind_Mx3dLabelSequence_Length_0=Module["_emscripten_bind_Mx3dLabelSequence_Length_0"]=Module["asm"]["Xsa"]).apply(null,arguments)};var _emscripten_bind_Mx3dLabelSequence_Value_1=Module["_emscripten_bind_Mx3dLabelSequence_Value_1"]=function(){return(_emscripten_bind_Mx3dLabelSequence_Value_1=Module["_emscripten_bind_Mx3dLabelSequence_Value_1"]=Module["asm"]["Ysa"]).apply(null,arguments)};var _emscripten_bind_Mx3dLabelSequence___destroy___0=Module["_emscripten_bind_Mx3dLabelSequence___destroy___0"]=function(){return(_emscripten_bind_Mx3dLabelSequence___destroy___0=Module["_emscripten_bind_Mx3dLabelSequence___destroy___0"]=Module["asm"]["Zsa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeVertex_Mx3dShapeVertex_0=Module["_emscripten_bind_Mx3dShapeVertex_Mx3dShapeVertex_0"]=function(){return(_emscripten_bind_Mx3dShapeVertex_Mx3dShapeVertex_0=Module["_emscripten_bind_Mx3dShapeVertex_Mx3dShapeVertex_0"]=Module["asm"]["_sa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeVertex_getBndBox_0=Module["_emscripten_bind_Mx3dShapeVertex_getBndBox_0"]=function(){return(_emscripten_bind_Mx3dShapeVertex_getBndBox_0=Module["_emscripten_bind_Mx3dShapeVertex_getBndBox_0"]=Module["asm"]["$sa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeVertex_reverse_0=Module["_emscripten_bind_Mx3dShapeVertex_reverse_0"]=function(){return(_emscripten_bind_Mx3dShapeVertex_reverse_0=Module["_emscripten_bind_Mx3dShapeVertex_reverse_0"]=Module["asm"]["ata"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeVertex_reversed_0=Module["_emscripten_bind_Mx3dShapeVertex_reversed_0"]=function(){return(_emscripten_bind_Mx3dShapeVertex_reversed_0=Module["_emscripten_bind_Mx3dShapeVertex_reversed_0"]=Module["asm"]["bta"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeVertex_Orientation_0=Module["_emscripten_bind_Mx3dShapeVertex_Orientation_0"]=function(){return(_emscripten_bind_Mx3dShapeVertex_Orientation_0=Module["_emscripten_bind_Mx3dShapeVertex_Orientation_0"]=Module["asm"]["cta"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeVertex_move_1=Module["_emscripten_bind_Mx3dShapeVertex_move_1"]=function(){return(_emscripten_bind_Mx3dShapeVertex_move_1=Module["_emscripten_bind_Mx3dShapeVertex_move_1"]=Module["asm"]["dta"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeVertex_moved_1=Module["_emscripten_bind_Mx3dShapeVertex_moved_1"]=function(){return(_emscripten_bind_Mx3dShapeVertex_moved_1=Module["_emscripten_bind_Mx3dShapeVertex_moved_1"]=Module["asm"]["eta"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeVertex_clone_0=Module["_emscripten_bind_Mx3dShapeVertex_clone_0"]=function(){return(_emscripten_bind_Mx3dShapeVertex_clone_0=Module["_emscripten_bind_Mx3dShapeVertex_clone_0"]=Module["asm"]["fta"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeVertex_fuse_1=Module["_emscripten_bind_Mx3dShapeVertex_fuse_1"]=function(){return(_emscripten_bind_Mx3dShapeVertex_fuse_1=Module["_emscripten_bind_Mx3dShapeVertex_fuse_1"]=Module["asm"]["gta"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeVertex_cut_1=Module["_emscripten_bind_Mx3dShapeVertex_cut_1"]=function(){return(_emscripten_bind_Mx3dShapeVertex_cut_1=Module["_emscripten_bind_Mx3dShapeVertex_cut_1"]=Module["asm"]["hta"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeVertex_common_1=Module["_emscripten_bind_Mx3dShapeVertex_common_1"]=function(){return(_emscripten_bind_Mx3dShapeVertex_common_1=Module["_emscripten_bind_Mx3dShapeVertex_common_1"]=Module["asm"]["ita"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeVertex_section_1=Module["_emscripten_bind_Mx3dShapeVertex_section_1"]=function(){return(_emscripten_bind_Mx3dShapeVertex_section_1=Module["_emscripten_bind_Mx3dShapeVertex_section_1"]=Module["asm"]["jta"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeVertex_spliter_1=Module["_emscripten_bind_Mx3dShapeVertex_spliter_1"]=function(){return(_emscripten_bind_Mx3dShapeVertex_spliter_1=Module["_emscripten_bind_Mx3dShapeVertex_spliter_1"]=Module["asm"]["kta"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeVertex_MirrorByPoint_1=Module["_emscripten_bind_Mx3dShapeVertex_MirrorByPoint_1"]=function(){return(_emscripten_bind_Mx3dShapeVertex_MirrorByPoint_1=Module["_emscripten_bind_Mx3dShapeVertex_MirrorByPoint_1"]=Module["asm"]["lta"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeVertex_MirroredByPoint_1=Module["_emscripten_bind_Mx3dShapeVertex_MirroredByPoint_1"]=function(){return(_emscripten_bind_Mx3dShapeVertex_MirroredByPoint_1=Module["_emscripten_bind_Mx3dShapeVertex_MirroredByPoint_1"]=Module["asm"]["mta"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeVertex_MirrorByAxis_1=Module["_emscripten_bind_Mx3dShapeVertex_MirrorByAxis_1"]=function(){return(_emscripten_bind_Mx3dShapeVertex_MirrorByAxis_1=Module["_emscripten_bind_Mx3dShapeVertex_MirrorByAxis_1"]=Module["asm"]["nta"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeVertex_MirroredByAxis_1=Module["_emscripten_bind_Mx3dShapeVertex_MirroredByAxis_1"]=function(){return(_emscripten_bind_Mx3dShapeVertex_MirroredByAxis_1=Module["_emscripten_bind_Mx3dShapeVertex_MirroredByAxis_1"]=Module["asm"]["ota"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeVertex_MirrorByCSYSR_1=Module["_emscripten_bind_Mx3dShapeVertex_MirrorByCSYSR_1"]=function(){return(_emscripten_bind_Mx3dShapeVertex_MirrorByCSYSR_1=Module["_emscripten_bind_Mx3dShapeVertex_MirrorByCSYSR_1"]=Module["asm"]["pta"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeVertex_MirroredByCSYSR_1=Module["_emscripten_bind_Mx3dShapeVertex_MirroredByCSYSR_1"]=function(){return(_emscripten_bind_Mx3dShapeVertex_MirroredByCSYSR_1=Module["_emscripten_bind_Mx3dShapeVertex_MirroredByCSYSR_1"]=Module["asm"]["qta"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeVertex_Rotate_2=Module["_emscripten_bind_Mx3dShapeVertex_Rotate_2"]=function(){return(_emscripten_bind_Mx3dShapeVertex_Rotate_2=Module["_emscripten_bind_Mx3dShapeVertex_Rotate_2"]=Module["asm"]["rta"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeVertex_Rotated_2=Module["_emscripten_bind_Mx3dShapeVertex_Rotated_2"]=function(){return(_emscripten_bind_Mx3dShapeVertex_Rotated_2=Module["_emscripten_bind_Mx3dShapeVertex_Rotated_2"]=Module["asm"]["sta"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeVertex_Scale_2=Module["_emscripten_bind_Mx3dShapeVertex_Scale_2"]=function(){return(_emscripten_bind_Mx3dShapeVertex_Scale_2=Module["_emscripten_bind_Mx3dShapeVertex_Scale_2"]=Module["asm"]["tta"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeVertex_Scaled_2=Module["_emscripten_bind_Mx3dShapeVertex_Scaled_2"]=function(){return(_emscripten_bind_Mx3dShapeVertex_Scaled_2=Module["_emscripten_bind_Mx3dShapeVertex_Scaled_2"]=Module["asm"]["uta"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeVertex_Transform_1=Module["_emscripten_bind_Mx3dShapeVertex_Transform_1"]=function(){return(_emscripten_bind_Mx3dShapeVertex_Transform_1=Module["_emscripten_bind_Mx3dShapeVertex_Transform_1"]=Module["asm"]["vta"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeVertex_Transformed_1=Module["_emscripten_bind_Mx3dShapeVertex_Transformed_1"]=function(){return(_emscripten_bind_Mx3dShapeVertex_Transformed_1=Module["_emscripten_bind_Mx3dShapeVertex_Transformed_1"]=Module["asm"]["wta"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeVertex_TranslateByVec_1=Module["_emscripten_bind_Mx3dShapeVertex_TranslateByVec_1"]=function(){return(_emscripten_bind_Mx3dShapeVertex_TranslateByVec_1=Module["_emscripten_bind_Mx3dShapeVertex_TranslateByVec_1"]=Module["asm"]["xta"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeVertex_TranslateByVec_3=Module["_emscripten_bind_Mx3dShapeVertex_TranslateByVec_3"]=function(){return(_emscripten_bind_Mx3dShapeVertex_TranslateByVec_3=Module["_emscripten_bind_Mx3dShapeVertex_TranslateByVec_3"]=Module["asm"]["yta"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeVertex_TranslatedByVec_1=Module["_emscripten_bind_Mx3dShapeVertex_TranslatedByVec_1"]=function(){return(_emscripten_bind_Mx3dShapeVertex_TranslatedByVec_1=Module["_emscripten_bind_Mx3dShapeVertex_TranslatedByVec_1"]=Module["asm"]["zta"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeVertex_TranslatedByVec_3=Module["_emscripten_bind_Mx3dShapeVertex_TranslatedByVec_3"]=function(){return(_emscripten_bind_Mx3dShapeVertex_TranslatedByVec_3=Module["_emscripten_bind_Mx3dShapeVertex_TranslatedByVec_3"]=Module["asm"]["Ata"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeVertex_TranslateBy2Points_2=Module["_emscripten_bind_Mx3dShapeVertex_TranslateBy2Points_2"]=function(){return(_emscripten_bind_Mx3dShapeVertex_TranslateBy2Points_2=Module["_emscripten_bind_Mx3dShapeVertex_TranslateBy2Points_2"]=Module["asm"]["Bta"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeVertex_TranslatedBy2Points_2=Module["_emscripten_bind_Mx3dShapeVertex_TranslatedBy2Points_2"]=function(){return(_emscripten_bind_Mx3dShapeVertex_TranslatedBy2Points_2=Module["_emscripten_bind_Mx3dShapeVertex_TranslatedBy2Points_2"]=Module["asm"]["Cta"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeVertex_Explore_1=Module["_emscripten_bind_Mx3dShapeVertex_Explore_1"]=function(){return(_emscripten_bind_Mx3dShapeVertex_Explore_1=Module["_emscripten_bind_Mx3dShapeVertex_Explore_1"]=Module["asm"]["Dta"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeVertex_ShapeType_0=Module["_emscripten_bind_Mx3dShapeVertex_ShapeType_0"]=function(){return(_emscripten_bind_Mx3dShapeVertex_ShapeType_0=Module["_emscripten_bind_Mx3dShapeVertex_ShapeType_0"]=Module["asm"]["Eta"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeVertex_Quantities_1=Module["_emscripten_bind_Mx3dShapeVertex_Quantities_1"]=function(){return(_emscripten_bind_Mx3dShapeVertex_Quantities_1=Module["_emscripten_bind_Mx3dShapeVertex_Quantities_1"]=Module["asm"]["Fta"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeVertex_Centroid_1=Module["_emscripten_bind_Mx3dShapeVertex_Centroid_1"]=function(){return(_emscripten_bind_Mx3dShapeVertex_Centroid_1=Module["_emscripten_bind_Mx3dShapeVertex_Centroid_1"]=Module["asm"]["Gta"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeVertex___destroy___0=Module["_emscripten_bind_Mx3dShapeVertex___destroy___0"]=function(){return(_emscripten_bind_Mx3dShapeVertex___destroy___0=Module["_emscripten_bind_Mx3dShapeVertex___destroy___0"]=Module["asm"]["Hta"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeEdge_Mx3dShapeEdge_0=Module["_emscripten_bind_Mx3dShapeEdge_Mx3dShapeEdge_0"]=function(){return(_emscripten_bind_Mx3dShapeEdge_Mx3dShapeEdge_0=Module["_emscripten_bind_Mx3dShapeEdge_Mx3dShapeEdge_0"]=Module["asm"]["Ita"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeEdge_Mx3dShapeEdge_2=Module["_emscripten_bind_Mx3dShapeEdge_Mx3dShapeEdge_2"]=function(){return(_emscripten_bind_Mx3dShapeEdge_Mx3dShapeEdge_2=Module["_emscripten_bind_Mx3dShapeEdge_Mx3dShapeEdge_2"]=Module["asm"]["Jta"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeEdge_getBndBox_0=Module["_emscripten_bind_Mx3dShapeEdge_getBndBox_0"]=function(){return(_emscripten_bind_Mx3dShapeEdge_getBndBox_0=Module["_emscripten_bind_Mx3dShapeEdge_getBndBox_0"]=Module["asm"]["Kta"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeEdge_reverse_0=Module["_emscripten_bind_Mx3dShapeEdge_reverse_0"]=function(){return(_emscripten_bind_Mx3dShapeEdge_reverse_0=Module["_emscripten_bind_Mx3dShapeEdge_reverse_0"]=Module["asm"]["Lta"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeEdge_reversed_0=Module["_emscripten_bind_Mx3dShapeEdge_reversed_0"]=function(){return(_emscripten_bind_Mx3dShapeEdge_reversed_0=Module["_emscripten_bind_Mx3dShapeEdge_reversed_0"]=Module["asm"]["Mta"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeEdge_Orientation_0=Module["_emscripten_bind_Mx3dShapeEdge_Orientation_0"]=function(){return(_emscripten_bind_Mx3dShapeEdge_Orientation_0=Module["_emscripten_bind_Mx3dShapeEdge_Orientation_0"]=Module["asm"]["Nta"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeEdge_move_1=Module["_emscripten_bind_Mx3dShapeEdge_move_1"]=function(){return(_emscripten_bind_Mx3dShapeEdge_move_1=Module["_emscripten_bind_Mx3dShapeEdge_move_1"]=Module["asm"]["Ota"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeEdge_moved_1=Module["_emscripten_bind_Mx3dShapeEdge_moved_1"]=function(){return(_emscripten_bind_Mx3dShapeEdge_moved_1=Module["_emscripten_bind_Mx3dShapeEdge_moved_1"]=Module["asm"]["Pta"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeEdge_clone_0=Module["_emscripten_bind_Mx3dShapeEdge_clone_0"]=function(){return(_emscripten_bind_Mx3dShapeEdge_clone_0=Module["_emscripten_bind_Mx3dShapeEdge_clone_0"]=Module["asm"]["Qta"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeEdge_fuse_1=Module["_emscripten_bind_Mx3dShapeEdge_fuse_1"]=function(){return(_emscripten_bind_Mx3dShapeEdge_fuse_1=Module["_emscripten_bind_Mx3dShapeEdge_fuse_1"]=Module["asm"]["Rta"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeEdge_cut_1=Module["_emscripten_bind_Mx3dShapeEdge_cut_1"]=function(){return(_emscripten_bind_Mx3dShapeEdge_cut_1=Module["_emscripten_bind_Mx3dShapeEdge_cut_1"]=Module["asm"]["Sta"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeEdge_common_1=Module["_emscripten_bind_Mx3dShapeEdge_common_1"]=function(){return(_emscripten_bind_Mx3dShapeEdge_common_1=Module["_emscripten_bind_Mx3dShapeEdge_common_1"]=Module["asm"]["Tta"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeEdge_section_1=Module["_emscripten_bind_Mx3dShapeEdge_section_1"]=function(){return(_emscripten_bind_Mx3dShapeEdge_section_1=Module["_emscripten_bind_Mx3dShapeEdge_section_1"]=Module["asm"]["Uta"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeEdge_spliter_1=Module["_emscripten_bind_Mx3dShapeEdge_spliter_1"]=function(){return(_emscripten_bind_Mx3dShapeEdge_spliter_1=Module["_emscripten_bind_Mx3dShapeEdge_spliter_1"]=Module["asm"]["Vta"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeEdge_MirrorByPoint_1=Module["_emscripten_bind_Mx3dShapeEdge_MirrorByPoint_1"]=function(){return(_emscripten_bind_Mx3dShapeEdge_MirrorByPoint_1=Module["_emscripten_bind_Mx3dShapeEdge_MirrorByPoint_1"]=Module["asm"]["Wta"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeEdge_MirroredByPoint_1=Module["_emscripten_bind_Mx3dShapeEdge_MirroredByPoint_1"]=function(){return(_emscripten_bind_Mx3dShapeEdge_MirroredByPoint_1=Module["_emscripten_bind_Mx3dShapeEdge_MirroredByPoint_1"]=Module["asm"]["Xta"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeEdge_MirrorByAxis_1=Module["_emscripten_bind_Mx3dShapeEdge_MirrorByAxis_1"]=function(){return(_emscripten_bind_Mx3dShapeEdge_MirrorByAxis_1=Module["_emscripten_bind_Mx3dShapeEdge_MirrorByAxis_1"]=Module["asm"]["Yta"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeEdge_MirroredByAxis_1=Module["_emscripten_bind_Mx3dShapeEdge_MirroredByAxis_1"]=function(){return(_emscripten_bind_Mx3dShapeEdge_MirroredByAxis_1=Module["_emscripten_bind_Mx3dShapeEdge_MirroredByAxis_1"]=Module["asm"]["Zta"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeEdge_MirrorByCSYSR_1=Module["_emscripten_bind_Mx3dShapeEdge_MirrorByCSYSR_1"]=function(){return(_emscripten_bind_Mx3dShapeEdge_MirrorByCSYSR_1=Module["_emscripten_bind_Mx3dShapeEdge_MirrorByCSYSR_1"]=Module["asm"]["_ta"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeEdge_MirroredByCSYSR_1=Module["_emscripten_bind_Mx3dShapeEdge_MirroredByCSYSR_1"]=function(){return(_emscripten_bind_Mx3dShapeEdge_MirroredByCSYSR_1=Module["_emscripten_bind_Mx3dShapeEdge_MirroredByCSYSR_1"]=Module["asm"]["$ta"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeEdge_Rotate_2=Module["_emscripten_bind_Mx3dShapeEdge_Rotate_2"]=function(){return(_emscripten_bind_Mx3dShapeEdge_Rotate_2=Module["_emscripten_bind_Mx3dShapeEdge_Rotate_2"]=Module["asm"]["aua"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeEdge_Rotated_2=Module["_emscripten_bind_Mx3dShapeEdge_Rotated_2"]=function(){return(_emscripten_bind_Mx3dShapeEdge_Rotated_2=Module["_emscripten_bind_Mx3dShapeEdge_Rotated_2"]=Module["asm"]["bua"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeEdge_Scale_2=Module["_emscripten_bind_Mx3dShapeEdge_Scale_2"]=function(){return(_emscripten_bind_Mx3dShapeEdge_Scale_2=Module["_emscripten_bind_Mx3dShapeEdge_Scale_2"]=Module["asm"]["cua"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeEdge_Scaled_2=Module["_emscripten_bind_Mx3dShapeEdge_Scaled_2"]=function(){return(_emscripten_bind_Mx3dShapeEdge_Scaled_2=Module["_emscripten_bind_Mx3dShapeEdge_Scaled_2"]=Module["asm"]["dua"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeEdge_Transform_1=Module["_emscripten_bind_Mx3dShapeEdge_Transform_1"]=function(){return(_emscripten_bind_Mx3dShapeEdge_Transform_1=Module["_emscripten_bind_Mx3dShapeEdge_Transform_1"]=Module["asm"]["eua"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeEdge_Transformed_1=Module["_emscripten_bind_Mx3dShapeEdge_Transformed_1"]=function(){return(_emscripten_bind_Mx3dShapeEdge_Transformed_1=Module["_emscripten_bind_Mx3dShapeEdge_Transformed_1"]=Module["asm"]["fua"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeEdge_TranslateByVec_1=Module["_emscripten_bind_Mx3dShapeEdge_TranslateByVec_1"]=function(){return(_emscripten_bind_Mx3dShapeEdge_TranslateByVec_1=Module["_emscripten_bind_Mx3dShapeEdge_TranslateByVec_1"]=Module["asm"]["gua"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeEdge_TranslateByVec_3=Module["_emscripten_bind_Mx3dShapeEdge_TranslateByVec_3"]=function(){return(_emscripten_bind_Mx3dShapeEdge_TranslateByVec_3=Module["_emscripten_bind_Mx3dShapeEdge_TranslateByVec_3"]=Module["asm"]["hua"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeEdge_TranslatedByVec_1=Module["_emscripten_bind_Mx3dShapeEdge_TranslatedByVec_1"]=function(){return(_emscripten_bind_Mx3dShapeEdge_TranslatedByVec_1=Module["_emscripten_bind_Mx3dShapeEdge_TranslatedByVec_1"]=Module["asm"]["iua"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeEdge_TranslatedByVec_3=Module["_emscripten_bind_Mx3dShapeEdge_TranslatedByVec_3"]=function(){return(_emscripten_bind_Mx3dShapeEdge_TranslatedByVec_3=Module["_emscripten_bind_Mx3dShapeEdge_TranslatedByVec_3"]=Module["asm"]["jua"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeEdge_TranslateBy2Points_2=Module["_emscripten_bind_Mx3dShapeEdge_TranslateBy2Points_2"]=function(){return(_emscripten_bind_Mx3dShapeEdge_TranslateBy2Points_2=Module["_emscripten_bind_Mx3dShapeEdge_TranslateBy2Points_2"]=Module["asm"]["kua"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeEdge_TranslatedBy2Points_2=Module["_emscripten_bind_Mx3dShapeEdge_TranslatedBy2Points_2"]=function(){return(_emscripten_bind_Mx3dShapeEdge_TranslatedBy2Points_2=Module["_emscripten_bind_Mx3dShapeEdge_TranslatedBy2Points_2"]=Module["asm"]["lua"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeEdge_Explore_1=Module["_emscripten_bind_Mx3dShapeEdge_Explore_1"]=function(){return(_emscripten_bind_Mx3dShapeEdge_Explore_1=Module["_emscripten_bind_Mx3dShapeEdge_Explore_1"]=Module["asm"]["mua"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeEdge_ShapeType_0=Module["_emscripten_bind_Mx3dShapeEdge_ShapeType_0"]=function(){return(_emscripten_bind_Mx3dShapeEdge_ShapeType_0=Module["_emscripten_bind_Mx3dShapeEdge_ShapeType_0"]=Module["asm"]["nua"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeEdge_Quantities_1=Module["_emscripten_bind_Mx3dShapeEdge_Quantities_1"]=function(){return(_emscripten_bind_Mx3dShapeEdge_Quantities_1=Module["_emscripten_bind_Mx3dShapeEdge_Quantities_1"]=Module["asm"]["oua"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeEdge_Centroid_1=Module["_emscripten_bind_Mx3dShapeEdge_Centroid_1"]=function(){return(_emscripten_bind_Mx3dShapeEdge_Centroid_1=Module["_emscripten_bind_Mx3dShapeEdge_Centroid_1"]=Module["asm"]["pua"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeEdge___destroy___0=Module["_emscripten_bind_Mx3dShapeEdge___destroy___0"]=function(){return(_emscripten_bind_Mx3dShapeEdge___destroy___0=Module["_emscripten_bind_Mx3dShapeEdge___destroy___0"]=Module["asm"]["qua"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeFace_Mx3dShapeFace_0=Module["_emscripten_bind_Mx3dShapeFace_Mx3dShapeFace_0"]=function(){return(_emscripten_bind_Mx3dShapeFace_Mx3dShapeFace_0=Module["_emscripten_bind_Mx3dShapeFace_Mx3dShapeFace_0"]=Module["asm"]["rua"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeFace_getBndBox_0=Module["_emscripten_bind_Mx3dShapeFace_getBndBox_0"]=function(){return(_emscripten_bind_Mx3dShapeFace_getBndBox_0=Module["_emscripten_bind_Mx3dShapeFace_getBndBox_0"]=Module["asm"]["sua"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeFace_reverse_0=Module["_emscripten_bind_Mx3dShapeFace_reverse_0"]=function(){return(_emscripten_bind_Mx3dShapeFace_reverse_0=Module["_emscripten_bind_Mx3dShapeFace_reverse_0"]=Module["asm"]["tua"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeFace_reversed_0=Module["_emscripten_bind_Mx3dShapeFace_reversed_0"]=function(){return(_emscripten_bind_Mx3dShapeFace_reversed_0=Module["_emscripten_bind_Mx3dShapeFace_reversed_0"]=Module["asm"]["uua"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeFace_Orientation_0=Module["_emscripten_bind_Mx3dShapeFace_Orientation_0"]=function(){return(_emscripten_bind_Mx3dShapeFace_Orientation_0=Module["_emscripten_bind_Mx3dShapeFace_Orientation_0"]=Module["asm"]["vua"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeFace_move_1=Module["_emscripten_bind_Mx3dShapeFace_move_1"]=function(){return(_emscripten_bind_Mx3dShapeFace_move_1=Module["_emscripten_bind_Mx3dShapeFace_move_1"]=Module["asm"]["wua"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeFace_moved_1=Module["_emscripten_bind_Mx3dShapeFace_moved_1"]=function(){return(_emscripten_bind_Mx3dShapeFace_moved_1=Module["_emscripten_bind_Mx3dShapeFace_moved_1"]=Module["asm"]["xua"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeFace_clone_0=Module["_emscripten_bind_Mx3dShapeFace_clone_0"]=function(){return(_emscripten_bind_Mx3dShapeFace_clone_0=Module["_emscripten_bind_Mx3dShapeFace_clone_0"]=Module["asm"]["yua"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeFace_fuse_1=Module["_emscripten_bind_Mx3dShapeFace_fuse_1"]=function(){return(_emscripten_bind_Mx3dShapeFace_fuse_1=Module["_emscripten_bind_Mx3dShapeFace_fuse_1"]=Module["asm"]["zua"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeFace_cut_1=Module["_emscripten_bind_Mx3dShapeFace_cut_1"]=function(){return(_emscripten_bind_Mx3dShapeFace_cut_1=Module["_emscripten_bind_Mx3dShapeFace_cut_1"]=Module["asm"]["Aua"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeFace_common_1=Module["_emscripten_bind_Mx3dShapeFace_common_1"]=function(){return(_emscripten_bind_Mx3dShapeFace_common_1=Module["_emscripten_bind_Mx3dShapeFace_common_1"]=Module["asm"]["Bua"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeFace_section_1=Module["_emscripten_bind_Mx3dShapeFace_section_1"]=function(){return(_emscripten_bind_Mx3dShapeFace_section_1=Module["_emscripten_bind_Mx3dShapeFace_section_1"]=Module["asm"]["Cua"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeFace_spliter_1=Module["_emscripten_bind_Mx3dShapeFace_spliter_1"]=function(){return(_emscripten_bind_Mx3dShapeFace_spliter_1=Module["_emscripten_bind_Mx3dShapeFace_spliter_1"]=Module["asm"]["Dua"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeFace_MirrorByPoint_1=Module["_emscripten_bind_Mx3dShapeFace_MirrorByPoint_1"]=function(){return(_emscripten_bind_Mx3dShapeFace_MirrorByPoint_1=Module["_emscripten_bind_Mx3dShapeFace_MirrorByPoint_1"]=Module["asm"]["Eua"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeFace_MirroredByPoint_1=Module["_emscripten_bind_Mx3dShapeFace_MirroredByPoint_1"]=function(){return(_emscripten_bind_Mx3dShapeFace_MirroredByPoint_1=Module["_emscripten_bind_Mx3dShapeFace_MirroredByPoint_1"]=Module["asm"]["Fua"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeFace_MirrorByAxis_1=Module["_emscripten_bind_Mx3dShapeFace_MirrorByAxis_1"]=function(){return(_emscripten_bind_Mx3dShapeFace_MirrorByAxis_1=Module["_emscripten_bind_Mx3dShapeFace_MirrorByAxis_1"]=Module["asm"]["Gua"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeFace_MirroredByAxis_1=Module["_emscripten_bind_Mx3dShapeFace_MirroredByAxis_1"]=function(){return(_emscripten_bind_Mx3dShapeFace_MirroredByAxis_1=Module["_emscripten_bind_Mx3dShapeFace_MirroredByAxis_1"]=Module["asm"]["Hua"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeFace_MirrorByCSYSR_1=Module["_emscripten_bind_Mx3dShapeFace_MirrorByCSYSR_1"]=function(){return(_emscripten_bind_Mx3dShapeFace_MirrorByCSYSR_1=Module["_emscripten_bind_Mx3dShapeFace_MirrorByCSYSR_1"]=Module["asm"]["Iua"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeFace_MirroredByCSYSR_1=Module["_emscripten_bind_Mx3dShapeFace_MirroredByCSYSR_1"]=function(){return(_emscripten_bind_Mx3dShapeFace_MirroredByCSYSR_1=Module["_emscripten_bind_Mx3dShapeFace_MirroredByCSYSR_1"]=Module["asm"]["Jua"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeFace_Rotate_2=Module["_emscripten_bind_Mx3dShapeFace_Rotate_2"]=function(){return(_emscripten_bind_Mx3dShapeFace_Rotate_2=Module["_emscripten_bind_Mx3dShapeFace_Rotate_2"]=Module["asm"]["Kua"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeFace_Rotated_2=Module["_emscripten_bind_Mx3dShapeFace_Rotated_2"]=function(){return(_emscripten_bind_Mx3dShapeFace_Rotated_2=Module["_emscripten_bind_Mx3dShapeFace_Rotated_2"]=Module["asm"]["Lua"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeFace_Scale_2=Module["_emscripten_bind_Mx3dShapeFace_Scale_2"]=function(){return(_emscripten_bind_Mx3dShapeFace_Scale_2=Module["_emscripten_bind_Mx3dShapeFace_Scale_2"]=Module["asm"]["Mua"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeFace_Scaled_2=Module["_emscripten_bind_Mx3dShapeFace_Scaled_2"]=function(){return(_emscripten_bind_Mx3dShapeFace_Scaled_2=Module["_emscripten_bind_Mx3dShapeFace_Scaled_2"]=Module["asm"]["Nua"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeFace_Transform_1=Module["_emscripten_bind_Mx3dShapeFace_Transform_1"]=function(){return(_emscripten_bind_Mx3dShapeFace_Transform_1=Module["_emscripten_bind_Mx3dShapeFace_Transform_1"]=Module["asm"]["Oua"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeFace_Transformed_1=Module["_emscripten_bind_Mx3dShapeFace_Transformed_1"]=function(){return(_emscripten_bind_Mx3dShapeFace_Transformed_1=Module["_emscripten_bind_Mx3dShapeFace_Transformed_1"]=Module["asm"]["Pua"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeFace_TranslateByVec_1=Module["_emscripten_bind_Mx3dShapeFace_TranslateByVec_1"]=function(){return(_emscripten_bind_Mx3dShapeFace_TranslateByVec_1=Module["_emscripten_bind_Mx3dShapeFace_TranslateByVec_1"]=Module["asm"]["Qua"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeFace_TranslateByVec_3=Module["_emscripten_bind_Mx3dShapeFace_TranslateByVec_3"]=function(){return(_emscripten_bind_Mx3dShapeFace_TranslateByVec_3=Module["_emscripten_bind_Mx3dShapeFace_TranslateByVec_3"]=Module["asm"]["Rua"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeFace_TranslatedByVec_1=Module["_emscripten_bind_Mx3dShapeFace_TranslatedByVec_1"]=function(){return(_emscripten_bind_Mx3dShapeFace_TranslatedByVec_1=Module["_emscripten_bind_Mx3dShapeFace_TranslatedByVec_1"]=Module["asm"]["Sua"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeFace_TranslatedByVec_3=Module["_emscripten_bind_Mx3dShapeFace_TranslatedByVec_3"]=function(){return(_emscripten_bind_Mx3dShapeFace_TranslatedByVec_3=Module["_emscripten_bind_Mx3dShapeFace_TranslatedByVec_3"]=Module["asm"]["Tua"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeFace_TranslateBy2Points_2=Module["_emscripten_bind_Mx3dShapeFace_TranslateBy2Points_2"]=function(){return(_emscripten_bind_Mx3dShapeFace_TranslateBy2Points_2=Module["_emscripten_bind_Mx3dShapeFace_TranslateBy2Points_2"]=Module["asm"]["Uua"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeFace_TranslatedBy2Points_2=Module["_emscripten_bind_Mx3dShapeFace_TranslatedBy2Points_2"]=function(){return(_emscripten_bind_Mx3dShapeFace_TranslatedBy2Points_2=Module["_emscripten_bind_Mx3dShapeFace_TranslatedBy2Points_2"]=Module["asm"]["Vua"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeFace_Explore_1=Module["_emscripten_bind_Mx3dShapeFace_Explore_1"]=function(){return(_emscripten_bind_Mx3dShapeFace_Explore_1=Module["_emscripten_bind_Mx3dShapeFace_Explore_1"]=Module["asm"]["Wua"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeFace_ShapeType_0=Module["_emscripten_bind_Mx3dShapeFace_ShapeType_0"]=function(){return(_emscripten_bind_Mx3dShapeFace_ShapeType_0=Module["_emscripten_bind_Mx3dShapeFace_ShapeType_0"]=Module["asm"]["Xua"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeFace_Quantities_1=Module["_emscripten_bind_Mx3dShapeFace_Quantities_1"]=function(){return(_emscripten_bind_Mx3dShapeFace_Quantities_1=Module["_emscripten_bind_Mx3dShapeFace_Quantities_1"]=Module["asm"]["Yua"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeFace_Centroid_1=Module["_emscripten_bind_Mx3dShapeFace_Centroid_1"]=function(){return(_emscripten_bind_Mx3dShapeFace_Centroid_1=Module["_emscripten_bind_Mx3dShapeFace_Centroid_1"]=Module["asm"]["Zua"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeFace___destroy___0=Module["_emscripten_bind_Mx3dShapeFace___destroy___0"]=function(){return(_emscripten_bind_Mx3dShapeFace___destroy___0=Module["_emscripten_bind_Mx3dShapeFace___destroy___0"]=Module["asm"]["_ua"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeWire_Mx3dShapeWire_0=Module["_emscripten_bind_Mx3dShapeWire_Mx3dShapeWire_0"]=function(){return(_emscripten_bind_Mx3dShapeWire_Mx3dShapeWire_0=Module["_emscripten_bind_Mx3dShapeWire_Mx3dShapeWire_0"]=Module["asm"]["$ua"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeWire_getBndBox_0=Module["_emscripten_bind_Mx3dShapeWire_getBndBox_0"]=function(){return(_emscripten_bind_Mx3dShapeWire_getBndBox_0=Module["_emscripten_bind_Mx3dShapeWire_getBndBox_0"]=Module["asm"]["ava"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeWire_reverse_0=Module["_emscripten_bind_Mx3dShapeWire_reverse_0"]=function(){return(_emscripten_bind_Mx3dShapeWire_reverse_0=Module["_emscripten_bind_Mx3dShapeWire_reverse_0"]=Module["asm"]["bva"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeWire_reversed_0=Module["_emscripten_bind_Mx3dShapeWire_reversed_0"]=function(){return(_emscripten_bind_Mx3dShapeWire_reversed_0=Module["_emscripten_bind_Mx3dShapeWire_reversed_0"]=Module["asm"]["cva"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeWire_Orientation_0=Module["_emscripten_bind_Mx3dShapeWire_Orientation_0"]=function(){return(_emscripten_bind_Mx3dShapeWire_Orientation_0=Module["_emscripten_bind_Mx3dShapeWire_Orientation_0"]=Module["asm"]["dva"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeWire_move_1=Module["_emscripten_bind_Mx3dShapeWire_move_1"]=function(){return(_emscripten_bind_Mx3dShapeWire_move_1=Module["_emscripten_bind_Mx3dShapeWire_move_1"]=Module["asm"]["eva"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeWire_moved_1=Module["_emscripten_bind_Mx3dShapeWire_moved_1"]=function(){return(_emscripten_bind_Mx3dShapeWire_moved_1=Module["_emscripten_bind_Mx3dShapeWire_moved_1"]=Module["asm"]["fva"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeWire_clone_0=Module["_emscripten_bind_Mx3dShapeWire_clone_0"]=function(){return(_emscripten_bind_Mx3dShapeWire_clone_0=Module["_emscripten_bind_Mx3dShapeWire_clone_0"]=Module["asm"]["gva"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeWire_fuse_1=Module["_emscripten_bind_Mx3dShapeWire_fuse_1"]=function(){return(_emscripten_bind_Mx3dShapeWire_fuse_1=Module["_emscripten_bind_Mx3dShapeWire_fuse_1"]=Module["asm"]["hva"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeWire_cut_1=Module["_emscripten_bind_Mx3dShapeWire_cut_1"]=function(){return(_emscripten_bind_Mx3dShapeWire_cut_1=Module["_emscripten_bind_Mx3dShapeWire_cut_1"]=Module["asm"]["iva"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeWire_common_1=Module["_emscripten_bind_Mx3dShapeWire_common_1"]=function(){return(_emscripten_bind_Mx3dShapeWire_common_1=Module["_emscripten_bind_Mx3dShapeWire_common_1"]=Module["asm"]["jva"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeWire_section_1=Module["_emscripten_bind_Mx3dShapeWire_section_1"]=function(){return(_emscripten_bind_Mx3dShapeWire_section_1=Module["_emscripten_bind_Mx3dShapeWire_section_1"]=Module["asm"]["kva"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeWire_spliter_1=Module["_emscripten_bind_Mx3dShapeWire_spliter_1"]=function(){return(_emscripten_bind_Mx3dShapeWire_spliter_1=Module["_emscripten_bind_Mx3dShapeWire_spliter_1"]=Module["asm"]["lva"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeWire_MirrorByPoint_1=Module["_emscripten_bind_Mx3dShapeWire_MirrorByPoint_1"]=function(){return(_emscripten_bind_Mx3dShapeWire_MirrorByPoint_1=Module["_emscripten_bind_Mx3dShapeWire_MirrorByPoint_1"]=Module["asm"]["mva"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeWire_MirroredByPoint_1=Module["_emscripten_bind_Mx3dShapeWire_MirroredByPoint_1"]=function(){return(_emscripten_bind_Mx3dShapeWire_MirroredByPoint_1=Module["_emscripten_bind_Mx3dShapeWire_MirroredByPoint_1"]=Module["asm"]["nva"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeWire_MirrorByAxis_1=Module["_emscripten_bind_Mx3dShapeWire_MirrorByAxis_1"]=function(){return(_emscripten_bind_Mx3dShapeWire_MirrorByAxis_1=Module["_emscripten_bind_Mx3dShapeWire_MirrorByAxis_1"]=Module["asm"]["ova"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeWire_MirroredByAxis_1=Module["_emscripten_bind_Mx3dShapeWire_MirroredByAxis_1"]=function(){return(_emscripten_bind_Mx3dShapeWire_MirroredByAxis_1=Module["_emscripten_bind_Mx3dShapeWire_MirroredByAxis_1"]=Module["asm"]["pva"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeWire_MirrorByCSYSR_1=Module["_emscripten_bind_Mx3dShapeWire_MirrorByCSYSR_1"]=function(){return(_emscripten_bind_Mx3dShapeWire_MirrorByCSYSR_1=Module["_emscripten_bind_Mx3dShapeWire_MirrorByCSYSR_1"]=Module["asm"]["qva"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeWire_MirroredByCSYSR_1=Module["_emscripten_bind_Mx3dShapeWire_MirroredByCSYSR_1"]=function(){return(_emscripten_bind_Mx3dShapeWire_MirroredByCSYSR_1=Module["_emscripten_bind_Mx3dShapeWire_MirroredByCSYSR_1"]=Module["asm"]["rva"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeWire_Rotate_2=Module["_emscripten_bind_Mx3dShapeWire_Rotate_2"]=function(){return(_emscripten_bind_Mx3dShapeWire_Rotate_2=Module["_emscripten_bind_Mx3dShapeWire_Rotate_2"]=Module["asm"]["sva"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeWire_Rotated_2=Module["_emscripten_bind_Mx3dShapeWire_Rotated_2"]=function(){return(_emscripten_bind_Mx3dShapeWire_Rotated_2=Module["_emscripten_bind_Mx3dShapeWire_Rotated_2"]=Module["asm"]["tva"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeWire_Scale_2=Module["_emscripten_bind_Mx3dShapeWire_Scale_2"]=function(){return(_emscripten_bind_Mx3dShapeWire_Scale_2=Module["_emscripten_bind_Mx3dShapeWire_Scale_2"]=Module["asm"]["uva"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeWire_Scaled_2=Module["_emscripten_bind_Mx3dShapeWire_Scaled_2"]=function(){return(_emscripten_bind_Mx3dShapeWire_Scaled_2=Module["_emscripten_bind_Mx3dShapeWire_Scaled_2"]=Module["asm"]["vva"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeWire_Transform_1=Module["_emscripten_bind_Mx3dShapeWire_Transform_1"]=function(){return(_emscripten_bind_Mx3dShapeWire_Transform_1=Module["_emscripten_bind_Mx3dShapeWire_Transform_1"]=Module["asm"]["wva"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeWire_Transformed_1=Module["_emscripten_bind_Mx3dShapeWire_Transformed_1"]=function(){return(_emscripten_bind_Mx3dShapeWire_Transformed_1=Module["_emscripten_bind_Mx3dShapeWire_Transformed_1"]=Module["asm"]["xva"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeWire_TranslateByVec_1=Module["_emscripten_bind_Mx3dShapeWire_TranslateByVec_1"]=function(){return(_emscripten_bind_Mx3dShapeWire_TranslateByVec_1=Module["_emscripten_bind_Mx3dShapeWire_TranslateByVec_1"]=Module["asm"]["yva"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeWire_TranslateByVec_3=Module["_emscripten_bind_Mx3dShapeWire_TranslateByVec_3"]=function(){return(_emscripten_bind_Mx3dShapeWire_TranslateByVec_3=Module["_emscripten_bind_Mx3dShapeWire_TranslateByVec_3"]=Module["asm"]["zva"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeWire_TranslatedByVec_1=Module["_emscripten_bind_Mx3dShapeWire_TranslatedByVec_1"]=function(){return(_emscripten_bind_Mx3dShapeWire_TranslatedByVec_1=Module["_emscripten_bind_Mx3dShapeWire_TranslatedByVec_1"]=Module["asm"]["Ava"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeWire_TranslatedByVec_3=Module["_emscripten_bind_Mx3dShapeWire_TranslatedByVec_3"]=function(){return(_emscripten_bind_Mx3dShapeWire_TranslatedByVec_3=Module["_emscripten_bind_Mx3dShapeWire_TranslatedByVec_3"]=Module["asm"]["Bva"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeWire_TranslateBy2Points_2=Module["_emscripten_bind_Mx3dShapeWire_TranslateBy2Points_2"]=function(){return(_emscripten_bind_Mx3dShapeWire_TranslateBy2Points_2=Module["_emscripten_bind_Mx3dShapeWire_TranslateBy2Points_2"]=Module["asm"]["Cva"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeWire_TranslatedBy2Points_2=Module["_emscripten_bind_Mx3dShapeWire_TranslatedBy2Points_2"]=function(){return(_emscripten_bind_Mx3dShapeWire_TranslatedBy2Points_2=Module["_emscripten_bind_Mx3dShapeWire_TranslatedBy2Points_2"]=Module["asm"]["Dva"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeWire_Explore_1=Module["_emscripten_bind_Mx3dShapeWire_Explore_1"]=function(){return(_emscripten_bind_Mx3dShapeWire_Explore_1=Module["_emscripten_bind_Mx3dShapeWire_Explore_1"]=Module["asm"]["Eva"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeWire_ShapeType_0=Module["_emscripten_bind_Mx3dShapeWire_ShapeType_0"]=function(){return(_emscripten_bind_Mx3dShapeWire_ShapeType_0=Module["_emscripten_bind_Mx3dShapeWire_ShapeType_0"]=Module["asm"]["Fva"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeWire_Quantities_1=Module["_emscripten_bind_Mx3dShapeWire_Quantities_1"]=function(){return(_emscripten_bind_Mx3dShapeWire_Quantities_1=Module["_emscripten_bind_Mx3dShapeWire_Quantities_1"]=Module["asm"]["Gva"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeWire_Centroid_1=Module["_emscripten_bind_Mx3dShapeWire_Centroid_1"]=function(){return(_emscripten_bind_Mx3dShapeWire_Centroid_1=Module["_emscripten_bind_Mx3dShapeWire_Centroid_1"]=Module["asm"]["Hva"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeWire___destroy___0=Module["_emscripten_bind_Mx3dShapeWire___destroy___0"]=function(){return(_emscripten_bind_Mx3dShapeWire___destroy___0=Module["_emscripten_bind_Mx3dShapeWire___destroy___0"]=Module["asm"]["Iva"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeShell_Mx3dShapeShell_0=Module["_emscripten_bind_Mx3dShapeShell_Mx3dShapeShell_0"]=function(){return(_emscripten_bind_Mx3dShapeShell_Mx3dShapeShell_0=Module["_emscripten_bind_Mx3dShapeShell_Mx3dShapeShell_0"]=Module["asm"]["Jva"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeShell_getBndBox_0=Module["_emscripten_bind_Mx3dShapeShell_getBndBox_0"]=function(){return(_emscripten_bind_Mx3dShapeShell_getBndBox_0=Module["_emscripten_bind_Mx3dShapeShell_getBndBox_0"]=Module["asm"]["Kva"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeShell_reverse_0=Module["_emscripten_bind_Mx3dShapeShell_reverse_0"]=function(){return(_emscripten_bind_Mx3dShapeShell_reverse_0=Module["_emscripten_bind_Mx3dShapeShell_reverse_0"]=Module["asm"]["Lva"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeShell_reversed_0=Module["_emscripten_bind_Mx3dShapeShell_reversed_0"]=function(){return(_emscripten_bind_Mx3dShapeShell_reversed_0=Module["_emscripten_bind_Mx3dShapeShell_reversed_0"]=Module["asm"]["Mva"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeShell_Orientation_0=Module["_emscripten_bind_Mx3dShapeShell_Orientation_0"]=function(){return(_emscripten_bind_Mx3dShapeShell_Orientation_0=Module["_emscripten_bind_Mx3dShapeShell_Orientation_0"]=Module["asm"]["Nva"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeShell_move_1=Module["_emscripten_bind_Mx3dShapeShell_move_1"]=function(){return(_emscripten_bind_Mx3dShapeShell_move_1=Module["_emscripten_bind_Mx3dShapeShell_move_1"]=Module["asm"]["Ova"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeShell_moved_1=Module["_emscripten_bind_Mx3dShapeShell_moved_1"]=function(){return(_emscripten_bind_Mx3dShapeShell_moved_1=Module["_emscripten_bind_Mx3dShapeShell_moved_1"]=Module["asm"]["Pva"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeShell_clone_0=Module["_emscripten_bind_Mx3dShapeShell_clone_0"]=function(){return(_emscripten_bind_Mx3dShapeShell_clone_0=Module["_emscripten_bind_Mx3dShapeShell_clone_0"]=Module["asm"]["Qva"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeShell_fuse_1=Module["_emscripten_bind_Mx3dShapeShell_fuse_1"]=function(){return(_emscripten_bind_Mx3dShapeShell_fuse_1=Module["_emscripten_bind_Mx3dShapeShell_fuse_1"]=Module["asm"]["Rva"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeShell_cut_1=Module["_emscripten_bind_Mx3dShapeShell_cut_1"]=function(){return(_emscripten_bind_Mx3dShapeShell_cut_1=Module["_emscripten_bind_Mx3dShapeShell_cut_1"]=Module["asm"]["Sva"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeShell_common_1=Module["_emscripten_bind_Mx3dShapeShell_common_1"]=function(){return(_emscripten_bind_Mx3dShapeShell_common_1=Module["_emscripten_bind_Mx3dShapeShell_common_1"]=Module["asm"]["Tva"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeShell_section_1=Module["_emscripten_bind_Mx3dShapeShell_section_1"]=function(){return(_emscripten_bind_Mx3dShapeShell_section_1=Module["_emscripten_bind_Mx3dShapeShell_section_1"]=Module["asm"]["Uva"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeShell_spliter_1=Module["_emscripten_bind_Mx3dShapeShell_spliter_1"]=function(){return(_emscripten_bind_Mx3dShapeShell_spliter_1=Module["_emscripten_bind_Mx3dShapeShell_spliter_1"]=Module["asm"]["Vva"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeShell_MirrorByPoint_1=Module["_emscripten_bind_Mx3dShapeShell_MirrorByPoint_1"]=function(){return(_emscripten_bind_Mx3dShapeShell_MirrorByPoint_1=Module["_emscripten_bind_Mx3dShapeShell_MirrorByPoint_1"]=Module["asm"]["Wva"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeShell_MirroredByPoint_1=Module["_emscripten_bind_Mx3dShapeShell_MirroredByPoint_1"]=function(){return(_emscripten_bind_Mx3dShapeShell_MirroredByPoint_1=Module["_emscripten_bind_Mx3dShapeShell_MirroredByPoint_1"]=Module["asm"]["Xva"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeShell_MirrorByAxis_1=Module["_emscripten_bind_Mx3dShapeShell_MirrorByAxis_1"]=function(){return(_emscripten_bind_Mx3dShapeShell_MirrorByAxis_1=Module["_emscripten_bind_Mx3dShapeShell_MirrorByAxis_1"]=Module["asm"]["Yva"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeShell_MirroredByAxis_1=Module["_emscripten_bind_Mx3dShapeShell_MirroredByAxis_1"]=function(){return(_emscripten_bind_Mx3dShapeShell_MirroredByAxis_1=Module["_emscripten_bind_Mx3dShapeShell_MirroredByAxis_1"]=Module["asm"]["Zva"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeShell_MirrorByCSYSR_1=Module["_emscripten_bind_Mx3dShapeShell_MirrorByCSYSR_1"]=function(){return(_emscripten_bind_Mx3dShapeShell_MirrorByCSYSR_1=Module["_emscripten_bind_Mx3dShapeShell_MirrorByCSYSR_1"]=Module["asm"]["_va"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeShell_MirroredByCSYSR_1=Module["_emscripten_bind_Mx3dShapeShell_MirroredByCSYSR_1"]=function(){return(_emscripten_bind_Mx3dShapeShell_MirroredByCSYSR_1=Module["_emscripten_bind_Mx3dShapeShell_MirroredByCSYSR_1"]=Module["asm"]["$va"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeShell_Rotate_2=Module["_emscripten_bind_Mx3dShapeShell_Rotate_2"]=function(){return(_emscripten_bind_Mx3dShapeShell_Rotate_2=Module["_emscripten_bind_Mx3dShapeShell_Rotate_2"]=Module["asm"]["awa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeShell_Rotated_2=Module["_emscripten_bind_Mx3dShapeShell_Rotated_2"]=function(){return(_emscripten_bind_Mx3dShapeShell_Rotated_2=Module["_emscripten_bind_Mx3dShapeShell_Rotated_2"]=Module["asm"]["bwa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeShell_Scale_2=Module["_emscripten_bind_Mx3dShapeShell_Scale_2"]=function(){return(_emscripten_bind_Mx3dShapeShell_Scale_2=Module["_emscripten_bind_Mx3dShapeShell_Scale_2"]=Module["asm"]["cwa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeShell_Scaled_2=Module["_emscripten_bind_Mx3dShapeShell_Scaled_2"]=function(){return(_emscripten_bind_Mx3dShapeShell_Scaled_2=Module["_emscripten_bind_Mx3dShapeShell_Scaled_2"]=Module["asm"]["dwa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeShell_Transform_1=Module["_emscripten_bind_Mx3dShapeShell_Transform_1"]=function(){return(_emscripten_bind_Mx3dShapeShell_Transform_1=Module["_emscripten_bind_Mx3dShapeShell_Transform_1"]=Module["asm"]["ewa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeShell_Transformed_1=Module["_emscripten_bind_Mx3dShapeShell_Transformed_1"]=function(){return(_emscripten_bind_Mx3dShapeShell_Transformed_1=Module["_emscripten_bind_Mx3dShapeShell_Transformed_1"]=Module["asm"]["fwa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeShell_TranslateByVec_1=Module["_emscripten_bind_Mx3dShapeShell_TranslateByVec_1"]=function(){return(_emscripten_bind_Mx3dShapeShell_TranslateByVec_1=Module["_emscripten_bind_Mx3dShapeShell_TranslateByVec_1"]=Module["asm"]["gwa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeShell_TranslateByVec_3=Module["_emscripten_bind_Mx3dShapeShell_TranslateByVec_3"]=function(){return(_emscripten_bind_Mx3dShapeShell_TranslateByVec_3=Module["_emscripten_bind_Mx3dShapeShell_TranslateByVec_3"]=Module["asm"]["hwa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeShell_TranslatedByVec_1=Module["_emscripten_bind_Mx3dShapeShell_TranslatedByVec_1"]=function(){return(_emscripten_bind_Mx3dShapeShell_TranslatedByVec_1=Module["_emscripten_bind_Mx3dShapeShell_TranslatedByVec_1"]=Module["asm"]["iwa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeShell_TranslatedByVec_3=Module["_emscripten_bind_Mx3dShapeShell_TranslatedByVec_3"]=function(){return(_emscripten_bind_Mx3dShapeShell_TranslatedByVec_3=Module["_emscripten_bind_Mx3dShapeShell_TranslatedByVec_3"]=Module["asm"]["jwa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeShell_TranslateBy2Points_2=Module["_emscripten_bind_Mx3dShapeShell_TranslateBy2Points_2"]=function(){return(_emscripten_bind_Mx3dShapeShell_TranslateBy2Points_2=Module["_emscripten_bind_Mx3dShapeShell_TranslateBy2Points_2"]=Module["asm"]["kwa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeShell_TranslatedBy2Points_2=Module["_emscripten_bind_Mx3dShapeShell_TranslatedBy2Points_2"]=function(){return(_emscripten_bind_Mx3dShapeShell_TranslatedBy2Points_2=Module["_emscripten_bind_Mx3dShapeShell_TranslatedBy2Points_2"]=Module["asm"]["lwa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeShell_Explore_1=Module["_emscripten_bind_Mx3dShapeShell_Explore_1"]=function(){return(_emscripten_bind_Mx3dShapeShell_Explore_1=Module["_emscripten_bind_Mx3dShapeShell_Explore_1"]=Module["asm"]["mwa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeShell_ShapeType_0=Module["_emscripten_bind_Mx3dShapeShell_ShapeType_0"]=function(){return(_emscripten_bind_Mx3dShapeShell_ShapeType_0=Module["_emscripten_bind_Mx3dShapeShell_ShapeType_0"]=Module["asm"]["nwa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeShell_Quantities_1=Module["_emscripten_bind_Mx3dShapeShell_Quantities_1"]=function(){return(_emscripten_bind_Mx3dShapeShell_Quantities_1=Module["_emscripten_bind_Mx3dShapeShell_Quantities_1"]=Module["asm"]["owa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeShell_Centroid_1=Module["_emscripten_bind_Mx3dShapeShell_Centroid_1"]=function(){return(_emscripten_bind_Mx3dShapeShell_Centroid_1=Module["_emscripten_bind_Mx3dShapeShell_Centroid_1"]=Module["asm"]["pwa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeShell___destroy___0=Module["_emscripten_bind_Mx3dShapeShell___destroy___0"]=function(){return(_emscripten_bind_Mx3dShapeShell___destroy___0=Module["_emscripten_bind_Mx3dShapeShell___destroy___0"]=Module["asm"]["qwa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeSolid_Mx3dShapeSolid_0=Module["_emscripten_bind_Mx3dShapeSolid_Mx3dShapeSolid_0"]=function(){return(_emscripten_bind_Mx3dShapeSolid_Mx3dShapeSolid_0=Module["_emscripten_bind_Mx3dShapeSolid_Mx3dShapeSolid_0"]=Module["asm"]["rwa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeSolid_getBndBox_0=Module["_emscripten_bind_Mx3dShapeSolid_getBndBox_0"]=function(){return(_emscripten_bind_Mx3dShapeSolid_getBndBox_0=Module["_emscripten_bind_Mx3dShapeSolid_getBndBox_0"]=Module["asm"]["swa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeSolid_reverse_0=Module["_emscripten_bind_Mx3dShapeSolid_reverse_0"]=function(){return(_emscripten_bind_Mx3dShapeSolid_reverse_0=Module["_emscripten_bind_Mx3dShapeSolid_reverse_0"]=Module["asm"]["twa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeSolid_reversed_0=Module["_emscripten_bind_Mx3dShapeSolid_reversed_0"]=function(){return(_emscripten_bind_Mx3dShapeSolid_reversed_0=Module["_emscripten_bind_Mx3dShapeSolid_reversed_0"]=Module["asm"]["uwa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeSolid_Orientation_0=Module["_emscripten_bind_Mx3dShapeSolid_Orientation_0"]=function(){return(_emscripten_bind_Mx3dShapeSolid_Orientation_0=Module["_emscripten_bind_Mx3dShapeSolid_Orientation_0"]=Module["asm"]["vwa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeSolid_move_1=Module["_emscripten_bind_Mx3dShapeSolid_move_1"]=function(){return(_emscripten_bind_Mx3dShapeSolid_move_1=Module["_emscripten_bind_Mx3dShapeSolid_move_1"]=Module["asm"]["wwa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeSolid_moved_1=Module["_emscripten_bind_Mx3dShapeSolid_moved_1"]=function(){return(_emscripten_bind_Mx3dShapeSolid_moved_1=Module["_emscripten_bind_Mx3dShapeSolid_moved_1"]=Module["asm"]["xwa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeSolid_clone_0=Module["_emscripten_bind_Mx3dShapeSolid_clone_0"]=function(){return(_emscripten_bind_Mx3dShapeSolid_clone_0=Module["_emscripten_bind_Mx3dShapeSolid_clone_0"]=Module["asm"]["ywa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeSolid_fuse_1=Module["_emscripten_bind_Mx3dShapeSolid_fuse_1"]=function(){return(_emscripten_bind_Mx3dShapeSolid_fuse_1=Module["_emscripten_bind_Mx3dShapeSolid_fuse_1"]=Module["asm"]["zwa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeSolid_cut_1=Module["_emscripten_bind_Mx3dShapeSolid_cut_1"]=function(){return(_emscripten_bind_Mx3dShapeSolid_cut_1=Module["_emscripten_bind_Mx3dShapeSolid_cut_1"]=Module["asm"]["Awa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeSolid_common_1=Module["_emscripten_bind_Mx3dShapeSolid_common_1"]=function(){return(_emscripten_bind_Mx3dShapeSolid_common_1=Module["_emscripten_bind_Mx3dShapeSolid_common_1"]=Module["asm"]["Bwa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeSolid_section_1=Module["_emscripten_bind_Mx3dShapeSolid_section_1"]=function(){return(_emscripten_bind_Mx3dShapeSolid_section_1=Module["_emscripten_bind_Mx3dShapeSolid_section_1"]=Module["asm"]["Cwa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeSolid_spliter_1=Module["_emscripten_bind_Mx3dShapeSolid_spliter_1"]=function(){return(_emscripten_bind_Mx3dShapeSolid_spliter_1=Module["_emscripten_bind_Mx3dShapeSolid_spliter_1"]=Module["asm"]["Dwa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeSolid_MirrorByPoint_1=Module["_emscripten_bind_Mx3dShapeSolid_MirrorByPoint_1"]=function(){return(_emscripten_bind_Mx3dShapeSolid_MirrorByPoint_1=Module["_emscripten_bind_Mx3dShapeSolid_MirrorByPoint_1"]=Module["asm"]["Ewa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeSolid_MirroredByPoint_1=Module["_emscripten_bind_Mx3dShapeSolid_MirroredByPoint_1"]=function(){return(_emscripten_bind_Mx3dShapeSolid_MirroredByPoint_1=Module["_emscripten_bind_Mx3dShapeSolid_MirroredByPoint_1"]=Module["asm"]["Fwa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeSolid_MirrorByAxis_1=Module["_emscripten_bind_Mx3dShapeSolid_MirrorByAxis_1"]=function(){return(_emscripten_bind_Mx3dShapeSolid_MirrorByAxis_1=Module["_emscripten_bind_Mx3dShapeSolid_MirrorByAxis_1"]=Module["asm"]["Gwa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeSolid_MirroredByAxis_1=Module["_emscripten_bind_Mx3dShapeSolid_MirroredByAxis_1"]=function(){return(_emscripten_bind_Mx3dShapeSolid_MirroredByAxis_1=Module["_emscripten_bind_Mx3dShapeSolid_MirroredByAxis_1"]=Module["asm"]["Hwa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeSolid_MirrorByCSYSR_1=Module["_emscripten_bind_Mx3dShapeSolid_MirrorByCSYSR_1"]=function(){return(_emscripten_bind_Mx3dShapeSolid_MirrorByCSYSR_1=Module["_emscripten_bind_Mx3dShapeSolid_MirrorByCSYSR_1"]=Module["asm"]["Iwa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeSolid_MirroredByCSYSR_1=Module["_emscripten_bind_Mx3dShapeSolid_MirroredByCSYSR_1"]=function(){return(_emscripten_bind_Mx3dShapeSolid_MirroredByCSYSR_1=Module["_emscripten_bind_Mx3dShapeSolid_MirroredByCSYSR_1"]=Module["asm"]["Jwa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeSolid_Rotate_2=Module["_emscripten_bind_Mx3dShapeSolid_Rotate_2"]=function(){return(_emscripten_bind_Mx3dShapeSolid_Rotate_2=Module["_emscripten_bind_Mx3dShapeSolid_Rotate_2"]=Module["asm"]["Kwa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeSolid_Rotated_2=Module["_emscripten_bind_Mx3dShapeSolid_Rotated_2"]=function(){return(_emscripten_bind_Mx3dShapeSolid_Rotated_2=Module["_emscripten_bind_Mx3dShapeSolid_Rotated_2"]=Module["asm"]["Lwa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeSolid_Scale_2=Module["_emscripten_bind_Mx3dShapeSolid_Scale_2"]=function(){return(_emscripten_bind_Mx3dShapeSolid_Scale_2=Module["_emscripten_bind_Mx3dShapeSolid_Scale_2"]=Module["asm"]["Mwa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeSolid_Scaled_2=Module["_emscripten_bind_Mx3dShapeSolid_Scaled_2"]=function(){return(_emscripten_bind_Mx3dShapeSolid_Scaled_2=Module["_emscripten_bind_Mx3dShapeSolid_Scaled_2"]=Module["asm"]["Nwa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeSolid_Transform_1=Module["_emscripten_bind_Mx3dShapeSolid_Transform_1"]=function(){return(_emscripten_bind_Mx3dShapeSolid_Transform_1=Module["_emscripten_bind_Mx3dShapeSolid_Transform_1"]=Module["asm"]["Owa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeSolid_Transformed_1=Module["_emscripten_bind_Mx3dShapeSolid_Transformed_1"]=function(){return(_emscripten_bind_Mx3dShapeSolid_Transformed_1=Module["_emscripten_bind_Mx3dShapeSolid_Transformed_1"]=Module["asm"]["Pwa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeSolid_TranslateByVec_1=Module["_emscripten_bind_Mx3dShapeSolid_TranslateByVec_1"]=function(){return(_emscripten_bind_Mx3dShapeSolid_TranslateByVec_1=Module["_emscripten_bind_Mx3dShapeSolid_TranslateByVec_1"]=Module["asm"]["Qwa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeSolid_TranslateByVec_3=Module["_emscripten_bind_Mx3dShapeSolid_TranslateByVec_3"]=function(){return(_emscripten_bind_Mx3dShapeSolid_TranslateByVec_3=Module["_emscripten_bind_Mx3dShapeSolid_TranslateByVec_3"]=Module["asm"]["Rwa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeSolid_TranslatedByVec_1=Module["_emscripten_bind_Mx3dShapeSolid_TranslatedByVec_1"]=function(){return(_emscripten_bind_Mx3dShapeSolid_TranslatedByVec_1=Module["_emscripten_bind_Mx3dShapeSolid_TranslatedByVec_1"]=Module["asm"]["Swa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeSolid_TranslatedByVec_3=Module["_emscripten_bind_Mx3dShapeSolid_TranslatedByVec_3"]=function(){return(_emscripten_bind_Mx3dShapeSolid_TranslatedByVec_3=Module["_emscripten_bind_Mx3dShapeSolid_TranslatedByVec_3"]=Module["asm"]["Twa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeSolid_TranslateBy2Points_2=Module["_emscripten_bind_Mx3dShapeSolid_TranslateBy2Points_2"]=function(){return(_emscripten_bind_Mx3dShapeSolid_TranslateBy2Points_2=Module["_emscripten_bind_Mx3dShapeSolid_TranslateBy2Points_2"]=Module["asm"]["Uwa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeSolid_TranslatedBy2Points_2=Module["_emscripten_bind_Mx3dShapeSolid_TranslatedBy2Points_2"]=function(){return(_emscripten_bind_Mx3dShapeSolid_TranslatedBy2Points_2=Module["_emscripten_bind_Mx3dShapeSolid_TranslatedBy2Points_2"]=Module["asm"]["Vwa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeSolid_Explore_1=Module["_emscripten_bind_Mx3dShapeSolid_Explore_1"]=function(){return(_emscripten_bind_Mx3dShapeSolid_Explore_1=Module["_emscripten_bind_Mx3dShapeSolid_Explore_1"]=Module["asm"]["Wwa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeSolid_ShapeType_0=Module["_emscripten_bind_Mx3dShapeSolid_ShapeType_0"]=function(){return(_emscripten_bind_Mx3dShapeSolid_ShapeType_0=Module["_emscripten_bind_Mx3dShapeSolid_ShapeType_0"]=Module["asm"]["Xwa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeSolid_Quantities_1=Module["_emscripten_bind_Mx3dShapeSolid_Quantities_1"]=function(){return(_emscripten_bind_Mx3dShapeSolid_Quantities_1=Module["_emscripten_bind_Mx3dShapeSolid_Quantities_1"]=Module["asm"]["Ywa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeSolid_Centroid_1=Module["_emscripten_bind_Mx3dShapeSolid_Centroid_1"]=function(){return(_emscripten_bind_Mx3dShapeSolid_Centroid_1=Module["_emscripten_bind_Mx3dShapeSolid_Centroid_1"]=Module["asm"]["Zwa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeSolid___destroy___0=Module["_emscripten_bind_Mx3dShapeSolid___destroy___0"]=function(){return(_emscripten_bind_Mx3dShapeSolid___destroy___0=Module["_emscripten_bind_Mx3dShapeSolid___destroy___0"]=Module["asm"]["_wa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeCompSolid_Mx3dShapeCompSolid_0=Module["_emscripten_bind_Mx3dShapeCompSolid_Mx3dShapeCompSolid_0"]=function(){return(_emscripten_bind_Mx3dShapeCompSolid_Mx3dShapeCompSolid_0=Module["_emscripten_bind_Mx3dShapeCompSolid_Mx3dShapeCompSolid_0"]=Module["asm"]["$wa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeCompSolid_getBndBox_0=Module["_emscripten_bind_Mx3dShapeCompSolid_getBndBox_0"]=function(){return(_emscripten_bind_Mx3dShapeCompSolid_getBndBox_0=Module["_emscripten_bind_Mx3dShapeCompSolid_getBndBox_0"]=Module["asm"]["axa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeCompSolid_reverse_0=Module["_emscripten_bind_Mx3dShapeCompSolid_reverse_0"]=function(){return(_emscripten_bind_Mx3dShapeCompSolid_reverse_0=Module["_emscripten_bind_Mx3dShapeCompSolid_reverse_0"]=Module["asm"]["bxa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeCompSolid_reversed_0=Module["_emscripten_bind_Mx3dShapeCompSolid_reversed_0"]=function(){return(_emscripten_bind_Mx3dShapeCompSolid_reversed_0=Module["_emscripten_bind_Mx3dShapeCompSolid_reversed_0"]=Module["asm"]["cxa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeCompSolid_Orientation_0=Module["_emscripten_bind_Mx3dShapeCompSolid_Orientation_0"]=function(){return(_emscripten_bind_Mx3dShapeCompSolid_Orientation_0=Module["_emscripten_bind_Mx3dShapeCompSolid_Orientation_0"]=Module["asm"]["dxa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeCompSolid_move_1=Module["_emscripten_bind_Mx3dShapeCompSolid_move_1"]=function(){return(_emscripten_bind_Mx3dShapeCompSolid_move_1=Module["_emscripten_bind_Mx3dShapeCompSolid_move_1"]=Module["asm"]["exa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeCompSolid_moved_1=Module["_emscripten_bind_Mx3dShapeCompSolid_moved_1"]=function(){return(_emscripten_bind_Mx3dShapeCompSolid_moved_1=Module["_emscripten_bind_Mx3dShapeCompSolid_moved_1"]=Module["asm"]["fxa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeCompSolid_clone_0=Module["_emscripten_bind_Mx3dShapeCompSolid_clone_0"]=function(){return(_emscripten_bind_Mx3dShapeCompSolid_clone_0=Module["_emscripten_bind_Mx3dShapeCompSolid_clone_0"]=Module["asm"]["gxa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeCompSolid_fuse_1=Module["_emscripten_bind_Mx3dShapeCompSolid_fuse_1"]=function(){return(_emscripten_bind_Mx3dShapeCompSolid_fuse_1=Module["_emscripten_bind_Mx3dShapeCompSolid_fuse_1"]=Module["asm"]["hxa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeCompSolid_cut_1=Module["_emscripten_bind_Mx3dShapeCompSolid_cut_1"]=function(){return(_emscripten_bind_Mx3dShapeCompSolid_cut_1=Module["_emscripten_bind_Mx3dShapeCompSolid_cut_1"]=Module["asm"]["ixa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeCompSolid_common_1=Module["_emscripten_bind_Mx3dShapeCompSolid_common_1"]=function(){return(_emscripten_bind_Mx3dShapeCompSolid_common_1=Module["_emscripten_bind_Mx3dShapeCompSolid_common_1"]=Module["asm"]["jxa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeCompSolid_section_1=Module["_emscripten_bind_Mx3dShapeCompSolid_section_1"]=function(){return(_emscripten_bind_Mx3dShapeCompSolid_section_1=Module["_emscripten_bind_Mx3dShapeCompSolid_section_1"]=Module["asm"]["kxa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeCompSolid_spliter_1=Module["_emscripten_bind_Mx3dShapeCompSolid_spliter_1"]=function(){return(_emscripten_bind_Mx3dShapeCompSolid_spliter_1=Module["_emscripten_bind_Mx3dShapeCompSolid_spliter_1"]=Module["asm"]["lxa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeCompSolid_MirrorByPoint_1=Module["_emscripten_bind_Mx3dShapeCompSolid_MirrorByPoint_1"]=function(){return(_emscripten_bind_Mx3dShapeCompSolid_MirrorByPoint_1=Module["_emscripten_bind_Mx3dShapeCompSolid_MirrorByPoint_1"]=Module["asm"]["mxa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeCompSolid_MirroredByPoint_1=Module["_emscripten_bind_Mx3dShapeCompSolid_MirroredByPoint_1"]=function(){return(_emscripten_bind_Mx3dShapeCompSolid_MirroredByPoint_1=Module["_emscripten_bind_Mx3dShapeCompSolid_MirroredByPoint_1"]=Module["asm"]["nxa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeCompSolid_MirrorByAxis_1=Module["_emscripten_bind_Mx3dShapeCompSolid_MirrorByAxis_1"]=function(){return(_emscripten_bind_Mx3dShapeCompSolid_MirrorByAxis_1=Module["_emscripten_bind_Mx3dShapeCompSolid_MirrorByAxis_1"]=Module["asm"]["oxa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeCompSolid_MirroredByAxis_1=Module["_emscripten_bind_Mx3dShapeCompSolid_MirroredByAxis_1"]=function(){return(_emscripten_bind_Mx3dShapeCompSolid_MirroredByAxis_1=Module["_emscripten_bind_Mx3dShapeCompSolid_MirroredByAxis_1"]=Module["asm"]["pxa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeCompSolid_MirrorByCSYSR_1=Module["_emscripten_bind_Mx3dShapeCompSolid_MirrorByCSYSR_1"]=function(){return(_emscripten_bind_Mx3dShapeCompSolid_MirrorByCSYSR_1=Module["_emscripten_bind_Mx3dShapeCompSolid_MirrorByCSYSR_1"]=Module["asm"]["qxa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeCompSolid_MirroredByCSYSR_1=Module["_emscripten_bind_Mx3dShapeCompSolid_MirroredByCSYSR_1"]=function(){return(_emscripten_bind_Mx3dShapeCompSolid_MirroredByCSYSR_1=Module["_emscripten_bind_Mx3dShapeCompSolid_MirroredByCSYSR_1"]=Module["asm"]["rxa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeCompSolid_Rotate_2=Module["_emscripten_bind_Mx3dShapeCompSolid_Rotate_2"]=function(){return(_emscripten_bind_Mx3dShapeCompSolid_Rotate_2=Module["_emscripten_bind_Mx3dShapeCompSolid_Rotate_2"]=Module["asm"]["sxa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeCompSolid_Rotated_2=Module["_emscripten_bind_Mx3dShapeCompSolid_Rotated_2"]=function(){return(_emscripten_bind_Mx3dShapeCompSolid_Rotated_2=Module["_emscripten_bind_Mx3dShapeCompSolid_Rotated_2"]=Module["asm"]["txa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeCompSolid_Scale_2=Module["_emscripten_bind_Mx3dShapeCompSolid_Scale_2"]=function(){return(_emscripten_bind_Mx3dShapeCompSolid_Scale_2=Module["_emscripten_bind_Mx3dShapeCompSolid_Scale_2"]=Module["asm"]["uxa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeCompSolid_Scaled_2=Module["_emscripten_bind_Mx3dShapeCompSolid_Scaled_2"]=function(){return(_emscripten_bind_Mx3dShapeCompSolid_Scaled_2=Module["_emscripten_bind_Mx3dShapeCompSolid_Scaled_2"]=Module["asm"]["vxa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeCompSolid_Transform_1=Module["_emscripten_bind_Mx3dShapeCompSolid_Transform_1"]=function(){return(_emscripten_bind_Mx3dShapeCompSolid_Transform_1=Module["_emscripten_bind_Mx3dShapeCompSolid_Transform_1"]=Module["asm"]["wxa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeCompSolid_Transformed_1=Module["_emscripten_bind_Mx3dShapeCompSolid_Transformed_1"]=function(){return(_emscripten_bind_Mx3dShapeCompSolid_Transformed_1=Module["_emscripten_bind_Mx3dShapeCompSolid_Transformed_1"]=Module["asm"]["xxa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeCompSolid_TranslateByVec_1=Module["_emscripten_bind_Mx3dShapeCompSolid_TranslateByVec_1"]=function(){return(_emscripten_bind_Mx3dShapeCompSolid_TranslateByVec_1=Module["_emscripten_bind_Mx3dShapeCompSolid_TranslateByVec_1"]=Module["asm"]["yxa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeCompSolid_TranslateByVec_3=Module["_emscripten_bind_Mx3dShapeCompSolid_TranslateByVec_3"]=function(){return(_emscripten_bind_Mx3dShapeCompSolid_TranslateByVec_3=Module["_emscripten_bind_Mx3dShapeCompSolid_TranslateByVec_3"]=Module["asm"]["zxa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeCompSolid_TranslatedByVec_1=Module["_emscripten_bind_Mx3dShapeCompSolid_TranslatedByVec_1"]=function(){return(_emscripten_bind_Mx3dShapeCompSolid_TranslatedByVec_1=Module["_emscripten_bind_Mx3dShapeCompSolid_TranslatedByVec_1"]=Module["asm"]["Axa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeCompSolid_TranslatedByVec_3=Module["_emscripten_bind_Mx3dShapeCompSolid_TranslatedByVec_3"]=function(){return(_emscripten_bind_Mx3dShapeCompSolid_TranslatedByVec_3=Module["_emscripten_bind_Mx3dShapeCompSolid_TranslatedByVec_3"]=Module["asm"]["Bxa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeCompSolid_TranslateBy2Points_2=Module["_emscripten_bind_Mx3dShapeCompSolid_TranslateBy2Points_2"]=function(){return(_emscripten_bind_Mx3dShapeCompSolid_TranslateBy2Points_2=Module["_emscripten_bind_Mx3dShapeCompSolid_TranslateBy2Points_2"]=Module["asm"]["Cxa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeCompSolid_TranslatedBy2Points_2=Module["_emscripten_bind_Mx3dShapeCompSolid_TranslatedBy2Points_2"]=function(){return(_emscripten_bind_Mx3dShapeCompSolid_TranslatedBy2Points_2=Module["_emscripten_bind_Mx3dShapeCompSolid_TranslatedBy2Points_2"]=Module["asm"]["Dxa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeCompSolid_Explore_1=Module["_emscripten_bind_Mx3dShapeCompSolid_Explore_1"]=function(){return(_emscripten_bind_Mx3dShapeCompSolid_Explore_1=Module["_emscripten_bind_Mx3dShapeCompSolid_Explore_1"]=Module["asm"]["Exa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeCompSolid_ShapeType_0=Module["_emscripten_bind_Mx3dShapeCompSolid_ShapeType_0"]=function(){return(_emscripten_bind_Mx3dShapeCompSolid_ShapeType_0=Module["_emscripten_bind_Mx3dShapeCompSolid_ShapeType_0"]=Module["asm"]["Fxa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeCompSolid_Quantities_1=Module["_emscripten_bind_Mx3dShapeCompSolid_Quantities_1"]=function(){return(_emscripten_bind_Mx3dShapeCompSolid_Quantities_1=Module["_emscripten_bind_Mx3dShapeCompSolid_Quantities_1"]=Module["asm"]["Gxa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeCompSolid_Centroid_1=Module["_emscripten_bind_Mx3dShapeCompSolid_Centroid_1"]=function(){return(_emscripten_bind_Mx3dShapeCompSolid_Centroid_1=Module["_emscripten_bind_Mx3dShapeCompSolid_Centroid_1"]=Module["asm"]["Hxa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeCompSolid___destroy___0=Module["_emscripten_bind_Mx3dShapeCompSolid___destroy___0"]=function(){return(_emscripten_bind_Mx3dShapeCompSolid___destroy___0=Module["_emscripten_bind_Mx3dShapeCompSolid___destroy___0"]=Module["asm"]["Ixa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeCompound_Mx3dShapeCompound_0=Module["_emscripten_bind_Mx3dShapeCompound_Mx3dShapeCompound_0"]=function(){return(_emscripten_bind_Mx3dShapeCompound_Mx3dShapeCompound_0=Module["_emscripten_bind_Mx3dShapeCompound_Mx3dShapeCompound_0"]=Module["asm"]["Jxa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeCompound_getBndBox_0=Module["_emscripten_bind_Mx3dShapeCompound_getBndBox_0"]=function(){return(_emscripten_bind_Mx3dShapeCompound_getBndBox_0=Module["_emscripten_bind_Mx3dShapeCompound_getBndBox_0"]=Module["asm"]["Kxa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeCompound_reverse_0=Module["_emscripten_bind_Mx3dShapeCompound_reverse_0"]=function(){return(_emscripten_bind_Mx3dShapeCompound_reverse_0=Module["_emscripten_bind_Mx3dShapeCompound_reverse_0"]=Module["asm"]["Lxa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeCompound_reversed_0=Module["_emscripten_bind_Mx3dShapeCompound_reversed_0"]=function(){return(_emscripten_bind_Mx3dShapeCompound_reversed_0=Module["_emscripten_bind_Mx3dShapeCompound_reversed_0"]=Module["asm"]["Mxa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeCompound_Orientation_0=Module["_emscripten_bind_Mx3dShapeCompound_Orientation_0"]=function(){return(_emscripten_bind_Mx3dShapeCompound_Orientation_0=Module["_emscripten_bind_Mx3dShapeCompound_Orientation_0"]=Module["asm"]["Nxa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeCompound_move_1=Module["_emscripten_bind_Mx3dShapeCompound_move_1"]=function(){return(_emscripten_bind_Mx3dShapeCompound_move_1=Module["_emscripten_bind_Mx3dShapeCompound_move_1"]=Module["asm"]["Oxa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeCompound_moved_1=Module["_emscripten_bind_Mx3dShapeCompound_moved_1"]=function(){return(_emscripten_bind_Mx3dShapeCompound_moved_1=Module["_emscripten_bind_Mx3dShapeCompound_moved_1"]=Module["asm"]["Pxa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeCompound_clone_0=Module["_emscripten_bind_Mx3dShapeCompound_clone_0"]=function(){return(_emscripten_bind_Mx3dShapeCompound_clone_0=Module["_emscripten_bind_Mx3dShapeCompound_clone_0"]=Module["asm"]["Qxa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeCompound_fuse_1=Module["_emscripten_bind_Mx3dShapeCompound_fuse_1"]=function(){return(_emscripten_bind_Mx3dShapeCompound_fuse_1=Module["_emscripten_bind_Mx3dShapeCompound_fuse_1"]=Module["asm"]["Rxa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeCompound_cut_1=Module["_emscripten_bind_Mx3dShapeCompound_cut_1"]=function(){return(_emscripten_bind_Mx3dShapeCompound_cut_1=Module["_emscripten_bind_Mx3dShapeCompound_cut_1"]=Module["asm"]["Sxa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeCompound_common_1=Module["_emscripten_bind_Mx3dShapeCompound_common_1"]=function(){return(_emscripten_bind_Mx3dShapeCompound_common_1=Module["_emscripten_bind_Mx3dShapeCompound_common_1"]=Module["asm"]["Txa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeCompound_section_1=Module["_emscripten_bind_Mx3dShapeCompound_section_1"]=function(){return(_emscripten_bind_Mx3dShapeCompound_section_1=Module["_emscripten_bind_Mx3dShapeCompound_section_1"]=Module["asm"]["Uxa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeCompound_spliter_1=Module["_emscripten_bind_Mx3dShapeCompound_spliter_1"]=function(){return(_emscripten_bind_Mx3dShapeCompound_spliter_1=Module["_emscripten_bind_Mx3dShapeCompound_spliter_1"]=Module["asm"]["Vxa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeCompound_MirrorByPoint_1=Module["_emscripten_bind_Mx3dShapeCompound_MirrorByPoint_1"]=function(){return(_emscripten_bind_Mx3dShapeCompound_MirrorByPoint_1=Module["_emscripten_bind_Mx3dShapeCompound_MirrorByPoint_1"]=Module["asm"]["Wxa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeCompound_MirroredByPoint_1=Module["_emscripten_bind_Mx3dShapeCompound_MirroredByPoint_1"]=function(){return(_emscripten_bind_Mx3dShapeCompound_MirroredByPoint_1=Module["_emscripten_bind_Mx3dShapeCompound_MirroredByPoint_1"]=Module["asm"]["Xxa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeCompound_MirrorByAxis_1=Module["_emscripten_bind_Mx3dShapeCompound_MirrorByAxis_1"]=function(){return(_emscripten_bind_Mx3dShapeCompound_MirrorByAxis_1=Module["_emscripten_bind_Mx3dShapeCompound_MirrorByAxis_1"]=Module["asm"]["Yxa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeCompound_MirroredByAxis_1=Module["_emscripten_bind_Mx3dShapeCompound_MirroredByAxis_1"]=function(){return(_emscripten_bind_Mx3dShapeCompound_MirroredByAxis_1=Module["_emscripten_bind_Mx3dShapeCompound_MirroredByAxis_1"]=Module["asm"]["Zxa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeCompound_MirrorByCSYSR_1=Module["_emscripten_bind_Mx3dShapeCompound_MirrorByCSYSR_1"]=function(){return(_emscripten_bind_Mx3dShapeCompound_MirrorByCSYSR_1=Module["_emscripten_bind_Mx3dShapeCompound_MirrorByCSYSR_1"]=Module["asm"]["_xa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeCompound_MirroredByCSYSR_1=Module["_emscripten_bind_Mx3dShapeCompound_MirroredByCSYSR_1"]=function(){return(_emscripten_bind_Mx3dShapeCompound_MirroredByCSYSR_1=Module["_emscripten_bind_Mx3dShapeCompound_MirroredByCSYSR_1"]=Module["asm"]["$xa"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeCompound_Rotate_2=Module["_emscripten_bind_Mx3dShapeCompound_Rotate_2"]=function(){return(_emscripten_bind_Mx3dShapeCompound_Rotate_2=Module["_emscripten_bind_Mx3dShapeCompound_Rotate_2"]=Module["asm"]["aya"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeCompound_Rotated_2=Module["_emscripten_bind_Mx3dShapeCompound_Rotated_2"]=function(){return(_emscripten_bind_Mx3dShapeCompound_Rotated_2=Module["_emscripten_bind_Mx3dShapeCompound_Rotated_2"]=Module["asm"]["bya"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeCompound_Scale_2=Module["_emscripten_bind_Mx3dShapeCompound_Scale_2"]=function(){return(_emscripten_bind_Mx3dShapeCompound_Scale_2=Module["_emscripten_bind_Mx3dShapeCompound_Scale_2"]=Module["asm"]["cya"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeCompound_Scaled_2=Module["_emscripten_bind_Mx3dShapeCompound_Scaled_2"]=function(){return(_emscripten_bind_Mx3dShapeCompound_Scaled_2=Module["_emscripten_bind_Mx3dShapeCompound_Scaled_2"]=Module["asm"]["dya"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeCompound_Transform_1=Module["_emscripten_bind_Mx3dShapeCompound_Transform_1"]=function(){return(_emscripten_bind_Mx3dShapeCompound_Transform_1=Module["_emscripten_bind_Mx3dShapeCompound_Transform_1"]=Module["asm"]["eya"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeCompound_Transformed_1=Module["_emscripten_bind_Mx3dShapeCompound_Transformed_1"]=function(){return(_emscripten_bind_Mx3dShapeCompound_Transformed_1=Module["_emscripten_bind_Mx3dShapeCompound_Transformed_1"]=Module["asm"]["fya"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeCompound_TranslateByVec_1=Module["_emscripten_bind_Mx3dShapeCompound_TranslateByVec_1"]=function(){return(_emscripten_bind_Mx3dShapeCompound_TranslateByVec_1=Module["_emscripten_bind_Mx3dShapeCompound_TranslateByVec_1"]=Module["asm"]["gya"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeCompound_TranslateByVec_3=Module["_emscripten_bind_Mx3dShapeCompound_TranslateByVec_3"]=function(){return(_emscripten_bind_Mx3dShapeCompound_TranslateByVec_3=Module["_emscripten_bind_Mx3dShapeCompound_TranslateByVec_3"]=Module["asm"]["hya"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeCompound_TranslatedByVec_1=Module["_emscripten_bind_Mx3dShapeCompound_TranslatedByVec_1"]=function(){return(_emscripten_bind_Mx3dShapeCompound_TranslatedByVec_1=Module["_emscripten_bind_Mx3dShapeCompound_TranslatedByVec_1"]=Module["asm"]["iya"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeCompound_TranslatedByVec_3=Module["_emscripten_bind_Mx3dShapeCompound_TranslatedByVec_3"]=function(){return(_emscripten_bind_Mx3dShapeCompound_TranslatedByVec_3=Module["_emscripten_bind_Mx3dShapeCompound_TranslatedByVec_3"]=Module["asm"]["jya"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeCompound_TranslateBy2Points_2=Module["_emscripten_bind_Mx3dShapeCompound_TranslateBy2Points_2"]=function(){return(_emscripten_bind_Mx3dShapeCompound_TranslateBy2Points_2=Module["_emscripten_bind_Mx3dShapeCompound_TranslateBy2Points_2"]=Module["asm"]["kya"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeCompound_TranslatedBy2Points_2=Module["_emscripten_bind_Mx3dShapeCompound_TranslatedBy2Points_2"]=function(){return(_emscripten_bind_Mx3dShapeCompound_TranslatedBy2Points_2=Module["_emscripten_bind_Mx3dShapeCompound_TranslatedBy2Points_2"]=Module["asm"]["lya"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeCompound_Explore_1=Module["_emscripten_bind_Mx3dShapeCompound_Explore_1"]=function(){return(_emscripten_bind_Mx3dShapeCompound_Explore_1=Module["_emscripten_bind_Mx3dShapeCompound_Explore_1"]=Module["asm"]["mya"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeCompound_ShapeType_0=Module["_emscripten_bind_Mx3dShapeCompound_ShapeType_0"]=function(){return(_emscripten_bind_Mx3dShapeCompound_ShapeType_0=Module["_emscripten_bind_Mx3dShapeCompound_ShapeType_0"]=Module["asm"]["nya"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeCompound_Quantities_1=Module["_emscripten_bind_Mx3dShapeCompound_Quantities_1"]=function(){return(_emscripten_bind_Mx3dShapeCompound_Quantities_1=Module["_emscripten_bind_Mx3dShapeCompound_Quantities_1"]=Module["asm"]["oya"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeCompound_Centroid_1=Module["_emscripten_bind_Mx3dShapeCompound_Centroid_1"]=function(){return(_emscripten_bind_Mx3dShapeCompound_Centroid_1=Module["_emscripten_bind_Mx3dShapeCompound_Centroid_1"]=Module["asm"]["pya"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeCompound___destroy___0=Module["_emscripten_bind_Mx3dShapeCompound___destroy___0"]=function(){return(_emscripten_bind_Mx3dShapeCompound___destroy___0=Module["_emscripten_bind_Mx3dShapeCompound___destroy___0"]=Module["asm"]["qya"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeObjectSequence_Mx3dShapeObjectSequence_0=Module["_emscripten_bind_Mx3dShapeObjectSequence_Mx3dShapeObjectSequence_0"]=function(){return(_emscripten_bind_Mx3dShapeObjectSequence_Mx3dShapeObjectSequence_0=Module["_emscripten_bind_Mx3dShapeObjectSequence_Mx3dShapeObjectSequence_0"]=Module["asm"]["rya"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeObjectSequence_Length_0=Module["_emscripten_bind_Mx3dShapeObjectSequence_Length_0"]=function(){return(_emscripten_bind_Mx3dShapeObjectSequence_Length_0=Module["_emscripten_bind_Mx3dShapeObjectSequence_Length_0"]=Module["asm"]["sya"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeObjectSequence_Value_1=Module["_emscripten_bind_Mx3dShapeObjectSequence_Value_1"]=function(){return(_emscripten_bind_Mx3dShapeObjectSequence_Value_1=Module["_emscripten_bind_Mx3dShapeObjectSequence_Value_1"]=Module["asm"]["tya"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeObjectSequence_Remove_1=Module["_emscripten_bind_Mx3dShapeObjectSequence_Remove_1"]=function(){return(_emscripten_bind_Mx3dShapeObjectSequence_Remove_1=Module["_emscripten_bind_Mx3dShapeObjectSequence_Remove_1"]=Module["asm"]["uya"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeObjectSequence_Remove_2=Module["_emscripten_bind_Mx3dShapeObjectSequence_Remove_2"]=function(){return(_emscripten_bind_Mx3dShapeObjectSequence_Remove_2=Module["_emscripten_bind_Mx3dShapeObjectSequence_Remove_2"]=Module["asm"]["vya"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeObjectSequence_Append_1=Module["_emscripten_bind_Mx3dShapeObjectSequence_Append_1"]=function(){return(_emscripten_bind_Mx3dShapeObjectSequence_Append_1=Module["_emscripten_bind_Mx3dShapeObjectSequence_Append_1"]=Module["asm"]["wya"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeObjectSequence_Prepend_1=Module["_emscripten_bind_Mx3dShapeObjectSequence_Prepend_1"]=function(){return(_emscripten_bind_Mx3dShapeObjectSequence_Prepend_1=Module["_emscripten_bind_Mx3dShapeObjectSequence_Prepend_1"]=Module["asm"]["xya"]).apply(null,arguments)};var _emscripten_bind_Mx3dShapeObjectSequence___destroy___0=Module["_emscripten_bind_Mx3dShapeObjectSequence___destroy___0"]=function(){return(_emscripten_bind_Mx3dShapeObjectSequence___destroy___0=Module["_emscripten_bind_Mx3dShapeObjectSequence___destroy___0"]=Module["asm"]["yya"]).apply(null,arguments)};var _emscripten_bind_Mx3dSymbolText_Mx3dSymbolText_0=Module["_emscripten_bind_Mx3dSymbolText_Mx3dSymbolText_0"]=function(){return(_emscripten_bind_Mx3dSymbolText_Mx3dSymbolText_0=Module["_emscripten_bind_Mx3dSymbolText_Mx3dSymbolText_0"]=Module["asm"]["zya"]).apply(null,arguments)};var _emscripten_bind_Mx3dSymbolText_Mx3dSymbolText_3=Module["_emscripten_bind_Mx3dSymbolText_Mx3dSymbolText_3"]=function(){return(_emscripten_bind_Mx3dSymbolText_Mx3dSymbolText_3=Module["_emscripten_bind_Mx3dSymbolText_Mx3dSymbolText_3"]=Module["asm"]["Aya"]).apply(null,arguments)};var _emscripten_bind_Mx3dSymbolText_SetColor_1=Module["_emscripten_bind_Mx3dSymbolText_SetColor_1"]=function(){return(_emscripten_bind_Mx3dSymbolText_SetColor_1=Module["_emscripten_bind_Mx3dSymbolText_SetColor_1"]=Module["asm"]["Bya"]).apply(null,arguments)};var _emscripten_bind_Mx3dSymbolText_SetColor_3=Module["_emscripten_bind_Mx3dSymbolText_SetColor_3"]=function(){return(_emscripten_bind_Mx3dSymbolText_SetColor_3=Module["_emscripten_bind_Mx3dSymbolText_SetColor_3"]=Module["asm"]["Cya"]).apply(null,arguments)};var _emscripten_bind_Mx3dSymbolText_SetText_1=Module["_emscripten_bind_Mx3dSymbolText_SetText_1"]=function(){return(_emscripten_bind_Mx3dSymbolText_SetText_1=Module["_emscripten_bind_Mx3dSymbolText_SetText_1"]=Module["asm"]["Dya"]).apply(null,arguments)};var _emscripten_bind_Mx3dSymbolText_SetPositon_1=Module["_emscripten_bind_Mx3dSymbolText_SetPositon_1"]=function(){return(_emscripten_bind_Mx3dSymbolText_SetPositon_1=Module["_emscripten_bind_Mx3dSymbolText_SetPositon_1"]=Module["asm"]["Eya"]).apply(null,arguments)};var _emscripten_bind_Mx3dSymbolText_SetHJustification_1=Module["_emscripten_bind_Mx3dSymbolText_SetHJustification_1"]=function(){return(_emscripten_bind_Mx3dSymbolText_SetHJustification_1=Module["_emscripten_bind_Mx3dSymbolText_SetHJustification_1"]=Module["asm"]["Fya"]).apply(null,arguments)};var _emscripten_bind_Mx3dSymbolText_SetVJustification_1=Module["_emscripten_bind_Mx3dSymbolText_SetVJustification_1"]=function(){return(_emscripten_bind_Mx3dSymbolText_SetVJustification_1=Module["_emscripten_bind_Mx3dSymbolText_SetVJustification_1"]=Module["asm"]["Gya"]).apply(null,arguments)};var _emscripten_bind_Mx3dSymbolText_SetAngle_1=Module["_emscripten_bind_Mx3dSymbolText_SetAngle_1"]=function(){return(_emscripten_bind_Mx3dSymbolText_SetAngle_1=Module["_emscripten_bind_Mx3dSymbolText_SetAngle_1"]=Module["asm"]["Hya"]).apply(null,arguments)};var _emscripten_bind_Mx3dSymbolText_SetZoomable_1=Module["_emscripten_bind_Mx3dSymbolText_SetZoomable_1"]=function(){return(_emscripten_bind_Mx3dSymbolText_SetZoomable_1=Module["_emscripten_bind_Mx3dSymbolText_SetZoomable_1"]=Module["asm"]["Iya"]).apply(null,arguments)};var _emscripten_bind_Mx3dSymbolText_SetHeight_1=Module["_emscripten_bind_Mx3dSymbolText_SetHeight_1"]=function(){return(_emscripten_bind_Mx3dSymbolText_SetHeight_1=Module["_emscripten_bind_Mx3dSymbolText_SetHeight_1"]=Module["asm"]["Jya"]).apply(null,arguments)};var _emscripten_bind_Mx3dSymbolText_SetFontAspect_1=Module["_emscripten_bind_Mx3dSymbolText_SetFontAspect_1"]=function(){return(_emscripten_bind_Mx3dSymbolText_SetFontAspect_1=Module["_emscripten_bind_Mx3dSymbolText_SetFontAspect_1"]=Module["asm"]["Kya"]).apply(null,arguments)};var _emscripten_bind_Mx3dSymbolText_SetFont_1=Module["_emscripten_bind_Mx3dSymbolText_SetFont_1"]=function(){return(_emscripten_bind_Mx3dSymbolText_SetFont_1=Module["_emscripten_bind_Mx3dSymbolText_SetFont_1"]=Module["asm"]["Lya"]).apply(null,arguments)};var _emscripten_bind_Mx3dSymbolText_SetOrientation3D_1=Module["_emscripten_bind_Mx3dSymbolText_SetOrientation3D_1"]=function(){return(_emscripten_bind_Mx3dSymbolText_SetOrientation3D_1=Module["_emscripten_bind_Mx3dSymbolText_SetOrientation3D_1"]=Module["asm"]["Mya"]).apply(null,arguments)};var _emscripten_bind_Mx3dSymbolText_UnsetOrientation3D_0=Module["_emscripten_bind_Mx3dSymbolText_UnsetOrientation3D_0"]=function(){return(_emscripten_bind_Mx3dSymbolText_UnsetOrientation3D_0=Module["_emscripten_bind_Mx3dSymbolText_UnsetOrientation3D_0"]=Module["asm"]["Nya"]).apply(null,arguments)};var _emscripten_bind_Mx3dSymbolText_Position_0=Module["_emscripten_bind_Mx3dSymbolText_Position_0"]=function(){return(_emscripten_bind_Mx3dSymbolText_Position_0=Module["_emscripten_bind_Mx3dSymbolText_Position_0"]=Module["asm"]["Oya"]).apply(null,arguments)};var _emscripten_bind_Mx3dSymbolText_FontAspect_0=Module["_emscripten_bind_Mx3dSymbolText_FontAspect_0"]=function(){return(_emscripten_bind_Mx3dSymbolText_FontAspect_0=Module["_emscripten_bind_Mx3dSymbolText_FontAspect_0"]=Module["asm"]["Pya"]).apply(null,arguments)};var _emscripten_bind_Mx3dSymbolText_Orientation3D_0=Module["_emscripten_bind_Mx3dSymbolText_Orientation3D_0"]=function(){return(_emscripten_bind_Mx3dSymbolText_Orientation3D_0=Module["_emscripten_bind_Mx3dSymbolText_Orientation3D_0"]=Module["asm"]["Qya"]).apply(null,arguments)};var _emscripten_bind_Mx3dSymbolText_HasOrientation3D_0=Module["_emscripten_bind_Mx3dSymbolText_HasOrientation3D_0"]=function(){return(_emscripten_bind_Mx3dSymbolText_HasOrientation3D_0=Module["_emscripten_bind_Mx3dSymbolText_HasOrientation3D_0"]=Module["asm"]["Rya"]).apply(null,arguments)};var _emscripten_bind_Mx3dSymbolText_SetFlipping_1=Module["_emscripten_bind_Mx3dSymbolText_SetFlipping_1"]=function(){return(_emscripten_bind_Mx3dSymbolText_SetFlipping_1=Module["_emscripten_bind_Mx3dSymbolText_SetFlipping_1"]=Module["asm"]["Sya"]).apply(null,arguments)};var _emscripten_bind_Mx3dSymbolText_HasFlipping_0=Module["_emscripten_bind_Mx3dSymbolText_HasFlipping_0"]=function(){return(_emscripten_bind_Mx3dSymbolText_HasFlipping_0=Module["_emscripten_bind_Mx3dSymbolText_HasFlipping_0"]=Module["asm"]["Tya"]).apply(null,arguments)};var _emscripten_bind_Mx3dSymbolText_HasOwnAnchorPoint_0=Module["_emscripten_bind_Mx3dSymbolText_HasOwnAnchorPoint_0"]=function(){return(_emscripten_bind_Mx3dSymbolText_HasOwnAnchorPoint_0=Module["_emscripten_bind_Mx3dSymbolText_HasOwnAnchorPoint_0"]=Module["asm"]["Uya"]).apply(null,arguments)};var _emscripten_bind_Mx3dSymbolText_SetOwnAnchorPoint_1=Module["_emscripten_bind_Mx3dSymbolText_SetOwnAnchorPoint_1"]=function(){return(_emscripten_bind_Mx3dSymbolText_SetOwnAnchorPoint_1=Module["_emscripten_bind_Mx3dSymbolText_SetOwnAnchorPoint_1"]=Module["asm"]["Vya"]).apply(null,arguments)};var _emscripten_bind_Mx3dSymbolText_SetDisplayType_1=Module["_emscripten_bind_Mx3dSymbolText_SetDisplayType_1"]=function(){return(_emscripten_bind_Mx3dSymbolText_SetDisplayType_1=Module["_emscripten_bind_Mx3dSymbolText_SetDisplayType_1"]=Module["asm"]["Wya"]).apply(null,arguments)};var _emscripten_bind_Mx3dSymbolText_SetColorSubTitle_3=Module["_emscripten_bind_Mx3dSymbolText_SetColorSubTitle_3"]=function(){return(_emscripten_bind_Mx3dSymbolText_SetColorSubTitle_3=Module["_emscripten_bind_Mx3dSymbolText_SetColorSubTitle_3"]=Module["asm"]["Xya"]).apply(null,arguments)};var _emscripten_bind_Mx3dSymbolText___destroy___0=Module["_emscripten_bind_Mx3dSymbolText___destroy___0"]=function(){return(_emscripten_bind_Mx3dSymbolText___destroy___0=Module["_emscripten_bind_Mx3dSymbolText___destroy___0"]=Module["asm"]["Yya"]).apply(null,arguments)};var _emscripten_bind_Mx3dView_Mx3dView_0=Module["_emscripten_bind_Mx3dView_Mx3dView_0"]=function(){return(_emscripten_bind_Mx3dView_Mx3dView_0=Module["_emscripten_bind_Mx3dView_Mx3dView_0"]=Module["asm"]["Zya"]).apply(null,arguments)};var _emscripten_bind_Mx3dView_getDoc_0=Module["_emscripten_bind_Mx3dView_getDoc_0"]=function(){return(_emscripten_bind_Mx3dView_getDoc_0=Module["_emscripten_bind_Mx3dView_getDoc_0"]=Module["asm"]["_ya"]).apply(null,arguments)};var _emscripten_bind_Mx3dView_removeAll_1=Module["_emscripten_bind_Mx3dView_removeAll_1"]=function(){return(_emscripten_bind_Mx3dView_removeAll_1=Module["_emscripten_bind_Mx3dView_removeAll_1"]=Module["asm"]["$ya"]).apply(null,arguments)};var _emscripten_bind_Mx3dView_removeSelected_0=Module["_emscripten_bind_Mx3dView_removeSelected_0"]=function(){return(_emscripten_bind_Mx3dView_removeSelected_0=Module["_emscripten_bind_Mx3dView_removeSelected_0"]=Module["asm"]["aza"]).apply(null,arguments)};var _emscripten_bind_Mx3dView_update_2=Module["_emscripten_bind_Mx3dView_update_2"]=function(){return(_emscripten_bind_Mx3dView_update_2=Module["_emscripten_bind_Mx3dView_update_2"]=Module["asm"]["bza"]).apply(null,arguments)};var _emscripten_bind_Mx3dView_getModelCounts_0=Module["_emscripten_bind_Mx3dView_getModelCounts_0"]=function(){return(_emscripten_bind_Mx3dView_getModelCounts_0=Module["_emscripten_bind_Mx3dView_getModelCounts_0"]=Module["asm"]["cza"]).apply(null,arguments)};var _emscripten_bind_Mx3dView_setProjectionType_1=Module["_emscripten_bind_Mx3dView_setProjectionType_1"]=function(){return(_emscripten_bind_Mx3dView_setProjectionType_1=Module["_emscripten_bind_Mx3dView_setProjectionType_1"]=Module["asm"]["dza"]).apply(null,arguments)};var _emscripten_bind_Mx3dView_showCenterTrihedron_1=Module["_emscripten_bind_Mx3dView_showCenterTrihedron_1"]=function(){return(_emscripten_bind_Mx3dView_showCenterTrihedron_1=Module["_emscripten_bind_Mx3dView_showCenterTrihedron_1"]=Module["asm"]["eza"]).apply(null,arguments)};var _emscripten_bind_Mx3dView_fitAllObjects_1=Module["_emscripten_bind_Mx3dView_fitAllObjects_1"]=function(){return(_emscripten_bind_Mx3dView_fitAllObjects_1=Module["_emscripten_bind_Mx3dView_fitAllObjects_1"]=Module["asm"]["fza"]).apply(null,arguments)};var _emscripten_bind_Mx3dView_enableXClipPlane_1=Module["_emscripten_bind_Mx3dView_enableXClipPlane_1"]=function(){return(_emscripten_bind_Mx3dView_enableXClipPlane_1=Module["_emscripten_bind_Mx3dView_enableXClipPlane_1"]=Module["asm"]["gza"]).apply(null,arguments)};var _emscripten_bind_Mx3dView_setXClipPlaneXPosition_1=Module["_emscripten_bind_Mx3dView_setXClipPlaneXPosition_1"]=function(){return(_emscripten_bind_Mx3dView_setXClipPlaneXPosition_1=Module["_emscripten_bind_Mx3dView_setXClipPlaneXPosition_1"]=Module["asm"]["hza"]).apply(null,arguments)};var _emscripten_bind_Mx3dView_setXClipPlaneReverse_0=Module["_emscripten_bind_Mx3dView_setXClipPlaneReverse_0"]=function(){return(_emscripten_bind_Mx3dView_setXClipPlaneReverse_0=Module["_emscripten_bind_Mx3dView_setXClipPlaneReverse_0"]=Module["asm"]["iza"]).apply(null,arguments)};var _emscripten_bind_Mx3dView_enableYClipPlane_1=Module["_emscripten_bind_Mx3dView_enableYClipPlane_1"]=function(){return(_emscripten_bind_Mx3dView_enableYClipPlane_1=Module["_emscripten_bind_Mx3dView_enableYClipPlane_1"]=Module["asm"]["jza"]).apply(null,arguments)};var _emscripten_bind_Mx3dView_setYClipPlaneYPosition_1=Module["_emscripten_bind_Mx3dView_setYClipPlaneYPosition_1"]=function(){return(_emscripten_bind_Mx3dView_setYClipPlaneYPosition_1=Module["_emscripten_bind_Mx3dView_setYClipPlaneYPosition_1"]=Module["asm"]["kza"]).apply(null,arguments)};var _emscripten_bind_Mx3dView_setYClipPlaneReverse_0=Module["_emscripten_bind_Mx3dView_setYClipPlaneReverse_0"]=function(){return(_emscripten_bind_Mx3dView_setYClipPlaneReverse_0=Module["_emscripten_bind_Mx3dView_setYClipPlaneReverse_0"]=Module["asm"]["lza"]).apply(null,arguments)};var _emscripten_bind_Mx3dView_enableZClipPlane_1=Module["_emscripten_bind_Mx3dView_enableZClipPlane_1"]=function(){return(_emscripten_bind_Mx3dView_enableZClipPlane_1=Module["_emscripten_bind_Mx3dView_enableZClipPlane_1"]=Module["asm"]["mza"]).apply(null,arguments)};var _emscripten_bind_Mx3dView_setZClipPlaneZPosition_1=Module["_emscripten_bind_Mx3dView_setZClipPlaneZPosition_1"]=function(){return(_emscripten_bind_Mx3dView_setZClipPlaneZPosition_1=Module["_emscripten_bind_Mx3dView_setZClipPlaneZPosition_1"]=Module["asm"]["nza"]).apply(null,arguments)};var _emscripten_bind_Mx3dView_setZClipPlaneReverse_0=Module["_emscripten_bind_Mx3dView_setZClipPlaneReverse_0"]=function(){return(_emscripten_bind_Mx3dView_setZClipPlaneReverse_0=Module["_emscripten_bind_Mx3dView_setZClipPlaneReverse_0"]=Module["asm"]["oza"]).apply(null,arguments)};var _emscripten_bind_Mx3dView_enableCustomClipPlane_1=Module["_emscripten_bind_Mx3dView_enableCustomClipPlane_1"]=function(){return(_emscripten_bind_Mx3dView_enableCustomClipPlane_1=Module["_emscripten_bind_Mx3dView_enableCustomClipPlane_1"]=Module["asm"]["pza"]).apply(null,arguments)};var _emscripten_bind_Mx3dView_setCustomClipPlanePosition_1=Module["_emscripten_bind_Mx3dView_setCustomClipPlanePosition_1"]=function(){return(_emscripten_bind_Mx3dView_setCustomClipPlanePosition_1=Module["_emscripten_bind_Mx3dView_setCustomClipPlanePosition_1"]=Module["asm"]["qza"]).apply(null,arguments)};var _emscripten_bind_Mx3dView_setCustomClipPlaneReverse_0=Module["_emscripten_bind_Mx3dView_setCustomClipPlaneReverse_0"]=function(){return(_emscripten_bind_Mx3dView_setCustomClipPlaneReverse_0=Module["_emscripten_bind_Mx3dView_setCustomClipPlaneReverse_0"]=Module["asm"]["rza"]).apply(null,arguments)};var _emscripten_bind_Mx3dView_setCustomClipPlaneDirection_3=Module["_emscripten_bind_Mx3dView_setCustomClipPlaneDirection_3"]=function(){return(_emscripten_bind_Mx3dView_setCustomClipPlaneDirection_3=Module["_emscripten_bind_Mx3dView_setCustomClipPlaneDirection_3"]=Module["asm"]["sza"]).apply(null,arguments)};var _emscripten_bind_Mx3dView_displaySymbolText_1=Module["_emscripten_bind_Mx3dView_displaySymbolText_1"]=function(){return(_emscripten_bind_Mx3dView_displaySymbolText_1=Module["_emscripten_bind_Mx3dView_displaySymbolText_1"]=Module["asm"]["tza"]).apply(null,arguments)};var _emscripten_bind_Mx3dView_displayDimension_1=Module["_emscripten_bind_Mx3dView_displayDimension_1"]=function(){return(_emscripten_bind_Mx3dView_displayDimension_1=Module["_emscripten_bind_Mx3dView_displayDimension_1"]=Module["asm"]["uza"]).apply(null,arguments)};var _emscripten_bind_Mx3dView_addModelTexture_1=Module["_emscripten_bind_Mx3dView_addModelTexture_1"]=function(){return(_emscripten_bind_Mx3dView_addModelTexture_1=Module["_emscripten_bind_Mx3dView_addModelTexture_1"]=Module["asm"]["vza"]).apply(null,arguments)};var _emscripten_bind_Mx3dView_removeModelTexture_0=Module["_emscripten_bind_Mx3dView_removeModelTexture_0"]=function(){return(_emscripten_bind_Mx3dView_removeModelTexture_0=Module["_emscripten_bind_Mx3dView_removeModelTexture_0"]=Module["asm"]["wza"]).apply(null,arguments)};var _emscripten_bind_Mx3dView_setGradientBgColor_3=Module["_emscripten_bind_Mx3dView_setGradientBgColor_3"]=function(){return(_emscripten_bind_Mx3dView_setGradientBgColor_3=Module["_emscripten_bind_Mx3dView_setGradientBgColor_3"]=Module["asm"]["xza"]).apply(null,arguments)};var _emscripten_bind_Mx3dView_setProj_2=Module["_emscripten_bind_Mx3dView_setProj_2"]=function(){return(_emscripten_bind_Mx3dView_setProj_2=Module["_emscripten_bind_Mx3dView_setProj_2"]=Module["asm"]["yza"]).apply(null,arguments)};var _emscripten_bind_Mx3dView_setSelectedColor_1=Module["_emscripten_bind_Mx3dView_setSelectedColor_1"]=function(){return(_emscripten_bind_Mx3dView_setSelectedColor_1=Module["_emscripten_bind_Mx3dView_setSelectedColor_1"]=Module["asm"]["zza"]).apply(null,arguments)};var _emscripten_bind_Mx3dView_setSelectedMaterial_1=Module["_emscripten_bind_Mx3dView_setSelectedMaterial_1"]=function(){return(_emscripten_bind_Mx3dView_setSelectedMaterial_1=Module["_emscripten_bind_Mx3dView_setSelectedMaterial_1"]=Module["asm"]["Aza"]).apply(null,arguments)};var _emscripten_bind_Mx3dView_setDisplayMode_1=Module["_emscripten_bind_Mx3dView_setDisplayMode_1"]=function(){return(_emscripten_bind_Mx3dView_setDisplayMode_1=Module["_emscripten_bind_Mx3dView_setDisplayMode_1"]=Module["asm"]["Bza"]).apply(null,arguments)};var _emscripten_bind_Mx3dView_enableDirLightSrc_1=Module["_emscripten_bind_Mx3dView_enableDirLightSrc_1"]=function(){return(_emscripten_bind_Mx3dView_enableDirLightSrc_1=Module["_emscripten_bind_Mx3dView_enableDirLightSrc_1"]=Module["asm"]["Cza"]).apply(null,arguments)};var _emscripten_bind_Mx3dView_setCubemapBackground_6=Module["_emscripten_bind_Mx3dView_setCubemapBackground_6"]=function(){return(_emscripten_bind_Mx3dView_setCubemapBackground_6=Module["_emscripten_bind_Mx3dView_setCubemapBackground_6"]=Module["asm"]["Dza"]).apply(null,arguments)};var _emscripten_bind_Mx3dView_setManipulatorEnabled_1=Module["_emscripten_bind_Mx3dView_setManipulatorEnabled_1"]=function(){return(_emscripten_bind_Mx3dView_setManipulatorEnabled_1=Module["_emscripten_bind_Mx3dView_setManipulatorEnabled_1"]=Module["asm"]["Eza"]).apply(null,arguments)};var _emscripten_bind_Mx3dView___destroy___0=Module["_emscripten_bind_Mx3dView___destroy___0"]=function(){return(_emscripten_bind_Mx3dView___destroy___0=Module["_emscripten_bind_Mx3dView___destroy___0"]=Module["asm"]["Fza"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeConic_Mx3dGeConic_0=Module["_emscripten_bind_Mx3dGeConic_Mx3dGeConic_0"]=function(){return(_emscripten_bind_Mx3dGeConic_Mx3dGeConic_0=Module["_emscripten_bind_Mx3dGeConic_Mx3dGeConic_0"]=Module["asm"]["Gza"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeConic___destroy___0=Module["_emscripten_bind_Mx3dGeConic___destroy___0"]=function(){return(_emscripten_bind_Mx3dGeConic___destroy___0=Module["_emscripten_bind_Mx3dGeConic___destroy___0"]=Module["asm"]["Hza"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCircle_Mx3dGeomCircle_2=Module["_emscripten_bind_Mx3dGeomCircle_Mx3dGeomCircle_2"]=function(){return(_emscripten_bind_Mx3dGeomCircle_Mx3dGeomCircle_2=Module["_emscripten_bind_Mx3dGeomCircle_Mx3dGeomCircle_2"]=Module["asm"]["Iza"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCircle_SetRadius_1=Module["_emscripten_bind_Mx3dGeomCircle_SetRadius_1"]=function(){return(_emscripten_bind_Mx3dGeomCircle_SetRadius_1=Module["_emscripten_bind_Mx3dGeomCircle_SetRadius_1"]=Module["asm"]["Jza"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCircle_Radius_0=Module["_emscripten_bind_Mx3dGeomCircle_Radius_0"]=function(){return(_emscripten_bind_Mx3dGeomCircle_Radius_0=Module["_emscripten_bind_Mx3dGeomCircle_Radius_0"]=Module["asm"]["Kza"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCircle_ReversedParameter_1=Module["_emscripten_bind_Mx3dGeomCircle_ReversedParameter_1"]=function(){return(_emscripten_bind_Mx3dGeomCircle_ReversedParameter_1=Module["_emscripten_bind_Mx3dGeomCircle_ReversedParameter_1"]=Module["asm"]["Lza"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCircle_Eccentricity_0=Module["_emscripten_bind_Mx3dGeomCircle_Eccentricity_0"]=function(){return(_emscripten_bind_Mx3dGeomCircle_Eccentricity_0=Module["_emscripten_bind_Mx3dGeomCircle_Eccentricity_0"]=Module["asm"]["Mza"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCircle_FirstParameter_0=Module["_emscripten_bind_Mx3dGeomCircle_FirstParameter_0"]=function(){return(_emscripten_bind_Mx3dGeomCircle_FirstParameter_0=Module["_emscripten_bind_Mx3dGeomCircle_FirstParameter_0"]=Module["asm"]["Nza"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCircle_LastParameter_0=Module["_emscripten_bind_Mx3dGeomCircle_LastParameter_0"]=function(){return(_emscripten_bind_Mx3dGeomCircle_LastParameter_0=Module["_emscripten_bind_Mx3dGeomCircle_LastParameter_0"]=Module["asm"]["Oza"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCircle_IsClosed_0=Module["_emscripten_bind_Mx3dGeomCircle_IsClosed_0"]=function(){return(_emscripten_bind_Mx3dGeomCircle_IsClosed_0=Module["_emscripten_bind_Mx3dGeomCircle_IsClosed_0"]=Module["asm"]["Pza"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCircle_IsPeriodic_0=Module["_emscripten_bind_Mx3dGeomCircle_IsPeriodic_0"]=function(){return(_emscripten_bind_Mx3dGeomCircle_IsPeriodic_0=Module["_emscripten_bind_Mx3dGeomCircle_IsPeriodic_0"]=Module["asm"]["Qza"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCircle_D0_2=Module["_emscripten_bind_Mx3dGeomCircle_D0_2"]=function(){return(_emscripten_bind_Mx3dGeomCircle_D0_2=Module["_emscripten_bind_Mx3dGeomCircle_D0_2"]=Module["asm"]["Rza"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCircle_D1_3=Module["_emscripten_bind_Mx3dGeomCircle_D1_3"]=function(){return(_emscripten_bind_Mx3dGeomCircle_D1_3=Module["_emscripten_bind_Mx3dGeomCircle_D1_3"]=Module["asm"]["Sza"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCircle_D2_4=Module["_emscripten_bind_Mx3dGeomCircle_D2_4"]=function(){return(_emscripten_bind_Mx3dGeomCircle_D2_4=Module["_emscripten_bind_Mx3dGeomCircle_D2_4"]=Module["asm"]["Tza"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCircle_D3_5=Module["_emscripten_bind_Mx3dGeomCircle_D3_5"]=function(){return(_emscripten_bind_Mx3dGeomCircle_D3_5=Module["_emscripten_bind_Mx3dGeomCircle_D3_5"]=Module["asm"]["Uza"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCircle_DN_2=Module["_emscripten_bind_Mx3dGeomCircle_DN_2"]=function(){return(_emscripten_bind_Mx3dGeomCircle_DN_2=Module["_emscripten_bind_Mx3dGeomCircle_DN_2"]=Module["asm"]["Vza"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCircle_Transform_1=Module["_emscripten_bind_Mx3dGeomCircle_Transform_1"]=function(){return(_emscripten_bind_Mx3dGeomCircle_Transform_1=Module["_emscripten_bind_Mx3dGeomCircle_Transform_1"]=Module["asm"]["Wza"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCircle_Copy_0=Module["_emscripten_bind_Mx3dGeomCircle_Copy_0"]=function(){return(_emscripten_bind_Mx3dGeomCircle_Copy_0=Module["_emscripten_bind_Mx3dGeomCircle_Copy_0"]=Module["asm"]["Xza"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCircle_Edge_2=Module["_emscripten_bind_Mx3dGeomCircle_Edge_2"]=function(){return(_emscripten_bind_Mx3dGeomCircle_Edge_2=Module["_emscripten_bind_Mx3dGeomCircle_Edge_2"]=Module["asm"]["Yza"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCircle_Wire_0=Module["_emscripten_bind_Mx3dGeomCircle_Wire_0"]=function(){return(_emscripten_bind_Mx3dGeomCircle_Wire_0=Module["_emscripten_bind_Mx3dGeomCircle_Wire_0"]=Module["asm"]["Zza"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCircle_OffsetCurve_3=Module["_emscripten_bind_Mx3dGeomCircle_OffsetCurve_3"]=function(){return(_emscripten_bind_Mx3dGeomCircle_OffsetCurve_3=Module["_emscripten_bind_Mx3dGeomCircle_OffsetCurve_3"]=Module["asm"]["_za"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCircle_DynamicType_0=Module["_emscripten_bind_Mx3dGeomCircle_DynamicType_0"]=function(){return(_emscripten_bind_Mx3dGeomCircle_DynamicType_0=Module["_emscripten_bind_Mx3dGeomCircle_DynamicType_0"]=Module["asm"]["$za"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCircle_SetAxis_1=Module["_emscripten_bind_Mx3dGeomCircle_SetAxis_1"]=function(){return(_emscripten_bind_Mx3dGeomCircle_SetAxis_1=Module["_emscripten_bind_Mx3dGeomCircle_SetAxis_1"]=Module["asm"]["aAa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCircle_SetLocation_1=Module["_emscripten_bind_Mx3dGeomCircle_SetLocation_1"]=function(){return(_emscripten_bind_Mx3dGeomCircle_SetLocation_1=Module["_emscripten_bind_Mx3dGeomCircle_SetLocation_1"]=Module["asm"]["bAa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCircle_SetPosition_1=Module["_emscripten_bind_Mx3dGeomCircle_SetPosition_1"]=function(){return(_emscripten_bind_Mx3dGeomCircle_SetPosition_1=Module["_emscripten_bind_Mx3dGeomCircle_SetPosition_1"]=Module["asm"]["cAa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCircle_Axis_0=Module["_emscripten_bind_Mx3dGeomCircle_Axis_0"]=function(){return(_emscripten_bind_Mx3dGeomCircle_Axis_0=Module["_emscripten_bind_Mx3dGeomCircle_Axis_0"]=Module["asm"]["dAa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCircle_Location_0=Module["_emscripten_bind_Mx3dGeomCircle_Location_0"]=function(){return(_emscripten_bind_Mx3dGeomCircle_Location_0=Module["_emscripten_bind_Mx3dGeomCircle_Location_0"]=Module["asm"]["eAa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCircle_Position_0=Module["_emscripten_bind_Mx3dGeomCircle_Position_0"]=function(){return(_emscripten_bind_Mx3dGeomCircle_Position_0=Module["_emscripten_bind_Mx3dGeomCircle_Position_0"]=Module["asm"]["fAa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCircle_XAxis_0=Module["_emscripten_bind_Mx3dGeomCircle_XAxis_0"]=function(){return(_emscripten_bind_Mx3dGeomCircle_XAxis_0=Module["_emscripten_bind_Mx3dGeomCircle_XAxis_0"]=Module["asm"]["gAa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCircle_YAxis_0=Module["_emscripten_bind_Mx3dGeomCircle_YAxis_0"]=function(){return(_emscripten_bind_Mx3dGeomCircle_YAxis_0=Module["_emscripten_bind_Mx3dGeomCircle_YAxis_0"]=Module["asm"]["hAa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCircle_Reverse_0=Module["_emscripten_bind_Mx3dGeomCircle_Reverse_0"]=function(){return(_emscripten_bind_Mx3dGeomCircle_Reverse_0=Module["_emscripten_bind_Mx3dGeomCircle_Reverse_0"]=Module["asm"]["iAa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCircle_Continuity_0=Module["_emscripten_bind_Mx3dGeomCircle_Continuity_0"]=function(){return(_emscripten_bind_Mx3dGeomCircle_Continuity_0=Module["_emscripten_bind_Mx3dGeomCircle_Continuity_0"]=Module["asm"]["jAa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCircle_IsCN_1=Module["_emscripten_bind_Mx3dGeomCircle_IsCN_1"]=function(){return(_emscripten_bind_Mx3dGeomCircle_IsCN_1=Module["_emscripten_bind_Mx3dGeomCircle_IsCN_1"]=Module["asm"]["kAa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCircle_Reversed_0=Module["_emscripten_bind_Mx3dGeomCircle_Reversed_0"]=function(){return(_emscripten_bind_Mx3dGeomCircle_Reversed_0=Module["_emscripten_bind_Mx3dGeomCircle_Reversed_0"]=Module["asm"]["lAa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCircle_Period_0=Module["_emscripten_bind_Mx3dGeomCircle_Period_0"]=function(){return(_emscripten_bind_Mx3dGeomCircle_Period_0=Module["_emscripten_bind_Mx3dGeomCircle_Period_0"]=Module["asm"]["mAa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCircle_Value_1=Module["_emscripten_bind_Mx3dGeomCircle_Value_1"]=function(){return(_emscripten_bind_Mx3dGeomCircle_Value_1=Module["_emscripten_bind_Mx3dGeomCircle_Value_1"]=Module["asm"]["nAa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCircle_MirrorByPoint_1=Module["_emscripten_bind_Mx3dGeomCircle_MirrorByPoint_1"]=function(){return(_emscripten_bind_Mx3dGeomCircle_MirrorByPoint_1=Module["_emscripten_bind_Mx3dGeomCircle_MirrorByPoint_1"]=Module["asm"]["oAa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCircle_MirrorByAxis_1=Module["_emscripten_bind_Mx3dGeomCircle_MirrorByAxis_1"]=function(){return(_emscripten_bind_Mx3dGeomCircle_MirrorByAxis_1=Module["_emscripten_bind_Mx3dGeomCircle_MirrorByAxis_1"]=Module["asm"]["pAa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCircle_MirrorByCSYSR_1=Module["_emscripten_bind_Mx3dGeomCircle_MirrorByCSYSR_1"]=function(){return(_emscripten_bind_Mx3dGeomCircle_MirrorByCSYSR_1=Module["_emscripten_bind_Mx3dGeomCircle_MirrorByCSYSR_1"]=Module["asm"]["qAa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCircle_Rotate_2=Module["_emscripten_bind_Mx3dGeomCircle_Rotate_2"]=function(){return(_emscripten_bind_Mx3dGeomCircle_Rotate_2=Module["_emscripten_bind_Mx3dGeomCircle_Rotate_2"]=Module["asm"]["rAa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCircle_Scale_2=Module["_emscripten_bind_Mx3dGeomCircle_Scale_2"]=function(){return(_emscripten_bind_Mx3dGeomCircle_Scale_2=Module["_emscripten_bind_Mx3dGeomCircle_Scale_2"]=Module["asm"]["sAa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCircle_TranslateByVec_1=Module["_emscripten_bind_Mx3dGeomCircle_TranslateByVec_1"]=function(){return(_emscripten_bind_Mx3dGeomCircle_TranslateByVec_1=Module["_emscripten_bind_Mx3dGeomCircle_TranslateByVec_1"]=Module["asm"]["tAa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCircle_TranslateBy2Points_2=Module["_emscripten_bind_Mx3dGeomCircle_TranslateBy2Points_2"]=function(){return(_emscripten_bind_Mx3dGeomCircle_TranslateBy2Points_2=Module["_emscripten_bind_Mx3dGeomCircle_TranslateBy2Points_2"]=Module["asm"]["uAa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCircle_MirroredByPoint_1=Module["_emscripten_bind_Mx3dGeomCircle_MirroredByPoint_1"]=function(){return(_emscripten_bind_Mx3dGeomCircle_MirroredByPoint_1=Module["_emscripten_bind_Mx3dGeomCircle_MirroredByPoint_1"]=Module["asm"]["vAa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCircle_MirroredByAxis_1=Module["_emscripten_bind_Mx3dGeomCircle_MirroredByAxis_1"]=function(){return(_emscripten_bind_Mx3dGeomCircle_MirroredByAxis_1=Module["_emscripten_bind_Mx3dGeomCircle_MirroredByAxis_1"]=Module["asm"]["wAa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCircle_MirroredByCSYSR_1=Module["_emscripten_bind_Mx3dGeomCircle_MirroredByCSYSR_1"]=function(){return(_emscripten_bind_Mx3dGeomCircle_MirroredByCSYSR_1=Module["_emscripten_bind_Mx3dGeomCircle_MirroredByCSYSR_1"]=Module["asm"]["xAa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCircle_Rotated_2=Module["_emscripten_bind_Mx3dGeomCircle_Rotated_2"]=function(){return(_emscripten_bind_Mx3dGeomCircle_Rotated_2=Module["_emscripten_bind_Mx3dGeomCircle_Rotated_2"]=Module["asm"]["yAa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCircle_Scaled_2=Module["_emscripten_bind_Mx3dGeomCircle_Scaled_2"]=function(){return(_emscripten_bind_Mx3dGeomCircle_Scaled_2=Module["_emscripten_bind_Mx3dGeomCircle_Scaled_2"]=Module["asm"]["zAa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCircle_Transformed_1=Module["_emscripten_bind_Mx3dGeomCircle_Transformed_1"]=function(){return(_emscripten_bind_Mx3dGeomCircle_Transformed_1=Module["_emscripten_bind_Mx3dGeomCircle_Transformed_1"]=Module["asm"]["AAa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCircle_TranslatedByVec_1=Module["_emscripten_bind_Mx3dGeomCircle_TranslatedByVec_1"]=function(){return(_emscripten_bind_Mx3dGeomCircle_TranslatedByVec_1=Module["_emscripten_bind_Mx3dGeomCircle_TranslatedByVec_1"]=Module["asm"]["BAa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCircle_TranslatedBy2Points_2=Module["_emscripten_bind_Mx3dGeomCircle_TranslatedBy2Points_2"]=function(){return(_emscripten_bind_Mx3dGeomCircle_TranslatedBy2Points_2=Module["_emscripten_bind_Mx3dGeomCircle_TranslatedBy2Points_2"]=Module["asm"]["CAa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCircle___destroy___0=Module["_emscripten_bind_Mx3dGeomCircle___destroy___0"]=function(){return(_emscripten_bind_Mx3dGeomCircle___destroy___0=Module["_emscripten_bind_Mx3dGeomCircle___destroy___0"]=Module["asm"]["DAa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomLine_Mx3dGeomLine_1=Module["_emscripten_bind_Mx3dGeomLine_Mx3dGeomLine_1"]=function(){return(_emscripten_bind_Mx3dGeomLine_Mx3dGeomLine_1=Module["_emscripten_bind_Mx3dGeomLine_Mx3dGeomLine_1"]=Module["asm"]["EAa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomLine_Mx3dGeomLine_2=Module["_emscripten_bind_Mx3dGeomLine_Mx3dGeomLine_2"]=function(){return(_emscripten_bind_Mx3dGeomLine_Mx3dGeomLine_2=Module["_emscripten_bind_Mx3dGeomLine_Mx3dGeomLine_2"]=Module["asm"]["FAa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomLine_SetDirection_1=Module["_emscripten_bind_Mx3dGeomLine_SetDirection_1"]=function(){return(_emscripten_bind_Mx3dGeomLine_SetDirection_1=Module["_emscripten_bind_Mx3dGeomLine_SetDirection_1"]=Module["asm"]["GAa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomLine_SetLocation_1=Module["_emscripten_bind_Mx3dGeomLine_SetLocation_1"]=function(){return(_emscripten_bind_Mx3dGeomLine_SetLocation_1=Module["_emscripten_bind_Mx3dGeomLine_SetLocation_1"]=Module["asm"]["HAa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomLine_SetPosition_1=Module["_emscripten_bind_Mx3dGeomLine_SetPosition_1"]=function(){return(_emscripten_bind_Mx3dGeomLine_SetPosition_1=Module["_emscripten_bind_Mx3dGeomLine_SetPosition_1"]=Module["asm"]["IAa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomLine_Position_0=Module["_emscripten_bind_Mx3dGeomLine_Position_0"]=function(){return(_emscripten_bind_Mx3dGeomLine_Position_0=Module["_emscripten_bind_Mx3dGeomLine_Position_0"]=Module["asm"]["JAa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomLine_Reverse_0=Module["_emscripten_bind_Mx3dGeomLine_Reverse_0"]=function(){return(_emscripten_bind_Mx3dGeomLine_Reverse_0=Module["_emscripten_bind_Mx3dGeomLine_Reverse_0"]=Module["asm"]["KAa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomLine_ReversedParameter_1=Module["_emscripten_bind_Mx3dGeomLine_ReversedParameter_1"]=function(){return(_emscripten_bind_Mx3dGeomLine_ReversedParameter_1=Module["_emscripten_bind_Mx3dGeomLine_ReversedParameter_1"]=Module["asm"]["LAa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomLine_FirstParameter_0=Module["_emscripten_bind_Mx3dGeomLine_FirstParameter_0"]=function(){return(_emscripten_bind_Mx3dGeomLine_FirstParameter_0=Module["_emscripten_bind_Mx3dGeomLine_FirstParameter_0"]=Module["asm"]["MAa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomLine_LastParameter_0=Module["_emscripten_bind_Mx3dGeomLine_LastParameter_0"]=function(){return(_emscripten_bind_Mx3dGeomLine_LastParameter_0=Module["_emscripten_bind_Mx3dGeomLine_LastParameter_0"]=Module["asm"]["NAa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomLine_IsClosed_0=Module["_emscripten_bind_Mx3dGeomLine_IsClosed_0"]=function(){return(_emscripten_bind_Mx3dGeomLine_IsClosed_0=Module["_emscripten_bind_Mx3dGeomLine_IsClosed_0"]=Module["asm"]["OAa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomLine_IsPeriodic_0=Module["_emscripten_bind_Mx3dGeomLine_IsPeriodic_0"]=function(){return(_emscripten_bind_Mx3dGeomLine_IsPeriodic_0=Module["_emscripten_bind_Mx3dGeomLine_IsPeriodic_0"]=Module["asm"]["PAa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomLine_Continuity_0=Module["_emscripten_bind_Mx3dGeomLine_Continuity_0"]=function(){return(_emscripten_bind_Mx3dGeomLine_Continuity_0=Module["_emscripten_bind_Mx3dGeomLine_Continuity_0"]=Module["asm"]["QAa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomLine_IsCN_1=Module["_emscripten_bind_Mx3dGeomLine_IsCN_1"]=function(){return(_emscripten_bind_Mx3dGeomLine_IsCN_1=Module["_emscripten_bind_Mx3dGeomLine_IsCN_1"]=Module["asm"]["RAa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomLine_D0_2=Module["_emscripten_bind_Mx3dGeomLine_D0_2"]=function(){return(_emscripten_bind_Mx3dGeomLine_D0_2=Module["_emscripten_bind_Mx3dGeomLine_D0_2"]=Module["asm"]["SAa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomLine_D1_3=Module["_emscripten_bind_Mx3dGeomLine_D1_3"]=function(){return(_emscripten_bind_Mx3dGeomLine_D1_3=Module["_emscripten_bind_Mx3dGeomLine_D1_3"]=Module["asm"]["TAa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomLine_D2_4=Module["_emscripten_bind_Mx3dGeomLine_D2_4"]=function(){return(_emscripten_bind_Mx3dGeomLine_D2_4=Module["_emscripten_bind_Mx3dGeomLine_D2_4"]=Module["asm"]["UAa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomLine_D3_5=Module["_emscripten_bind_Mx3dGeomLine_D3_5"]=function(){return(_emscripten_bind_Mx3dGeomLine_D3_5=Module["_emscripten_bind_Mx3dGeomLine_D3_5"]=Module["asm"]["VAa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomLine_DN_2=Module["_emscripten_bind_Mx3dGeomLine_DN_2"]=function(){return(_emscripten_bind_Mx3dGeomLine_DN_2=Module["_emscripten_bind_Mx3dGeomLine_DN_2"]=Module["asm"]["WAa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomLine_Transform_1=Module["_emscripten_bind_Mx3dGeomLine_Transform_1"]=function(){return(_emscripten_bind_Mx3dGeomLine_Transform_1=Module["_emscripten_bind_Mx3dGeomLine_Transform_1"]=Module["asm"]["XAa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomLine_TransformedParameter_2=Module["_emscripten_bind_Mx3dGeomLine_TransformedParameter_2"]=function(){return(_emscripten_bind_Mx3dGeomLine_TransformedParameter_2=Module["_emscripten_bind_Mx3dGeomLine_TransformedParameter_2"]=Module["asm"]["YAa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomLine_ParametricTransformation_1=Module["_emscripten_bind_Mx3dGeomLine_ParametricTransformation_1"]=function(){return(_emscripten_bind_Mx3dGeomLine_ParametricTransformation_1=Module["_emscripten_bind_Mx3dGeomLine_ParametricTransformation_1"]=Module["asm"]["ZAa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomLine_Copy_0=Module["_emscripten_bind_Mx3dGeomLine_Copy_0"]=function(){return(_emscripten_bind_Mx3dGeomLine_Copy_0=Module["_emscripten_bind_Mx3dGeomLine_Copy_0"]=Module["asm"]["_Aa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomLine_Edge_2=Module["_emscripten_bind_Mx3dGeomLine_Edge_2"]=function(){return(_emscripten_bind_Mx3dGeomLine_Edge_2=Module["_emscripten_bind_Mx3dGeomLine_Edge_2"]=Module["asm"]["$Aa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomLine_OffsetCurve_3=Module["_emscripten_bind_Mx3dGeomLine_OffsetCurve_3"]=function(){return(_emscripten_bind_Mx3dGeomLine_OffsetCurve_3=Module["_emscripten_bind_Mx3dGeomLine_OffsetCurve_3"]=Module["asm"]["aBa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomLine_DynamicType_0=Module["_emscripten_bind_Mx3dGeomLine_DynamicType_0"]=function(){return(_emscripten_bind_Mx3dGeomLine_DynamicType_0=Module["_emscripten_bind_Mx3dGeomLine_DynamicType_0"]=Module["asm"]["bBa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomLine_Reversed_0=Module["_emscripten_bind_Mx3dGeomLine_Reversed_0"]=function(){return(_emscripten_bind_Mx3dGeomLine_Reversed_0=Module["_emscripten_bind_Mx3dGeomLine_Reversed_0"]=Module["asm"]["cBa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomLine_Period_0=Module["_emscripten_bind_Mx3dGeomLine_Period_0"]=function(){return(_emscripten_bind_Mx3dGeomLine_Period_0=Module["_emscripten_bind_Mx3dGeomLine_Period_0"]=Module["asm"]["dBa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomLine_Value_1=Module["_emscripten_bind_Mx3dGeomLine_Value_1"]=function(){return(_emscripten_bind_Mx3dGeomLine_Value_1=Module["_emscripten_bind_Mx3dGeomLine_Value_1"]=Module["asm"]["eBa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomLine_MirrorByPoint_1=Module["_emscripten_bind_Mx3dGeomLine_MirrorByPoint_1"]=function(){return(_emscripten_bind_Mx3dGeomLine_MirrorByPoint_1=Module["_emscripten_bind_Mx3dGeomLine_MirrorByPoint_1"]=Module["asm"]["fBa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomLine_MirrorByAxis_1=Module["_emscripten_bind_Mx3dGeomLine_MirrorByAxis_1"]=function(){return(_emscripten_bind_Mx3dGeomLine_MirrorByAxis_1=Module["_emscripten_bind_Mx3dGeomLine_MirrorByAxis_1"]=Module["asm"]["gBa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomLine_MirrorByCSYSR_1=Module["_emscripten_bind_Mx3dGeomLine_MirrorByCSYSR_1"]=function(){return(_emscripten_bind_Mx3dGeomLine_MirrorByCSYSR_1=Module["_emscripten_bind_Mx3dGeomLine_MirrorByCSYSR_1"]=Module["asm"]["hBa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomLine_Rotate_2=Module["_emscripten_bind_Mx3dGeomLine_Rotate_2"]=function(){return(_emscripten_bind_Mx3dGeomLine_Rotate_2=Module["_emscripten_bind_Mx3dGeomLine_Rotate_2"]=Module["asm"]["iBa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomLine_Scale_2=Module["_emscripten_bind_Mx3dGeomLine_Scale_2"]=function(){return(_emscripten_bind_Mx3dGeomLine_Scale_2=Module["_emscripten_bind_Mx3dGeomLine_Scale_2"]=Module["asm"]["jBa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomLine_TranslateByVec_1=Module["_emscripten_bind_Mx3dGeomLine_TranslateByVec_1"]=function(){return(_emscripten_bind_Mx3dGeomLine_TranslateByVec_1=Module["_emscripten_bind_Mx3dGeomLine_TranslateByVec_1"]=Module["asm"]["kBa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomLine_TranslateBy2Points_2=Module["_emscripten_bind_Mx3dGeomLine_TranslateBy2Points_2"]=function(){return(_emscripten_bind_Mx3dGeomLine_TranslateBy2Points_2=Module["_emscripten_bind_Mx3dGeomLine_TranslateBy2Points_2"]=Module["asm"]["lBa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomLine_MirroredByPoint_1=Module["_emscripten_bind_Mx3dGeomLine_MirroredByPoint_1"]=function(){return(_emscripten_bind_Mx3dGeomLine_MirroredByPoint_1=Module["_emscripten_bind_Mx3dGeomLine_MirroredByPoint_1"]=Module["asm"]["mBa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomLine_MirroredByAxis_1=Module["_emscripten_bind_Mx3dGeomLine_MirroredByAxis_1"]=function(){return(_emscripten_bind_Mx3dGeomLine_MirroredByAxis_1=Module["_emscripten_bind_Mx3dGeomLine_MirroredByAxis_1"]=Module["asm"]["nBa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomLine_MirroredByCSYSR_1=Module["_emscripten_bind_Mx3dGeomLine_MirroredByCSYSR_1"]=function(){return(_emscripten_bind_Mx3dGeomLine_MirroredByCSYSR_1=Module["_emscripten_bind_Mx3dGeomLine_MirroredByCSYSR_1"]=Module["asm"]["oBa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomLine_Rotated_2=Module["_emscripten_bind_Mx3dGeomLine_Rotated_2"]=function(){return(_emscripten_bind_Mx3dGeomLine_Rotated_2=Module["_emscripten_bind_Mx3dGeomLine_Rotated_2"]=Module["asm"]["pBa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomLine_Scaled_2=Module["_emscripten_bind_Mx3dGeomLine_Scaled_2"]=function(){return(_emscripten_bind_Mx3dGeomLine_Scaled_2=Module["_emscripten_bind_Mx3dGeomLine_Scaled_2"]=Module["asm"]["qBa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomLine_Transformed_1=Module["_emscripten_bind_Mx3dGeomLine_Transformed_1"]=function(){return(_emscripten_bind_Mx3dGeomLine_Transformed_1=Module["_emscripten_bind_Mx3dGeomLine_Transformed_1"]=Module["asm"]["rBa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomLine_TranslatedByVec_1=Module["_emscripten_bind_Mx3dGeomLine_TranslatedByVec_1"]=function(){return(_emscripten_bind_Mx3dGeomLine_TranslatedByVec_1=Module["_emscripten_bind_Mx3dGeomLine_TranslatedByVec_1"]=Module["asm"]["sBa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomLine_TranslatedBy2Points_2=Module["_emscripten_bind_Mx3dGeomLine_TranslatedBy2Points_2"]=function(){return(_emscripten_bind_Mx3dGeomLine_TranslatedBy2Points_2=Module["_emscripten_bind_Mx3dGeomLine_TranslatedBy2Points_2"]=Module["asm"]["tBa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomLine___destroy___0=Module["_emscripten_bind_Mx3dGeomLine___destroy___0"]=function(){return(_emscripten_bind_Mx3dGeomLine___destroy___0=Module["_emscripten_bind_Mx3dGeomLine___destroy___0"]=Module["asm"]["uBa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomEllipse_Mx3dGeomEllipse_3=Module["_emscripten_bind_Mx3dGeomEllipse_Mx3dGeomEllipse_3"]=function(){return(_emscripten_bind_Mx3dGeomEllipse_Mx3dGeomEllipse_3=Module["_emscripten_bind_Mx3dGeomEllipse_Mx3dGeomEllipse_3"]=Module["asm"]["vBa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomEllipse_SetMajorRadius_1=Module["_emscripten_bind_Mx3dGeomEllipse_SetMajorRadius_1"]=function(){return(_emscripten_bind_Mx3dGeomEllipse_SetMajorRadius_1=Module["_emscripten_bind_Mx3dGeomEllipse_SetMajorRadius_1"]=Module["asm"]["wBa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomEllipse_SetMinorRadius_1=Module["_emscripten_bind_Mx3dGeomEllipse_SetMinorRadius_1"]=function(){return(_emscripten_bind_Mx3dGeomEllipse_SetMinorRadius_1=Module["_emscripten_bind_Mx3dGeomEllipse_SetMinorRadius_1"]=Module["asm"]["xBa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomEllipse_ReversedParameter_1=Module["_emscripten_bind_Mx3dGeomEllipse_ReversedParameter_1"]=function(){return(_emscripten_bind_Mx3dGeomEllipse_ReversedParameter_1=Module["_emscripten_bind_Mx3dGeomEllipse_ReversedParameter_1"]=Module["asm"]["yBa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomEllipse_Directrix1_0=Module["_emscripten_bind_Mx3dGeomEllipse_Directrix1_0"]=function(){return(_emscripten_bind_Mx3dGeomEllipse_Directrix1_0=Module["_emscripten_bind_Mx3dGeomEllipse_Directrix1_0"]=Module["asm"]["zBa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomEllipse_Directrix2_0=Module["_emscripten_bind_Mx3dGeomEllipse_Directrix2_0"]=function(){return(_emscripten_bind_Mx3dGeomEllipse_Directrix2_0=Module["_emscripten_bind_Mx3dGeomEllipse_Directrix2_0"]=Module["asm"]["ABa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomEllipse_Eccentricity_0=Module["_emscripten_bind_Mx3dGeomEllipse_Eccentricity_0"]=function(){return(_emscripten_bind_Mx3dGeomEllipse_Eccentricity_0=Module["_emscripten_bind_Mx3dGeomEllipse_Eccentricity_0"]=Module["asm"]["BBa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomEllipse_Focal_0=Module["_emscripten_bind_Mx3dGeomEllipse_Focal_0"]=function(){return(_emscripten_bind_Mx3dGeomEllipse_Focal_0=Module["_emscripten_bind_Mx3dGeomEllipse_Focal_0"]=Module["asm"]["CBa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomEllipse_Focus1_0=Module["_emscripten_bind_Mx3dGeomEllipse_Focus1_0"]=function(){return(_emscripten_bind_Mx3dGeomEllipse_Focus1_0=Module["_emscripten_bind_Mx3dGeomEllipse_Focus1_0"]=Module["asm"]["DBa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomEllipse_Focus2_0=Module["_emscripten_bind_Mx3dGeomEllipse_Focus2_0"]=function(){return(_emscripten_bind_Mx3dGeomEllipse_Focus2_0=Module["_emscripten_bind_Mx3dGeomEllipse_Focus2_0"]=Module["asm"]["EBa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomEllipse_MajorRadius_0=Module["_emscripten_bind_Mx3dGeomEllipse_MajorRadius_0"]=function(){return(_emscripten_bind_Mx3dGeomEllipse_MajorRadius_0=Module["_emscripten_bind_Mx3dGeomEllipse_MajorRadius_0"]=Module["asm"]["FBa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomEllipse_MinorRadius_0=Module["_emscripten_bind_Mx3dGeomEllipse_MinorRadius_0"]=function(){return(_emscripten_bind_Mx3dGeomEllipse_MinorRadius_0=Module["_emscripten_bind_Mx3dGeomEllipse_MinorRadius_0"]=Module["asm"]["GBa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomEllipse_Parameter_0=Module["_emscripten_bind_Mx3dGeomEllipse_Parameter_0"]=function(){return(_emscripten_bind_Mx3dGeomEllipse_Parameter_0=Module["_emscripten_bind_Mx3dGeomEllipse_Parameter_0"]=Module["asm"]["HBa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomEllipse_FirstParameter_0=Module["_emscripten_bind_Mx3dGeomEllipse_FirstParameter_0"]=function(){return(_emscripten_bind_Mx3dGeomEllipse_FirstParameter_0=Module["_emscripten_bind_Mx3dGeomEllipse_FirstParameter_0"]=Module["asm"]["IBa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomEllipse_LastParameter_0=Module["_emscripten_bind_Mx3dGeomEllipse_LastParameter_0"]=function(){return(_emscripten_bind_Mx3dGeomEllipse_LastParameter_0=Module["_emscripten_bind_Mx3dGeomEllipse_LastParameter_0"]=Module["asm"]["JBa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomEllipse_IsClosed_0=Module["_emscripten_bind_Mx3dGeomEllipse_IsClosed_0"]=function(){return(_emscripten_bind_Mx3dGeomEllipse_IsClosed_0=Module["_emscripten_bind_Mx3dGeomEllipse_IsClosed_0"]=Module["asm"]["KBa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomEllipse_IsPeriodic_0=Module["_emscripten_bind_Mx3dGeomEllipse_IsPeriodic_0"]=function(){return(_emscripten_bind_Mx3dGeomEllipse_IsPeriodic_0=Module["_emscripten_bind_Mx3dGeomEllipse_IsPeriodic_0"]=Module["asm"]["LBa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomEllipse_D0_2=Module["_emscripten_bind_Mx3dGeomEllipse_D0_2"]=function(){return(_emscripten_bind_Mx3dGeomEllipse_D0_2=Module["_emscripten_bind_Mx3dGeomEllipse_D0_2"]=Module["asm"]["MBa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomEllipse_D1_3=Module["_emscripten_bind_Mx3dGeomEllipse_D1_3"]=function(){return(_emscripten_bind_Mx3dGeomEllipse_D1_3=Module["_emscripten_bind_Mx3dGeomEllipse_D1_3"]=Module["asm"]["NBa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomEllipse_D2_4=Module["_emscripten_bind_Mx3dGeomEllipse_D2_4"]=function(){return(_emscripten_bind_Mx3dGeomEllipse_D2_4=Module["_emscripten_bind_Mx3dGeomEllipse_D2_4"]=Module["asm"]["OBa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomEllipse_D3_5=Module["_emscripten_bind_Mx3dGeomEllipse_D3_5"]=function(){return(_emscripten_bind_Mx3dGeomEllipse_D3_5=Module["_emscripten_bind_Mx3dGeomEllipse_D3_5"]=Module["asm"]["PBa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomEllipse_DN_2=Module["_emscripten_bind_Mx3dGeomEllipse_DN_2"]=function(){return(_emscripten_bind_Mx3dGeomEllipse_DN_2=Module["_emscripten_bind_Mx3dGeomEllipse_DN_2"]=Module["asm"]["QBa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomEllipse_Transform_1=Module["_emscripten_bind_Mx3dGeomEllipse_Transform_1"]=function(){return(_emscripten_bind_Mx3dGeomEllipse_Transform_1=Module["_emscripten_bind_Mx3dGeomEllipse_Transform_1"]=Module["asm"]["RBa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomEllipse_Copy_0=Module["_emscripten_bind_Mx3dGeomEllipse_Copy_0"]=function(){return(_emscripten_bind_Mx3dGeomEllipse_Copy_0=Module["_emscripten_bind_Mx3dGeomEllipse_Copy_0"]=Module["asm"]["SBa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomEllipse_Edge_2=Module["_emscripten_bind_Mx3dGeomEllipse_Edge_2"]=function(){return(_emscripten_bind_Mx3dGeomEllipse_Edge_2=Module["_emscripten_bind_Mx3dGeomEllipse_Edge_2"]=Module["asm"]["TBa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomEllipse_Wire_0=Module["_emscripten_bind_Mx3dGeomEllipse_Wire_0"]=function(){return(_emscripten_bind_Mx3dGeomEllipse_Wire_0=Module["_emscripten_bind_Mx3dGeomEllipse_Wire_0"]=Module["asm"]["UBa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomEllipse_OffsetCurve_3=Module["_emscripten_bind_Mx3dGeomEllipse_OffsetCurve_3"]=function(){return(_emscripten_bind_Mx3dGeomEllipse_OffsetCurve_3=Module["_emscripten_bind_Mx3dGeomEllipse_OffsetCurve_3"]=Module["asm"]["VBa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomEllipse_DynamicType_0=Module["_emscripten_bind_Mx3dGeomEllipse_DynamicType_0"]=function(){return(_emscripten_bind_Mx3dGeomEllipse_DynamicType_0=Module["_emscripten_bind_Mx3dGeomEllipse_DynamicType_0"]=Module["asm"]["WBa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomEllipse_SetAxis_1=Module["_emscripten_bind_Mx3dGeomEllipse_SetAxis_1"]=function(){return(_emscripten_bind_Mx3dGeomEllipse_SetAxis_1=Module["_emscripten_bind_Mx3dGeomEllipse_SetAxis_1"]=Module["asm"]["XBa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomEllipse_SetLocation_1=Module["_emscripten_bind_Mx3dGeomEllipse_SetLocation_1"]=function(){return(_emscripten_bind_Mx3dGeomEllipse_SetLocation_1=Module["_emscripten_bind_Mx3dGeomEllipse_SetLocation_1"]=Module["asm"]["YBa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomEllipse_SetPosition_1=Module["_emscripten_bind_Mx3dGeomEllipse_SetPosition_1"]=function(){return(_emscripten_bind_Mx3dGeomEllipse_SetPosition_1=Module["_emscripten_bind_Mx3dGeomEllipse_SetPosition_1"]=Module["asm"]["ZBa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomEllipse_Axis_0=Module["_emscripten_bind_Mx3dGeomEllipse_Axis_0"]=function(){return(_emscripten_bind_Mx3dGeomEllipse_Axis_0=Module["_emscripten_bind_Mx3dGeomEllipse_Axis_0"]=Module["asm"]["_Ba"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomEllipse_Location_0=Module["_emscripten_bind_Mx3dGeomEllipse_Location_0"]=function(){return(_emscripten_bind_Mx3dGeomEllipse_Location_0=Module["_emscripten_bind_Mx3dGeomEllipse_Location_0"]=Module["asm"]["$Ba"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomEllipse_Position_0=Module["_emscripten_bind_Mx3dGeomEllipse_Position_0"]=function(){return(_emscripten_bind_Mx3dGeomEllipse_Position_0=Module["_emscripten_bind_Mx3dGeomEllipse_Position_0"]=Module["asm"]["aCa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomEllipse_XAxis_0=Module["_emscripten_bind_Mx3dGeomEllipse_XAxis_0"]=function(){return(_emscripten_bind_Mx3dGeomEllipse_XAxis_0=Module["_emscripten_bind_Mx3dGeomEllipse_XAxis_0"]=Module["asm"]["bCa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomEllipse_YAxis_0=Module["_emscripten_bind_Mx3dGeomEllipse_YAxis_0"]=function(){return(_emscripten_bind_Mx3dGeomEllipse_YAxis_0=Module["_emscripten_bind_Mx3dGeomEllipse_YAxis_0"]=Module["asm"]["cCa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomEllipse_Reverse_0=Module["_emscripten_bind_Mx3dGeomEllipse_Reverse_0"]=function(){return(_emscripten_bind_Mx3dGeomEllipse_Reverse_0=Module["_emscripten_bind_Mx3dGeomEllipse_Reverse_0"]=Module["asm"]["dCa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomEllipse_Continuity_0=Module["_emscripten_bind_Mx3dGeomEllipse_Continuity_0"]=function(){return(_emscripten_bind_Mx3dGeomEllipse_Continuity_0=Module["_emscripten_bind_Mx3dGeomEllipse_Continuity_0"]=Module["asm"]["eCa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomEllipse_IsCN_1=Module["_emscripten_bind_Mx3dGeomEllipse_IsCN_1"]=function(){return(_emscripten_bind_Mx3dGeomEllipse_IsCN_1=Module["_emscripten_bind_Mx3dGeomEllipse_IsCN_1"]=Module["asm"]["fCa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomEllipse_Reversed_0=Module["_emscripten_bind_Mx3dGeomEllipse_Reversed_0"]=function(){return(_emscripten_bind_Mx3dGeomEllipse_Reversed_0=Module["_emscripten_bind_Mx3dGeomEllipse_Reversed_0"]=Module["asm"]["gCa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomEllipse_Period_0=Module["_emscripten_bind_Mx3dGeomEllipse_Period_0"]=function(){return(_emscripten_bind_Mx3dGeomEllipse_Period_0=Module["_emscripten_bind_Mx3dGeomEllipse_Period_0"]=Module["asm"]["hCa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomEllipse_Value_1=Module["_emscripten_bind_Mx3dGeomEllipse_Value_1"]=function(){return(_emscripten_bind_Mx3dGeomEllipse_Value_1=Module["_emscripten_bind_Mx3dGeomEllipse_Value_1"]=Module["asm"]["iCa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomEllipse_MirrorByPoint_1=Module["_emscripten_bind_Mx3dGeomEllipse_MirrorByPoint_1"]=function(){return(_emscripten_bind_Mx3dGeomEllipse_MirrorByPoint_1=Module["_emscripten_bind_Mx3dGeomEllipse_MirrorByPoint_1"]=Module["asm"]["jCa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomEllipse_MirrorByAxis_1=Module["_emscripten_bind_Mx3dGeomEllipse_MirrorByAxis_1"]=function(){return(_emscripten_bind_Mx3dGeomEllipse_MirrorByAxis_1=Module["_emscripten_bind_Mx3dGeomEllipse_MirrorByAxis_1"]=Module["asm"]["kCa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomEllipse_MirrorByCSYSR_1=Module["_emscripten_bind_Mx3dGeomEllipse_MirrorByCSYSR_1"]=function(){return(_emscripten_bind_Mx3dGeomEllipse_MirrorByCSYSR_1=Module["_emscripten_bind_Mx3dGeomEllipse_MirrorByCSYSR_1"]=Module["asm"]["lCa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomEllipse_Rotate_2=Module["_emscripten_bind_Mx3dGeomEllipse_Rotate_2"]=function(){return(_emscripten_bind_Mx3dGeomEllipse_Rotate_2=Module["_emscripten_bind_Mx3dGeomEllipse_Rotate_2"]=Module["asm"]["mCa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomEllipse_Scale_2=Module["_emscripten_bind_Mx3dGeomEllipse_Scale_2"]=function(){return(_emscripten_bind_Mx3dGeomEllipse_Scale_2=Module["_emscripten_bind_Mx3dGeomEllipse_Scale_2"]=Module["asm"]["nCa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomEllipse_TranslateByVec_1=Module["_emscripten_bind_Mx3dGeomEllipse_TranslateByVec_1"]=function(){return(_emscripten_bind_Mx3dGeomEllipse_TranslateByVec_1=Module["_emscripten_bind_Mx3dGeomEllipse_TranslateByVec_1"]=Module["asm"]["oCa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomEllipse_TranslateBy2Points_2=Module["_emscripten_bind_Mx3dGeomEllipse_TranslateBy2Points_2"]=function(){return(_emscripten_bind_Mx3dGeomEllipse_TranslateBy2Points_2=Module["_emscripten_bind_Mx3dGeomEllipse_TranslateBy2Points_2"]=Module["asm"]["pCa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomEllipse_MirroredByPoint_1=Module["_emscripten_bind_Mx3dGeomEllipse_MirroredByPoint_1"]=function(){return(_emscripten_bind_Mx3dGeomEllipse_MirroredByPoint_1=Module["_emscripten_bind_Mx3dGeomEllipse_MirroredByPoint_1"]=Module["asm"]["qCa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomEllipse_MirroredByAxis_1=Module["_emscripten_bind_Mx3dGeomEllipse_MirroredByAxis_1"]=function(){return(_emscripten_bind_Mx3dGeomEllipse_MirroredByAxis_1=Module["_emscripten_bind_Mx3dGeomEllipse_MirroredByAxis_1"]=Module["asm"]["rCa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomEllipse_MirroredByCSYSR_1=Module["_emscripten_bind_Mx3dGeomEllipse_MirroredByCSYSR_1"]=function(){return(_emscripten_bind_Mx3dGeomEllipse_MirroredByCSYSR_1=Module["_emscripten_bind_Mx3dGeomEllipse_MirroredByCSYSR_1"]=Module["asm"]["sCa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomEllipse_Rotated_2=Module["_emscripten_bind_Mx3dGeomEllipse_Rotated_2"]=function(){return(_emscripten_bind_Mx3dGeomEllipse_Rotated_2=Module["_emscripten_bind_Mx3dGeomEllipse_Rotated_2"]=Module["asm"]["tCa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomEllipse_Scaled_2=Module["_emscripten_bind_Mx3dGeomEllipse_Scaled_2"]=function(){return(_emscripten_bind_Mx3dGeomEllipse_Scaled_2=Module["_emscripten_bind_Mx3dGeomEllipse_Scaled_2"]=Module["asm"]["uCa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomEllipse_Transformed_1=Module["_emscripten_bind_Mx3dGeomEllipse_Transformed_1"]=function(){return(_emscripten_bind_Mx3dGeomEllipse_Transformed_1=Module["_emscripten_bind_Mx3dGeomEllipse_Transformed_1"]=Module["asm"]["vCa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomEllipse_TranslatedByVec_1=Module["_emscripten_bind_Mx3dGeomEllipse_TranslatedByVec_1"]=function(){return(_emscripten_bind_Mx3dGeomEllipse_TranslatedByVec_1=Module["_emscripten_bind_Mx3dGeomEllipse_TranslatedByVec_1"]=Module["asm"]["wCa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomEllipse_TranslatedBy2Points_2=Module["_emscripten_bind_Mx3dGeomEllipse_TranslatedBy2Points_2"]=function(){return(_emscripten_bind_Mx3dGeomEllipse_TranslatedBy2Points_2=Module["_emscripten_bind_Mx3dGeomEllipse_TranslatedBy2Points_2"]=Module["asm"]["xCa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomEllipse___destroy___0=Module["_emscripten_bind_Mx3dGeomEllipse___destroy___0"]=function(){return(_emscripten_bind_Mx3dGeomEllipse___destroy___0=Module["_emscripten_bind_Mx3dGeomEllipse___destroy___0"]=Module["asm"]["yCa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomHyperbola_Mx3dGeomHyperbola_3=Module["_emscripten_bind_Mx3dGeomHyperbola_Mx3dGeomHyperbola_3"]=function(){return(_emscripten_bind_Mx3dGeomHyperbola_Mx3dGeomHyperbola_3=Module["_emscripten_bind_Mx3dGeomHyperbola_Mx3dGeomHyperbola_3"]=Module["asm"]["zCa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomHyperbola_SetMajorRadius_1=Module["_emscripten_bind_Mx3dGeomHyperbola_SetMajorRadius_1"]=function(){return(_emscripten_bind_Mx3dGeomHyperbola_SetMajorRadius_1=Module["_emscripten_bind_Mx3dGeomHyperbola_SetMajorRadius_1"]=Module["asm"]["ACa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomHyperbola_SetMinorRadius_1=Module["_emscripten_bind_Mx3dGeomHyperbola_SetMinorRadius_1"]=function(){return(_emscripten_bind_Mx3dGeomHyperbola_SetMinorRadius_1=Module["_emscripten_bind_Mx3dGeomHyperbola_SetMinorRadius_1"]=Module["asm"]["BCa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomHyperbola_ReversedParameter_1=Module["_emscripten_bind_Mx3dGeomHyperbola_ReversedParameter_1"]=function(){return(_emscripten_bind_Mx3dGeomHyperbola_ReversedParameter_1=Module["_emscripten_bind_Mx3dGeomHyperbola_ReversedParameter_1"]=Module["asm"]["CCa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomHyperbola_FirstParameter_0=Module["_emscripten_bind_Mx3dGeomHyperbola_FirstParameter_0"]=function(){return(_emscripten_bind_Mx3dGeomHyperbola_FirstParameter_0=Module["_emscripten_bind_Mx3dGeomHyperbola_FirstParameter_0"]=Module["asm"]["DCa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomHyperbola_LastParameter_0=Module["_emscripten_bind_Mx3dGeomHyperbola_LastParameter_0"]=function(){return(_emscripten_bind_Mx3dGeomHyperbola_LastParameter_0=Module["_emscripten_bind_Mx3dGeomHyperbola_LastParameter_0"]=Module["asm"]["ECa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomHyperbola_IsClosed_0=Module["_emscripten_bind_Mx3dGeomHyperbola_IsClosed_0"]=function(){return(_emscripten_bind_Mx3dGeomHyperbola_IsClosed_0=Module["_emscripten_bind_Mx3dGeomHyperbola_IsClosed_0"]=Module["asm"]["FCa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomHyperbola_IsPeriodic_0=Module["_emscripten_bind_Mx3dGeomHyperbola_IsPeriodic_0"]=function(){return(_emscripten_bind_Mx3dGeomHyperbola_IsPeriodic_0=Module["_emscripten_bind_Mx3dGeomHyperbola_IsPeriodic_0"]=Module["asm"]["GCa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomHyperbola_Asymptote1_0=Module["_emscripten_bind_Mx3dGeomHyperbola_Asymptote1_0"]=function(){return(_emscripten_bind_Mx3dGeomHyperbola_Asymptote1_0=Module["_emscripten_bind_Mx3dGeomHyperbola_Asymptote1_0"]=Module["asm"]["HCa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomHyperbola_Asymptote2_0=Module["_emscripten_bind_Mx3dGeomHyperbola_Asymptote2_0"]=function(){return(_emscripten_bind_Mx3dGeomHyperbola_Asymptote2_0=Module["_emscripten_bind_Mx3dGeomHyperbola_Asymptote2_0"]=Module["asm"]["ICa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomHyperbola_ConjugateBranch1_0=Module["_emscripten_bind_Mx3dGeomHyperbola_ConjugateBranch1_0"]=function(){return(_emscripten_bind_Mx3dGeomHyperbola_ConjugateBranch1_0=Module["_emscripten_bind_Mx3dGeomHyperbola_ConjugateBranch1_0"]=Module["asm"]["JCa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomHyperbola_ConjugateBranch2_0=Module["_emscripten_bind_Mx3dGeomHyperbola_ConjugateBranch2_0"]=function(){return(_emscripten_bind_Mx3dGeomHyperbola_ConjugateBranch2_0=Module["_emscripten_bind_Mx3dGeomHyperbola_ConjugateBranch2_0"]=Module["asm"]["KCa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomHyperbola_Directrix1_0=Module["_emscripten_bind_Mx3dGeomHyperbola_Directrix1_0"]=function(){return(_emscripten_bind_Mx3dGeomHyperbola_Directrix1_0=Module["_emscripten_bind_Mx3dGeomHyperbola_Directrix1_0"]=Module["asm"]["LCa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomHyperbola_Directrix2_0=Module["_emscripten_bind_Mx3dGeomHyperbola_Directrix2_0"]=function(){return(_emscripten_bind_Mx3dGeomHyperbola_Directrix2_0=Module["_emscripten_bind_Mx3dGeomHyperbola_Directrix2_0"]=Module["asm"]["MCa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomHyperbola_Eccentricity_0=Module["_emscripten_bind_Mx3dGeomHyperbola_Eccentricity_0"]=function(){return(_emscripten_bind_Mx3dGeomHyperbola_Eccentricity_0=Module["_emscripten_bind_Mx3dGeomHyperbola_Eccentricity_0"]=Module["asm"]["NCa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomHyperbola_Focal_0=Module["_emscripten_bind_Mx3dGeomHyperbola_Focal_0"]=function(){return(_emscripten_bind_Mx3dGeomHyperbola_Focal_0=Module["_emscripten_bind_Mx3dGeomHyperbola_Focal_0"]=Module["asm"]["OCa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomHyperbola_Focus1_0=Module["_emscripten_bind_Mx3dGeomHyperbola_Focus1_0"]=function(){return(_emscripten_bind_Mx3dGeomHyperbola_Focus1_0=Module["_emscripten_bind_Mx3dGeomHyperbola_Focus1_0"]=Module["asm"]["PCa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomHyperbola_Focus2_0=Module["_emscripten_bind_Mx3dGeomHyperbola_Focus2_0"]=function(){return(_emscripten_bind_Mx3dGeomHyperbola_Focus2_0=Module["_emscripten_bind_Mx3dGeomHyperbola_Focus2_0"]=Module["asm"]["QCa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomHyperbola_MajorRadius_0=Module["_emscripten_bind_Mx3dGeomHyperbola_MajorRadius_0"]=function(){return(_emscripten_bind_Mx3dGeomHyperbola_MajorRadius_0=Module["_emscripten_bind_Mx3dGeomHyperbola_MajorRadius_0"]=Module["asm"]["RCa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomHyperbola_MinorRadius_0=Module["_emscripten_bind_Mx3dGeomHyperbola_MinorRadius_0"]=function(){return(_emscripten_bind_Mx3dGeomHyperbola_MinorRadius_0=Module["_emscripten_bind_Mx3dGeomHyperbola_MinorRadius_0"]=Module["asm"]["SCa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomHyperbola_OtherBranch_0=Module["_emscripten_bind_Mx3dGeomHyperbola_OtherBranch_0"]=function(){return(_emscripten_bind_Mx3dGeomHyperbola_OtherBranch_0=Module["_emscripten_bind_Mx3dGeomHyperbola_OtherBranch_0"]=Module["asm"]["TCa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomHyperbola_Parameter_0=Module["_emscripten_bind_Mx3dGeomHyperbola_Parameter_0"]=function(){return(_emscripten_bind_Mx3dGeomHyperbola_Parameter_0=Module["_emscripten_bind_Mx3dGeomHyperbola_Parameter_0"]=Module["asm"]["UCa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomHyperbola_D0_2=Module["_emscripten_bind_Mx3dGeomHyperbola_D0_2"]=function(){return(_emscripten_bind_Mx3dGeomHyperbola_D0_2=Module["_emscripten_bind_Mx3dGeomHyperbola_D0_2"]=Module["asm"]["VCa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomHyperbola_D1_3=Module["_emscripten_bind_Mx3dGeomHyperbola_D1_3"]=function(){return(_emscripten_bind_Mx3dGeomHyperbola_D1_3=Module["_emscripten_bind_Mx3dGeomHyperbola_D1_3"]=Module["asm"]["WCa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomHyperbola_D2_4=Module["_emscripten_bind_Mx3dGeomHyperbola_D2_4"]=function(){return(_emscripten_bind_Mx3dGeomHyperbola_D2_4=Module["_emscripten_bind_Mx3dGeomHyperbola_D2_4"]=Module["asm"]["XCa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomHyperbola_D3_5=Module["_emscripten_bind_Mx3dGeomHyperbola_D3_5"]=function(){return(_emscripten_bind_Mx3dGeomHyperbola_D3_5=Module["_emscripten_bind_Mx3dGeomHyperbola_D3_5"]=Module["asm"]["YCa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomHyperbola_DN_2=Module["_emscripten_bind_Mx3dGeomHyperbola_DN_2"]=function(){return(_emscripten_bind_Mx3dGeomHyperbola_DN_2=Module["_emscripten_bind_Mx3dGeomHyperbola_DN_2"]=Module["asm"]["ZCa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomHyperbola_Transform_1=Module["_emscripten_bind_Mx3dGeomHyperbola_Transform_1"]=function(){return(_emscripten_bind_Mx3dGeomHyperbola_Transform_1=Module["_emscripten_bind_Mx3dGeomHyperbola_Transform_1"]=Module["asm"]["_Ca"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomHyperbola_Copy_0=Module["_emscripten_bind_Mx3dGeomHyperbola_Copy_0"]=function(){return(_emscripten_bind_Mx3dGeomHyperbola_Copy_0=Module["_emscripten_bind_Mx3dGeomHyperbola_Copy_0"]=Module["asm"]["$Ca"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomHyperbola_Edge_2=Module["_emscripten_bind_Mx3dGeomHyperbola_Edge_2"]=function(){return(_emscripten_bind_Mx3dGeomHyperbola_Edge_2=Module["_emscripten_bind_Mx3dGeomHyperbola_Edge_2"]=Module["asm"]["aDa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomHyperbola_OffsetCurve_3=Module["_emscripten_bind_Mx3dGeomHyperbola_OffsetCurve_3"]=function(){return(_emscripten_bind_Mx3dGeomHyperbola_OffsetCurve_3=Module["_emscripten_bind_Mx3dGeomHyperbola_OffsetCurve_3"]=Module["asm"]["bDa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomHyperbola_DynamicType_0=Module["_emscripten_bind_Mx3dGeomHyperbola_DynamicType_0"]=function(){return(_emscripten_bind_Mx3dGeomHyperbola_DynamicType_0=Module["_emscripten_bind_Mx3dGeomHyperbola_DynamicType_0"]=Module["asm"]["cDa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomHyperbola_SetAxis_1=Module["_emscripten_bind_Mx3dGeomHyperbola_SetAxis_1"]=function(){return(_emscripten_bind_Mx3dGeomHyperbola_SetAxis_1=Module["_emscripten_bind_Mx3dGeomHyperbola_SetAxis_1"]=Module["asm"]["dDa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomHyperbola_SetLocation_1=Module["_emscripten_bind_Mx3dGeomHyperbola_SetLocation_1"]=function(){return(_emscripten_bind_Mx3dGeomHyperbola_SetLocation_1=Module["_emscripten_bind_Mx3dGeomHyperbola_SetLocation_1"]=Module["asm"]["eDa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomHyperbola_SetPosition_1=Module["_emscripten_bind_Mx3dGeomHyperbola_SetPosition_1"]=function(){return(_emscripten_bind_Mx3dGeomHyperbola_SetPosition_1=Module["_emscripten_bind_Mx3dGeomHyperbola_SetPosition_1"]=Module["asm"]["fDa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomHyperbola_Axis_0=Module["_emscripten_bind_Mx3dGeomHyperbola_Axis_0"]=function(){return(_emscripten_bind_Mx3dGeomHyperbola_Axis_0=Module["_emscripten_bind_Mx3dGeomHyperbola_Axis_0"]=Module["asm"]["gDa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomHyperbola_Location_0=Module["_emscripten_bind_Mx3dGeomHyperbola_Location_0"]=function(){return(_emscripten_bind_Mx3dGeomHyperbola_Location_0=Module["_emscripten_bind_Mx3dGeomHyperbola_Location_0"]=Module["asm"]["hDa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomHyperbola_Position_0=Module["_emscripten_bind_Mx3dGeomHyperbola_Position_0"]=function(){return(_emscripten_bind_Mx3dGeomHyperbola_Position_0=Module["_emscripten_bind_Mx3dGeomHyperbola_Position_0"]=Module["asm"]["iDa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomHyperbola_XAxis_0=Module["_emscripten_bind_Mx3dGeomHyperbola_XAxis_0"]=function(){return(_emscripten_bind_Mx3dGeomHyperbola_XAxis_0=Module["_emscripten_bind_Mx3dGeomHyperbola_XAxis_0"]=Module["asm"]["jDa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomHyperbola_YAxis_0=Module["_emscripten_bind_Mx3dGeomHyperbola_YAxis_0"]=function(){return(_emscripten_bind_Mx3dGeomHyperbola_YAxis_0=Module["_emscripten_bind_Mx3dGeomHyperbola_YAxis_0"]=Module["asm"]["kDa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomHyperbola_Reverse_0=Module["_emscripten_bind_Mx3dGeomHyperbola_Reverse_0"]=function(){return(_emscripten_bind_Mx3dGeomHyperbola_Reverse_0=Module["_emscripten_bind_Mx3dGeomHyperbola_Reverse_0"]=Module["asm"]["lDa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomHyperbola_Continuity_0=Module["_emscripten_bind_Mx3dGeomHyperbola_Continuity_0"]=function(){return(_emscripten_bind_Mx3dGeomHyperbola_Continuity_0=Module["_emscripten_bind_Mx3dGeomHyperbola_Continuity_0"]=Module["asm"]["mDa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomHyperbola_IsCN_1=Module["_emscripten_bind_Mx3dGeomHyperbola_IsCN_1"]=function(){return(_emscripten_bind_Mx3dGeomHyperbola_IsCN_1=Module["_emscripten_bind_Mx3dGeomHyperbola_IsCN_1"]=Module["asm"]["nDa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomHyperbola_Reversed_0=Module["_emscripten_bind_Mx3dGeomHyperbola_Reversed_0"]=function(){return(_emscripten_bind_Mx3dGeomHyperbola_Reversed_0=Module["_emscripten_bind_Mx3dGeomHyperbola_Reversed_0"]=Module["asm"]["oDa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomHyperbola_Period_0=Module["_emscripten_bind_Mx3dGeomHyperbola_Period_0"]=function(){return(_emscripten_bind_Mx3dGeomHyperbola_Period_0=Module["_emscripten_bind_Mx3dGeomHyperbola_Period_0"]=Module["asm"]["pDa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomHyperbola_Value_1=Module["_emscripten_bind_Mx3dGeomHyperbola_Value_1"]=function(){return(_emscripten_bind_Mx3dGeomHyperbola_Value_1=Module["_emscripten_bind_Mx3dGeomHyperbola_Value_1"]=Module["asm"]["qDa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomHyperbola_MirrorByPoint_1=Module["_emscripten_bind_Mx3dGeomHyperbola_MirrorByPoint_1"]=function(){return(_emscripten_bind_Mx3dGeomHyperbola_MirrorByPoint_1=Module["_emscripten_bind_Mx3dGeomHyperbola_MirrorByPoint_1"]=Module["asm"]["rDa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomHyperbola_MirrorByAxis_1=Module["_emscripten_bind_Mx3dGeomHyperbola_MirrorByAxis_1"]=function(){return(_emscripten_bind_Mx3dGeomHyperbola_MirrorByAxis_1=Module["_emscripten_bind_Mx3dGeomHyperbola_MirrorByAxis_1"]=Module["asm"]["sDa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomHyperbola_MirrorByCSYSR_1=Module["_emscripten_bind_Mx3dGeomHyperbola_MirrorByCSYSR_1"]=function(){return(_emscripten_bind_Mx3dGeomHyperbola_MirrorByCSYSR_1=Module["_emscripten_bind_Mx3dGeomHyperbola_MirrorByCSYSR_1"]=Module["asm"]["tDa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomHyperbola_Rotate_2=Module["_emscripten_bind_Mx3dGeomHyperbola_Rotate_2"]=function(){return(_emscripten_bind_Mx3dGeomHyperbola_Rotate_2=Module["_emscripten_bind_Mx3dGeomHyperbola_Rotate_2"]=Module["asm"]["uDa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomHyperbola_Scale_2=Module["_emscripten_bind_Mx3dGeomHyperbola_Scale_2"]=function(){return(_emscripten_bind_Mx3dGeomHyperbola_Scale_2=Module["_emscripten_bind_Mx3dGeomHyperbola_Scale_2"]=Module["asm"]["vDa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomHyperbola_TranslateByVec_1=Module["_emscripten_bind_Mx3dGeomHyperbola_TranslateByVec_1"]=function(){return(_emscripten_bind_Mx3dGeomHyperbola_TranslateByVec_1=Module["_emscripten_bind_Mx3dGeomHyperbola_TranslateByVec_1"]=Module["asm"]["wDa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomHyperbola_TranslateBy2Points_2=Module["_emscripten_bind_Mx3dGeomHyperbola_TranslateBy2Points_2"]=function(){return(_emscripten_bind_Mx3dGeomHyperbola_TranslateBy2Points_2=Module["_emscripten_bind_Mx3dGeomHyperbola_TranslateBy2Points_2"]=Module["asm"]["xDa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomHyperbola_MirroredByPoint_1=Module["_emscripten_bind_Mx3dGeomHyperbola_MirroredByPoint_1"]=function(){return(_emscripten_bind_Mx3dGeomHyperbola_MirroredByPoint_1=Module["_emscripten_bind_Mx3dGeomHyperbola_MirroredByPoint_1"]=Module["asm"]["yDa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomHyperbola_MirroredByAxis_1=Module["_emscripten_bind_Mx3dGeomHyperbola_MirroredByAxis_1"]=function(){return(_emscripten_bind_Mx3dGeomHyperbola_MirroredByAxis_1=Module["_emscripten_bind_Mx3dGeomHyperbola_MirroredByAxis_1"]=Module["asm"]["zDa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomHyperbola_MirroredByCSYSR_1=Module["_emscripten_bind_Mx3dGeomHyperbola_MirroredByCSYSR_1"]=function(){return(_emscripten_bind_Mx3dGeomHyperbola_MirroredByCSYSR_1=Module["_emscripten_bind_Mx3dGeomHyperbola_MirroredByCSYSR_1"]=Module["asm"]["ADa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomHyperbola_Rotated_2=Module["_emscripten_bind_Mx3dGeomHyperbola_Rotated_2"]=function(){return(_emscripten_bind_Mx3dGeomHyperbola_Rotated_2=Module["_emscripten_bind_Mx3dGeomHyperbola_Rotated_2"]=Module["asm"]["BDa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomHyperbola_Scaled_2=Module["_emscripten_bind_Mx3dGeomHyperbola_Scaled_2"]=function(){return(_emscripten_bind_Mx3dGeomHyperbola_Scaled_2=Module["_emscripten_bind_Mx3dGeomHyperbola_Scaled_2"]=Module["asm"]["CDa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomHyperbola_Transformed_1=Module["_emscripten_bind_Mx3dGeomHyperbola_Transformed_1"]=function(){return(_emscripten_bind_Mx3dGeomHyperbola_Transformed_1=Module["_emscripten_bind_Mx3dGeomHyperbola_Transformed_1"]=Module["asm"]["DDa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomHyperbola_TranslatedByVec_1=Module["_emscripten_bind_Mx3dGeomHyperbola_TranslatedByVec_1"]=function(){return(_emscripten_bind_Mx3dGeomHyperbola_TranslatedByVec_1=Module["_emscripten_bind_Mx3dGeomHyperbola_TranslatedByVec_1"]=Module["asm"]["EDa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomHyperbola_TranslatedBy2Points_2=Module["_emscripten_bind_Mx3dGeomHyperbola_TranslatedBy2Points_2"]=function(){return(_emscripten_bind_Mx3dGeomHyperbola_TranslatedBy2Points_2=Module["_emscripten_bind_Mx3dGeomHyperbola_TranslatedBy2Points_2"]=Module["asm"]["FDa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomHyperbola___destroy___0=Module["_emscripten_bind_Mx3dGeomHyperbola___destroy___0"]=function(){return(_emscripten_bind_Mx3dGeomHyperbola___destroy___0=Module["_emscripten_bind_Mx3dGeomHyperbola___destroy___0"]=Module["asm"]["GDa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomParabola_Mx3dGeomParabola_2=Module["_emscripten_bind_Mx3dGeomParabola_Mx3dGeomParabola_2"]=function(){return(_emscripten_bind_Mx3dGeomParabola_Mx3dGeomParabola_2=Module["_emscripten_bind_Mx3dGeomParabola_Mx3dGeomParabola_2"]=Module["asm"]["HDa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomParabola_SetFocal_1=Module["_emscripten_bind_Mx3dGeomParabola_SetFocal_1"]=function(){return(_emscripten_bind_Mx3dGeomParabola_SetFocal_1=Module["_emscripten_bind_Mx3dGeomParabola_SetFocal_1"]=Module["asm"]["IDa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomParabola_ReversedParameter_1=Module["_emscripten_bind_Mx3dGeomParabola_ReversedParameter_1"]=function(){return(_emscripten_bind_Mx3dGeomParabola_ReversedParameter_1=Module["_emscripten_bind_Mx3dGeomParabola_ReversedParameter_1"]=Module["asm"]["JDa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomParabola_FirstParameter_0=Module["_emscripten_bind_Mx3dGeomParabola_FirstParameter_0"]=function(){return(_emscripten_bind_Mx3dGeomParabola_FirstParameter_0=Module["_emscripten_bind_Mx3dGeomParabola_FirstParameter_0"]=Module["asm"]["KDa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomParabola_LastParameter_0=Module["_emscripten_bind_Mx3dGeomParabola_LastParameter_0"]=function(){return(_emscripten_bind_Mx3dGeomParabola_LastParameter_0=Module["_emscripten_bind_Mx3dGeomParabola_LastParameter_0"]=Module["asm"]["LDa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomParabola_IsClosed_0=Module["_emscripten_bind_Mx3dGeomParabola_IsClosed_0"]=function(){return(_emscripten_bind_Mx3dGeomParabola_IsClosed_0=Module["_emscripten_bind_Mx3dGeomParabola_IsClosed_0"]=Module["asm"]["MDa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomParabola_IsPeriodic_0=Module["_emscripten_bind_Mx3dGeomParabola_IsPeriodic_0"]=function(){return(_emscripten_bind_Mx3dGeomParabola_IsPeriodic_0=Module["_emscripten_bind_Mx3dGeomParabola_IsPeriodic_0"]=Module["asm"]["NDa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomParabola_Directrix_0=Module["_emscripten_bind_Mx3dGeomParabola_Directrix_0"]=function(){return(_emscripten_bind_Mx3dGeomParabola_Directrix_0=Module["_emscripten_bind_Mx3dGeomParabola_Directrix_0"]=Module["asm"]["ODa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomParabola_Eccentricity_0=Module["_emscripten_bind_Mx3dGeomParabola_Eccentricity_0"]=function(){return(_emscripten_bind_Mx3dGeomParabola_Eccentricity_0=Module["_emscripten_bind_Mx3dGeomParabola_Eccentricity_0"]=Module["asm"]["PDa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomParabola_Focus_0=Module["_emscripten_bind_Mx3dGeomParabola_Focus_0"]=function(){return(_emscripten_bind_Mx3dGeomParabola_Focus_0=Module["_emscripten_bind_Mx3dGeomParabola_Focus_0"]=Module["asm"]["QDa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomParabola_Focal_0=Module["_emscripten_bind_Mx3dGeomParabola_Focal_0"]=function(){return(_emscripten_bind_Mx3dGeomParabola_Focal_0=Module["_emscripten_bind_Mx3dGeomParabola_Focal_0"]=Module["asm"]["RDa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomParabola_Parameter_0=Module["_emscripten_bind_Mx3dGeomParabola_Parameter_0"]=function(){return(_emscripten_bind_Mx3dGeomParabola_Parameter_0=Module["_emscripten_bind_Mx3dGeomParabola_Parameter_0"]=Module["asm"]["SDa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomParabola_D0_2=Module["_emscripten_bind_Mx3dGeomParabola_D0_2"]=function(){return(_emscripten_bind_Mx3dGeomParabola_D0_2=Module["_emscripten_bind_Mx3dGeomParabola_D0_2"]=Module["asm"]["TDa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomParabola_D1_3=Module["_emscripten_bind_Mx3dGeomParabola_D1_3"]=function(){return(_emscripten_bind_Mx3dGeomParabola_D1_3=Module["_emscripten_bind_Mx3dGeomParabola_D1_3"]=Module["asm"]["UDa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomParabola_D2_4=Module["_emscripten_bind_Mx3dGeomParabola_D2_4"]=function(){return(_emscripten_bind_Mx3dGeomParabola_D2_4=Module["_emscripten_bind_Mx3dGeomParabola_D2_4"]=Module["asm"]["VDa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomParabola_D3_5=Module["_emscripten_bind_Mx3dGeomParabola_D3_5"]=function(){return(_emscripten_bind_Mx3dGeomParabola_D3_5=Module["_emscripten_bind_Mx3dGeomParabola_D3_5"]=Module["asm"]["WDa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomParabola_DN_2=Module["_emscripten_bind_Mx3dGeomParabola_DN_2"]=function(){return(_emscripten_bind_Mx3dGeomParabola_DN_2=Module["_emscripten_bind_Mx3dGeomParabola_DN_2"]=Module["asm"]["XDa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomParabola_Transform_1=Module["_emscripten_bind_Mx3dGeomParabola_Transform_1"]=function(){return(_emscripten_bind_Mx3dGeomParabola_Transform_1=Module["_emscripten_bind_Mx3dGeomParabola_Transform_1"]=Module["asm"]["YDa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomParabola_TransformedParameter_2=Module["_emscripten_bind_Mx3dGeomParabola_TransformedParameter_2"]=function(){return(_emscripten_bind_Mx3dGeomParabola_TransformedParameter_2=Module["_emscripten_bind_Mx3dGeomParabola_TransformedParameter_2"]=Module["asm"]["ZDa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomParabola_ParametricTransformation_1=Module["_emscripten_bind_Mx3dGeomParabola_ParametricTransformation_1"]=function(){return(_emscripten_bind_Mx3dGeomParabola_ParametricTransformation_1=Module["_emscripten_bind_Mx3dGeomParabola_ParametricTransformation_1"]=Module["asm"]["_Da"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomParabola_Copy_0=Module["_emscripten_bind_Mx3dGeomParabola_Copy_0"]=function(){return(_emscripten_bind_Mx3dGeomParabola_Copy_0=Module["_emscripten_bind_Mx3dGeomParabola_Copy_0"]=Module["asm"]["$Da"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomParabola_Edge_2=Module["_emscripten_bind_Mx3dGeomParabola_Edge_2"]=function(){return(_emscripten_bind_Mx3dGeomParabola_Edge_2=Module["_emscripten_bind_Mx3dGeomParabola_Edge_2"]=Module["asm"]["aEa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomParabola_OffsetCurve_3=Module["_emscripten_bind_Mx3dGeomParabola_OffsetCurve_3"]=function(){return(_emscripten_bind_Mx3dGeomParabola_OffsetCurve_3=Module["_emscripten_bind_Mx3dGeomParabola_OffsetCurve_3"]=Module["asm"]["bEa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomParabola_DynamicType_0=Module["_emscripten_bind_Mx3dGeomParabola_DynamicType_0"]=function(){return(_emscripten_bind_Mx3dGeomParabola_DynamicType_0=Module["_emscripten_bind_Mx3dGeomParabola_DynamicType_0"]=Module["asm"]["cEa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomParabola_SetAxis_1=Module["_emscripten_bind_Mx3dGeomParabola_SetAxis_1"]=function(){return(_emscripten_bind_Mx3dGeomParabola_SetAxis_1=Module["_emscripten_bind_Mx3dGeomParabola_SetAxis_1"]=Module["asm"]["dEa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomParabola_SetLocation_1=Module["_emscripten_bind_Mx3dGeomParabola_SetLocation_1"]=function(){return(_emscripten_bind_Mx3dGeomParabola_SetLocation_1=Module["_emscripten_bind_Mx3dGeomParabola_SetLocation_1"]=Module["asm"]["eEa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomParabola_SetPosition_1=Module["_emscripten_bind_Mx3dGeomParabola_SetPosition_1"]=function(){return(_emscripten_bind_Mx3dGeomParabola_SetPosition_1=Module["_emscripten_bind_Mx3dGeomParabola_SetPosition_1"]=Module["asm"]["fEa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomParabola_Axis_0=Module["_emscripten_bind_Mx3dGeomParabola_Axis_0"]=function(){return(_emscripten_bind_Mx3dGeomParabola_Axis_0=Module["_emscripten_bind_Mx3dGeomParabola_Axis_0"]=Module["asm"]["gEa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomParabola_Location_0=Module["_emscripten_bind_Mx3dGeomParabola_Location_0"]=function(){return(_emscripten_bind_Mx3dGeomParabola_Location_0=Module["_emscripten_bind_Mx3dGeomParabola_Location_0"]=Module["asm"]["hEa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomParabola_Position_0=Module["_emscripten_bind_Mx3dGeomParabola_Position_0"]=function(){return(_emscripten_bind_Mx3dGeomParabola_Position_0=Module["_emscripten_bind_Mx3dGeomParabola_Position_0"]=Module["asm"]["iEa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomParabola_XAxis_0=Module["_emscripten_bind_Mx3dGeomParabola_XAxis_0"]=function(){return(_emscripten_bind_Mx3dGeomParabola_XAxis_0=Module["_emscripten_bind_Mx3dGeomParabola_XAxis_0"]=Module["asm"]["jEa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomParabola_YAxis_0=Module["_emscripten_bind_Mx3dGeomParabola_YAxis_0"]=function(){return(_emscripten_bind_Mx3dGeomParabola_YAxis_0=Module["_emscripten_bind_Mx3dGeomParabola_YAxis_0"]=Module["asm"]["kEa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomParabola_Reverse_0=Module["_emscripten_bind_Mx3dGeomParabola_Reverse_0"]=function(){return(_emscripten_bind_Mx3dGeomParabola_Reverse_0=Module["_emscripten_bind_Mx3dGeomParabola_Reverse_0"]=Module["asm"]["lEa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomParabola_Continuity_0=Module["_emscripten_bind_Mx3dGeomParabola_Continuity_0"]=function(){return(_emscripten_bind_Mx3dGeomParabola_Continuity_0=Module["_emscripten_bind_Mx3dGeomParabola_Continuity_0"]=Module["asm"]["mEa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomParabola_IsCN_1=Module["_emscripten_bind_Mx3dGeomParabola_IsCN_1"]=function(){return(_emscripten_bind_Mx3dGeomParabola_IsCN_1=Module["_emscripten_bind_Mx3dGeomParabola_IsCN_1"]=Module["asm"]["nEa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomParabola_Reversed_0=Module["_emscripten_bind_Mx3dGeomParabola_Reversed_0"]=function(){return(_emscripten_bind_Mx3dGeomParabola_Reversed_0=Module["_emscripten_bind_Mx3dGeomParabola_Reversed_0"]=Module["asm"]["oEa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomParabola_Period_0=Module["_emscripten_bind_Mx3dGeomParabola_Period_0"]=function(){return(_emscripten_bind_Mx3dGeomParabola_Period_0=Module["_emscripten_bind_Mx3dGeomParabola_Period_0"]=Module["asm"]["pEa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomParabola_Value_1=Module["_emscripten_bind_Mx3dGeomParabola_Value_1"]=function(){return(_emscripten_bind_Mx3dGeomParabola_Value_1=Module["_emscripten_bind_Mx3dGeomParabola_Value_1"]=Module["asm"]["qEa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomParabola_MirrorByPoint_1=Module["_emscripten_bind_Mx3dGeomParabola_MirrorByPoint_1"]=function(){return(_emscripten_bind_Mx3dGeomParabola_MirrorByPoint_1=Module["_emscripten_bind_Mx3dGeomParabola_MirrorByPoint_1"]=Module["asm"]["rEa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomParabola_MirrorByAxis_1=Module["_emscripten_bind_Mx3dGeomParabola_MirrorByAxis_1"]=function(){return(_emscripten_bind_Mx3dGeomParabola_MirrorByAxis_1=Module["_emscripten_bind_Mx3dGeomParabola_MirrorByAxis_1"]=Module["asm"]["sEa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomParabola_MirrorByCSYSR_1=Module["_emscripten_bind_Mx3dGeomParabola_MirrorByCSYSR_1"]=function(){return(_emscripten_bind_Mx3dGeomParabola_MirrorByCSYSR_1=Module["_emscripten_bind_Mx3dGeomParabola_MirrorByCSYSR_1"]=Module["asm"]["tEa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomParabola_Rotate_2=Module["_emscripten_bind_Mx3dGeomParabola_Rotate_2"]=function(){return(_emscripten_bind_Mx3dGeomParabola_Rotate_2=Module["_emscripten_bind_Mx3dGeomParabola_Rotate_2"]=Module["asm"]["uEa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomParabola_Scale_2=Module["_emscripten_bind_Mx3dGeomParabola_Scale_2"]=function(){return(_emscripten_bind_Mx3dGeomParabola_Scale_2=Module["_emscripten_bind_Mx3dGeomParabola_Scale_2"]=Module["asm"]["vEa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomParabola_TranslateByVec_1=Module["_emscripten_bind_Mx3dGeomParabola_TranslateByVec_1"]=function(){return(_emscripten_bind_Mx3dGeomParabola_TranslateByVec_1=Module["_emscripten_bind_Mx3dGeomParabola_TranslateByVec_1"]=Module["asm"]["wEa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomParabola_TranslateBy2Points_2=Module["_emscripten_bind_Mx3dGeomParabola_TranslateBy2Points_2"]=function(){return(_emscripten_bind_Mx3dGeomParabola_TranslateBy2Points_2=Module["_emscripten_bind_Mx3dGeomParabola_TranslateBy2Points_2"]=Module["asm"]["xEa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomParabola_MirroredByPoint_1=Module["_emscripten_bind_Mx3dGeomParabola_MirroredByPoint_1"]=function(){return(_emscripten_bind_Mx3dGeomParabola_MirroredByPoint_1=Module["_emscripten_bind_Mx3dGeomParabola_MirroredByPoint_1"]=Module["asm"]["yEa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomParabola_MirroredByAxis_1=Module["_emscripten_bind_Mx3dGeomParabola_MirroredByAxis_1"]=function(){return(_emscripten_bind_Mx3dGeomParabola_MirroredByAxis_1=Module["_emscripten_bind_Mx3dGeomParabola_MirroredByAxis_1"]=Module["asm"]["zEa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomParabola_MirroredByCSYSR_1=Module["_emscripten_bind_Mx3dGeomParabola_MirroredByCSYSR_1"]=function(){return(_emscripten_bind_Mx3dGeomParabola_MirroredByCSYSR_1=Module["_emscripten_bind_Mx3dGeomParabola_MirroredByCSYSR_1"]=Module["asm"]["AEa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomParabola_Rotated_2=Module["_emscripten_bind_Mx3dGeomParabola_Rotated_2"]=function(){return(_emscripten_bind_Mx3dGeomParabola_Rotated_2=Module["_emscripten_bind_Mx3dGeomParabola_Rotated_2"]=Module["asm"]["BEa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomParabola_Scaled_2=Module["_emscripten_bind_Mx3dGeomParabola_Scaled_2"]=function(){return(_emscripten_bind_Mx3dGeomParabola_Scaled_2=Module["_emscripten_bind_Mx3dGeomParabola_Scaled_2"]=Module["asm"]["CEa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomParabola_Transformed_1=Module["_emscripten_bind_Mx3dGeomParabola_Transformed_1"]=function(){return(_emscripten_bind_Mx3dGeomParabola_Transformed_1=Module["_emscripten_bind_Mx3dGeomParabola_Transformed_1"]=Module["asm"]["DEa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomParabola_TranslatedByVec_1=Module["_emscripten_bind_Mx3dGeomParabola_TranslatedByVec_1"]=function(){return(_emscripten_bind_Mx3dGeomParabola_TranslatedByVec_1=Module["_emscripten_bind_Mx3dGeomParabola_TranslatedByVec_1"]=Module["asm"]["EEa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomParabola_TranslatedBy2Points_2=Module["_emscripten_bind_Mx3dGeomParabola_TranslatedBy2Points_2"]=function(){return(_emscripten_bind_Mx3dGeomParabola_TranslatedBy2Points_2=Module["_emscripten_bind_Mx3dGeomParabola_TranslatedBy2Points_2"]=Module["asm"]["FEa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomParabola___destroy___0=Module["_emscripten_bind_Mx3dGeomParabola___destroy___0"]=function(){return(_emscripten_bind_Mx3dGeomParabola___destroy___0=Module["_emscripten_bind_Mx3dGeomParabola___destroy___0"]=Module["asm"]["GEa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkBox_Mx3dMkBox_2=Module["_emscripten_bind_Mx3dMkBox_Mx3dMkBox_2"]=function(){return(_emscripten_bind_Mx3dMkBox_Mx3dMkBox_2=Module["_emscripten_bind_Mx3dMkBox_Mx3dMkBox_2"]=Module["asm"]["HEa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkBox_Mx3dMkBox_3=Module["_emscripten_bind_Mx3dMkBox_Mx3dMkBox_3"]=function(){return(_emscripten_bind_Mx3dMkBox_Mx3dMkBox_3=Module["_emscripten_bind_Mx3dMkBox_Mx3dMkBox_3"]=Module["asm"]["IEa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkBox_Mx3dMkBox_4=Module["_emscripten_bind_Mx3dMkBox_Mx3dMkBox_4"]=function(){return(_emscripten_bind_Mx3dMkBox_Mx3dMkBox_4=Module["_emscripten_bind_Mx3dMkBox_Mx3dMkBox_4"]=Module["asm"]["JEa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkBox_Build_0=Module["_emscripten_bind_Mx3dMkBox_Build_0"]=function(){return(_emscripten_bind_Mx3dMkBox_Build_0=Module["_emscripten_bind_Mx3dMkBox_Build_0"]=Module["asm"]["KEa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkBox_Shape_0=Module["_emscripten_bind_Mx3dMkBox_Shape_0"]=function(){return(_emscripten_bind_Mx3dMkBox_Shape_0=Module["_emscripten_bind_Mx3dMkBox_Shape_0"]=Module["asm"]["LEa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkBox_Shell_0=Module["_emscripten_bind_Mx3dMkBox_Shell_0"]=function(){return(_emscripten_bind_Mx3dMkBox_Shell_0=Module["_emscripten_bind_Mx3dMkBox_Shell_0"]=Module["asm"]["MEa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkBox_Solid_0=Module["_emscripten_bind_Mx3dMkBox_Solid_0"]=function(){return(_emscripten_bind_Mx3dMkBox_Solid_0=Module["_emscripten_bind_Mx3dMkBox_Solid_0"]=Module["asm"]["NEa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkBox_BottomFace_0=Module["_emscripten_bind_Mx3dMkBox_BottomFace_0"]=function(){return(_emscripten_bind_Mx3dMkBox_BottomFace_0=Module["_emscripten_bind_Mx3dMkBox_BottomFace_0"]=Module["asm"]["OEa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkBox_BackFace_0=Module["_emscripten_bind_Mx3dMkBox_BackFace_0"]=function(){return(_emscripten_bind_Mx3dMkBox_BackFace_0=Module["_emscripten_bind_Mx3dMkBox_BackFace_0"]=Module["asm"]["PEa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkBox_FrontFace_0=Module["_emscripten_bind_Mx3dMkBox_FrontFace_0"]=function(){return(_emscripten_bind_Mx3dMkBox_FrontFace_0=Module["_emscripten_bind_Mx3dMkBox_FrontFace_0"]=Module["asm"]["QEa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkBox_LeftFace_0=Module["_emscripten_bind_Mx3dMkBox_LeftFace_0"]=function(){return(_emscripten_bind_Mx3dMkBox_LeftFace_0=Module["_emscripten_bind_Mx3dMkBox_LeftFace_0"]=Module["asm"]["REa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkBox_RightFace_0=Module["_emscripten_bind_Mx3dMkBox_RightFace_0"]=function(){return(_emscripten_bind_Mx3dMkBox_RightFace_0=Module["_emscripten_bind_Mx3dMkBox_RightFace_0"]=Module["asm"]["SEa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkBox_TopFace_0=Module["_emscripten_bind_Mx3dMkBox_TopFace_0"]=function(){return(_emscripten_bind_Mx3dMkBox_TopFace_0=Module["_emscripten_bind_Mx3dMkBox_TopFace_0"]=Module["asm"]["TEa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkBox_IsDone_0=Module["_emscripten_bind_Mx3dMkBox_IsDone_0"]=function(){return(_emscripten_bind_Mx3dMkBox_IsDone_0=Module["_emscripten_bind_Mx3dMkBox_IsDone_0"]=Module["asm"]["UEa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkBox___destroy___0=Module["_emscripten_bind_Mx3dMkBox___destroy___0"]=function(){return(_emscripten_bind_Mx3dMkBox___destroy___0=Module["_emscripten_bind_Mx3dMkBox___destroy___0"]=Module["asm"]["VEa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkCone_Mx3dMkCone_4=Module["_emscripten_bind_Mx3dMkCone_Mx3dMkCone_4"]=function(){return(_emscripten_bind_Mx3dMkCone_Mx3dMkCone_4=Module["_emscripten_bind_Mx3dMkCone_Mx3dMkCone_4"]=Module["asm"]["WEa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkCone_Mx3dMkCone_5=Module["_emscripten_bind_Mx3dMkCone_Mx3dMkCone_5"]=function(){return(_emscripten_bind_Mx3dMkCone_Mx3dMkCone_5=Module["_emscripten_bind_Mx3dMkCone_Mx3dMkCone_5"]=Module["asm"]["XEa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkCone_Build_0=Module["_emscripten_bind_Mx3dMkCone_Build_0"]=function(){return(_emscripten_bind_Mx3dMkCone_Build_0=Module["_emscripten_bind_Mx3dMkCone_Build_0"]=Module["asm"]["YEa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkCone_Shape_0=Module["_emscripten_bind_Mx3dMkCone_Shape_0"]=function(){return(_emscripten_bind_Mx3dMkCone_Shape_0=Module["_emscripten_bind_Mx3dMkCone_Shape_0"]=Module["asm"]["ZEa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkCone_Face_0=Module["_emscripten_bind_Mx3dMkCone_Face_0"]=function(){return(_emscripten_bind_Mx3dMkCone_Face_0=Module["_emscripten_bind_Mx3dMkCone_Face_0"]=Module["asm"]["_Ea"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkCone_Shell_0=Module["_emscripten_bind_Mx3dMkCone_Shell_0"]=function(){return(_emscripten_bind_Mx3dMkCone_Shell_0=Module["_emscripten_bind_Mx3dMkCone_Shell_0"]=Module["asm"]["$Ea"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkCone_Solid_0=Module["_emscripten_bind_Mx3dMkCone_Solid_0"]=function(){return(_emscripten_bind_Mx3dMkCone_Solid_0=Module["_emscripten_bind_Mx3dMkCone_Solid_0"]=Module["asm"]["aFa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkCone_IsDone_0=Module["_emscripten_bind_Mx3dMkCone_IsDone_0"]=function(){return(_emscripten_bind_Mx3dMkCone_IsDone_0=Module["_emscripten_bind_Mx3dMkCone_IsDone_0"]=Module["asm"]["bFa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkCone___destroy___0=Module["_emscripten_bind_Mx3dMkCone___destroy___0"]=function(){return(_emscripten_bind_Mx3dMkCone___destroy___0=Module["_emscripten_bind_Mx3dMkCone___destroy___0"]=Module["asm"]["cFa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkCylinder_Mx3dMkCylinder_3=Module["_emscripten_bind_Mx3dMkCylinder_Mx3dMkCylinder_3"]=function(){return(_emscripten_bind_Mx3dMkCylinder_Mx3dMkCylinder_3=Module["_emscripten_bind_Mx3dMkCylinder_Mx3dMkCylinder_3"]=Module["asm"]["dFa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkCylinder_Mx3dMkCylinder_4=Module["_emscripten_bind_Mx3dMkCylinder_Mx3dMkCylinder_4"]=function(){return(_emscripten_bind_Mx3dMkCylinder_Mx3dMkCylinder_4=Module["_emscripten_bind_Mx3dMkCylinder_Mx3dMkCylinder_4"]=Module["asm"]["eFa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkCylinder_Build_0=Module["_emscripten_bind_Mx3dMkCylinder_Build_0"]=function(){return(_emscripten_bind_Mx3dMkCylinder_Build_0=Module["_emscripten_bind_Mx3dMkCylinder_Build_0"]=Module["asm"]["fFa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkCylinder_Shape_0=Module["_emscripten_bind_Mx3dMkCylinder_Shape_0"]=function(){return(_emscripten_bind_Mx3dMkCylinder_Shape_0=Module["_emscripten_bind_Mx3dMkCylinder_Shape_0"]=Module["asm"]["gFa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkCylinder_Face_0=Module["_emscripten_bind_Mx3dMkCylinder_Face_0"]=function(){return(_emscripten_bind_Mx3dMkCylinder_Face_0=Module["_emscripten_bind_Mx3dMkCylinder_Face_0"]=Module["asm"]["hFa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkCylinder_Shell_0=Module["_emscripten_bind_Mx3dMkCylinder_Shell_0"]=function(){return(_emscripten_bind_Mx3dMkCylinder_Shell_0=Module["_emscripten_bind_Mx3dMkCylinder_Shell_0"]=Module["asm"]["iFa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkCylinder_Solid_0=Module["_emscripten_bind_Mx3dMkCylinder_Solid_0"]=function(){return(_emscripten_bind_Mx3dMkCylinder_Solid_0=Module["_emscripten_bind_Mx3dMkCylinder_Solid_0"]=Module["asm"]["jFa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkCylinder_IsDone_0=Module["_emscripten_bind_Mx3dMkCylinder_IsDone_0"]=function(){return(_emscripten_bind_Mx3dMkCylinder_IsDone_0=Module["_emscripten_bind_Mx3dMkCylinder_IsDone_0"]=Module["asm"]["kFa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkCylinder___destroy___0=Module["_emscripten_bind_Mx3dMkCylinder___destroy___0"]=function(){return(_emscripten_bind_Mx3dMkCylinder___destroy___0=Module["_emscripten_bind_Mx3dMkCylinder___destroy___0"]=Module["asm"]["lFa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkRevol_Mx3dMkRevol_2=Module["_emscripten_bind_Mx3dMkRevol_Mx3dMkRevol_2"]=function(){return(_emscripten_bind_Mx3dMkRevol_Mx3dMkRevol_2=Module["_emscripten_bind_Mx3dMkRevol_Mx3dMkRevol_2"]=Module["asm"]["mFa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkRevol_Mx3dMkRevol_3=Module["_emscripten_bind_Mx3dMkRevol_Mx3dMkRevol_3"]=function(){return(_emscripten_bind_Mx3dMkRevol_Mx3dMkRevol_3=Module["_emscripten_bind_Mx3dMkRevol_Mx3dMkRevol_3"]=Module["asm"]["nFa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkRevol_Build_0=Module["_emscripten_bind_Mx3dMkRevol_Build_0"]=function(){return(_emscripten_bind_Mx3dMkRevol_Build_0=Module["_emscripten_bind_Mx3dMkRevol_Build_0"]=Module["asm"]["oFa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkRevol_Shape_0=Module["_emscripten_bind_Mx3dMkRevol_Shape_0"]=function(){return(_emscripten_bind_Mx3dMkRevol_Shape_0=Module["_emscripten_bind_Mx3dMkRevol_Shape_0"]=Module["asm"]["pFa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkRevol_IsDone_0=Module["_emscripten_bind_Mx3dMkRevol_IsDone_0"]=function(){return(_emscripten_bind_Mx3dMkRevol_IsDone_0=Module["_emscripten_bind_Mx3dMkRevol_IsDone_0"]=Module["asm"]["qFa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkRevol___destroy___0=Module["_emscripten_bind_Mx3dMkRevol___destroy___0"]=function(){return(_emscripten_bind_Mx3dMkRevol___destroy___0=Module["_emscripten_bind_Mx3dMkRevol___destroy___0"]=Module["asm"]["rFa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkSphere_Mx3dMkSphere_2=Module["_emscripten_bind_Mx3dMkSphere_Mx3dMkSphere_2"]=function(){return(_emscripten_bind_Mx3dMkSphere_Mx3dMkSphere_2=Module["_emscripten_bind_Mx3dMkSphere_Mx3dMkSphere_2"]=Module["asm"]["sFa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkSphere_Mx3dMkSphere_3=Module["_emscripten_bind_Mx3dMkSphere_Mx3dMkSphere_3"]=function(){return(_emscripten_bind_Mx3dMkSphere_Mx3dMkSphere_3=Module["_emscripten_bind_Mx3dMkSphere_Mx3dMkSphere_3"]=Module["asm"]["tFa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkSphere_Mx3dMkSphere_4=Module["_emscripten_bind_Mx3dMkSphere_Mx3dMkSphere_4"]=function(){return(_emscripten_bind_Mx3dMkSphere_Mx3dMkSphere_4=Module["_emscripten_bind_Mx3dMkSphere_Mx3dMkSphere_4"]=Module["asm"]["uFa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkSphere_Mx3dMkSphere_5=Module["_emscripten_bind_Mx3dMkSphere_Mx3dMkSphere_5"]=function(){return(_emscripten_bind_Mx3dMkSphere_Mx3dMkSphere_5=Module["_emscripten_bind_Mx3dMkSphere_Mx3dMkSphere_5"]=Module["asm"]["vFa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkSphere_Build_0=Module["_emscripten_bind_Mx3dMkSphere_Build_0"]=function(){return(_emscripten_bind_Mx3dMkSphere_Build_0=Module["_emscripten_bind_Mx3dMkSphere_Build_0"]=Module["asm"]["wFa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkSphere_Shape_0=Module["_emscripten_bind_Mx3dMkSphere_Shape_0"]=function(){return(_emscripten_bind_Mx3dMkSphere_Shape_0=Module["_emscripten_bind_Mx3dMkSphere_Shape_0"]=Module["asm"]["xFa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkSphere_Face_0=Module["_emscripten_bind_Mx3dMkSphere_Face_0"]=function(){return(_emscripten_bind_Mx3dMkSphere_Face_0=Module["_emscripten_bind_Mx3dMkSphere_Face_0"]=Module["asm"]["yFa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkSphere_Shell_0=Module["_emscripten_bind_Mx3dMkSphere_Shell_0"]=function(){return(_emscripten_bind_Mx3dMkSphere_Shell_0=Module["_emscripten_bind_Mx3dMkSphere_Shell_0"]=Module["asm"]["zFa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkSphere_Solid_0=Module["_emscripten_bind_Mx3dMkSphere_Solid_0"]=function(){return(_emscripten_bind_Mx3dMkSphere_Solid_0=Module["_emscripten_bind_Mx3dMkSphere_Solid_0"]=Module["asm"]["AFa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkSphere_IsDone_0=Module["_emscripten_bind_Mx3dMkSphere_IsDone_0"]=function(){return(_emscripten_bind_Mx3dMkSphere_IsDone_0=Module["_emscripten_bind_Mx3dMkSphere_IsDone_0"]=Module["asm"]["BFa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkSphere___destroy___0=Module["_emscripten_bind_Mx3dMkSphere___destroy___0"]=function(){return(_emscripten_bind_Mx3dMkSphere___destroy___0=Module["_emscripten_bind_Mx3dMkSphere___destroy___0"]=Module["asm"]["CFa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkTorus_Mx3dMkTorus_3=Module["_emscripten_bind_Mx3dMkTorus_Mx3dMkTorus_3"]=function(){return(_emscripten_bind_Mx3dMkTorus_Mx3dMkTorus_3=Module["_emscripten_bind_Mx3dMkTorus_Mx3dMkTorus_3"]=Module["asm"]["DFa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkTorus_Mx3dMkTorus_4=Module["_emscripten_bind_Mx3dMkTorus_Mx3dMkTorus_4"]=function(){return(_emscripten_bind_Mx3dMkTorus_Mx3dMkTorus_4=Module["_emscripten_bind_Mx3dMkTorus_Mx3dMkTorus_4"]=Module["asm"]["EFa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkTorus_Mx3dMkTorus_5=Module["_emscripten_bind_Mx3dMkTorus_Mx3dMkTorus_5"]=function(){return(_emscripten_bind_Mx3dMkTorus_Mx3dMkTorus_5=Module["_emscripten_bind_Mx3dMkTorus_Mx3dMkTorus_5"]=Module["asm"]["FFa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkTorus_Mx3dMkTorus_6=Module["_emscripten_bind_Mx3dMkTorus_Mx3dMkTorus_6"]=function(){return(_emscripten_bind_Mx3dMkTorus_Mx3dMkTorus_6=Module["_emscripten_bind_Mx3dMkTorus_Mx3dMkTorus_6"]=Module["asm"]["GFa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkTorus_Build_0=Module["_emscripten_bind_Mx3dMkTorus_Build_0"]=function(){return(_emscripten_bind_Mx3dMkTorus_Build_0=Module["_emscripten_bind_Mx3dMkTorus_Build_0"]=Module["asm"]["HFa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkTorus_Shape_0=Module["_emscripten_bind_Mx3dMkTorus_Shape_0"]=function(){return(_emscripten_bind_Mx3dMkTorus_Shape_0=Module["_emscripten_bind_Mx3dMkTorus_Shape_0"]=Module["asm"]["IFa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkTorus_Face_0=Module["_emscripten_bind_Mx3dMkTorus_Face_0"]=function(){return(_emscripten_bind_Mx3dMkTorus_Face_0=Module["_emscripten_bind_Mx3dMkTorus_Face_0"]=Module["asm"]["JFa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkTorus_Shell_0=Module["_emscripten_bind_Mx3dMkTorus_Shell_0"]=function(){return(_emscripten_bind_Mx3dMkTorus_Shell_0=Module["_emscripten_bind_Mx3dMkTorus_Shell_0"]=Module["asm"]["KFa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkTorus_Solid_0=Module["_emscripten_bind_Mx3dMkTorus_Solid_0"]=function(){return(_emscripten_bind_Mx3dMkTorus_Solid_0=Module["_emscripten_bind_Mx3dMkTorus_Solid_0"]=Module["asm"]["LFa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkTorus_IsDone_0=Module["_emscripten_bind_Mx3dMkTorus_IsDone_0"]=function(){return(_emscripten_bind_Mx3dMkTorus_IsDone_0=Module["_emscripten_bind_Mx3dMkTorus_IsDone_0"]=Module["asm"]["MFa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkTorus___destroy___0=Module["_emscripten_bind_Mx3dMkTorus___destroy___0"]=function(){return(_emscripten_bind_Mx3dMkTorus___destroy___0=Module["_emscripten_bind_Mx3dMkTorus___destroy___0"]=Module["asm"]["NFa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkPipe_Mx3dMkPipe_2=Module["_emscripten_bind_Mx3dMkPipe_Mx3dMkPipe_2"]=function(){return(_emscripten_bind_Mx3dMkPipe_Mx3dMkPipe_2=Module["_emscripten_bind_Mx3dMkPipe_Mx3dMkPipe_2"]=Module["asm"]["OFa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkPipe_Mx3dMkPipe_4=Module["_emscripten_bind_Mx3dMkPipe_Mx3dMkPipe_4"]=function(){return(_emscripten_bind_Mx3dMkPipe_Mx3dMkPipe_4=Module["_emscripten_bind_Mx3dMkPipe_Mx3dMkPipe_4"]=Module["asm"]["PFa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkPipe_Build_0=Module["_emscripten_bind_Mx3dMkPipe_Build_0"]=function(){return(_emscripten_bind_Mx3dMkPipe_Build_0=Module["_emscripten_bind_Mx3dMkPipe_Build_0"]=Module["asm"]["QFa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkPipe_Shape_0=Module["_emscripten_bind_Mx3dMkPipe_Shape_0"]=function(){return(_emscripten_bind_Mx3dMkPipe_Shape_0=Module["_emscripten_bind_Mx3dMkPipe_Shape_0"]=Module["asm"]["RFa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkPipe_IsDone_0=Module["_emscripten_bind_Mx3dMkPipe_IsDone_0"]=function(){return(_emscripten_bind_Mx3dMkPipe_IsDone_0=Module["_emscripten_bind_Mx3dMkPipe_IsDone_0"]=Module["asm"]["SFa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkPipe___destroy___0=Module["_emscripten_bind_Mx3dMkPipe___destroy___0"]=function(){return(_emscripten_bind_Mx3dMkPipe___destroy___0=Module["_emscripten_bind_Mx3dMkPipe___destroy___0"]=Module["asm"]["TFa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkPipeShell_Mx3dMkPipeShell_1=Module["_emscripten_bind_Mx3dMkPipeShell_Mx3dMkPipeShell_1"]=function(){return(_emscripten_bind_Mx3dMkPipeShell_Mx3dMkPipeShell_1=Module["_emscripten_bind_Mx3dMkPipeShell_Mx3dMkPipeShell_1"]=Module["asm"]["UFa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkPipeShell_SetTransitionMode_1=Module["_emscripten_bind_Mx3dMkPipeShell_SetTransitionMode_1"]=function(){return(_emscripten_bind_Mx3dMkPipeShell_SetTransitionMode_1=Module["_emscripten_bind_Mx3dMkPipeShell_SetTransitionMode_1"]=Module["asm"]["VFa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkPipeShell_Add_1=Module["_emscripten_bind_Mx3dMkPipeShell_Add_1"]=function(){return(_emscripten_bind_Mx3dMkPipeShell_Add_1=Module["_emscripten_bind_Mx3dMkPipeShell_Add_1"]=Module["asm"]["WFa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkPipeShell_Build_0=Module["_emscripten_bind_Mx3dMkPipeShell_Build_0"]=function(){return(_emscripten_bind_Mx3dMkPipeShell_Build_0=Module["_emscripten_bind_Mx3dMkPipeShell_Build_0"]=Module["asm"]["XFa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkPipeShell_MakeSolid_0=Module["_emscripten_bind_Mx3dMkPipeShell_MakeSolid_0"]=function(){return(_emscripten_bind_Mx3dMkPipeShell_MakeSolid_0=Module["_emscripten_bind_Mx3dMkPipeShell_MakeSolid_0"]=Module["asm"]["YFa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkPipeShell_Shape_0=Module["_emscripten_bind_Mx3dMkPipeShell_Shape_0"]=function(){return(_emscripten_bind_Mx3dMkPipeShell_Shape_0=Module["_emscripten_bind_Mx3dMkPipeShell_Shape_0"]=Module["asm"]["ZFa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkPipeShell_IsDone_0=Module["_emscripten_bind_Mx3dMkPipeShell_IsDone_0"]=function(){return(_emscripten_bind_Mx3dMkPipeShell_IsDone_0=Module["_emscripten_bind_Mx3dMkPipeShell_IsDone_0"]=Module["asm"]["_Fa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkPipeShell___destroy___0=Module["_emscripten_bind_Mx3dMkPipeShell___destroy___0"]=function(){return(_emscripten_bind_Mx3dMkPipeShell___destroy___0=Module["_emscripten_bind_Mx3dMkPipeShell___destroy___0"]=Module["asm"]["$Fa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkPrism_Mx3dMkPrism_4=Module["_emscripten_bind_Mx3dMkPrism_Mx3dMkPrism_4"]=function(){return(_emscripten_bind_Mx3dMkPrism_Mx3dMkPrism_4=Module["_emscripten_bind_Mx3dMkPrism_Mx3dMkPrism_4"]=Module["asm"]["aGa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkPrism_Mx3dMkPrism_5=Module["_emscripten_bind_Mx3dMkPrism_Mx3dMkPrism_5"]=function(){return(_emscripten_bind_Mx3dMkPrism_Mx3dMkPrism_5=Module["_emscripten_bind_Mx3dMkPrism_Mx3dMkPrism_5"]=Module["asm"]["bGa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkPrism_Build_0=Module["_emscripten_bind_Mx3dMkPrism_Build_0"]=function(){return(_emscripten_bind_Mx3dMkPrism_Build_0=Module["_emscripten_bind_Mx3dMkPrism_Build_0"]=Module["asm"]["cGa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkPrism_Shape_0=Module["_emscripten_bind_Mx3dMkPrism_Shape_0"]=function(){return(_emscripten_bind_Mx3dMkPrism_Shape_0=Module["_emscripten_bind_Mx3dMkPrism_Shape_0"]=Module["asm"]["dGa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkPrism_IsDone_0=Module["_emscripten_bind_Mx3dMkPrism_IsDone_0"]=function(){return(_emscripten_bind_Mx3dMkPrism_IsDone_0=Module["_emscripten_bind_Mx3dMkPrism_IsDone_0"]=Module["asm"]["eGa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkPrism___destroy___0=Module["_emscripten_bind_Mx3dMkPrism___destroy___0"]=function(){return(_emscripten_bind_Mx3dMkPrism___destroy___0=Module["_emscripten_bind_Mx3dMkPrism___destroy___0"]=Module["asm"]["fGa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkWedge_Mx3dMkWedge_4=Module["_emscripten_bind_Mx3dMkWedge_Mx3dMkWedge_4"]=function(){return(_emscripten_bind_Mx3dMkWedge_Mx3dMkWedge_4=Module["_emscripten_bind_Mx3dMkWedge_Mx3dMkWedge_4"]=Module["asm"]["gGa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkWedge_Mx3dMkWedge_5=Module["_emscripten_bind_Mx3dMkWedge_Mx3dMkWedge_5"]=function(){return(_emscripten_bind_Mx3dMkWedge_Mx3dMkWedge_5=Module["_emscripten_bind_Mx3dMkWedge_Mx3dMkWedge_5"]=Module["asm"]["hGa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkWedge_Mx3dMkWedge_7=Module["_emscripten_bind_Mx3dMkWedge_Mx3dMkWedge_7"]=function(){return(_emscripten_bind_Mx3dMkWedge_Mx3dMkWedge_7=Module["_emscripten_bind_Mx3dMkWedge_Mx3dMkWedge_7"]=Module["asm"]["iGa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkWedge_Mx3dMkWedge_8=Module["_emscripten_bind_Mx3dMkWedge_Mx3dMkWedge_8"]=function(){return(_emscripten_bind_Mx3dMkWedge_Mx3dMkWedge_8=Module["_emscripten_bind_Mx3dMkWedge_Mx3dMkWedge_8"]=Module["asm"]["jGa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkWedge_Build_0=Module["_emscripten_bind_Mx3dMkWedge_Build_0"]=function(){return(_emscripten_bind_Mx3dMkWedge_Build_0=Module["_emscripten_bind_Mx3dMkWedge_Build_0"]=Module["asm"]["kGa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkWedge_Shape_0=Module["_emscripten_bind_Mx3dMkWedge_Shape_0"]=function(){return(_emscripten_bind_Mx3dMkWedge_Shape_0=Module["_emscripten_bind_Mx3dMkWedge_Shape_0"]=Module["asm"]["lGa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkWedge_Shell_0=Module["_emscripten_bind_Mx3dMkWedge_Shell_0"]=function(){return(_emscripten_bind_Mx3dMkWedge_Shell_0=Module["_emscripten_bind_Mx3dMkWedge_Shell_0"]=Module["asm"]["mGa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkWedge_Solid_0=Module["_emscripten_bind_Mx3dMkWedge_Solid_0"]=function(){return(_emscripten_bind_Mx3dMkWedge_Solid_0=Module["_emscripten_bind_Mx3dMkWedge_Solid_0"]=Module["asm"]["nGa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkWedge_IsDone_0=Module["_emscripten_bind_Mx3dMkWedge_IsDone_0"]=function(){return(_emscripten_bind_Mx3dMkWedge_IsDone_0=Module["_emscripten_bind_Mx3dMkWedge_IsDone_0"]=Module["asm"]["oGa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkWedge___destroy___0=Module["_emscripten_bind_Mx3dMkWedge___destroy___0"]=function(){return(_emscripten_bind_Mx3dMkWedge___destroy___0=Module["_emscripten_bind_Mx3dMkWedge___destroy___0"]=Module["asm"]["pGa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkLoft_Mx3dMkLoft_0=Module["_emscripten_bind_Mx3dMkLoft_Mx3dMkLoft_0"]=function(){return(_emscripten_bind_Mx3dMkLoft_Mx3dMkLoft_0=Module["_emscripten_bind_Mx3dMkLoft_Mx3dMkLoft_0"]=Module["asm"]["qGa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkLoft_Mx3dMkLoft_1=Module["_emscripten_bind_Mx3dMkLoft_Mx3dMkLoft_1"]=function(){return(_emscripten_bind_Mx3dMkLoft_Mx3dMkLoft_1=Module["_emscripten_bind_Mx3dMkLoft_Mx3dMkLoft_1"]=Module["asm"]["rGa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkLoft_Mx3dMkLoft_2=Module["_emscripten_bind_Mx3dMkLoft_Mx3dMkLoft_2"]=function(){return(_emscripten_bind_Mx3dMkLoft_Mx3dMkLoft_2=Module["_emscripten_bind_Mx3dMkLoft_Mx3dMkLoft_2"]=Module["asm"]["sGa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkLoft_Mx3dMkLoft_3=Module["_emscripten_bind_Mx3dMkLoft_Mx3dMkLoft_3"]=function(){return(_emscripten_bind_Mx3dMkLoft_Mx3dMkLoft_3=Module["_emscripten_bind_Mx3dMkLoft_Mx3dMkLoft_3"]=Module["asm"]["tGa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkLoft_AddWire_1=Module["_emscripten_bind_Mx3dMkLoft_AddWire_1"]=function(){return(_emscripten_bind_Mx3dMkLoft_AddWire_1=Module["_emscripten_bind_Mx3dMkLoft_AddWire_1"]=Module["asm"]["uGa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkLoft_AddVertex_1=Module["_emscripten_bind_Mx3dMkLoft_AddVertex_1"]=function(){return(_emscripten_bind_Mx3dMkLoft_AddVertex_1=Module["_emscripten_bind_Mx3dMkLoft_AddVertex_1"]=Module["asm"]["vGa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkLoft_SetSmoothing_1=Module["_emscripten_bind_Mx3dMkLoft_SetSmoothing_1"]=function(){return(_emscripten_bind_Mx3dMkLoft_SetSmoothing_1=Module["_emscripten_bind_Mx3dMkLoft_SetSmoothing_1"]=Module["asm"]["wGa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkLoft_SetContinuity_1=Module["_emscripten_bind_Mx3dMkLoft_SetContinuity_1"]=function(){return(_emscripten_bind_Mx3dMkLoft_SetContinuity_1=Module["_emscripten_bind_Mx3dMkLoft_SetContinuity_1"]=Module["asm"]["xGa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkLoft_Continuity_0=Module["_emscripten_bind_Mx3dMkLoft_Continuity_0"]=function(){return(_emscripten_bind_Mx3dMkLoft_Continuity_0=Module["_emscripten_bind_Mx3dMkLoft_Continuity_0"]=Module["asm"]["yGa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkLoft_UseSmoothing_0=Module["_emscripten_bind_Mx3dMkLoft_UseSmoothing_0"]=function(){return(_emscripten_bind_Mx3dMkLoft_UseSmoothing_0=Module["_emscripten_bind_Mx3dMkLoft_UseSmoothing_0"]=Module["asm"]["zGa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkLoft_Build_0=Module["_emscripten_bind_Mx3dMkLoft_Build_0"]=function(){return(_emscripten_bind_Mx3dMkLoft_Build_0=Module["_emscripten_bind_Mx3dMkLoft_Build_0"]=Module["asm"]["AGa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkLoft_Shape_0=Module["_emscripten_bind_Mx3dMkLoft_Shape_0"]=function(){return(_emscripten_bind_Mx3dMkLoft_Shape_0=Module["_emscripten_bind_Mx3dMkLoft_Shape_0"]=Module["asm"]["BGa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkLoft_IsDone_0=Module["_emscripten_bind_Mx3dMkLoft_IsDone_0"]=function(){return(_emscripten_bind_Mx3dMkLoft_IsDone_0=Module["_emscripten_bind_Mx3dMkLoft_IsDone_0"]=Module["asm"]["CGa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkLoft___destroy___0=Module["_emscripten_bind_Mx3dMkLoft___destroy___0"]=function(){return(_emscripten_bind_Mx3dMkLoft___destroy___0=Module["_emscripten_bind_Mx3dMkLoft___destroy___0"]=Module["asm"]["DGa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkPolygon_Mx3dMkPolygon_0=Module["_emscripten_bind_Mx3dMkPolygon_Mx3dMkPolygon_0"]=function(){return(_emscripten_bind_Mx3dMkPolygon_Mx3dMkPolygon_0=Module["_emscripten_bind_Mx3dMkPolygon_Mx3dMkPolygon_0"]=Module["asm"]["EGa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkPolygon_Add_1=Module["_emscripten_bind_Mx3dMkPolygon_Add_1"]=function(){return(_emscripten_bind_Mx3dMkPolygon_Add_1=Module["_emscripten_bind_Mx3dMkPolygon_Add_1"]=Module["asm"]["FGa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkPolygon_Added_0=Module["_emscripten_bind_Mx3dMkPolygon_Added_0"]=function(){return(_emscripten_bind_Mx3dMkPolygon_Added_0=Module["_emscripten_bind_Mx3dMkPolygon_Added_0"]=Module["asm"]["GGa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkPolygon_Close_0=Module["_emscripten_bind_Mx3dMkPolygon_Close_0"]=function(){return(_emscripten_bind_Mx3dMkPolygon_Close_0=Module["_emscripten_bind_Mx3dMkPolygon_Close_0"]=Module["asm"]["HGa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkPolygon_FirstVertex_0=Module["_emscripten_bind_Mx3dMkPolygon_FirstVertex_0"]=function(){return(_emscripten_bind_Mx3dMkPolygon_FirstVertex_0=Module["_emscripten_bind_Mx3dMkPolygon_FirstVertex_0"]=Module["asm"]["IGa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkPolygon_LastVertex_0=Module["_emscripten_bind_Mx3dMkPolygon_LastVertex_0"]=function(){return(_emscripten_bind_Mx3dMkPolygon_LastVertex_0=Module["_emscripten_bind_Mx3dMkPolygon_LastVertex_0"]=Module["asm"]["JGa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkPolygon_Build_0=Module["_emscripten_bind_Mx3dMkPolygon_Build_0"]=function(){return(_emscripten_bind_Mx3dMkPolygon_Build_0=Module["_emscripten_bind_Mx3dMkPolygon_Build_0"]=Module["asm"]["KGa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkPolygon_Shape_0=Module["_emscripten_bind_Mx3dMkPolygon_Shape_0"]=function(){return(_emscripten_bind_Mx3dMkPolygon_Shape_0=Module["_emscripten_bind_Mx3dMkPolygon_Shape_0"]=Module["asm"]["LGa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkPolygon_IsDone_0=Module["_emscripten_bind_Mx3dMkPolygon_IsDone_0"]=function(){return(_emscripten_bind_Mx3dMkPolygon_IsDone_0=Module["_emscripten_bind_Mx3dMkPolygon_IsDone_0"]=Module["asm"]["MGa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkPolygon_Edge_0=Module["_emscripten_bind_Mx3dMkPolygon_Edge_0"]=function(){return(_emscripten_bind_Mx3dMkPolygon_Edge_0=Module["_emscripten_bind_Mx3dMkPolygon_Edge_0"]=Module["asm"]["NGa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkPolygon_Wire_0=Module["_emscripten_bind_Mx3dMkPolygon_Wire_0"]=function(){return(_emscripten_bind_Mx3dMkPolygon_Wire_0=Module["_emscripten_bind_Mx3dMkPolygon_Wire_0"]=Module["asm"]["OGa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkPolygon___destroy___0=Module["_emscripten_bind_Mx3dMkPolygon___destroy___0"]=function(){return(_emscripten_bind_Mx3dMkPolygon___destroy___0=Module["_emscripten_bind_Mx3dMkPolygon___destroy___0"]=Module["asm"]["PGa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkFace_Mx3dMkFace_1=Module["_emscripten_bind_Mx3dMkFace_Mx3dMkFace_1"]=function(){return(_emscripten_bind_Mx3dMkFace_Mx3dMkFace_1=Module["_emscripten_bind_Mx3dMkFace_Mx3dMkFace_1"]=Module["asm"]["QGa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkFace_Mx3dMkFace_2=Module["_emscripten_bind_Mx3dMkFace_Mx3dMkFace_2"]=function(){return(_emscripten_bind_Mx3dMkFace_Mx3dMkFace_2=Module["_emscripten_bind_Mx3dMkFace_Mx3dMkFace_2"]=Module["asm"]["RGa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkFace_Build_0=Module["_emscripten_bind_Mx3dMkFace_Build_0"]=function(){return(_emscripten_bind_Mx3dMkFace_Build_0=Module["_emscripten_bind_Mx3dMkFace_Build_0"]=Module["asm"]["SGa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkFace_Shape_0=Module["_emscripten_bind_Mx3dMkFace_Shape_0"]=function(){return(_emscripten_bind_Mx3dMkFace_Shape_0=Module["_emscripten_bind_Mx3dMkFace_Shape_0"]=Module["asm"]["TGa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkFace_Face_0=Module["_emscripten_bind_Mx3dMkFace_Face_0"]=function(){return(_emscripten_bind_Mx3dMkFace_Face_0=Module["_emscripten_bind_Mx3dMkFace_Face_0"]=Module["asm"]["UGa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkFace_IsDone_0=Module["_emscripten_bind_Mx3dMkFace_IsDone_0"]=function(){return(_emscripten_bind_Mx3dMkFace_IsDone_0=Module["_emscripten_bind_Mx3dMkFace_IsDone_0"]=Module["asm"]["VGa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkFace_Add_1=Module["_emscripten_bind_Mx3dMkFace_Add_1"]=function(){return(_emscripten_bind_Mx3dMkFace_Add_1=Module["_emscripten_bind_Mx3dMkFace_Add_1"]=Module["asm"]["WGa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkFace___destroy___0=Module["_emscripten_bind_Mx3dMkFace___destroy___0"]=function(){return(_emscripten_bind_Mx3dMkFace___destroy___0=Module["_emscripten_bind_Mx3dMkFace___destroy___0"]=Module["asm"]["XGa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkThickSolid_Mx3dMkThickSolid_0=Module["_emscripten_bind_Mx3dMkThickSolid_Mx3dMkThickSolid_0"]=function(){return(_emscripten_bind_Mx3dMkThickSolid_Mx3dMkThickSolid_0=Module["_emscripten_bind_Mx3dMkThickSolid_Mx3dMkThickSolid_0"]=Module["asm"]["YGa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkThickSolid_MakeThickSolidBySimple_2=Module["_emscripten_bind_Mx3dMkThickSolid_MakeThickSolidBySimple_2"]=function(){return(_emscripten_bind_Mx3dMkThickSolid_MakeThickSolidBySimple_2=Module["_emscripten_bind_Mx3dMkThickSolid_MakeThickSolidBySimple_2"]=Module["asm"]["ZGa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkThickSolid_MakeThickSolidByJoin_9=Module["_emscripten_bind_Mx3dMkThickSolid_MakeThickSolidByJoin_9"]=function(){return(_emscripten_bind_Mx3dMkThickSolid_MakeThickSolidByJoin_9=Module["_emscripten_bind_Mx3dMkThickSolid_MakeThickSolidByJoin_9"]=Module["asm"]["_Ga"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkThickSolid_Build_0=Module["_emscripten_bind_Mx3dMkThickSolid_Build_0"]=function(){return(_emscripten_bind_Mx3dMkThickSolid_Build_0=Module["_emscripten_bind_Mx3dMkThickSolid_Build_0"]=Module["asm"]["$Ga"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkThickSolid_Shape_0=Module["_emscripten_bind_Mx3dMkThickSolid_Shape_0"]=function(){return(_emscripten_bind_Mx3dMkThickSolid_Shape_0=Module["_emscripten_bind_Mx3dMkThickSolid_Shape_0"]=Module["asm"]["aHa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkThickSolid_IsDone_0=Module["_emscripten_bind_Mx3dMkThickSolid_IsDone_0"]=function(){return(_emscripten_bind_Mx3dMkThickSolid_IsDone_0=Module["_emscripten_bind_Mx3dMkThickSolid_IsDone_0"]=Module["asm"]["bHa"]).apply(null,arguments)};var _emscripten_bind_Mx3dMkThickSolid___destroy___0=Module["_emscripten_bind_Mx3dMkThickSolid___destroy___0"]=function(){return(_emscripten_bind_Mx3dMkThickSolid___destroy___0=Module["_emscripten_bind_Mx3dMkThickSolid___destroy___0"]=Module["asm"]["cHa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineCurve_Mx3dGeomBSplineCurve_4=Module["_emscripten_bind_Mx3dGeomBSplineCurve_Mx3dGeomBSplineCurve_4"]=function(){return(_emscripten_bind_Mx3dGeomBSplineCurve_Mx3dGeomBSplineCurve_4=Module["_emscripten_bind_Mx3dGeomBSplineCurve_Mx3dGeomBSplineCurve_4"]=Module["asm"]["dHa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineCurve_Mx3dGeomBSplineCurve_5=Module["_emscripten_bind_Mx3dGeomBSplineCurve_Mx3dGeomBSplineCurve_5"]=function(){return(_emscripten_bind_Mx3dGeomBSplineCurve_Mx3dGeomBSplineCurve_5=Module["_emscripten_bind_Mx3dGeomBSplineCurve_Mx3dGeomBSplineCurve_5"]=Module["asm"]["eHa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineCurve_IncreaseDegree_1=Module["_emscripten_bind_Mx3dGeomBSplineCurve_IncreaseDegree_1"]=function(){return(_emscripten_bind_Mx3dGeomBSplineCurve_IncreaseDegree_1=Module["_emscripten_bind_Mx3dGeomBSplineCurve_IncreaseDegree_1"]=Module["asm"]["fHa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineCurve_IncreaseMultiplicity_2=Module["_emscripten_bind_Mx3dGeomBSplineCurve_IncreaseMultiplicity_2"]=function(){return(_emscripten_bind_Mx3dGeomBSplineCurve_IncreaseMultiplicity_2=Module["_emscripten_bind_Mx3dGeomBSplineCurve_IncreaseMultiplicity_2"]=Module["asm"]["gHa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineCurve_IncreaseMultiplicity_3=Module["_emscripten_bind_Mx3dGeomBSplineCurve_IncreaseMultiplicity_3"]=function(){return(_emscripten_bind_Mx3dGeomBSplineCurve_IncreaseMultiplicity_3=Module["_emscripten_bind_Mx3dGeomBSplineCurve_IncreaseMultiplicity_3"]=Module["asm"]["hHa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineCurve_IncrementMultiplicity_3=Module["_emscripten_bind_Mx3dGeomBSplineCurve_IncrementMultiplicity_3"]=function(){return(_emscripten_bind_Mx3dGeomBSplineCurve_IncrementMultiplicity_3=Module["_emscripten_bind_Mx3dGeomBSplineCurve_IncrementMultiplicity_3"]=Module["asm"]["iHa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineCurve_InsertKnot_1=Module["_emscripten_bind_Mx3dGeomBSplineCurve_InsertKnot_1"]=function(){return(_emscripten_bind_Mx3dGeomBSplineCurve_InsertKnot_1=Module["_emscripten_bind_Mx3dGeomBSplineCurve_InsertKnot_1"]=Module["asm"]["jHa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineCurve_InsertKnot_2=Module["_emscripten_bind_Mx3dGeomBSplineCurve_InsertKnot_2"]=function(){return(_emscripten_bind_Mx3dGeomBSplineCurve_InsertKnot_2=Module["_emscripten_bind_Mx3dGeomBSplineCurve_InsertKnot_2"]=Module["asm"]["kHa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineCurve_InsertKnot_3=Module["_emscripten_bind_Mx3dGeomBSplineCurve_InsertKnot_3"]=function(){return(_emscripten_bind_Mx3dGeomBSplineCurve_InsertKnot_3=Module["_emscripten_bind_Mx3dGeomBSplineCurve_InsertKnot_3"]=Module["asm"]["lHa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineCurve_InsertKnot_4=Module["_emscripten_bind_Mx3dGeomBSplineCurve_InsertKnot_4"]=function(){return(_emscripten_bind_Mx3dGeomBSplineCurve_InsertKnot_4=Module["_emscripten_bind_Mx3dGeomBSplineCurve_InsertKnot_4"]=Module["asm"]["mHa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineCurve_InsertKnots_2=Module["_emscripten_bind_Mx3dGeomBSplineCurve_InsertKnots_2"]=function(){return(_emscripten_bind_Mx3dGeomBSplineCurve_InsertKnots_2=Module["_emscripten_bind_Mx3dGeomBSplineCurve_InsertKnots_2"]=Module["asm"]["nHa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineCurve_InsertKnots_3=Module["_emscripten_bind_Mx3dGeomBSplineCurve_InsertKnots_3"]=function(){return(_emscripten_bind_Mx3dGeomBSplineCurve_InsertKnots_3=Module["_emscripten_bind_Mx3dGeomBSplineCurve_InsertKnots_3"]=Module["asm"]["oHa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineCurve_InsertKnots_4=Module["_emscripten_bind_Mx3dGeomBSplineCurve_InsertKnots_4"]=function(){return(_emscripten_bind_Mx3dGeomBSplineCurve_InsertKnots_4=Module["_emscripten_bind_Mx3dGeomBSplineCurve_InsertKnots_4"]=Module["asm"]["pHa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineCurve_RemoveKnot_3=Module["_emscripten_bind_Mx3dGeomBSplineCurve_RemoveKnot_3"]=function(){return(_emscripten_bind_Mx3dGeomBSplineCurve_RemoveKnot_3=Module["_emscripten_bind_Mx3dGeomBSplineCurve_RemoveKnot_3"]=Module["asm"]["qHa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineCurve_Reverse_0=Module["_emscripten_bind_Mx3dGeomBSplineCurve_Reverse_0"]=function(){return(_emscripten_bind_Mx3dGeomBSplineCurve_Reverse_0=Module["_emscripten_bind_Mx3dGeomBSplineCurve_Reverse_0"]=Module["asm"]["rHa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineCurve_ReversedParameter_1=Module["_emscripten_bind_Mx3dGeomBSplineCurve_ReversedParameter_1"]=function(){return(_emscripten_bind_Mx3dGeomBSplineCurve_ReversedParameter_1=Module["_emscripten_bind_Mx3dGeomBSplineCurve_ReversedParameter_1"]=Module["asm"]["sHa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineCurve_Segment_2=Module["_emscripten_bind_Mx3dGeomBSplineCurve_Segment_2"]=function(){return(_emscripten_bind_Mx3dGeomBSplineCurve_Segment_2=Module["_emscripten_bind_Mx3dGeomBSplineCurve_Segment_2"]=Module["asm"]["tHa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineCurve_SetKnot_2=Module["_emscripten_bind_Mx3dGeomBSplineCurve_SetKnot_2"]=function(){return(_emscripten_bind_Mx3dGeomBSplineCurve_SetKnot_2=Module["_emscripten_bind_Mx3dGeomBSplineCurve_SetKnot_2"]=Module["asm"]["uHa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineCurve_SetKnot_3=Module["_emscripten_bind_Mx3dGeomBSplineCurve_SetKnot_3"]=function(){return(_emscripten_bind_Mx3dGeomBSplineCurve_SetKnot_3=Module["_emscripten_bind_Mx3dGeomBSplineCurve_SetKnot_3"]=Module["asm"]["vHa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineCurve_SetKnots_1=Module["_emscripten_bind_Mx3dGeomBSplineCurve_SetKnots_1"]=function(){return(_emscripten_bind_Mx3dGeomBSplineCurve_SetKnots_1=Module["_emscripten_bind_Mx3dGeomBSplineCurve_SetKnots_1"]=Module["asm"]["wHa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineCurve_SetPeriodic_0=Module["_emscripten_bind_Mx3dGeomBSplineCurve_SetPeriodic_0"]=function(){return(_emscripten_bind_Mx3dGeomBSplineCurve_SetPeriodic_0=Module["_emscripten_bind_Mx3dGeomBSplineCurve_SetPeriodic_0"]=Module["asm"]["xHa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineCurve_SetOrigin_1=Module["_emscripten_bind_Mx3dGeomBSplineCurve_SetOrigin_1"]=function(){return(_emscripten_bind_Mx3dGeomBSplineCurve_SetOrigin_1=Module["_emscripten_bind_Mx3dGeomBSplineCurve_SetOrigin_1"]=Module["asm"]["yHa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineCurve_SetOrigin_2=Module["_emscripten_bind_Mx3dGeomBSplineCurve_SetOrigin_2"]=function(){return(_emscripten_bind_Mx3dGeomBSplineCurve_SetOrigin_2=Module["_emscripten_bind_Mx3dGeomBSplineCurve_SetOrigin_2"]=Module["asm"]["zHa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineCurve_SetNotPeriodic_0=Module["_emscripten_bind_Mx3dGeomBSplineCurve_SetNotPeriodic_0"]=function(){return(_emscripten_bind_Mx3dGeomBSplineCurve_SetNotPeriodic_0=Module["_emscripten_bind_Mx3dGeomBSplineCurve_SetNotPeriodic_0"]=Module["asm"]["AHa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineCurve_SetPole_2=Module["_emscripten_bind_Mx3dGeomBSplineCurve_SetPole_2"]=function(){return(_emscripten_bind_Mx3dGeomBSplineCurve_SetPole_2=Module["_emscripten_bind_Mx3dGeomBSplineCurve_SetPole_2"]=Module["asm"]["BHa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineCurve_SetPole_3=Module["_emscripten_bind_Mx3dGeomBSplineCurve_SetPole_3"]=function(){return(_emscripten_bind_Mx3dGeomBSplineCurve_SetPole_3=Module["_emscripten_bind_Mx3dGeomBSplineCurve_SetPole_3"]=Module["asm"]["CHa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineCurve_SetWeight_2=Module["_emscripten_bind_Mx3dGeomBSplineCurve_SetWeight_2"]=function(){return(_emscripten_bind_Mx3dGeomBSplineCurve_SetWeight_2=Module["_emscripten_bind_Mx3dGeomBSplineCurve_SetWeight_2"]=Module["asm"]["DHa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineCurve_IsCN_1=Module["_emscripten_bind_Mx3dGeomBSplineCurve_IsCN_1"]=function(){return(_emscripten_bind_Mx3dGeomBSplineCurve_IsCN_1=Module["_emscripten_bind_Mx3dGeomBSplineCurve_IsCN_1"]=Module["asm"]["EHa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineCurve_IsG1_3=Module["_emscripten_bind_Mx3dGeomBSplineCurve_IsG1_3"]=function(){return(_emscripten_bind_Mx3dGeomBSplineCurve_IsG1_3=Module["_emscripten_bind_Mx3dGeomBSplineCurve_IsG1_3"]=Module["asm"]["FHa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineCurve_IsClosed_0=Module["_emscripten_bind_Mx3dGeomBSplineCurve_IsClosed_0"]=function(){return(_emscripten_bind_Mx3dGeomBSplineCurve_IsClosed_0=Module["_emscripten_bind_Mx3dGeomBSplineCurve_IsClosed_0"]=Module["asm"]["GHa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineCurve_IsPeriodic_0=Module["_emscripten_bind_Mx3dGeomBSplineCurve_IsPeriodic_0"]=function(){return(_emscripten_bind_Mx3dGeomBSplineCurve_IsPeriodic_0=Module["_emscripten_bind_Mx3dGeomBSplineCurve_IsPeriodic_0"]=Module["asm"]["HHa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineCurve_IsRational_0=Module["_emscripten_bind_Mx3dGeomBSplineCurve_IsRational_0"]=function(){return(_emscripten_bind_Mx3dGeomBSplineCurve_IsRational_0=Module["_emscripten_bind_Mx3dGeomBSplineCurve_IsRational_0"]=Module["asm"]["IHa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineCurve_Continuity_0=Module["_emscripten_bind_Mx3dGeomBSplineCurve_Continuity_0"]=function(){return(_emscripten_bind_Mx3dGeomBSplineCurve_Continuity_0=Module["_emscripten_bind_Mx3dGeomBSplineCurve_Continuity_0"]=Module["asm"]["JHa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineCurve_Degree_0=Module["_emscripten_bind_Mx3dGeomBSplineCurve_Degree_0"]=function(){return(_emscripten_bind_Mx3dGeomBSplineCurve_Degree_0=Module["_emscripten_bind_Mx3dGeomBSplineCurve_Degree_0"]=Module["asm"]["KHa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineCurve_D0_2=Module["_emscripten_bind_Mx3dGeomBSplineCurve_D0_2"]=function(){return(_emscripten_bind_Mx3dGeomBSplineCurve_D0_2=Module["_emscripten_bind_Mx3dGeomBSplineCurve_D0_2"]=Module["asm"]["LHa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineCurve_D1_3=Module["_emscripten_bind_Mx3dGeomBSplineCurve_D1_3"]=function(){return(_emscripten_bind_Mx3dGeomBSplineCurve_D1_3=Module["_emscripten_bind_Mx3dGeomBSplineCurve_D1_3"]=Module["asm"]["MHa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineCurve_D2_4=Module["_emscripten_bind_Mx3dGeomBSplineCurve_D2_4"]=function(){return(_emscripten_bind_Mx3dGeomBSplineCurve_D2_4=Module["_emscripten_bind_Mx3dGeomBSplineCurve_D2_4"]=Module["asm"]["NHa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineCurve_D3_5=Module["_emscripten_bind_Mx3dGeomBSplineCurve_D3_5"]=function(){return(_emscripten_bind_Mx3dGeomBSplineCurve_D3_5=Module["_emscripten_bind_Mx3dGeomBSplineCurve_D3_5"]=Module["asm"]["OHa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineCurve_DN_2=Module["_emscripten_bind_Mx3dGeomBSplineCurve_DN_2"]=function(){return(_emscripten_bind_Mx3dGeomBSplineCurve_DN_2=Module["_emscripten_bind_Mx3dGeomBSplineCurve_DN_2"]=Module["asm"]["PHa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineCurve_LocalValue_3=Module["_emscripten_bind_Mx3dGeomBSplineCurve_LocalValue_3"]=function(){return(_emscripten_bind_Mx3dGeomBSplineCurve_LocalValue_3=Module["_emscripten_bind_Mx3dGeomBSplineCurve_LocalValue_3"]=Module["asm"]["QHa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineCurve_LocalD0_4=Module["_emscripten_bind_Mx3dGeomBSplineCurve_LocalD0_4"]=function(){return(_emscripten_bind_Mx3dGeomBSplineCurve_LocalD0_4=Module["_emscripten_bind_Mx3dGeomBSplineCurve_LocalD0_4"]=Module["asm"]["RHa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineCurve_LocalD1_5=Module["_emscripten_bind_Mx3dGeomBSplineCurve_LocalD1_5"]=function(){return(_emscripten_bind_Mx3dGeomBSplineCurve_LocalD1_5=Module["_emscripten_bind_Mx3dGeomBSplineCurve_LocalD1_5"]=Module["asm"]["SHa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineCurve_LocalD2_6=Module["_emscripten_bind_Mx3dGeomBSplineCurve_LocalD2_6"]=function(){return(_emscripten_bind_Mx3dGeomBSplineCurve_LocalD2_6=Module["_emscripten_bind_Mx3dGeomBSplineCurve_LocalD2_6"]=Module["asm"]["THa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineCurve_LocalD3_7=Module["_emscripten_bind_Mx3dGeomBSplineCurve_LocalD3_7"]=function(){return(_emscripten_bind_Mx3dGeomBSplineCurve_LocalD3_7=Module["_emscripten_bind_Mx3dGeomBSplineCurve_LocalD3_7"]=Module["asm"]["UHa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineCurve_LocalDN_4=Module["_emscripten_bind_Mx3dGeomBSplineCurve_LocalDN_4"]=function(){return(_emscripten_bind_Mx3dGeomBSplineCurve_LocalDN_4=Module["_emscripten_bind_Mx3dGeomBSplineCurve_LocalDN_4"]=Module["asm"]["VHa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineCurve_EndPoint_0=Module["_emscripten_bind_Mx3dGeomBSplineCurve_EndPoint_0"]=function(){return(_emscripten_bind_Mx3dGeomBSplineCurve_EndPoint_0=Module["_emscripten_bind_Mx3dGeomBSplineCurve_EndPoint_0"]=Module["asm"]["WHa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineCurve_FirstUKnotIndex_0=Module["_emscripten_bind_Mx3dGeomBSplineCurve_FirstUKnotIndex_0"]=function(){return(_emscripten_bind_Mx3dGeomBSplineCurve_FirstUKnotIndex_0=Module["_emscripten_bind_Mx3dGeomBSplineCurve_FirstUKnotIndex_0"]=Module["asm"]["XHa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineCurve_FirstParameter_0=Module["_emscripten_bind_Mx3dGeomBSplineCurve_FirstParameter_0"]=function(){return(_emscripten_bind_Mx3dGeomBSplineCurve_FirstParameter_0=Module["_emscripten_bind_Mx3dGeomBSplineCurve_FirstParameter_0"]=Module["asm"]["YHa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineCurve_Knot_1=Module["_emscripten_bind_Mx3dGeomBSplineCurve_Knot_1"]=function(){return(_emscripten_bind_Mx3dGeomBSplineCurve_Knot_1=Module["_emscripten_bind_Mx3dGeomBSplineCurve_Knot_1"]=Module["asm"]["ZHa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineCurve_Knots_0=Module["_emscripten_bind_Mx3dGeomBSplineCurve_Knots_0"]=function(){return(_emscripten_bind_Mx3dGeomBSplineCurve_Knots_0=Module["_emscripten_bind_Mx3dGeomBSplineCurve_Knots_0"]=Module["asm"]["_Ha"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineCurve_LastUKnotIndex_0=Module["_emscripten_bind_Mx3dGeomBSplineCurve_LastUKnotIndex_0"]=function(){return(_emscripten_bind_Mx3dGeomBSplineCurve_LastUKnotIndex_0=Module["_emscripten_bind_Mx3dGeomBSplineCurve_LastUKnotIndex_0"]=Module["asm"]["$Ha"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineCurve_LastParameter_0=Module["_emscripten_bind_Mx3dGeomBSplineCurve_LastParameter_0"]=function(){return(_emscripten_bind_Mx3dGeomBSplineCurve_LastParameter_0=Module["_emscripten_bind_Mx3dGeomBSplineCurve_LastParameter_0"]=Module["asm"]["aIa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineCurve_Multiplicity_1=Module["_emscripten_bind_Mx3dGeomBSplineCurve_Multiplicity_1"]=function(){return(_emscripten_bind_Mx3dGeomBSplineCurve_Multiplicity_1=Module["_emscripten_bind_Mx3dGeomBSplineCurve_Multiplicity_1"]=Module["asm"]["bIa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineCurve_Multiplicities_0=Module["_emscripten_bind_Mx3dGeomBSplineCurve_Multiplicities_0"]=function(){return(_emscripten_bind_Mx3dGeomBSplineCurve_Multiplicities_0=Module["_emscripten_bind_Mx3dGeomBSplineCurve_Multiplicities_0"]=Module["asm"]["cIa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineCurve_NbKnots_0=Module["_emscripten_bind_Mx3dGeomBSplineCurve_NbKnots_0"]=function(){return(_emscripten_bind_Mx3dGeomBSplineCurve_NbKnots_0=Module["_emscripten_bind_Mx3dGeomBSplineCurve_NbKnots_0"]=Module["asm"]["dIa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineCurve_NbPoles_0=Module["_emscripten_bind_Mx3dGeomBSplineCurve_NbPoles_0"]=function(){return(_emscripten_bind_Mx3dGeomBSplineCurve_NbPoles_0=Module["_emscripten_bind_Mx3dGeomBSplineCurve_NbPoles_0"]=Module["asm"]["eIa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineCurve_Pole_1=Module["_emscripten_bind_Mx3dGeomBSplineCurve_Pole_1"]=function(){return(_emscripten_bind_Mx3dGeomBSplineCurve_Pole_1=Module["_emscripten_bind_Mx3dGeomBSplineCurve_Pole_1"]=Module["asm"]["fIa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineCurve_Poles_0=Module["_emscripten_bind_Mx3dGeomBSplineCurve_Poles_0"]=function(){return(_emscripten_bind_Mx3dGeomBSplineCurve_Poles_0=Module["_emscripten_bind_Mx3dGeomBSplineCurve_Poles_0"]=Module["asm"]["gIa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineCurve_StartPoint_0=Module["_emscripten_bind_Mx3dGeomBSplineCurve_StartPoint_0"]=function(){return(_emscripten_bind_Mx3dGeomBSplineCurve_StartPoint_0=Module["_emscripten_bind_Mx3dGeomBSplineCurve_StartPoint_0"]=Module["asm"]["hIa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineCurve_Weight_1=Module["_emscripten_bind_Mx3dGeomBSplineCurve_Weight_1"]=function(){return(_emscripten_bind_Mx3dGeomBSplineCurve_Weight_1=Module["_emscripten_bind_Mx3dGeomBSplineCurve_Weight_1"]=Module["asm"]["iIa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineCurve_Weights_0=Module["_emscripten_bind_Mx3dGeomBSplineCurve_Weights_0"]=function(){return(_emscripten_bind_Mx3dGeomBSplineCurve_Weights_0=Module["_emscripten_bind_Mx3dGeomBSplineCurve_Weights_0"]=Module["asm"]["jIa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineCurve_Transform_1=Module["_emscripten_bind_Mx3dGeomBSplineCurve_Transform_1"]=function(){return(_emscripten_bind_Mx3dGeomBSplineCurve_Transform_1=Module["_emscripten_bind_Mx3dGeomBSplineCurve_Transform_1"]=Module["asm"]["kIa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineCurve_Copy_0=Module["_emscripten_bind_Mx3dGeomBSplineCurve_Copy_0"]=function(){return(_emscripten_bind_Mx3dGeomBSplineCurve_Copy_0=Module["_emscripten_bind_Mx3dGeomBSplineCurve_Copy_0"]=Module["asm"]["lIa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineCurve_Edge_2=Module["_emscripten_bind_Mx3dGeomBSplineCurve_Edge_2"]=function(){return(_emscripten_bind_Mx3dGeomBSplineCurve_Edge_2=Module["_emscripten_bind_Mx3dGeomBSplineCurve_Edge_2"]=Module["asm"]["mIa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineCurve_Wire_0=Module["_emscripten_bind_Mx3dGeomBSplineCurve_Wire_0"]=function(){return(_emscripten_bind_Mx3dGeomBSplineCurve_Wire_0=Module["_emscripten_bind_Mx3dGeomBSplineCurve_Wire_0"]=Module["asm"]["nIa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineCurve_OffsetCurve_3=Module["_emscripten_bind_Mx3dGeomBSplineCurve_OffsetCurve_3"]=function(){return(_emscripten_bind_Mx3dGeomBSplineCurve_OffsetCurve_3=Module["_emscripten_bind_Mx3dGeomBSplineCurve_OffsetCurve_3"]=Module["asm"]["oIa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineCurve_IsEqual_2=Module["_emscripten_bind_Mx3dGeomBSplineCurve_IsEqual_2"]=function(){return(_emscripten_bind_Mx3dGeomBSplineCurve_IsEqual_2=Module["_emscripten_bind_Mx3dGeomBSplineCurve_IsEqual_2"]=Module["asm"]["pIa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineCurve_DynamicType_0=Module["_emscripten_bind_Mx3dGeomBSplineCurve_DynamicType_0"]=function(){return(_emscripten_bind_Mx3dGeomBSplineCurve_DynamicType_0=Module["_emscripten_bind_Mx3dGeomBSplineCurve_DynamicType_0"]=Module["asm"]["qIa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineCurve_Reversed_0=Module["_emscripten_bind_Mx3dGeomBSplineCurve_Reversed_0"]=function(){return(_emscripten_bind_Mx3dGeomBSplineCurve_Reversed_0=Module["_emscripten_bind_Mx3dGeomBSplineCurve_Reversed_0"]=Module["asm"]["rIa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineCurve_Period_0=Module["_emscripten_bind_Mx3dGeomBSplineCurve_Period_0"]=function(){return(_emscripten_bind_Mx3dGeomBSplineCurve_Period_0=Module["_emscripten_bind_Mx3dGeomBSplineCurve_Period_0"]=Module["asm"]["sIa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineCurve_Value_1=Module["_emscripten_bind_Mx3dGeomBSplineCurve_Value_1"]=function(){return(_emscripten_bind_Mx3dGeomBSplineCurve_Value_1=Module["_emscripten_bind_Mx3dGeomBSplineCurve_Value_1"]=Module["asm"]["tIa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineCurve_MirrorByPoint_1=Module["_emscripten_bind_Mx3dGeomBSplineCurve_MirrorByPoint_1"]=function(){return(_emscripten_bind_Mx3dGeomBSplineCurve_MirrorByPoint_1=Module["_emscripten_bind_Mx3dGeomBSplineCurve_MirrorByPoint_1"]=Module["asm"]["uIa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineCurve_MirrorByAxis_1=Module["_emscripten_bind_Mx3dGeomBSplineCurve_MirrorByAxis_1"]=function(){return(_emscripten_bind_Mx3dGeomBSplineCurve_MirrorByAxis_1=Module["_emscripten_bind_Mx3dGeomBSplineCurve_MirrorByAxis_1"]=Module["asm"]["vIa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineCurve_MirrorByCSYSR_1=Module["_emscripten_bind_Mx3dGeomBSplineCurve_MirrorByCSYSR_1"]=function(){return(_emscripten_bind_Mx3dGeomBSplineCurve_MirrorByCSYSR_1=Module["_emscripten_bind_Mx3dGeomBSplineCurve_MirrorByCSYSR_1"]=Module["asm"]["wIa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineCurve_Rotate_2=Module["_emscripten_bind_Mx3dGeomBSplineCurve_Rotate_2"]=function(){return(_emscripten_bind_Mx3dGeomBSplineCurve_Rotate_2=Module["_emscripten_bind_Mx3dGeomBSplineCurve_Rotate_2"]=Module["asm"]["xIa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineCurve_Scale_2=Module["_emscripten_bind_Mx3dGeomBSplineCurve_Scale_2"]=function(){return(_emscripten_bind_Mx3dGeomBSplineCurve_Scale_2=Module["_emscripten_bind_Mx3dGeomBSplineCurve_Scale_2"]=Module["asm"]["yIa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineCurve_TranslateByVec_1=Module["_emscripten_bind_Mx3dGeomBSplineCurve_TranslateByVec_1"]=function(){return(_emscripten_bind_Mx3dGeomBSplineCurve_TranslateByVec_1=Module["_emscripten_bind_Mx3dGeomBSplineCurve_TranslateByVec_1"]=Module["asm"]["zIa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineCurve_TranslateBy2Points_2=Module["_emscripten_bind_Mx3dGeomBSplineCurve_TranslateBy2Points_2"]=function(){return(_emscripten_bind_Mx3dGeomBSplineCurve_TranslateBy2Points_2=Module["_emscripten_bind_Mx3dGeomBSplineCurve_TranslateBy2Points_2"]=Module["asm"]["AIa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineCurve_MirroredByPoint_1=Module["_emscripten_bind_Mx3dGeomBSplineCurve_MirroredByPoint_1"]=function(){return(_emscripten_bind_Mx3dGeomBSplineCurve_MirroredByPoint_1=Module["_emscripten_bind_Mx3dGeomBSplineCurve_MirroredByPoint_1"]=Module["asm"]["BIa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineCurve_MirroredByAxis_1=Module["_emscripten_bind_Mx3dGeomBSplineCurve_MirroredByAxis_1"]=function(){return(_emscripten_bind_Mx3dGeomBSplineCurve_MirroredByAxis_1=Module["_emscripten_bind_Mx3dGeomBSplineCurve_MirroredByAxis_1"]=Module["asm"]["CIa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineCurve_MirroredByCSYSR_1=Module["_emscripten_bind_Mx3dGeomBSplineCurve_MirroredByCSYSR_1"]=function(){return(_emscripten_bind_Mx3dGeomBSplineCurve_MirroredByCSYSR_1=Module["_emscripten_bind_Mx3dGeomBSplineCurve_MirroredByCSYSR_1"]=Module["asm"]["DIa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineCurve_Rotated_2=Module["_emscripten_bind_Mx3dGeomBSplineCurve_Rotated_2"]=function(){return(_emscripten_bind_Mx3dGeomBSplineCurve_Rotated_2=Module["_emscripten_bind_Mx3dGeomBSplineCurve_Rotated_2"]=Module["asm"]["EIa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineCurve_Scaled_2=Module["_emscripten_bind_Mx3dGeomBSplineCurve_Scaled_2"]=function(){return(_emscripten_bind_Mx3dGeomBSplineCurve_Scaled_2=Module["_emscripten_bind_Mx3dGeomBSplineCurve_Scaled_2"]=Module["asm"]["FIa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineCurve_Transformed_1=Module["_emscripten_bind_Mx3dGeomBSplineCurve_Transformed_1"]=function(){return(_emscripten_bind_Mx3dGeomBSplineCurve_Transformed_1=Module["_emscripten_bind_Mx3dGeomBSplineCurve_Transformed_1"]=Module["asm"]["GIa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineCurve_TranslatedByVec_1=Module["_emscripten_bind_Mx3dGeomBSplineCurve_TranslatedByVec_1"]=function(){return(_emscripten_bind_Mx3dGeomBSplineCurve_TranslatedByVec_1=Module["_emscripten_bind_Mx3dGeomBSplineCurve_TranslatedByVec_1"]=Module["asm"]["HIa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineCurve_TranslatedBy2Points_2=Module["_emscripten_bind_Mx3dGeomBSplineCurve_TranslatedBy2Points_2"]=function(){return(_emscripten_bind_Mx3dGeomBSplineCurve_TranslatedBy2Points_2=Module["_emscripten_bind_Mx3dGeomBSplineCurve_TranslatedBy2Points_2"]=Module["asm"]["IIa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineCurve___destroy___0=Module["_emscripten_bind_Mx3dGeomBSplineCurve___destroy___0"]=function(){return(_emscripten_bind_Mx3dGeomBSplineCurve___destroy___0=Module["_emscripten_bind_Mx3dGeomBSplineCurve___destroy___0"]=Module["asm"]["JIa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierCurve_Mx3dGeomBezierCurve_1=Module["_emscripten_bind_Mx3dGeomBezierCurve_Mx3dGeomBezierCurve_1"]=function(){return(_emscripten_bind_Mx3dGeomBezierCurve_Mx3dGeomBezierCurve_1=Module["_emscripten_bind_Mx3dGeomBezierCurve_Mx3dGeomBezierCurve_1"]=Module["asm"]["KIa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierCurve_Mx3dGeomBezierCurve_2=Module["_emscripten_bind_Mx3dGeomBezierCurve_Mx3dGeomBezierCurve_2"]=function(){return(_emscripten_bind_Mx3dGeomBezierCurve_Mx3dGeomBezierCurve_2=Module["_emscripten_bind_Mx3dGeomBezierCurve_Mx3dGeomBezierCurve_2"]=Module["asm"]["LIa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierCurve_Increase_1=Module["_emscripten_bind_Mx3dGeomBezierCurve_Increase_1"]=function(){return(_emscripten_bind_Mx3dGeomBezierCurve_Increase_1=Module["_emscripten_bind_Mx3dGeomBezierCurve_Increase_1"]=Module["asm"]["MIa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierCurve_InsertPoleAfter_2=Module["_emscripten_bind_Mx3dGeomBezierCurve_InsertPoleAfter_2"]=function(){return(_emscripten_bind_Mx3dGeomBezierCurve_InsertPoleAfter_2=Module["_emscripten_bind_Mx3dGeomBezierCurve_InsertPoleAfter_2"]=Module["asm"]["NIa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierCurve_InsertPoleAfter_3=Module["_emscripten_bind_Mx3dGeomBezierCurve_InsertPoleAfter_3"]=function(){return(_emscripten_bind_Mx3dGeomBezierCurve_InsertPoleAfter_3=Module["_emscripten_bind_Mx3dGeomBezierCurve_InsertPoleAfter_3"]=Module["asm"]["OIa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierCurve_InsertPoleBefore_2=Module["_emscripten_bind_Mx3dGeomBezierCurve_InsertPoleBefore_2"]=function(){return(_emscripten_bind_Mx3dGeomBezierCurve_InsertPoleBefore_2=Module["_emscripten_bind_Mx3dGeomBezierCurve_InsertPoleBefore_2"]=Module["asm"]["PIa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierCurve_InsertPoleBefore_3=Module["_emscripten_bind_Mx3dGeomBezierCurve_InsertPoleBefore_3"]=function(){return(_emscripten_bind_Mx3dGeomBezierCurve_InsertPoleBefore_3=Module["_emscripten_bind_Mx3dGeomBezierCurve_InsertPoleBefore_3"]=Module["asm"]["QIa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierCurve_RemovePole_1=Module["_emscripten_bind_Mx3dGeomBezierCurve_RemovePole_1"]=function(){return(_emscripten_bind_Mx3dGeomBezierCurve_RemovePole_1=Module["_emscripten_bind_Mx3dGeomBezierCurve_RemovePole_1"]=Module["asm"]["RIa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierCurve_Reverse_0=Module["_emscripten_bind_Mx3dGeomBezierCurve_Reverse_0"]=function(){return(_emscripten_bind_Mx3dGeomBezierCurve_Reverse_0=Module["_emscripten_bind_Mx3dGeomBezierCurve_Reverse_0"]=Module["asm"]["SIa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierCurve_ReversedParameter_1=Module["_emscripten_bind_Mx3dGeomBezierCurve_ReversedParameter_1"]=function(){return(_emscripten_bind_Mx3dGeomBezierCurve_ReversedParameter_1=Module["_emscripten_bind_Mx3dGeomBezierCurve_ReversedParameter_1"]=Module["asm"]["TIa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierCurve_Segment_2=Module["_emscripten_bind_Mx3dGeomBezierCurve_Segment_2"]=function(){return(_emscripten_bind_Mx3dGeomBezierCurve_Segment_2=Module["_emscripten_bind_Mx3dGeomBezierCurve_Segment_2"]=Module["asm"]["UIa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierCurve_SetPole_2=Module["_emscripten_bind_Mx3dGeomBezierCurve_SetPole_2"]=function(){return(_emscripten_bind_Mx3dGeomBezierCurve_SetPole_2=Module["_emscripten_bind_Mx3dGeomBezierCurve_SetPole_2"]=Module["asm"]["VIa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierCurve_SetPole_3=Module["_emscripten_bind_Mx3dGeomBezierCurve_SetPole_3"]=function(){return(_emscripten_bind_Mx3dGeomBezierCurve_SetPole_3=Module["_emscripten_bind_Mx3dGeomBezierCurve_SetPole_3"]=Module["asm"]["WIa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierCurve_SetWeight_2=Module["_emscripten_bind_Mx3dGeomBezierCurve_SetWeight_2"]=function(){return(_emscripten_bind_Mx3dGeomBezierCurve_SetWeight_2=Module["_emscripten_bind_Mx3dGeomBezierCurve_SetWeight_2"]=Module["asm"]["XIa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierCurve_IsClosed_0=Module["_emscripten_bind_Mx3dGeomBezierCurve_IsClosed_0"]=function(){return(_emscripten_bind_Mx3dGeomBezierCurve_IsClosed_0=Module["_emscripten_bind_Mx3dGeomBezierCurve_IsClosed_0"]=Module["asm"]["YIa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierCurve_IsCN_1=Module["_emscripten_bind_Mx3dGeomBezierCurve_IsCN_1"]=function(){return(_emscripten_bind_Mx3dGeomBezierCurve_IsCN_1=Module["_emscripten_bind_Mx3dGeomBezierCurve_IsCN_1"]=Module["asm"]["ZIa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierCurve_IsPeriodic_0=Module["_emscripten_bind_Mx3dGeomBezierCurve_IsPeriodic_0"]=function(){return(_emscripten_bind_Mx3dGeomBezierCurve_IsPeriodic_0=Module["_emscripten_bind_Mx3dGeomBezierCurve_IsPeriodic_0"]=Module["asm"]["_Ia"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierCurve_IsRational_0=Module["_emscripten_bind_Mx3dGeomBezierCurve_IsRational_0"]=function(){return(_emscripten_bind_Mx3dGeomBezierCurve_IsRational_0=Module["_emscripten_bind_Mx3dGeomBezierCurve_IsRational_0"]=Module["asm"]["$Ia"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierCurve_Continuity_0=Module["_emscripten_bind_Mx3dGeomBezierCurve_Continuity_0"]=function(){return(_emscripten_bind_Mx3dGeomBezierCurve_Continuity_0=Module["_emscripten_bind_Mx3dGeomBezierCurve_Continuity_0"]=Module["asm"]["aJa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierCurve_Degree_0=Module["_emscripten_bind_Mx3dGeomBezierCurve_Degree_0"]=function(){return(_emscripten_bind_Mx3dGeomBezierCurve_Degree_0=Module["_emscripten_bind_Mx3dGeomBezierCurve_Degree_0"]=Module["asm"]["bJa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierCurve_D0_2=Module["_emscripten_bind_Mx3dGeomBezierCurve_D0_2"]=function(){return(_emscripten_bind_Mx3dGeomBezierCurve_D0_2=Module["_emscripten_bind_Mx3dGeomBezierCurve_D0_2"]=Module["asm"]["cJa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierCurve_D1_3=Module["_emscripten_bind_Mx3dGeomBezierCurve_D1_3"]=function(){return(_emscripten_bind_Mx3dGeomBezierCurve_D1_3=Module["_emscripten_bind_Mx3dGeomBezierCurve_D1_3"]=Module["asm"]["dJa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierCurve_D2_4=Module["_emscripten_bind_Mx3dGeomBezierCurve_D2_4"]=function(){return(_emscripten_bind_Mx3dGeomBezierCurve_D2_4=Module["_emscripten_bind_Mx3dGeomBezierCurve_D2_4"]=Module["asm"]["eJa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierCurve_D3_5=Module["_emscripten_bind_Mx3dGeomBezierCurve_D3_5"]=function(){return(_emscripten_bind_Mx3dGeomBezierCurve_D3_5=Module["_emscripten_bind_Mx3dGeomBezierCurve_D3_5"]=Module["asm"]["fJa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierCurve_DN_2=Module["_emscripten_bind_Mx3dGeomBezierCurve_DN_2"]=function(){return(_emscripten_bind_Mx3dGeomBezierCurve_DN_2=Module["_emscripten_bind_Mx3dGeomBezierCurve_DN_2"]=Module["asm"]["gJa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierCurve_StartPoint_0=Module["_emscripten_bind_Mx3dGeomBezierCurve_StartPoint_0"]=function(){return(_emscripten_bind_Mx3dGeomBezierCurve_StartPoint_0=Module["_emscripten_bind_Mx3dGeomBezierCurve_StartPoint_0"]=Module["asm"]["hJa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierCurve_EndPoint_0=Module["_emscripten_bind_Mx3dGeomBezierCurve_EndPoint_0"]=function(){return(_emscripten_bind_Mx3dGeomBezierCurve_EndPoint_0=Module["_emscripten_bind_Mx3dGeomBezierCurve_EndPoint_0"]=Module["asm"]["iJa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierCurve_FirstParameter_0=Module["_emscripten_bind_Mx3dGeomBezierCurve_FirstParameter_0"]=function(){return(_emscripten_bind_Mx3dGeomBezierCurve_FirstParameter_0=Module["_emscripten_bind_Mx3dGeomBezierCurve_FirstParameter_0"]=Module["asm"]["jJa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierCurve_LastParameter_0=Module["_emscripten_bind_Mx3dGeomBezierCurve_LastParameter_0"]=function(){return(_emscripten_bind_Mx3dGeomBezierCurve_LastParameter_0=Module["_emscripten_bind_Mx3dGeomBezierCurve_LastParameter_0"]=Module["asm"]["kJa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierCurve_NbPoles_0=Module["_emscripten_bind_Mx3dGeomBezierCurve_NbPoles_0"]=function(){return(_emscripten_bind_Mx3dGeomBezierCurve_NbPoles_0=Module["_emscripten_bind_Mx3dGeomBezierCurve_NbPoles_0"]=Module["asm"]["lJa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierCurve_Pole_1=Module["_emscripten_bind_Mx3dGeomBezierCurve_Pole_1"]=function(){return(_emscripten_bind_Mx3dGeomBezierCurve_Pole_1=Module["_emscripten_bind_Mx3dGeomBezierCurve_Pole_1"]=Module["asm"]["mJa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierCurve_Poles_0=Module["_emscripten_bind_Mx3dGeomBezierCurve_Poles_0"]=function(){return(_emscripten_bind_Mx3dGeomBezierCurve_Poles_0=Module["_emscripten_bind_Mx3dGeomBezierCurve_Poles_0"]=Module["asm"]["nJa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierCurve_Weight_1=Module["_emscripten_bind_Mx3dGeomBezierCurve_Weight_1"]=function(){return(_emscripten_bind_Mx3dGeomBezierCurve_Weight_1=Module["_emscripten_bind_Mx3dGeomBezierCurve_Weight_1"]=Module["asm"]["oJa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierCurve_Weights_0=Module["_emscripten_bind_Mx3dGeomBezierCurve_Weights_0"]=function(){return(_emscripten_bind_Mx3dGeomBezierCurve_Weights_0=Module["_emscripten_bind_Mx3dGeomBezierCurve_Weights_0"]=Module["asm"]["pJa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierCurve_Transform_1=Module["_emscripten_bind_Mx3dGeomBezierCurve_Transform_1"]=function(){return(_emscripten_bind_Mx3dGeomBezierCurve_Transform_1=Module["_emscripten_bind_Mx3dGeomBezierCurve_Transform_1"]=Module["asm"]["qJa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierCurve_Copy_0=Module["_emscripten_bind_Mx3dGeomBezierCurve_Copy_0"]=function(){return(_emscripten_bind_Mx3dGeomBezierCurve_Copy_0=Module["_emscripten_bind_Mx3dGeomBezierCurve_Copy_0"]=Module["asm"]["rJa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierCurve_Edge_2=Module["_emscripten_bind_Mx3dGeomBezierCurve_Edge_2"]=function(){return(_emscripten_bind_Mx3dGeomBezierCurve_Edge_2=Module["_emscripten_bind_Mx3dGeomBezierCurve_Edge_2"]=Module["asm"]["sJa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierCurve_Wire_0=Module["_emscripten_bind_Mx3dGeomBezierCurve_Wire_0"]=function(){return(_emscripten_bind_Mx3dGeomBezierCurve_Wire_0=Module["_emscripten_bind_Mx3dGeomBezierCurve_Wire_0"]=Module["asm"]["tJa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierCurve_OffsetCurve_3=Module["_emscripten_bind_Mx3dGeomBezierCurve_OffsetCurve_3"]=function(){return(_emscripten_bind_Mx3dGeomBezierCurve_OffsetCurve_3=Module["_emscripten_bind_Mx3dGeomBezierCurve_OffsetCurve_3"]=Module["asm"]["uJa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierCurve_DynamicType_0=Module["_emscripten_bind_Mx3dGeomBezierCurve_DynamicType_0"]=function(){return(_emscripten_bind_Mx3dGeomBezierCurve_DynamicType_0=Module["_emscripten_bind_Mx3dGeomBezierCurve_DynamicType_0"]=Module["asm"]["vJa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierCurve_Reversed_0=Module["_emscripten_bind_Mx3dGeomBezierCurve_Reversed_0"]=function(){return(_emscripten_bind_Mx3dGeomBezierCurve_Reversed_0=Module["_emscripten_bind_Mx3dGeomBezierCurve_Reversed_0"]=Module["asm"]["wJa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierCurve_Period_0=Module["_emscripten_bind_Mx3dGeomBezierCurve_Period_0"]=function(){return(_emscripten_bind_Mx3dGeomBezierCurve_Period_0=Module["_emscripten_bind_Mx3dGeomBezierCurve_Period_0"]=Module["asm"]["xJa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierCurve_Value_1=Module["_emscripten_bind_Mx3dGeomBezierCurve_Value_1"]=function(){return(_emscripten_bind_Mx3dGeomBezierCurve_Value_1=Module["_emscripten_bind_Mx3dGeomBezierCurve_Value_1"]=Module["asm"]["yJa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierCurve_MirrorByPoint_1=Module["_emscripten_bind_Mx3dGeomBezierCurve_MirrorByPoint_1"]=function(){return(_emscripten_bind_Mx3dGeomBezierCurve_MirrorByPoint_1=Module["_emscripten_bind_Mx3dGeomBezierCurve_MirrorByPoint_1"]=Module["asm"]["zJa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierCurve_MirrorByAxis_1=Module["_emscripten_bind_Mx3dGeomBezierCurve_MirrorByAxis_1"]=function(){return(_emscripten_bind_Mx3dGeomBezierCurve_MirrorByAxis_1=Module["_emscripten_bind_Mx3dGeomBezierCurve_MirrorByAxis_1"]=Module["asm"]["AJa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierCurve_MirrorByCSYSR_1=Module["_emscripten_bind_Mx3dGeomBezierCurve_MirrorByCSYSR_1"]=function(){return(_emscripten_bind_Mx3dGeomBezierCurve_MirrorByCSYSR_1=Module["_emscripten_bind_Mx3dGeomBezierCurve_MirrorByCSYSR_1"]=Module["asm"]["BJa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierCurve_Rotate_2=Module["_emscripten_bind_Mx3dGeomBezierCurve_Rotate_2"]=function(){return(_emscripten_bind_Mx3dGeomBezierCurve_Rotate_2=Module["_emscripten_bind_Mx3dGeomBezierCurve_Rotate_2"]=Module["asm"]["CJa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierCurve_Scale_2=Module["_emscripten_bind_Mx3dGeomBezierCurve_Scale_2"]=function(){return(_emscripten_bind_Mx3dGeomBezierCurve_Scale_2=Module["_emscripten_bind_Mx3dGeomBezierCurve_Scale_2"]=Module["asm"]["DJa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierCurve_TranslateByVec_1=Module["_emscripten_bind_Mx3dGeomBezierCurve_TranslateByVec_1"]=function(){return(_emscripten_bind_Mx3dGeomBezierCurve_TranslateByVec_1=Module["_emscripten_bind_Mx3dGeomBezierCurve_TranslateByVec_1"]=Module["asm"]["EJa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierCurve_TranslateBy2Points_2=Module["_emscripten_bind_Mx3dGeomBezierCurve_TranslateBy2Points_2"]=function(){return(_emscripten_bind_Mx3dGeomBezierCurve_TranslateBy2Points_2=Module["_emscripten_bind_Mx3dGeomBezierCurve_TranslateBy2Points_2"]=Module["asm"]["FJa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierCurve_MirroredByPoint_1=Module["_emscripten_bind_Mx3dGeomBezierCurve_MirroredByPoint_1"]=function(){return(_emscripten_bind_Mx3dGeomBezierCurve_MirroredByPoint_1=Module["_emscripten_bind_Mx3dGeomBezierCurve_MirroredByPoint_1"]=Module["asm"]["GJa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierCurve_MirroredByAxis_1=Module["_emscripten_bind_Mx3dGeomBezierCurve_MirroredByAxis_1"]=function(){return(_emscripten_bind_Mx3dGeomBezierCurve_MirroredByAxis_1=Module["_emscripten_bind_Mx3dGeomBezierCurve_MirroredByAxis_1"]=Module["asm"]["HJa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierCurve_MirroredByCSYSR_1=Module["_emscripten_bind_Mx3dGeomBezierCurve_MirroredByCSYSR_1"]=function(){return(_emscripten_bind_Mx3dGeomBezierCurve_MirroredByCSYSR_1=Module["_emscripten_bind_Mx3dGeomBezierCurve_MirroredByCSYSR_1"]=Module["asm"]["IJa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierCurve_Rotated_2=Module["_emscripten_bind_Mx3dGeomBezierCurve_Rotated_2"]=function(){return(_emscripten_bind_Mx3dGeomBezierCurve_Rotated_2=Module["_emscripten_bind_Mx3dGeomBezierCurve_Rotated_2"]=Module["asm"]["JJa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierCurve_Scaled_2=Module["_emscripten_bind_Mx3dGeomBezierCurve_Scaled_2"]=function(){return(_emscripten_bind_Mx3dGeomBezierCurve_Scaled_2=Module["_emscripten_bind_Mx3dGeomBezierCurve_Scaled_2"]=Module["asm"]["KJa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierCurve_Transformed_1=Module["_emscripten_bind_Mx3dGeomBezierCurve_Transformed_1"]=function(){return(_emscripten_bind_Mx3dGeomBezierCurve_Transformed_1=Module["_emscripten_bind_Mx3dGeomBezierCurve_Transformed_1"]=Module["asm"]["LJa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierCurve_TranslatedByVec_1=Module["_emscripten_bind_Mx3dGeomBezierCurve_TranslatedByVec_1"]=function(){return(_emscripten_bind_Mx3dGeomBezierCurve_TranslatedByVec_1=Module["_emscripten_bind_Mx3dGeomBezierCurve_TranslatedByVec_1"]=Module["asm"]["MJa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierCurve_TranslatedBy2Points_2=Module["_emscripten_bind_Mx3dGeomBezierCurve_TranslatedBy2Points_2"]=function(){return(_emscripten_bind_Mx3dGeomBezierCurve_TranslatedBy2Points_2=Module["_emscripten_bind_Mx3dGeomBezierCurve_TranslatedBy2Points_2"]=Module["asm"]["NJa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierCurve___destroy___0=Module["_emscripten_bind_Mx3dGeomBezierCurve___destroy___0"]=function(){return(_emscripten_bind_Mx3dGeomBezierCurve___destroy___0=Module["_emscripten_bind_Mx3dGeomBezierCurve___destroy___0"]=Module["asm"]["OJa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomPlane_Mx3dGeomPlane_1=Module["_emscripten_bind_Mx3dGeomPlane_Mx3dGeomPlane_1"]=function(){return(_emscripten_bind_Mx3dGeomPlane_Mx3dGeomPlane_1=Module["_emscripten_bind_Mx3dGeomPlane_Mx3dGeomPlane_1"]=Module["asm"]["PJa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomPlane_Mx3dGeomPlane_2=Module["_emscripten_bind_Mx3dGeomPlane_Mx3dGeomPlane_2"]=function(){return(_emscripten_bind_Mx3dGeomPlane_Mx3dGeomPlane_2=Module["_emscripten_bind_Mx3dGeomPlane_Mx3dGeomPlane_2"]=Module["asm"]["QJa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomPlane_Mx3dGeomPlane_4=Module["_emscripten_bind_Mx3dGeomPlane_Mx3dGeomPlane_4"]=function(){return(_emscripten_bind_Mx3dGeomPlane_Mx3dGeomPlane_4=Module["_emscripten_bind_Mx3dGeomPlane_Mx3dGeomPlane_4"]=Module["asm"]["RJa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomPlane_UReverse_0=Module["_emscripten_bind_Mx3dGeomPlane_UReverse_0"]=function(){return(_emscripten_bind_Mx3dGeomPlane_UReverse_0=Module["_emscripten_bind_Mx3dGeomPlane_UReverse_0"]=Module["asm"]["SJa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomPlane_UReversedParameter_1=Module["_emscripten_bind_Mx3dGeomPlane_UReversedParameter_1"]=function(){return(_emscripten_bind_Mx3dGeomPlane_UReversedParameter_1=Module["_emscripten_bind_Mx3dGeomPlane_UReversedParameter_1"]=Module["asm"]["TJa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomPlane_VReverse_0=Module["_emscripten_bind_Mx3dGeomPlane_VReverse_0"]=function(){return(_emscripten_bind_Mx3dGeomPlane_VReverse_0=Module["_emscripten_bind_Mx3dGeomPlane_VReverse_0"]=Module["asm"]["UJa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomPlane_VReversedParameter_1=Module["_emscripten_bind_Mx3dGeomPlane_VReversedParameter_1"]=function(){return(_emscripten_bind_Mx3dGeomPlane_VReversedParameter_1=Module["_emscripten_bind_Mx3dGeomPlane_VReversedParameter_1"]=Module["asm"]["VJa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomPlane_TransformParameters_2=Module["_emscripten_bind_Mx3dGeomPlane_TransformParameters_2"]=function(){return(_emscripten_bind_Mx3dGeomPlane_TransformParameters_2=Module["_emscripten_bind_Mx3dGeomPlane_TransformParameters_2"]=Module["asm"]["WJa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomPlane_Bounds_1=Module["_emscripten_bind_Mx3dGeomPlane_Bounds_1"]=function(){return(_emscripten_bind_Mx3dGeomPlane_Bounds_1=Module["_emscripten_bind_Mx3dGeomPlane_Bounds_1"]=Module["asm"]["XJa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomPlane_Coefficients_1=Module["_emscripten_bind_Mx3dGeomPlane_Coefficients_1"]=function(){return(_emscripten_bind_Mx3dGeomPlane_Coefficients_1=Module["_emscripten_bind_Mx3dGeomPlane_Coefficients_1"]=Module["asm"]["YJa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomPlane_IsUClosed_0=Module["_emscripten_bind_Mx3dGeomPlane_IsUClosed_0"]=function(){return(_emscripten_bind_Mx3dGeomPlane_IsUClosed_0=Module["_emscripten_bind_Mx3dGeomPlane_IsUClosed_0"]=Module["asm"]["ZJa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomPlane_IsVClosed_0=Module["_emscripten_bind_Mx3dGeomPlane_IsVClosed_0"]=function(){return(_emscripten_bind_Mx3dGeomPlane_IsVClosed_0=Module["_emscripten_bind_Mx3dGeomPlane_IsVClosed_0"]=Module["asm"]["_Ja"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomPlane_IsUPeriodic_0=Module["_emscripten_bind_Mx3dGeomPlane_IsUPeriodic_0"]=function(){return(_emscripten_bind_Mx3dGeomPlane_IsUPeriodic_0=Module["_emscripten_bind_Mx3dGeomPlane_IsUPeriodic_0"]=Module["asm"]["$Ja"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomPlane_IsVPeriodic_0=Module["_emscripten_bind_Mx3dGeomPlane_IsVPeriodic_0"]=function(){return(_emscripten_bind_Mx3dGeomPlane_IsVPeriodic_0=Module["_emscripten_bind_Mx3dGeomPlane_IsVPeriodic_0"]=Module["asm"]["aKa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomPlane_D0_3=Module["_emscripten_bind_Mx3dGeomPlane_D0_3"]=function(){return(_emscripten_bind_Mx3dGeomPlane_D0_3=Module["_emscripten_bind_Mx3dGeomPlane_D0_3"]=Module["asm"]["bKa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomPlane_D1_5=Module["_emscripten_bind_Mx3dGeomPlane_D1_5"]=function(){return(_emscripten_bind_Mx3dGeomPlane_D1_5=Module["_emscripten_bind_Mx3dGeomPlane_D1_5"]=Module["asm"]["cKa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomPlane_D2_8=Module["_emscripten_bind_Mx3dGeomPlane_D2_8"]=function(){return(_emscripten_bind_Mx3dGeomPlane_D2_8=Module["_emscripten_bind_Mx3dGeomPlane_D2_8"]=Module["asm"]["dKa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomPlane_D3_12=Module["_emscripten_bind_Mx3dGeomPlane_D3_12"]=function(){return(_emscripten_bind_Mx3dGeomPlane_D3_12=Module["_emscripten_bind_Mx3dGeomPlane_D3_12"]=Module["asm"]["eKa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomPlane_DN_4=Module["_emscripten_bind_Mx3dGeomPlane_DN_4"]=function(){return(_emscripten_bind_Mx3dGeomPlane_DN_4=Module["_emscripten_bind_Mx3dGeomPlane_DN_4"]=Module["asm"]["fKa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomPlane_Transform_1=Module["_emscripten_bind_Mx3dGeomPlane_Transform_1"]=function(){return(_emscripten_bind_Mx3dGeomPlane_Transform_1=Module["_emscripten_bind_Mx3dGeomPlane_Transform_1"]=Module["asm"]["gKa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomPlane_Copy_0=Module["_emscripten_bind_Mx3dGeomPlane_Copy_0"]=function(){return(_emscripten_bind_Mx3dGeomPlane_Copy_0=Module["_emscripten_bind_Mx3dGeomPlane_Copy_0"]=Module["asm"]["hKa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomPlane_DynamicType_0=Module["_emscripten_bind_Mx3dGeomPlane_DynamicType_0"]=function(){return(_emscripten_bind_Mx3dGeomPlane_DynamicType_0=Module["_emscripten_bind_Mx3dGeomPlane_DynamicType_0"]=Module["asm"]["iKa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomPlane_Face_1=Module["_emscripten_bind_Mx3dGeomPlane_Face_1"]=function(){return(_emscripten_bind_Mx3dGeomPlane_Face_1=Module["_emscripten_bind_Mx3dGeomPlane_Face_1"]=Module["asm"]["jKa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomPlane_Face_2=Module["_emscripten_bind_Mx3dGeomPlane_Face_2"]=function(){return(_emscripten_bind_Mx3dGeomPlane_Face_2=Module["_emscripten_bind_Mx3dGeomPlane_Face_2"]=Module["asm"]["kKa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomPlane_Face_5=Module["_emscripten_bind_Mx3dGeomPlane_Face_5"]=function(){return(_emscripten_bind_Mx3dGeomPlane_Face_5=Module["_emscripten_bind_Mx3dGeomPlane_Face_5"]=Module["asm"]["lKa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomPlane_SetAxis_1=Module["_emscripten_bind_Mx3dGeomPlane_SetAxis_1"]=function(){return(_emscripten_bind_Mx3dGeomPlane_SetAxis_1=Module["_emscripten_bind_Mx3dGeomPlane_SetAxis_1"]=Module["asm"]["mKa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomPlane_SetLocation_1=Module["_emscripten_bind_Mx3dGeomPlane_SetLocation_1"]=function(){return(_emscripten_bind_Mx3dGeomPlane_SetLocation_1=Module["_emscripten_bind_Mx3dGeomPlane_SetLocation_1"]=Module["asm"]["nKa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomPlane_SetPosition_1=Module["_emscripten_bind_Mx3dGeomPlane_SetPosition_1"]=function(){return(_emscripten_bind_Mx3dGeomPlane_SetPosition_1=Module["_emscripten_bind_Mx3dGeomPlane_SetPosition_1"]=Module["asm"]["oKa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomPlane_Axis_0=Module["_emscripten_bind_Mx3dGeomPlane_Axis_0"]=function(){return(_emscripten_bind_Mx3dGeomPlane_Axis_0=Module["_emscripten_bind_Mx3dGeomPlane_Axis_0"]=Module["asm"]["pKa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomPlane_Location_0=Module["_emscripten_bind_Mx3dGeomPlane_Location_0"]=function(){return(_emscripten_bind_Mx3dGeomPlane_Location_0=Module["_emscripten_bind_Mx3dGeomPlane_Location_0"]=Module["asm"]["qKa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomPlane_Position_0=Module["_emscripten_bind_Mx3dGeomPlane_Position_0"]=function(){return(_emscripten_bind_Mx3dGeomPlane_Position_0=Module["_emscripten_bind_Mx3dGeomPlane_Position_0"]=Module["asm"]["rKa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomPlane_Continuity_0=Module["_emscripten_bind_Mx3dGeomPlane_Continuity_0"]=function(){return(_emscripten_bind_Mx3dGeomPlane_Continuity_0=Module["_emscripten_bind_Mx3dGeomPlane_Continuity_0"]=Module["asm"]["sKa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomPlane_IsCNu_1=Module["_emscripten_bind_Mx3dGeomPlane_IsCNu_1"]=function(){return(_emscripten_bind_Mx3dGeomPlane_IsCNu_1=Module["_emscripten_bind_Mx3dGeomPlane_IsCNu_1"]=Module["asm"]["tKa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomPlane_IsCNv_1=Module["_emscripten_bind_Mx3dGeomPlane_IsCNv_1"]=function(){return(_emscripten_bind_Mx3dGeomPlane_IsCNv_1=Module["_emscripten_bind_Mx3dGeomPlane_IsCNv_1"]=Module["asm"]["uKa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomPlane_MirrorByPoint_1=Module["_emscripten_bind_Mx3dGeomPlane_MirrorByPoint_1"]=function(){return(_emscripten_bind_Mx3dGeomPlane_MirrorByPoint_1=Module["_emscripten_bind_Mx3dGeomPlane_MirrorByPoint_1"]=Module["asm"]["vKa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomPlane_MirrorByAxis_1=Module["_emscripten_bind_Mx3dGeomPlane_MirrorByAxis_1"]=function(){return(_emscripten_bind_Mx3dGeomPlane_MirrorByAxis_1=Module["_emscripten_bind_Mx3dGeomPlane_MirrorByAxis_1"]=Module["asm"]["wKa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomPlane_MirrorByCSYSR_1=Module["_emscripten_bind_Mx3dGeomPlane_MirrorByCSYSR_1"]=function(){return(_emscripten_bind_Mx3dGeomPlane_MirrorByCSYSR_1=Module["_emscripten_bind_Mx3dGeomPlane_MirrorByCSYSR_1"]=Module["asm"]["xKa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomPlane_Rotate_2=Module["_emscripten_bind_Mx3dGeomPlane_Rotate_2"]=function(){return(_emscripten_bind_Mx3dGeomPlane_Rotate_2=Module["_emscripten_bind_Mx3dGeomPlane_Rotate_2"]=Module["asm"]["yKa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomPlane_Scale_2=Module["_emscripten_bind_Mx3dGeomPlane_Scale_2"]=function(){return(_emscripten_bind_Mx3dGeomPlane_Scale_2=Module["_emscripten_bind_Mx3dGeomPlane_Scale_2"]=Module["asm"]["zKa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomPlane_TranslateByVec_1=Module["_emscripten_bind_Mx3dGeomPlane_TranslateByVec_1"]=function(){return(_emscripten_bind_Mx3dGeomPlane_TranslateByVec_1=Module["_emscripten_bind_Mx3dGeomPlane_TranslateByVec_1"]=Module["asm"]["AKa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomPlane_TranslateBy2Points_2=Module["_emscripten_bind_Mx3dGeomPlane_TranslateBy2Points_2"]=function(){return(_emscripten_bind_Mx3dGeomPlane_TranslateBy2Points_2=Module["_emscripten_bind_Mx3dGeomPlane_TranslateBy2Points_2"]=Module["asm"]["BKa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomPlane_MirroredByPoint_1=Module["_emscripten_bind_Mx3dGeomPlane_MirroredByPoint_1"]=function(){return(_emscripten_bind_Mx3dGeomPlane_MirroredByPoint_1=Module["_emscripten_bind_Mx3dGeomPlane_MirroredByPoint_1"]=Module["asm"]["CKa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomPlane_MirroredByAxis_1=Module["_emscripten_bind_Mx3dGeomPlane_MirroredByAxis_1"]=function(){return(_emscripten_bind_Mx3dGeomPlane_MirroredByAxis_1=Module["_emscripten_bind_Mx3dGeomPlane_MirroredByAxis_1"]=Module["asm"]["DKa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomPlane_MirroredByCSYSR_1=Module["_emscripten_bind_Mx3dGeomPlane_MirroredByCSYSR_1"]=function(){return(_emscripten_bind_Mx3dGeomPlane_MirroredByCSYSR_1=Module["_emscripten_bind_Mx3dGeomPlane_MirroredByCSYSR_1"]=Module["asm"]["EKa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomPlane_Rotated_2=Module["_emscripten_bind_Mx3dGeomPlane_Rotated_2"]=function(){return(_emscripten_bind_Mx3dGeomPlane_Rotated_2=Module["_emscripten_bind_Mx3dGeomPlane_Rotated_2"]=Module["asm"]["FKa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomPlane_Scaled_2=Module["_emscripten_bind_Mx3dGeomPlane_Scaled_2"]=function(){return(_emscripten_bind_Mx3dGeomPlane_Scaled_2=Module["_emscripten_bind_Mx3dGeomPlane_Scaled_2"]=Module["asm"]["GKa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomPlane_Transformed_1=Module["_emscripten_bind_Mx3dGeomPlane_Transformed_1"]=function(){return(_emscripten_bind_Mx3dGeomPlane_Transformed_1=Module["_emscripten_bind_Mx3dGeomPlane_Transformed_1"]=Module["asm"]["HKa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomPlane_TranslatedByVec_1=Module["_emscripten_bind_Mx3dGeomPlane_TranslatedByVec_1"]=function(){return(_emscripten_bind_Mx3dGeomPlane_TranslatedByVec_1=Module["_emscripten_bind_Mx3dGeomPlane_TranslatedByVec_1"]=Module["asm"]["IKa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomPlane_TranslatedBy2Points_2=Module["_emscripten_bind_Mx3dGeomPlane_TranslatedBy2Points_2"]=function(){return(_emscripten_bind_Mx3dGeomPlane_TranslatedBy2Points_2=Module["_emscripten_bind_Mx3dGeomPlane_TranslatedBy2Points_2"]=Module["asm"]["JKa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomPlane_UReversed_0=Module["_emscripten_bind_Mx3dGeomPlane_UReversed_0"]=function(){return(_emscripten_bind_Mx3dGeomPlane_UReversed_0=Module["_emscripten_bind_Mx3dGeomPlane_UReversed_0"]=Module["asm"]["KKa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomPlane_VReversed_0=Module["_emscripten_bind_Mx3dGeomPlane_VReversed_0"]=function(){return(_emscripten_bind_Mx3dGeomPlane_VReversed_0=Module["_emscripten_bind_Mx3dGeomPlane_VReversed_0"]=Module["asm"]["LKa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomPlane_UPeriod_0=Module["_emscripten_bind_Mx3dGeomPlane_UPeriod_0"]=function(){return(_emscripten_bind_Mx3dGeomPlane_UPeriod_0=Module["_emscripten_bind_Mx3dGeomPlane_UPeriod_0"]=Module["asm"]["MKa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomPlane_VPeriod_0=Module["_emscripten_bind_Mx3dGeomPlane_VPeriod_0"]=function(){return(_emscripten_bind_Mx3dGeomPlane_VPeriod_0=Module["_emscripten_bind_Mx3dGeomPlane_VPeriod_0"]=Module["asm"]["NKa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomPlane_Value_2=Module["_emscripten_bind_Mx3dGeomPlane_Value_2"]=function(){return(_emscripten_bind_Mx3dGeomPlane_Value_2=Module["_emscripten_bind_Mx3dGeomPlane_Value_2"]=Module["asm"]["OKa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomPlane___destroy___0=Module["_emscripten_bind_Mx3dGeomPlane___destroy___0"]=function(){return(_emscripten_bind_Mx3dGeomPlane___destroy___0=Module["_emscripten_bind_Mx3dGeomPlane___destroy___0"]=Module["asm"]["PKa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomConicalSurface_Mx3dGeomConicalSurface_3=Module["_emscripten_bind_Mx3dGeomConicalSurface_Mx3dGeomConicalSurface_3"]=function(){return(_emscripten_bind_Mx3dGeomConicalSurface_Mx3dGeomConicalSurface_3=Module["_emscripten_bind_Mx3dGeomConicalSurface_Mx3dGeomConicalSurface_3"]=Module["asm"]["QKa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomConicalSurface_SetRadius_1=Module["_emscripten_bind_Mx3dGeomConicalSurface_SetRadius_1"]=function(){return(_emscripten_bind_Mx3dGeomConicalSurface_SetRadius_1=Module["_emscripten_bind_Mx3dGeomConicalSurface_SetRadius_1"]=Module["asm"]["RKa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomConicalSurface_SetSemiAngle_1=Module["_emscripten_bind_Mx3dGeomConicalSurface_SetSemiAngle_1"]=function(){return(_emscripten_bind_Mx3dGeomConicalSurface_SetSemiAngle_1=Module["_emscripten_bind_Mx3dGeomConicalSurface_SetSemiAngle_1"]=Module["asm"]["SKa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomConicalSurface_UReversedParameter_1=Module["_emscripten_bind_Mx3dGeomConicalSurface_UReversedParameter_1"]=function(){return(_emscripten_bind_Mx3dGeomConicalSurface_UReversedParameter_1=Module["_emscripten_bind_Mx3dGeomConicalSurface_UReversedParameter_1"]=Module["asm"]["TKa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomConicalSurface_VReversedParameter_1=Module["_emscripten_bind_Mx3dGeomConicalSurface_VReversedParameter_1"]=function(){return(_emscripten_bind_Mx3dGeomConicalSurface_VReversedParameter_1=Module["_emscripten_bind_Mx3dGeomConicalSurface_VReversedParameter_1"]=Module["asm"]["UKa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomConicalSurface_VReverse_0=Module["_emscripten_bind_Mx3dGeomConicalSurface_VReverse_0"]=function(){return(_emscripten_bind_Mx3dGeomConicalSurface_VReverse_0=Module["_emscripten_bind_Mx3dGeomConicalSurface_VReverse_0"]=Module["asm"]["VKa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomConicalSurface_TransformParameters_2=Module["_emscripten_bind_Mx3dGeomConicalSurface_TransformParameters_2"]=function(){return(_emscripten_bind_Mx3dGeomConicalSurface_TransformParameters_2=Module["_emscripten_bind_Mx3dGeomConicalSurface_TransformParameters_2"]=Module["asm"]["WKa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomConicalSurface_Apex_0=Module["_emscripten_bind_Mx3dGeomConicalSurface_Apex_0"]=function(){return(_emscripten_bind_Mx3dGeomConicalSurface_Apex_0=Module["_emscripten_bind_Mx3dGeomConicalSurface_Apex_0"]=Module["asm"]["XKa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomConicalSurface_Bounds_1=Module["_emscripten_bind_Mx3dGeomConicalSurface_Bounds_1"]=function(){return(_emscripten_bind_Mx3dGeomConicalSurface_Bounds_1=Module["_emscripten_bind_Mx3dGeomConicalSurface_Bounds_1"]=Module["asm"]["YKa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomConicalSurface_Coefficients_1=Module["_emscripten_bind_Mx3dGeomConicalSurface_Coefficients_1"]=function(){return(_emscripten_bind_Mx3dGeomConicalSurface_Coefficients_1=Module["_emscripten_bind_Mx3dGeomConicalSurface_Coefficients_1"]=Module["asm"]["ZKa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomConicalSurface_RefRadius_0=Module["_emscripten_bind_Mx3dGeomConicalSurface_RefRadius_0"]=function(){return(_emscripten_bind_Mx3dGeomConicalSurface_RefRadius_0=Module["_emscripten_bind_Mx3dGeomConicalSurface_RefRadius_0"]=Module["asm"]["_Ka"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomConicalSurface_SemiAngle_0=Module["_emscripten_bind_Mx3dGeomConicalSurface_SemiAngle_0"]=function(){return(_emscripten_bind_Mx3dGeomConicalSurface_SemiAngle_0=Module["_emscripten_bind_Mx3dGeomConicalSurface_SemiAngle_0"]=Module["asm"]["$Ka"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomConicalSurface_IsUClosed_0=Module["_emscripten_bind_Mx3dGeomConicalSurface_IsUClosed_0"]=function(){return(_emscripten_bind_Mx3dGeomConicalSurface_IsUClosed_0=Module["_emscripten_bind_Mx3dGeomConicalSurface_IsUClosed_0"]=Module["asm"]["aLa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomConicalSurface_IsVClosed_0=Module["_emscripten_bind_Mx3dGeomConicalSurface_IsVClosed_0"]=function(){return(_emscripten_bind_Mx3dGeomConicalSurface_IsVClosed_0=Module["_emscripten_bind_Mx3dGeomConicalSurface_IsVClosed_0"]=Module["asm"]["bLa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomConicalSurface_IsUPeriodic_0=Module["_emscripten_bind_Mx3dGeomConicalSurface_IsUPeriodic_0"]=function(){return(_emscripten_bind_Mx3dGeomConicalSurface_IsUPeriodic_0=Module["_emscripten_bind_Mx3dGeomConicalSurface_IsUPeriodic_0"]=Module["asm"]["cLa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomConicalSurface_IsVPeriodic_0=Module["_emscripten_bind_Mx3dGeomConicalSurface_IsVPeriodic_0"]=function(){return(_emscripten_bind_Mx3dGeomConicalSurface_IsVPeriodic_0=Module["_emscripten_bind_Mx3dGeomConicalSurface_IsVPeriodic_0"]=Module["asm"]["dLa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomConicalSurface_D0_3=Module["_emscripten_bind_Mx3dGeomConicalSurface_D0_3"]=function(){return(_emscripten_bind_Mx3dGeomConicalSurface_D0_3=Module["_emscripten_bind_Mx3dGeomConicalSurface_D0_3"]=Module["asm"]["eLa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomConicalSurface_D1_5=Module["_emscripten_bind_Mx3dGeomConicalSurface_D1_5"]=function(){return(_emscripten_bind_Mx3dGeomConicalSurface_D1_5=Module["_emscripten_bind_Mx3dGeomConicalSurface_D1_5"]=Module["asm"]["fLa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomConicalSurface_D2_8=Module["_emscripten_bind_Mx3dGeomConicalSurface_D2_8"]=function(){return(_emscripten_bind_Mx3dGeomConicalSurface_D2_8=Module["_emscripten_bind_Mx3dGeomConicalSurface_D2_8"]=Module["asm"]["gLa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomConicalSurface_D3_12=Module["_emscripten_bind_Mx3dGeomConicalSurface_D3_12"]=function(){return(_emscripten_bind_Mx3dGeomConicalSurface_D3_12=Module["_emscripten_bind_Mx3dGeomConicalSurface_D3_12"]=Module["asm"]["hLa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomConicalSurface_DN_4=Module["_emscripten_bind_Mx3dGeomConicalSurface_DN_4"]=function(){return(_emscripten_bind_Mx3dGeomConicalSurface_DN_4=Module["_emscripten_bind_Mx3dGeomConicalSurface_DN_4"]=Module["asm"]["iLa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomConicalSurface_Transform_1=Module["_emscripten_bind_Mx3dGeomConicalSurface_Transform_1"]=function(){return(_emscripten_bind_Mx3dGeomConicalSurface_Transform_1=Module["_emscripten_bind_Mx3dGeomConicalSurface_Transform_1"]=Module["asm"]["jLa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomConicalSurface_Copy_0=Module["_emscripten_bind_Mx3dGeomConicalSurface_Copy_0"]=function(){return(_emscripten_bind_Mx3dGeomConicalSurface_Copy_0=Module["_emscripten_bind_Mx3dGeomConicalSurface_Copy_0"]=Module["asm"]["kLa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomConicalSurface_DynamicType_0=Module["_emscripten_bind_Mx3dGeomConicalSurface_DynamicType_0"]=function(){return(_emscripten_bind_Mx3dGeomConicalSurface_DynamicType_0=Module["_emscripten_bind_Mx3dGeomConicalSurface_DynamicType_0"]=Module["asm"]["lLa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomConicalSurface_Face_1=Module["_emscripten_bind_Mx3dGeomConicalSurface_Face_1"]=function(){return(_emscripten_bind_Mx3dGeomConicalSurface_Face_1=Module["_emscripten_bind_Mx3dGeomConicalSurface_Face_1"]=Module["asm"]["mLa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomConicalSurface_Face_2=Module["_emscripten_bind_Mx3dGeomConicalSurface_Face_2"]=function(){return(_emscripten_bind_Mx3dGeomConicalSurface_Face_2=Module["_emscripten_bind_Mx3dGeomConicalSurface_Face_2"]=Module["asm"]["nLa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomConicalSurface_Face_5=Module["_emscripten_bind_Mx3dGeomConicalSurface_Face_5"]=function(){return(_emscripten_bind_Mx3dGeomConicalSurface_Face_5=Module["_emscripten_bind_Mx3dGeomConicalSurface_Face_5"]=Module["asm"]["oLa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomConicalSurface_SetAxis_1=Module["_emscripten_bind_Mx3dGeomConicalSurface_SetAxis_1"]=function(){return(_emscripten_bind_Mx3dGeomConicalSurface_SetAxis_1=Module["_emscripten_bind_Mx3dGeomConicalSurface_SetAxis_1"]=Module["asm"]["pLa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomConicalSurface_SetLocation_1=Module["_emscripten_bind_Mx3dGeomConicalSurface_SetLocation_1"]=function(){return(_emscripten_bind_Mx3dGeomConicalSurface_SetLocation_1=Module["_emscripten_bind_Mx3dGeomConicalSurface_SetLocation_1"]=Module["asm"]["qLa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomConicalSurface_SetPosition_1=Module["_emscripten_bind_Mx3dGeomConicalSurface_SetPosition_1"]=function(){return(_emscripten_bind_Mx3dGeomConicalSurface_SetPosition_1=Module["_emscripten_bind_Mx3dGeomConicalSurface_SetPosition_1"]=Module["asm"]["rLa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomConicalSurface_Axis_0=Module["_emscripten_bind_Mx3dGeomConicalSurface_Axis_0"]=function(){return(_emscripten_bind_Mx3dGeomConicalSurface_Axis_0=Module["_emscripten_bind_Mx3dGeomConicalSurface_Axis_0"]=Module["asm"]["sLa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomConicalSurface_Location_0=Module["_emscripten_bind_Mx3dGeomConicalSurface_Location_0"]=function(){return(_emscripten_bind_Mx3dGeomConicalSurface_Location_0=Module["_emscripten_bind_Mx3dGeomConicalSurface_Location_0"]=Module["asm"]["tLa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomConicalSurface_Position_0=Module["_emscripten_bind_Mx3dGeomConicalSurface_Position_0"]=function(){return(_emscripten_bind_Mx3dGeomConicalSurface_Position_0=Module["_emscripten_bind_Mx3dGeomConicalSurface_Position_0"]=Module["asm"]["uLa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomConicalSurface_Continuity_0=Module["_emscripten_bind_Mx3dGeomConicalSurface_Continuity_0"]=function(){return(_emscripten_bind_Mx3dGeomConicalSurface_Continuity_0=Module["_emscripten_bind_Mx3dGeomConicalSurface_Continuity_0"]=Module["asm"]["vLa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomConicalSurface_IsCNu_1=Module["_emscripten_bind_Mx3dGeomConicalSurface_IsCNu_1"]=function(){return(_emscripten_bind_Mx3dGeomConicalSurface_IsCNu_1=Module["_emscripten_bind_Mx3dGeomConicalSurface_IsCNu_1"]=Module["asm"]["wLa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomConicalSurface_IsCNv_1=Module["_emscripten_bind_Mx3dGeomConicalSurface_IsCNv_1"]=function(){return(_emscripten_bind_Mx3dGeomConicalSurface_IsCNv_1=Module["_emscripten_bind_Mx3dGeomConicalSurface_IsCNv_1"]=Module["asm"]["xLa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomConicalSurface_MirrorByPoint_1=Module["_emscripten_bind_Mx3dGeomConicalSurface_MirrorByPoint_1"]=function(){return(_emscripten_bind_Mx3dGeomConicalSurface_MirrorByPoint_1=Module["_emscripten_bind_Mx3dGeomConicalSurface_MirrorByPoint_1"]=Module["asm"]["yLa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomConicalSurface_MirrorByAxis_1=Module["_emscripten_bind_Mx3dGeomConicalSurface_MirrorByAxis_1"]=function(){return(_emscripten_bind_Mx3dGeomConicalSurface_MirrorByAxis_1=Module["_emscripten_bind_Mx3dGeomConicalSurface_MirrorByAxis_1"]=Module["asm"]["zLa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomConicalSurface_MirrorByCSYSR_1=Module["_emscripten_bind_Mx3dGeomConicalSurface_MirrorByCSYSR_1"]=function(){return(_emscripten_bind_Mx3dGeomConicalSurface_MirrorByCSYSR_1=Module["_emscripten_bind_Mx3dGeomConicalSurface_MirrorByCSYSR_1"]=Module["asm"]["ALa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomConicalSurface_Rotate_2=Module["_emscripten_bind_Mx3dGeomConicalSurface_Rotate_2"]=function(){return(_emscripten_bind_Mx3dGeomConicalSurface_Rotate_2=Module["_emscripten_bind_Mx3dGeomConicalSurface_Rotate_2"]=Module["asm"]["BLa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomConicalSurface_Scale_2=Module["_emscripten_bind_Mx3dGeomConicalSurface_Scale_2"]=function(){return(_emscripten_bind_Mx3dGeomConicalSurface_Scale_2=Module["_emscripten_bind_Mx3dGeomConicalSurface_Scale_2"]=Module["asm"]["CLa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomConicalSurface_TranslateByVec_1=Module["_emscripten_bind_Mx3dGeomConicalSurface_TranslateByVec_1"]=function(){return(_emscripten_bind_Mx3dGeomConicalSurface_TranslateByVec_1=Module["_emscripten_bind_Mx3dGeomConicalSurface_TranslateByVec_1"]=Module["asm"]["DLa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomConicalSurface_TranslateBy2Points_2=Module["_emscripten_bind_Mx3dGeomConicalSurface_TranslateBy2Points_2"]=function(){return(_emscripten_bind_Mx3dGeomConicalSurface_TranslateBy2Points_2=Module["_emscripten_bind_Mx3dGeomConicalSurface_TranslateBy2Points_2"]=Module["asm"]["ELa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomConicalSurface_MirroredByPoint_1=Module["_emscripten_bind_Mx3dGeomConicalSurface_MirroredByPoint_1"]=function(){return(_emscripten_bind_Mx3dGeomConicalSurface_MirroredByPoint_1=Module["_emscripten_bind_Mx3dGeomConicalSurface_MirroredByPoint_1"]=Module["asm"]["FLa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomConicalSurface_MirroredByAxis_1=Module["_emscripten_bind_Mx3dGeomConicalSurface_MirroredByAxis_1"]=function(){return(_emscripten_bind_Mx3dGeomConicalSurface_MirroredByAxis_1=Module["_emscripten_bind_Mx3dGeomConicalSurface_MirroredByAxis_1"]=Module["asm"]["GLa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomConicalSurface_MirroredByCSYSR_1=Module["_emscripten_bind_Mx3dGeomConicalSurface_MirroredByCSYSR_1"]=function(){return(_emscripten_bind_Mx3dGeomConicalSurface_MirroredByCSYSR_1=Module["_emscripten_bind_Mx3dGeomConicalSurface_MirroredByCSYSR_1"]=Module["asm"]["HLa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomConicalSurface_Rotated_2=Module["_emscripten_bind_Mx3dGeomConicalSurface_Rotated_2"]=function(){return(_emscripten_bind_Mx3dGeomConicalSurface_Rotated_2=Module["_emscripten_bind_Mx3dGeomConicalSurface_Rotated_2"]=Module["asm"]["ILa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomConicalSurface_Scaled_2=Module["_emscripten_bind_Mx3dGeomConicalSurface_Scaled_2"]=function(){return(_emscripten_bind_Mx3dGeomConicalSurface_Scaled_2=Module["_emscripten_bind_Mx3dGeomConicalSurface_Scaled_2"]=Module["asm"]["JLa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomConicalSurface_Transformed_1=Module["_emscripten_bind_Mx3dGeomConicalSurface_Transformed_1"]=function(){return(_emscripten_bind_Mx3dGeomConicalSurface_Transformed_1=Module["_emscripten_bind_Mx3dGeomConicalSurface_Transformed_1"]=Module["asm"]["KLa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomConicalSurface_TranslatedByVec_1=Module["_emscripten_bind_Mx3dGeomConicalSurface_TranslatedByVec_1"]=function(){return(_emscripten_bind_Mx3dGeomConicalSurface_TranslatedByVec_1=Module["_emscripten_bind_Mx3dGeomConicalSurface_TranslatedByVec_1"]=Module["asm"]["LLa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomConicalSurface_TranslatedBy2Points_2=Module["_emscripten_bind_Mx3dGeomConicalSurface_TranslatedBy2Points_2"]=function(){return(_emscripten_bind_Mx3dGeomConicalSurface_TranslatedBy2Points_2=Module["_emscripten_bind_Mx3dGeomConicalSurface_TranslatedBy2Points_2"]=Module["asm"]["MLa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomConicalSurface_UReversed_0=Module["_emscripten_bind_Mx3dGeomConicalSurface_UReversed_0"]=function(){return(_emscripten_bind_Mx3dGeomConicalSurface_UReversed_0=Module["_emscripten_bind_Mx3dGeomConicalSurface_UReversed_0"]=Module["asm"]["NLa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomConicalSurface_VReversed_0=Module["_emscripten_bind_Mx3dGeomConicalSurface_VReversed_0"]=function(){return(_emscripten_bind_Mx3dGeomConicalSurface_VReversed_0=Module["_emscripten_bind_Mx3dGeomConicalSurface_VReversed_0"]=Module["asm"]["OLa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomConicalSurface_UPeriod_0=Module["_emscripten_bind_Mx3dGeomConicalSurface_UPeriod_0"]=function(){return(_emscripten_bind_Mx3dGeomConicalSurface_UPeriod_0=Module["_emscripten_bind_Mx3dGeomConicalSurface_UPeriod_0"]=Module["asm"]["PLa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomConicalSurface_VPeriod_0=Module["_emscripten_bind_Mx3dGeomConicalSurface_VPeriod_0"]=function(){return(_emscripten_bind_Mx3dGeomConicalSurface_VPeriod_0=Module["_emscripten_bind_Mx3dGeomConicalSurface_VPeriod_0"]=Module["asm"]["QLa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomConicalSurface_Value_2=Module["_emscripten_bind_Mx3dGeomConicalSurface_Value_2"]=function(){return(_emscripten_bind_Mx3dGeomConicalSurface_Value_2=Module["_emscripten_bind_Mx3dGeomConicalSurface_Value_2"]=Module["asm"]["RLa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomConicalSurface___destroy___0=Module["_emscripten_bind_Mx3dGeomConicalSurface___destroy___0"]=function(){return(_emscripten_bind_Mx3dGeomConicalSurface___destroy___0=Module["_emscripten_bind_Mx3dGeomConicalSurface___destroy___0"]=Module["asm"]["SLa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCylindricalSurface_Mx3dGeomCylindricalSurface_2=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_Mx3dGeomCylindricalSurface_2"]=function(){return(_emscripten_bind_Mx3dGeomCylindricalSurface_Mx3dGeomCylindricalSurface_2=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_Mx3dGeomCylindricalSurface_2"]=Module["asm"]["TLa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCylindricalSurface_SetRadius_1=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_SetRadius_1"]=function(){return(_emscripten_bind_Mx3dGeomCylindricalSurface_SetRadius_1=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_SetRadius_1"]=Module["asm"]["ULa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCylindricalSurface_UReversedParameter_1=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_UReversedParameter_1"]=function(){return(_emscripten_bind_Mx3dGeomCylindricalSurface_UReversedParameter_1=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_UReversedParameter_1"]=Module["asm"]["VLa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCylindricalSurface_VReversedParameter_1=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_VReversedParameter_1"]=function(){return(_emscripten_bind_Mx3dGeomCylindricalSurface_VReversedParameter_1=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_VReversedParameter_1"]=Module["asm"]["WLa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCylindricalSurface_TransformParameters_2=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_TransformParameters_2"]=function(){return(_emscripten_bind_Mx3dGeomCylindricalSurface_TransformParameters_2=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_TransformParameters_2"]=Module["asm"]["XLa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCylindricalSurface_Bounds_1=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_Bounds_1"]=function(){return(_emscripten_bind_Mx3dGeomCylindricalSurface_Bounds_1=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_Bounds_1"]=Module["asm"]["YLa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCylindricalSurface_Coefficients_1=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_Coefficients_1"]=function(){return(_emscripten_bind_Mx3dGeomCylindricalSurface_Coefficients_1=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_Coefficients_1"]=Module["asm"]["ZLa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCylindricalSurface_Radius_0=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_Radius_0"]=function(){return(_emscripten_bind_Mx3dGeomCylindricalSurface_Radius_0=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_Radius_0"]=Module["asm"]["_La"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCylindricalSurface_IsUClosed_0=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_IsUClosed_0"]=function(){return(_emscripten_bind_Mx3dGeomCylindricalSurface_IsUClosed_0=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_IsUClosed_0"]=Module["asm"]["$La"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCylindricalSurface_IsVClosed_0=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_IsVClosed_0"]=function(){return(_emscripten_bind_Mx3dGeomCylindricalSurface_IsVClosed_0=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_IsVClosed_0"]=Module["asm"]["aMa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCylindricalSurface_IsUPeriodic_0=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_IsUPeriodic_0"]=function(){return(_emscripten_bind_Mx3dGeomCylindricalSurface_IsUPeriodic_0=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_IsUPeriodic_0"]=Module["asm"]["bMa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCylindricalSurface_IsVPeriodic_0=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_IsVPeriodic_0"]=function(){return(_emscripten_bind_Mx3dGeomCylindricalSurface_IsVPeriodic_0=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_IsVPeriodic_0"]=Module["asm"]["cMa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCylindricalSurface_D0_3=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_D0_3"]=function(){return(_emscripten_bind_Mx3dGeomCylindricalSurface_D0_3=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_D0_3"]=Module["asm"]["dMa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCylindricalSurface_D1_5=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_D1_5"]=function(){return(_emscripten_bind_Mx3dGeomCylindricalSurface_D1_5=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_D1_5"]=Module["asm"]["eMa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCylindricalSurface_D2_8=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_D2_8"]=function(){return(_emscripten_bind_Mx3dGeomCylindricalSurface_D2_8=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_D2_8"]=Module["asm"]["fMa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCylindricalSurface_D3_12=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_D3_12"]=function(){return(_emscripten_bind_Mx3dGeomCylindricalSurface_D3_12=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_D3_12"]=Module["asm"]["gMa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCylindricalSurface_DN_4=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_DN_4"]=function(){return(_emscripten_bind_Mx3dGeomCylindricalSurface_DN_4=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_DN_4"]=Module["asm"]["hMa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCylindricalSurface_Transform_1=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_Transform_1"]=function(){return(_emscripten_bind_Mx3dGeomCylindricalSurface_Transform_1=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_Transform_1"]=Module["asm"]["iMa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCylindricalSurface_Copy_0=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_Copy_0"]=function(){return(_emscripten_bind_Mx3dGeomCylindricalSurface_Copy_0=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_Copy_0"]=Module["asm"]["jMa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCylindricalSurface_DynamicType_0=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_DynamicType_0"]=function(){return(_emscripten_bind_Mx3dGeomCylindricalSurface_DynamicType_0=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_DynamicType_0"]=Module["asm"]["kMa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCylindricalSurface_Face_1=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_Face_1"]=function(){return(_emscripten_bind_Mx3dGeomCylindricalSurface_Face_1=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_Face_1"]=Module["asm"]["lMa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCylindricalSurface_Face_2=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_Face_2"]=function(){return(_emscripten_bind_Mx3dGeomCylindricalSurface_Face_2=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_Face_2"]=Module["asm"]["mMa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCylindricalSurface_Face_5=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_Face_5"]=function(){return(_emscripten_bind_Mx3dGeomCylindricalSurface_Face_5=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_Face_5"]=Module["asm"]["nMa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCylindricalSurface_SetAxis_1=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_SetAxis_1"]=function(){return(_emscripten_bind_Mx3dGeomCylindricalSurface_SetAxis_1=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_SetAxis_1"]=Module["asm"]["oMa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCylindricalSurface_SetLocation_1=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_SetLocation_1"]=function(){return(_emscripten_bind_Mx3dGeomCylindricalSurface_SetLocation_1=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_SetLocation_1"]=Module["asm"]["pMa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCylindricalSurface_SetPosition_1=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_SetPosition_1"]=function(){return(_emscripten_bind_Mx3dGeomCylindricalSurface_SetPosition_1=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_SetPosition_1"]=Module["asm"]["qMa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCylindricalSurface_Axis_0=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_Axis_0"]=function(){return(_emscripten_bind_Mx3dGeomCylindricalSurface_Axis_0=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_Axis_0"]=Module["asm"]["rMa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCylindricalSurface_Location_0=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_Location_0"]=function(){return(_emscripten_bind_Mx3dGeomCylindricalSurface_Location_0=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_Location_0"]=Module["asm"]["sMa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCylindricalSurface_Position_0=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_Position_0"]=function(){return(_emscripten_bind_Mx3dGeomCylindricalSurface_Position_0=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_Position_0"]=Module["asm"]["tMa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCylindricalSurface_Continuity_0=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_Continuity_0"]=function(){return(_emscripten_bind_Mx3dGeomCylindricalSurface_Continuity_0=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_Continuity_0"]=Module["asm"]["uMa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCylindricalSurface_IsCNu_1=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_IsCNu_1"]=function(){return(_emscripten_bind_Mx3dGeomCylindricalSurface_IsCNu_1=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_IsCNu_1"]=Module["asm"]["vMa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCylindricalSurface_IsCNv_1=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_IsCNv_1"]=function(){return(_emscripten_bind_Mx3dGeomCylindricalSurface_IsCNv_1=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_IsCNv_1"]=Module["asm"]["wMa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCylindricalSurface_MirrorByPoint_1=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_MirrorByPoint_1"]=function(){return(_emscripten_bind_Mx3dGeomCylindricalSurface_MirrorByPoint_1=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_MirrorByPoint_1"]=Module["asm"]["xMa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCylindricalSurface_MirrorByAxis_1=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_MirrorByAxis_1"]=function(){return(_emscripten_bind_Mx3dGeomCylindricalSurface_MirrorByAxis_1=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_MirrorByAxis_1"]=Module["asm"]["yMa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCylindricalSurface_MirrorByCSYSR_1=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_MirrorByCSYSR_1"]=function(){return(_emscripten_bind_Mx3dGeomCylindricalSurface_MirrorByCSYSR_1=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_MirrorByCSYSR_1"]=Module["asm"]["zMa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCylindricalSurface_Rotate_2=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_Rotate_2"]=function(){return(_emscripten_bind_Mx3dGeomCylindricalSurface_Rotate_2=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_Rotate_2"]=Module["asm"]["AMa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCylindricalSurface_Scale_2=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_Scale_2"]=function(){return(_emscripten_bind_Mx3dGeomCylindricalSurface_Scale_2=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_Scale_2"]=Module["asm"]["BMa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCylindricalSurface_TranslateByVec_1=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_TranslateByVec_1"]=function(){return(_emscripten_bind_Mx3dGeomCylindricalSurface_TranslateByVec_1=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_TranslateByVec_1"]=Module["asm"]["CMa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCylindricalSurface_TranslateBy2Points_2=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_TranslateBy2Points_2"]=function(){return(_emscripten_bind_Mx3dGeomCylindricalSurface_TranslateBy2Points_2=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_TranslateBy2Points_2"]=Module["asm"]["DMa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCylindricalSurface_MirroredByPoint_1=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_MirroredByPoint_1"]=function(){return(_emscripten_bind_Mx3dGeomCylindricalSurface_MirroredByPoint_1=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_MirroredByPoint_1"]=Module["asm"]["EMa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCylindricalSurface_MirroredByAxis_1=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_MirroredByAxis_1"]=function(){return(_emscripten_bind_Mx3dGeomCylindricalSurface_MirroredByAxis_1=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_MirroredByAxis_1"]=Module["asm"]["FMa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCylindricalSurface_MirroredByCSYSR_1=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_MirroredByCSYSR_1"]=function(){return(_emscripten_bind_Mx3dGeomCylindricalSurface_MirroredByCSYSR_1=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_MirroredByCSYSR_1"]=Module["asm"]["GMa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCylindricalSurface_Rotated_2=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_Rotated_2"]=function(){return(_emscripten_bind_Mx3dGeomCylindricalSurface_Rotated_2=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_Rotated_2"]=Module["asm"]["HMa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCylindricalSurface_Scaled_2=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_Scaled_2"]=function(){return(_emscripten_bind_Mx3dGeomCylindricalSurface_Scaled_2=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_Scaled_2"]=Module["asm"]["IMa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCylindricalSurface_Transformed_1=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_Transformed_1"]=function(){return(_emscripten_bind_Mx3dGeomCylindricalSurface_Transformed_1=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_Transformed_1"]=Module["asm"]["JMa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCylindricalSurface_TranslatedByVec_1=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_TranslatedByVec_1"]=function(){return(_emscripten_bind_Mx3dGeomCylindricalSurface_TranslatedByVec_1=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_TranslatedByVec_1"]=Module["asm"]["KMa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCylindricalSurface_TranslatedBy2Points_2=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_TranslatedBy2Points_2"]=function(){return(_emscripten_bind_Mx3dGeomCylindricalSurface_TranslatedBy2Points_2=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_TranslatedBy2Points_2"]=Module["asm"]["LMa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCylindricalSurface_UReversed_0=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_UReversed_0"]=function(){return(_emscripten_bind_Mx3dGeomCylindricalSurface_UReversed_0=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_UReversed_0"]=Module["asm"]["MMa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCylindricalSurface_VReversed_0=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_VReversed_0"]=function(){return(_emscripten_bind_Mx3dGeomCylindricalSurface_VReversed_0=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_VReversed_0"]=Module["asm"]["NMa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCylindricalSurface_UPeriod_0=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_UPeriod_0"]=function(){return(_emscripten_bind_Mx3dGeomCylindricalSurface_UPeriod_0=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_UPeriod_0"]=Module["asm"]["OMa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCylindricalSurface_VPeriod_0=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_VPeriod_0"]=function(){return(_emscripten_bind_Mx3dGeomCylindricalSurface_VPeriod_0=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_VPeriod_0"]=Module["asm"]["PMa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCylindricalSurface_Value_2=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_Value_2"]=function(){return(_emscripten_bind_Mx3dGeomCylindricalSurface_Value_2=Module["_emscripten_bind_Mx3dGeomCylindricalSurface_Value_2"]=Module["asm"]["QMa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomCylindricalSurface___destroy___0=Module["_emscripten_bind_Mx3dGeomCylindricalSurface___destroy___0"]=function(){return(_emscripten_bind_Mx3dGeomCylindricalSurface___destroy___0=Module["_emscripten_bind_Mx3dGeomCylindricalSurface___destroy___0"]=Module["asm"]["RMa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomSphericalSurface_Mx3dGeomSphericalSurface_2=Module["_emscripten_bind_Mx3dGeomSphericalSurface_Mx3dGeomSphericalSurface_2"]=function(){return(_emscripten_bind_Mx3dGeomSphericalSurface_Mx3dGeomSphericalSurface_2=Module["_emscripten_bind_Mx3dGeomSphericalSurface_Mx3dGeomSphericalSurface_2"]=Module["asm"]["SMa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomSphericalSurface_SetRadius_1=Module["_emscripten_bind_Mx3dGeomSphericalSurface_SetRadius_1"]=function(){return(_emscripten_bind_Mx3dGeomSphericalSurface_SetRadius_1=Module["_emscripten_bind_Mx3dGeomSphericalSurface_SetRadius_1"]=Module["asm"]["TMa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomSphericalSurface_UReversedParameter_1=Module["_emscripten_bind_Mx3dGeomSphericalSurface_UReversedParameter_1"]=function(){return(_emscripten_bind_Mx3dGeomSphericalSurface_UReversedParameter_1=Module["_emscripten_bind_Mx3dGeomSphericalSurface_UReversedParameter_1"]=Module["asm"]["UMa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomSphericalSurface_VReversedParameter_1=Module["_emscripten_bind_Mx3dGeomSphericalSurface_VReversedParameter_1"]=function(){return(_emscripten_bind_Mx3dGeomSphericalSurface_VReversedParameter_1=Module["_emscripten_bind_Mx3dGeomSphericalSurface_VReversedParameter_1"]=Module["asm"]["VMa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomSphericalSurface_Area_0=Module["_emscripten_bind_Mx3dGeomSphericalSurface_Area_0"]=function(){return(_emscripten_bind_Mx3dGeomSphericalSurface_Area_0=Module["_emscripten_bind_Mx3dGeomSphericalSurface_Area_0"]=Module["asm"]["WMa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomSphericalSurface_Bounds_1=Module["_emscripten_bind_Mx3dGeomSphericalSurface_Bounds_1"]=function(){return(_emscripten_bind_Mx3dGeomSphericalSurface_Bounds_1=Module["_emscripten_bind_Mx3dGeomSphericalSurface_Bounds_1"]=Module["asm"]["XMa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomSphericalSurface_Coefficients_1=Module["_emscripten_bind_Mx3dGeomSphericalSurface_Coefficients_1"]=function(){return(_emscripten_bind_Mx3dGeomSphericalSurface_Coefficients_1=Module["_emscripten_bind_Mx3dGeomSphericalSurface_Coefficients_1"]=Module["asm"]["YMa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomSphericalSurface_Radius_0=Module["_emscripten_bind_Mx3dGeomSphericalSurface_Radius_0"]=function(){return(_emscripten_bind_Mx3dGeomSphericalSurface_Radius_0=Module["_emscripten_bind_Mx3dGeomSphericalSurface_Radius_0"]=Module["asm"]["ZMa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomSphericalSurface_Volume_0=Module["_emscripten_bind_Mx3dGeomSphericalSurface_Volume_0"]=function(){return(_emscripten_bind_Mx3dGeomSphericalSurface_Volume_0=Module["_emscripten_bind_Mx3dGeomSphericalSurface_Volume_0"]=Module["asm"]["_Ma"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomSphericalSurface_IsUClosed_0=Module["_emscripten_bind_Mx3dGeomSphericalSurface_IsUClosed_0"]=function(){return(_emscripten_bind_Mx3dGeomSphericalSurface_IsUClosed_0=Module["_emscripten_bind_Mx3dGeomSphericalSurface_IsUClosed_0"]=Module["asm"]["$Ma"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomSphericalSurface_IsVClosed_0=Module["_emscripten_bind_Mx3dGeomSphericalSurface_IsVClosed_0"]=function(){return(_emscripten_bind_Mx3dGeomSphericalSurface_IsVClosed_0=Module["_emscripten_bind_Mx3dGeomSphericalSurface_IsVClosed_0"]=Module["asm"]["aNa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomSphericalSurface_IsUPeriodic_0=Module["_emscripten_bind_Mx3dGeomSphericalSurface_IsUPeriodic_0"]=function(){return(_emscripten_bind_Mx3dGeomSphericalSurface_IsUPeriodic_0=Module["_emscripten_bind_Mx3dGeomSphericalSurface_IsUPeriodic_0"]=Module["asm"]["bNa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomSphericalSurface_IsVPeriodic_0=Module["_emscripten_bind_Mx3dGeomSphericalSurface_IsVPeriodic_0"]=function(){return(_emscripten_bind_Mx3dGeomSphericalSurface_IsVPeriodic_0=Module["_emscripten_bind_Mx3dGeomSphericalSurface_IsVPeriodic_0"]=Module["asm"]["cNa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomSphericalSurface_D0_3=Module["_emscripten_bind_Mx3dGeomSphericalSurface_D0_3"]=function(){return(_emscripten_bind_Mx3dGeomSphericalSurface_D0_3=Module["_emscripten_bind_Mx3dGeomSphericalSurface_D0_3"]=Module["asm"]["dNa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomSphericalSurface_D1_5=Module["_emscripten_bind_Mx3dGeomSphericalSurface_D1_5"]=function(){return(_emscripten_bind_Mx3dGeomSphericalSurface_D1_5=Module["_emscripten_bind_Mx3dGeomSphericalSurface_D1_5"]=Module["asm"]["eNa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomSphericalSurface_D2_8=Module["_emscripten_bind_Mx3dGeomSphericalSurface_D2_8"]=function(){return(_emscripten_bind_Mx3dGeomSphericalSurface_D2_8=Module["_emscripten_bind_Mx3dGeomSphericalSurface_D2_8"]=Module["asm"]["fNa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomSphericalSurface_D3_12=Module["_emscripten_bind_Mx3dGeomSphericalSurface_D3_12"]=function(){return(_emscripten_bind_Mx3dGeomSphericalSurface_D3_12=Module["_emscripten_bind_Mx3dGeomSphericalSurface_D3_12"]=Module["asm"]["gNa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomSphericalSurface_DN_4=Module["_emscripten_bind_Mx3dGeomSphericalSurface_DN_4"]=function(){return(_emscripten_bind_Mx3dGeomSphericalSurface_DN_4=Module["_emscripten_bind_Mx3dGeomSphericalSurface_DN_4"]=Module["asm"]["hNa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomSphericalSurface_Transform_1=Module["_emscripten_bind_Mx3dGeomSphericalSurface_Transform_1"]=function(){return(_emscripten_bind_Mx3dGeomSphericalSurface_Transform_1=Module["_emscripten_bind_Mx3dGeomSphericalSurface_Transform_1"]=Module["asm"]["iNa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomSphericalSurface_Copy_0=Module["_emscripten_bind_Mx3dGeomSphericalSurface_Copy_0"]=function(){return(_emscripten_bind_Mx3dGeomSphericalSurface_Copy_0=Module["_emscripten_bind_Mx3dGeomSphericalSurface_Copy_0"]=Module["asm"]["jNa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomSphericalSurface_DynamicType_0=Module["_emscripten_bind_Mx3dGeomSphericalSurface_DynamicType_0"]=function(){return(_emscripten_bind_Mx3dGeomSphericalSurface_DynamicType_0=Module["_emscripten_bind_Mx3dGeomSphericalSurface_DynamicType_0"]=Module["asm"]["kNa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomSphericalSurface_Face_1=Module["_emscripten_bind_Mx3dGeomSphericalSurface_Face_1"]=function(){return(_emscripten_bind_Mx3dGeomSphericalSurface_Face_1=Module["_emscripten_bind_Mx3dGeomSphericalSurface_Face_1"]=Module["asm"]["lNa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomSphericalSurface_Face_2=Module["_emscripten_bind_Mx3dGeomSphericalSurface_Face_2"]=function(){return(_emscripten_bind_Mx3dGeomSphericalSurface_Face_2=Module["_emscripten_bind_Mx3dGeomSphericalSurface_Face_2"]=Module["asm"]["mNa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomSphericalSurface_Face_5=Module["_emscripten_bind_Mx3dGeomSphericalSurface_Face_5"]=function(){return(_emscripten_bind_Mx3dGeomSphericalSurface_Face_5=Module["_emscripten_bind_Mx3dGeomSphericalSurface_Face_5"]=Module["asm"]["nNa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomSphericalSurface_SetAxis_1=Module["_emscripten_bind_Mx3dGeomSphericalSurface_SetAxis_1"]=function(){return(_emscripten_bind_Mx3dGeomSphericalSurface_SetAxis_1=Module["_emscripten_bind_Mx3dGeomSphericalSurface_SetAxis_1"]=Module["asm"]["oNa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomSphericalSurface_SetLocation_1=Module["_emscripten_bind_Mx3dGeomSphericalSurface_SetLocation_1"]=function(){return(_emscripten_bind_Mx3dGeomSphericalSurface_SetLocation_1=Module["_emscripten_bind_Mx3dGeomSphericalSurface_SetLocation_1"]=Module["asm"]["pNa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomSphericalSurface_SetPosition_1=Module["_emscripten_bind_Mx3dGeomSphericalSurface_SetPosition_1"]=function(){return(_emscripten_bind_Mx3dGeomSphericalSurface_SetPosition_1=Module["_emscripten_bind_Mx3dGeomSphericalSurface_SetPosition_1"]=Module["asm"]["qNa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomSphericalSurface_Axis_0=Module["_emscripten_bind_Mx3dGeomSphericalSurface_Axis_0"]=function(){return(_emscripten_bind_Mx3dGeomSphericalSurface_Axis_0=Module["_emscripten_bind_Mx3dGeomSphericalSurface_Axis_0"]=Module["asm"]["rNa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomSphericalSurface_Location_0=Module["_emscripten_bind_Mx3dGeomSphericalSurface_Location_0"]=function(){return(_emscripten_bind_Mx3dGeomSphericalSurface_Location_0=Module["_emscripten_bind_Mx3dGeomSphericalSurface_Location_0"]=Module["asm"]["sNa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomSphericalSurface_Position_0=Module["_emscripten_bind_Mx3dGeomSphericalSurface_Position_0"]=function(){return(_emscripten_bind_Mx3dGeomSphericalSurface_Position_0=Module["_emscripten_bind_Mx3dGeomSphericalSurface_Position_0"]=Module["asm"]["tNa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomSphericalSurface_Continuity_0=Module["_emscripten_bind_Mx3dGeomSphericalSurface_Continuity_0"]=function(){return(_emscripten_bind_Mx3dGeomSphericalSurface_Continuity_0=Module["_emscripten_bind_Mx3dGeomSphericalSurface_Continuity_0"]=Module["asm"]["uNa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomSphericalSurface_IsCNu_1=Module["_emscripten_bind_Mx3dGeomSphericalSurface_IsCNu_1"]=function(){return(_emscripten_bind_Mx3dGeomSphericalSurface_IsCNu_1=Module["_emscripten_bind_Mx3dGeomSphericalSurface_IsCNu_1"]=Module["asm"]["vNa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomSphericalSurface_IsCNv_1=Module["_emscripten_bind_Mx3dGeomSphericalSurface_IsCNv_1"]=function(){return(_emscripten_bind_Mx3dGeomSphericalSurface_IsCNv_1=Module["_emscripten_bind_Mx3dGeomSphericalSurface_IsCNv_1"]=Module["asm"]["wNa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomSphericalSurface_MirrorByPoint_1=Module["_emscripten_bind_Mx3dGeomSphericalSurface_MirrorByPoint_1"]=function(){return(_emscripten_bind_Mx3dGeomSphericalSurface_MirrorByPoint_1=Module["_emscripten_bind_Mx3dGeomSphericalSurface_MirrorByPoint_1"]=Module["asm"]["xNa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomSphericalSurface_MirrorByAxis_1=Module["_emscripten_bind_Mx3dGeomSphericalSurface_MirrorByAxis_1"]=function(){return(_emscripten_bind_Mx3dGeomSphericalSurface_MirrorByAxis_1=Module["_emscripten_bind_Mx3dGeomSphericalSurface_MirrorByAxis_1"]=Module["asm"]["yNa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomSphericalSurface_MirrorByCSYSR_1=Module["_emscripten_bind_Mx3dGeomSphericalSurface_MirrorByCSYSR_1"]=function(){return(_emscripten_bind_Mx3dGeomSphericalSurface_MirrorByCSYSR_1=Module["_emscripten_bind_Mx3dGeomSphericalSurface_MirrorByCSYSR_1"]=Module["asm"]["zNa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomSphericalSurface_Rotate_2=Module["_emscripten_bind_Mx3dGeomSphericalSurface_Rotate_2"]=function(){return(_emscripten_bind_Mx3dGeomSphericalSurface_Rotate_2=Module["_emscripten_bind_Mx3dGeomSphericalSurface_Rotate_2"]=Module["asm"]["ANa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomSphericalSurface_Scale_2=Module["_emscripten_bind_Mx3dGeomSphericalSurface_Scale_2"]=function(){return(_emscripten_bind_Mx3dGeomSphericalSurface_Scale_2=Module["_emscripten_bind_Mx3dGeomSphericalSurface_Scale_2"]=Module["asm"]["BNa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomSphericalSurface_TranslateByVec_1=Module["_emscripten_bind_Mx3dGeomSphericalSurface_TranslateByVec_1"]=function(){return(_emscripten_bind_Mx3dGeomSphericalSurface_TranslateByVec_1=Module["_emscripten_bind_Mx3dGeomSphericalSurface_TranslateByVec_1"]=Module["asm"]["CNa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomSphericalSurface_TranslateBy2Points_2=Module["_emscripten_bind_Mx3dGeomSphericalSurface_TranslateBy2Points_2"]=function(){return(_emscripten_bind_Mx3dGeomSphericalSurface_TranslateBy2Points_2=Module["_emscripten_bind_Mx3dGeomSphericalSurface_TranslateBy2Points_2"]=Module["asm"]["DNa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomSphericalSurface_MirroredByPoint_1=Module["_emscripten_bind_Mx3dGeomSphericalSurface_MirroredByPoint_1"]=function(){return(_emscripten_bind_Mx3dGeomSphericalSurface_MirroredByPoint_1=Module["_emscripten_bind_Mx3dGeomSphericalSurface_MirroredByPoint_1"]=Module["asm"]["ENa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomSphericalSurface_MirroredByAxis_1=Module["_emscripten_bind_Mx3dGeomSphericalSurface_MirroredByAxis_1"]=function(){return(_emscripten_bind_Mx3dGeomSphericalSurface_MirroredByAxis_1=Module["_emscripten_bind_Mx3dGeomSphericalSurface_MirroredByAxis_1"]=Module["asm"]["FNa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomSphericalSurface_MirroredByCSYSR_1=Module["_emscripten_bind_Mx3dGeomSphericalSurface_MirroredByCSYSR_1"]=function(){return(_emscripten_bind_Mx3dGeomSphericalSurface_MirroredByCSYSR_1=Module["_emscripten_bind_Mx3dGeomSphericalSurface_MirroredByCSYSR_1"]=Module["asm"]["GNa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomSphericalSurface_Rotated_2=Module["_emscripten_bind_Mx3dGeomSphericalSurface_Rotated_2"]=function(){return(_emscripten_bind_Mx3dGeomSphericalSurface_Rotated_2=Module["_emscripten_bind_Mx3dGeomSphericalSurface_Rotated_2"]=Module["asm"]["HNa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomSphericalSurface_Scaled_2=Module["_emscripten_bind_Mx3dGeomSphericalSurface_Scaled_2"]=function(){return(_emscripten_bind_Mx3dGeomSphericalSurface_Scaled_2=Module["_emscripten_bind_Mx3dGeomSphericalSurface_Scaled_2"]=Module["asm"]["INa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomSphericalSurface_Transformed_1=Module["_emscripten_bind_Mx3dGeomSphericalSurface_Transformed_1"]=function(){return(_emscripten_bind_Mx3dGeomSphericalSurface_Transformed_1=Module["_emscripten_bind_Mx3dGeomSphericalSurface_Transformed_1"]=Module["asm"]["JNa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomSphericalSurface_TranslatedByVec_1=Module["_emscripten_bind_Mx3dGeomSphericalSurface_TranslatedByVec_1"]=function(){return(_emscripten_bind_Mx3dGeomSphericalSurface_TranslatedByVec_1=Module["_emscripten_bind_Mx3dGeomSphericalSurface_TranslatedByVec_1"]=Module["asm"]["KNa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomSphericalSurface_TranslatedBy2Points_2=Module["_emscripten_bind_Mx3dGeomSphericalSurface_TranslatedBy2Points_2"]=function(){return(_emscripten_bind_Mx3dGeomSphericalSurface_TranslatedBy2Points_2=Module["_emscripten_bind_Mx3dGeomSphericalSurface_TranslatedBy2Points_2"]=Module["asm"]["LNa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomSphericalSurface_UReversed_0=Module["_emscripten_bind_Mx3dGeomSphericalSurface_UReversed_0"]=function(){return(_emscripten_bind_Mx3dGeomSphericalSurface_UReversed_0=Module["_emscripten_bind_Mx3dGeomSphericalSurface_UReversed_0"]=Module["asm"]["MNa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomSphericalSurface_VReversed_0=Module["_emscripten_bind_Mx3dGeomSphericalSurface_VReversed_0"]=function(){return(_emscripten_bind_Mx3dGeomSphericalSurface_VReversed_0=Module["_emscripten_bind_Mx3dGeomSphericalSurface_VReversed_0"]=Module["asm"]["NNa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomSphericalSurface_UPeriod_0=Module["_emscripten_bind_Mx3dGeomSphericalSurface_UPeriod_0"]=function(){return(_emscripten_bind_Mx3dGeomSphericalSurface_UPeriod_0=Module["_emscripten_bind_Mx3dGeomSphericalSurface_UPeriod_0"]=Module["asm"]["ONa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomSphericalSurface_VPeriod_0=Module["_emscripten_bind_Mx3dGeomSphericalSurface_VPeriod_0"]=function(){return(_emscripten_bind_Mx3dGeomSphericalSurface_VPeriod_0=Module["_emscripten_bind_Mx3dGeomSphericalSurface_VPeriod_0"]=Module["asm"]["PNa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomSphericalSurface_Value_2=Module["_emscripten_bind_Mx3dGeomSphericalSurface_Value_2"]=function(){return(_emscripten_bind_Mx3dGeomSphericalSurface_Value_2=Module["_emscripten_bind_Mx3dGeomSphericalSurface_Value_2"]=Module["asm"]["QNa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomSphericalSurface___destroy___0=Module["_emscripten_bind_Mx3dGeomSphericalSurface___destroy___0"]=function(){return(_emscripten_bind_Mx3dGeomSphericalSurface___destroy___0=Module["_emscripten_bind_Mx3dGeomSphericalSurface___destroy___0"]=Module["asm"]["RNa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomToroidalSurface_Mx3dGeomToroidalSurface_3=Module["_emscripten_bind_Mx3dGeomToroidalSurface_Mx3dGeomToroidalSurface_3"]=function(){return(_emscripten_bind_Mx3dGeomToroidalSurface_Mx3dGeomToroidalSurface_3=Module["_emscripten_bind_Mx3dGeomToroidalSurface_Mx3dGeomToroidalSurface_3"]=Module["asm"]["SNa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomToroidalSurface_SetMajorRadius_1=Module["_emscripten_bind_Mx3dGeomToroidalSurface_SetMajorRadius_1"]=function(){return(_emscripten_bind_Mx3dGeomToroidalSurface_SetMajorRadius_1=Module["_emscripten_bind_Mx3dGeomToroidalSurface_SetMajorRadius_1"]=Module["asm"]["TNa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomToroidalSurface_SetMinorRadius_1=Module["_emscripten_bind_Mx3dGeomToroidalSurface_SetMinorRadius_1"]=function(){return(_emscripten_bind_Mx3dGeomToroidalSurface_SetMinorRadius_1=Module["_emscripten_bind_Mx3dGeomToroidalSurface_SetMinorRadius_1"]=Module["asm"]["UNa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomToroidalSurface_UReversedParameter_1=Module["_emscripten_bind_Mx3dGeomToroidalSurface_UReversedParameter_1"]=function(){return(_emscripten_bind_Mx3dGeomToroidalSurface_UReversedParameter_1=Module["_emscripten_bind_Mx3dGeomToroidalSurface_UReversedParameter_1"]=Module["asm"]["VNa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomToroidalSurface_VReversedParameter_1=Module["_emscripten_bind_Mx3dGeomToroidalSurface_VReversedParameter_1"]=function(){return(_emscripten_bind_Mx3dGeomToroidalSurface_VReversedParameter_1=Module["_emscripten_bind_Mx3dGeomToroidalSurface_VReversedParameter_1"]=Module["asm"]["WNa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomToroidalSurface_Area_0=Module["_emscripten_bind_Mx3dGeomToroidalSurface_Area_0"]=function(){return(_emscripten_bind_Mx3dGeomToroidalSurface_Area_0=Module["_emscripten_bind_Mx3dGeomToroidalSurface_Area_0"]=Module["asm"]["XNa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomToroidalSurface_Bounds_1=Module["_emscripten_bind_Mx3dGeomToroidalSurface_Bounds_1"]=function(){return(_emscripten_bind_Mx3dGeomToroidalSurface_Bounds_1=Module["_emscripten_bind_Mx3dGeomToroidalSurface_Bounds_1"]=Module["asm"]["YNa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomToroidalSurface_Coefficients_1=Module["_emscripten_bind_Mx3dGeomToroidalSurface_Coefficients_1"]=function(){return(_emscripten_bind_Mx3dGeomToroidalSurface_Coefficients_1=Module["_emscripten_bind_Mx3dGeomToroidalSurface_Coefficients_1"]=Module["asm"]["ZNa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomToroidalSurface_MajorRadius_0=Module["_emscripten_bind_Mx3dGeomToroidalSurface_MajorRadius_0"]=function(){return(_emscripten_bind_Mx3dGeomToroidalSurface_MajorRadius_0=Module["_emscripten_bind_Mx3dGeomToroidalSurface_MajorRadius_0"]=Module["asm"]["_Na"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomToroidalSurface_MinorRadius_0=Module["_emscripten_bind_Mx3dGeomToroidalSurface_MinorRadius_0"]=function(){return(_emscripten_bind_Mx3dGeomToroidalSurface_MinorRadius_0=Module["_emscripten_bind_Mx3dGeomToroidalSurface_MinorRadius_0"]=Module["asm"]["$Na"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomToroidalSurface_Volume_0=Module["_emscripten_bind_Mx3dGeomToroidalSurface_Volume_0"]=function(){return(_emscripten_bind_Mx3dGeomToroidalSurface_Volume_0=Module["_emscripten_bind_Mx3dGeomToroidalSurface_Volume_0"]=Module["asm"]["aOa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomToroidalSurface_IsUClosed_0=Module["_emscripten_bind_Mx3dGeomToroidalSurface_IsUClosed_0"]=function(){return(_emscripten_bind_Mx3dGeomToroidalSurface_IsUClosed_0=Module["_emscripten_bind_Mx3dGeomToroidalSurface_IsUClosed_0"]=Module["asm"]["bOa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomToroidalSurface_IsVClosed_0=Module["_emscripten_bind_Mx3dGeomToroidalSurface_IsVClosed_0"]=function(){return(_emscripten_bind_Mx3dGeomToroidalSurface_IsVClosed_0=Module["_emscripten_bind_Mx3dGeomToroidalSurface_IsVClosed_0"]=Module["asm"]["cOa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomToroidalSurface_IsUPeriodic_0=Module["_emscripten_bind_Mx3dGeomToroidalSurface_IsUPeriodic_0"]=function(){return(_emscripten_bind_Mx3dGeomToroidalSurface_IsUPeriodic_0=Module["_emscripten_bind_Mx3dGeomToroidalSurface_IsUPeriodic_0"]=Module["asm"]["dOa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomToroidalSurface_IsVPeriodic_0=Module["_emscripten_bind_Mx3dGeomToroidalSurface_IsVPeriodic_0"]=function(){return(_emscripten_bind_Mx3dGeomToroidalSurface_IsVPeriodic_0=Module["_emscripten_bind_Mx3dGeomToroidalSurface_IsVPeriodic_0"]=Module["asm"]["eOa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomToroidalSurface_D0_3=Module["_emscripten_bind_Mx3dGeomToroidalSurface_D0_3"]=function(){return(_emscripten_bind_Mx3dGeomToroidalSurface_D0_3=Module["_emscripten_bind_Mx3dGeomToroidalSurface_D0_3"]=Module["asm"]["fOa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomToroidalSurface_D1_5=Module["_emscripten_bind_Mx3dGeomToroidalSurface_D1_5"]=function(){return(_emscripten_bind_Mx3dGeomToroidalSurface_D1_5=Module["_emscripten_bind_Mx3dGeomToroidalSurface_D1_5"]=Module["asm"]["gOa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomToroidalSurface_D2_8=Module["_emscripten_bind_Mx3dGeomToroidalSurface_D2_8"]=function(){return(_emscripten_bind_Mx3dGeomToroidalSurface_D2_8=Module["_emscripten_bind_Mx3dGeomToroidalSurface_D2_8"]=Module["asm"]["hOa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomToroidalSurface_D3_12=Module["_emscripten_bind_Mx3dGeomToroidalSurface_D3_12"]=function(){return(_emscripten_bind_Mx3dGeomToroidalSurface_D3_12=Module["_emscripten_bind_Mx3dGeomToroidalSurface_D3_12"]=Module["asm"]["iOa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomToroidalSurface_DN_4=Module["_emscripten_bind_Mx3dGeomToroidalSurface_DN_4"]=function(){return(_emscripten_bind_Mx3dGeomToroidalSurface_DN_4=Module["_emscripten_bind_Mx3dGeomToroidalSurface_DN_4"]=Module["asm"]["jOa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomToroidalSurface_Transform_1=Module["_emscripten_bind_Mx3dGeomToroidalSurface_Transform_1"]=function(){return(_emscripten_bind_Mx3dGeomToroidalSurface_Transform_1=Module["_emscripten_bind_Mx3dGeomToroidalSurface_Transform_1"]=Module["asm"]["kOa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomToroidalSurface_Copy_0=Module["_emscripten_bind_Mx3dGeomToroidalSurface_Copy_0"]=function(){return(_emscripten_bind_Mx3dGeomToroidalSurface_Copy_0=Module["_emscripten_bind_Mx3dGeomToroidalSurface_Copy_0"]=Module["asm"]["lOa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomToroidalSurface_DynamicType_0=Module["_emscripten_bind_Mx3dGeomToroidalSurface_DynamicType_0"]=function(){return(_emscripten_bind_Mx3dGeomToroidalSurface_DynamicType_0=Module["_emscripten_bind_Mx3dGeomToroidalSurface_DynamicType_0"]=Module["asm"]["mOa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomToroidalSurface_Face_1=Module["_emscripten_bind_Mx3dGeomToroidalSurface_Face_1"]=function(){return(_emscripten_bind_Mx3dGeomToroidalSurface_Face_1=Module["_emscripten_bind_Mx3dGeomToroidalSurface_Face_1"]=Module["asm"]["nOa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomToroidalSurface_Face_2=Module["_emscripten_bind_Mx3dGeomToroidalSurface_Face_2"]=function(){return(_emscripten_bind_Mx3dGeomToroidalSurface_Face_2=Module["_emscripten_bind_Mx3dGeomToroidalSurface_Face_2"]=Module["asm"]["oOa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomToroidalSurface_Face_5=Module["_emscripten_bind_Mx3dGeomToroidalSurface_Face_5"]=function(){return(_emscripten_bind_Mx3dGeomToroidalSurface_Face_5=Module["_emscripten_bind_Mx3dGeomToroidalSurface_Face_5"]=Module["asm"]["pOa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomToroidalSurface_SetAxis_1=Module["_emscripten_bind_Mx3dGeomToroidalSurface_SetAxis_1"]=function(){return(_emscripten_bind_Mx3dGeomToroidalSurface_SetAxis_1=Module["_emscripten_bind_Mx3dGeomToroidalSurface_SetAxis_1"]=Module["asm"]["qOa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomToroidalSurface_SetLocation_1=Module["_emscripten_bind_Mx3dGeomToroidalSurface_SetLocation_1"]=function(){return(_emscripten_bind_Mx3dGeomToroidalSurface_SetLocation_1=Module["_emscripten_bind_Mx3dGeomToroidalSurface_SetLocation_1"]=Module["asm"]["rOa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomToroidalSurface_SetPosition_1=Module["_emscripten_bind_Mx3dGeomToroidalSurface_SetPosition_1"]=function(){return(_emscripten_bind_Mx3dGeomToroidalSurface_SetPosition_1=Module["_emscripten_bind_Mx3dGeomToroidalSurface_SetPosition_1"]=Module["asm"]["sOa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomToroidalSurface_Axis_0=Module["_emscripten_bind_Mx3dGeomToroidalSurface_Axis_0"]=function(){return(_emscripten_bind_Mx3dGeomToroidalSurface_Axis_0=Module["_emscripten_bind_Mx3dGeomToroidalSurface_Axis_0"]=Module["asm"]["tOa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomToroidalSurface_Location_0=Module["_emscripten_bind_Mx3dGeomToroidalSurface_Location_0"]=function(){return(_emscripten_bind_Mx3dGeomToroidalSurface_Location_0=Module["_emscripten_bind_Mx3dGeomToroidalSurface_Location_0"]=Module["asm"]["uOa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomToroidalSurface_Position_0=Module["_emscripten_bind_Mx3dGeomToroidalSurface_Position_0"]=function(){return(_emscripten_bind_Mx3dGeomToroidalSurface_Position_0=Module["_emscripten_bind_Mx3dGeomToroidalSurface_Position_0"]=Module["asm"]["vOa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomToroidalSurface_Continuity_0=Module["_emscripten_bind_Mx3dGeomToroidalSurface_Continuity_0"]=function(){return(_emscripten_bind_Mx3dGeomToroidalSurface_Continuity_0=Module["_emscripten_bind_Mx3dGeomToroidalSurface_Continuity_0"]=Module["asm"]["wOa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomToroidalSurface_IsCNu_1=Module["_emscripten_bind_Mx3dGeomToroidalSurface_IsCNu_1"]=function(){return(_emscripten_bind_Mx3dGeomToroidalSurface_IsCNu_1=Module["_emscripten_bind_Mx3dGeomToroidalSurface_IsCNu_1"]=Module["asm"]["xOa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomToroidalSurface_IsCNv_1=Module["_emscripten_bind_Mx3dGeomToroidalSurface_IsCNv_1"]=function(){return(_emscripten_bind_Mx3dGeomToroidalSurface_IsCNv_1=Module["_emscripten_bind_Mx3dGeomToroidalSurface_IsCNv_1"]=Module["asm"]["yOa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomToroidalSurface_MirrorByPoint_1=Module["_emscripten_bind_Mx3dGeomToroidalSurface_MirrorByPoint_1"]=function(){return(_emscripten_bind_Mx3dGeomToroidalSurface_MirrorByPoint_1=Module["_emscripten_bind_Mx3dGeomToroidalSurface_MirrorByPoint_1"]=Module["asm"]["zOa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomToroidalSurface_MirrorByAxis_1=Module["_emscripten_bind_Mx3dGeomToroidalSurface_MirrorByAxis_1"]=function(){return(_emscripten_bind_Mx3dGeomToroidalSurface_MirrorByAxis_1=Module["_emscripten_bind_Mx3dGeomToroidalSurface_MirrorByAxis_1"]=Module["asm"]["AOa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomToroidalSurface_MirrorByCSYSR_1=Module["_emscripten_bind_Mx3dGeomToroidalSurface_MirrorByCSYSR_1"]=function(){return(_emscripten_bind_Mx3dGeomToroidalSurface_MirrorByCSYSR_1=Module["_emscripten_bind_Mx3dGeomToroidalSurface_MirrorByCSYSR_1"]=Module["asm"]["BOa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomToroidalSurface_Rotate_2=Module["_emscripten_bind_Mx3dGeomToroidalSurface_Rotate_2"]=function(){return(_emscripten_bind_Mx3dGeomToroidalSurface_Rotate_2=Module["_emscripten_bind_Mx3dGeomToroidalSurface_Rotate_2"]=Module["asm"]["COa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomToroidalSurface_Scale_2=Module["_emscripten_bind_Mx3dGeomToroidalSurface_Scale_2"]=function(){return(_emscripten_bind_Mx3dGeomToroidalSurface_Scale_2=Module["_emscripten_bind_Mx3dGeomToroidalSurface_Scale_2"]=Module["asm"]["DOa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomToroidalSurface_TranslateByVec_1=Module["_emscripten_bind_Mx3dGeomToroidalSurface_TranslateByVec_1"]=function(){return(_emscripten_bind_Mx3dGeomToroidalSurface_TranslateByVec_1=Module["_emscripten_bind_Mx3dGeomToroidalSurface_TranslateByVec_1"]=Module["asm"]["EOa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomToroidalSurface_TranslateBy2Points_2=Module["_emscripten_bind_Mx3dGeomToroidalSurface_TranslateBy2Points_2"]=function(){return(_emscripten_bind_Mx3dGeomToroidalSurface_TranslateBy2Points_2=Module["_emscripten_bind_Mx3dGeomToroidalSurface_TranslateBy2Points_2"]=Module["asm"]["FOa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomToroidalSurface_MirroredByPoint_1=Module["_emscripten_bind_Mx3dGeomToroidalSurface_MirroredByPoint_1"]=function(){return(_emscripten_bind_Mx3dGeomToroidalSurface_MirroredByPoint_1=Module["_emscripten_bind_Mx3dGeomToroidalSurface_MirroredByPoint_1"]=Module["asm"]["GOa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomToroidalSurface_MirroredByAxis_1=Module["_emscripten_bind_Mx3dGeomToroidalSurface_MirroredByAxis_1"]=function(){return(_emscripten_bind_Mx3dGeomToroidalSurface_MirroredByAxis_1=Module["_emscripten_bind_Mx3dGeomToroidalSurface_MirroredByAxis_1"]=Module["asm"]["HOa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomToroidalSurface_MirroredByCSYSR_1=Module["_emscripten_bind_Mx3dGeomToroidalSurface_MirroredByCSYSR_1"]=function(){return(_emscripten_bind_Mx3dGeomToroidalSurface_MirroredByCSYSR_1=Module["_emscripten_bind_Mx3dGeomToroidalSurface_MirroredByCSYSR_1"]=Module["asm"]["IOa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomToroidalSurface_Rotated_2=Module["_emscripten_bind_Mx3dGeomToroidalSurface_Rotated_2"]=function(){return(_emscripten_bind_Mx3dGeomToroidalSurface_Rotated_2=Module["_emscripten_bind_Mx3dGeomToroidalSurface_Rotated_2"]=Module["asm"]["JOa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomToroidalSurface_Scaled_2=Module["_emscripten_bind_Mx3dGeomToroidalSurface_Scaled_2"]=function(){return(_emscripten_bind_Mx3dGeomToroidalSurface_Scaled_2=Module["_emscripten_bind_Mx3dGeomToroidalSurface_Scaled_2"]=Module["asm"]["KOa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomToroidalSurface_Transformed_1=Module["_emscripten_bind_Mx3dGeomToroidalSurface_Transformed_1"]=function(){return(_emscripten_bind_Mx3dGeomToroidalSurface_Transformed_1=Module["_emscripten_bind_Mx3dGeomToroidalSurface_Transformed_1"]=Module["asm"]["LOa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomToroidalSurface_TranslatedByVec_1=Module["_emscripten_bind_Mx3dGeomToroidalSurface_TranslatedByVec_1"]=function(){return(_emscripten_bind_Mx3dGeomToroidalSurface_TranslatedByVec_1=Module["_emscripten_bind_Mx3dGeomToroidalSurface_TranslatedByVec_1"]=Module["asm"]["MOa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomToroidalSurface_TranslatedBy2Points_2=Module["_emscripten_bind_Mx3dGeomToroidalSurface_TranslatedBy2Points_2"]=function(){return(_emscripten_bind_Mx3dGeomToroidalSurface_TranslatedBy2Points_2=Module["_emscripten_bind_Mx3dGeomToroidalSurface_TranslatedBy2Points_2"]=Module["asm"]["NOa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomToroidalSurface_UReversed_0=Module["_emscripten_bind_Mx3dGeomToroidalSurface_UReversed_0"]=function(){return(_emscripten_bind_Mx3dGeomToroidalSurface_UReversed_0=Module["_emscripten_bind_Mx3dGeomToroidalSurface_UReversed_0"]=Module["asm"]["OOa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomToroidalSurface_VReversed_0=Module["_emscripten_bind_Mx3dGeomToroidalSurface_VReversed_0"]=function(){return(_emscripten_bind_Mx3dGeomToroidalSurface_VReversed_0=Module["_emscripten_bind_Mx3dGeomToroidalSurface_VReversed_0"]=Module["asm"]["POa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomToroidalSurface_UPeriod_0=Module["_emscripten_bind_Mx3dGeomToroidalSurface_UPeriod_0"]=function(){return(_emscripten_bind_Mx3dGeomToroidalSurface_UPeriod_0=Module["_emscripten_bind_Mx3dGeomToroidalSurface_UPeriod_0"]=Module["asm"]["QOa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomToroidalSurface_VPeriod_0=Module["_emscripten_bind_Mx3dGeomToroidalSurface_VPeriod_0"]=function(){return(_emscripten_bind_Mx3dGeomToroidalSurface_VPeriod_0=Module["_emscripten_bind_Mx3dGeomToroidalSurface_VPeriod_0"]=Module["asm"]["ROa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomToroidalSurface_Value_2=Module["_emscripten_bind_Mx3dGeomToroidalSurface_Value_2"]=function(){return(_emscripten_bind_Mx3dGeomToroidalSurface_Value_2=Module["_emscripten_bind_Mx3dGeomToroidalSurface_Value_2"]=Module["asm"]["SOa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomToroidalSurface___destroy___0=Module["_emscripten_bind_Mx3dGeomToroidalSurface___destroy___0"]=function(){return(_emscripten_bind_Mx3dGeomToroidalSurface___destroy___0=Module["_emscripten_bind_Mx3dGeomToroidalSurface___destroy___0"]=Module["asm"]["TOa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_Mx3dGeomBSplineSurface_9=Module["_emscripten_bind_Mx3dGeomBSplineSurface_Mx3dGeomBSplineSurface_9"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_Mx3dGeomBSplineSurface_9=Module["_emscripten_bind_Mx3dGeomBSplineSurface_Mx3dGeomBSplineSurface_9"]=Module["asm"]["UOa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_Mx3dGeomBSplineSurface_10=Module["_emscripten_bind_Mx3dGeomBSplineSurface_Mx3dGeomBSplineSurface_10"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_Mx3dGeomBSplineSurface_10=Module["_emscripten_bind_Mx3dGeomBSplineSurface_Mx3dGeomBSplineSurface_10"]=Module["asm"]["VOa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_ExchangeUV_0=Module["_emscripten_bind_Mx3dGeomBSplineSurface_ExchangeUV_0"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_ExchangeUV_0=Module["_emscripten_bind_Mx3dGeomBSplineSurface_ExchangeUV_0"]=Module["asm"]["WOa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_SetUPeriodic_0=Module["_emscripten_bind_Mx3dGeomBSplineSurface_SetUPeriodic_0"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_SetUPeriodic_0=Module["_emscripten_bind_Mx3dGeomBSplineSurface_SetUPeriodic_0"]=Module["asm"]["XOa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_SetVPeriodic_0=Module["_emscripten_bind_Mx3dGeomBSplineSurface_SetVPeriodic_0"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_SetVPeriodic_0=Module["_emscripten_bind_Mx3dGeomBSplineSurface_SetVPeriodic_0"]=Module["asm"]["YOa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_PeriodicNormalization_1=Module["_emscripten_bind_Mx3dGeomBSplineSurface_PeriodicNormalization_1"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_PeriodicNormalization_1=Module["_emscripten_bind_Mx3dGeomBSplineSurface_PeriodicNormalization_1"]=Module["asm"]["ZOa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_SetUOrigin_1=Module["_emscripten_bind_Mx3dGeomBSplineSurface_SetUOrigin_1"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_SetUOrigin_1=Module["_emscripten_bind_Mx3dGeomBSplineSurface_SetUOrigin_1"]=Module["asm"]["_Oa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_SetVOrigin_1=Module["_emscripten_bind_Mx3dGeomBSplineSurface_SetVOrigin_1"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_SetVOrigin_1=Module["_emscripten_bind_Mx3dGeomBSplineSurface_SetVOrigin_1"]=Module["asm"]["$Oa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_SetUNotPeriodic_0=Module["_emscripten_bind_Mx3dGeomBSplineSurface_SetUNotPeriodic_0"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_SetUNotPeriodic_0=Module["_emscripten_bind_Mx3dGeomBSplineSurface_SetUNotPeriodic_0"]=Module["asm"]["aPa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_SetVNotPeriodic_0=Module["_emscripten_bind_Mx3dGeomBSplineSurface_SetVNotPeriodic_0"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_SetVNotPeriodic_0=Module["_emscripten_bind_Mx3dGeomBSplineSurface_SetVNotPeriodic_0"]=Module["asm"]["bPa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_UReverse_0=Module["_emscripten_bind_Mx3dGeomBSplineSurface_UReverse_0"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_UReverse_0=Module["_emscripten_bind_Mx3dGeomBSplineSurface_UReverse_0"]=Module["asm"]["cPa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_VReverse_0=Module["_emscripten_bind_Mx3dGeomBSplineSurface_VReverse_0"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_VReverse_0=Module["_emscripten_bind_Mx3dGeomBSplineSurface_VReverse_0"]=Module["asm"]["dPa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_UReversedParameter_1=Module["_emscripten_bind_Mx3dGeomBSplineSurface_UReversedParameter_1"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_UReversedParameter_1=Module["_emscripten_bind_Mx3dGeomBSplineSurface_UReversedParameter_1"]=Module["asm"]["ePa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_VReversedParameter_1=Module["_emscripten_bind_Mx3dGeomBSplineSurface_VReversedParameter_1"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_VReversedParameter_1=Module["_emscripten_bind_Mx3dGeomBSplineSurface_VReversedParameter_1"]=Module["asm"]["fPa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_IncreaseDegree_2=Module["_emscripten_bind_Mx3dGeomBSplineSurface_IncreaseDegree_2"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_IncreaseDegree_2=Module["_emscripten_bind_Mx3dGeomBSplineSurface_IncreaseDegree_2"]=Module["asm"]["gPa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_InsertUKnots_4=Module["_emscripten_bind_Mx3dGeomBSplineSurface_InsertUKnots_4"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_InsertUKnots_4=Module["_emscripten_bind_Mx3dGeomBSplineSurface_InsertUKnots_4"]=Module["asm"]["hPa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_InsertVKnots_4=Module["_emscripten_bind_Mx3dGeomBSplineSurface_InsertVKnots_4"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_InsertVKnots_4=Module["_emscripten_bind_Mx3dGeomBSplineSurface_InsertVKnots_4"]=Module["asm"]["iPa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_RemoveUKnot_3=Module["_emscripten_bind_Mx3dGeomBSplineSurface_RemoveUKnot_3"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_RemoveUKnot_3=Module["_emscripten_bind_Mx3dGeomBSplineSurface_RemoveUKnot_3"]=Module["asm"]["jPa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_RemoveVKnot_3=Module["_emscripten_bind_Mx3dGeomBSplineSurface_RemoveVKnot_3"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_RemoveVKnot_3=Module["_emscripten_bind_Mx3dGeomBSplineSurface_RemoveVKnot_3"]=Module["asm"]["kPa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_IncreaseUMultiplicity_2=Module["_emscripten_bind_Mx3dGeomBSplineSurface_IncreaseUMultiplicity_2"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_IncreaseUMultiplicity_2=Module["_emscripten_bind_Mx3dGeomBSplineSurface_IncreaseUMultiplicity_2"]=Module["asm"]["lPa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_IncreaseUMultiplicity_3=Module["_emscripten_bind_Mx3dGeomBSplineSurface_IncreaseUMultiplicity_3"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_IncreaseUMultiplicity_3=Module["_emscripten_bind_Mx3dGeomBSplineSurface_IncreaseUMultiplicity_3"]=Module["asm"]["mPa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_IncrementUMultiplicity_3=Module["_emscripten_bind_Mx3dGeomBSplineSurface_IncrementUMultiplicity_3"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_IncrementUMultiplicity_3=Module["_emscripten_bind_Mx3dGeomBSplineSurface_IncrementUMultiplicity_3"]=Module["asm"]["nPa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_IncreaseVMultiplicity_2=Module["_emscripten_bind_Mx3dGeomBSplineSurface_IncreaseVMultiplicity_2"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_IncreaseVMultiplicity_2=Module["_emscripten_bind_Mx3dGeomBSplineSurface_IncreaseVMultiplicity_2"]=Module["asm"]["oPa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_IncreaseVMultiplicity_3=Module["_emscripten_bind_Mx3dGeomBSplineSurface_IncreaseVMultiplicity_3"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_IncreaseVMultiplicity_3=Module["_emscripten_bind_Mx3dGeomBSplineSurface_IncreaseVMultiplicity_3"]=Module["asm"]["pPa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_IncrementVMultiplicity_3=Module["_emscripten_bind_Mx3dGeomBSplineSurface_IncrementVMultiplicity_3"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_IncrementVMultiplicity_3=Module["_emscripten_bind_Mx3dGeomBSplineSurface_IncrementVMultiplicity_3"]=Module["asm"]["qPa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_InsertUKnot_4=Module["_emscripten_bind_Mx3dGeomBSplineSurface_InsertUKnot_4"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_InsertUKnot_4=Module["_emscripten_bind_Mx3dGeomBSplineSurface_InsertUKnot_4"]=Module["asm"]["rPa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_InsertVKnot_4=Module["_emscripten_bind_Mx3dGeomBSplineSurface_InsertVKnot_4"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_InsertVKnot_4=Module["_emscripten_bind_Mx3dGeomBSplineSurface_InsertVKnot_4"]=Module["asm"]["sPa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_Segment_4=Module["_emscripten_bind_Mx3dGeomBSplineSurface_Segment_4"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_Segment_4=Module["_emscripten_bind_Mx3dGeomBSplineSurface_Segment_4"]=Module["asm"]["tPa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_CheckAndSegment_4=Module["_emscripten_bind_Mx3dGeomBSplineSurface_CheckAndSegment_4"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_CheckAndSegment_4=Module["_emscripten_bind_Mx3dGeomBSplineSurface_CheckAndSegment_4"]=Module["asm"]["uPa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_SetUKnot_2=Module["_emscripten_bind_Mx3dGeomBSplineSurface_SetUKnot_2"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_SetUKnot_2=Module["_emscripten_bind_Mx3dGeomBSplineSurface_SetUKnot_2"]=Module["asm"]["vPa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_SetUKnot_3=Module["_emscripten_bind_Mx3dGeomBSplineSurface_SetUKnot_3"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_SetUKnot_3=Module["_emscripten_bind_Mx3dGeomBSplineSurface_SetUKnot_3"]=Module["asm"]["wPa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_SetUKnots_1=Module["_emscripten_bind_Mx3dGeomBSplineSurface_SetUKnots_1"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_SetUKnots_1=Module["_emscripten_bind_Mx3dGeomBSplineSurface_SetUKnots_1"]=Module["asm"]["xPa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_SetVKnot_2=Module["_emscripten_bind_Mx3dGeomBSplineSurface_SetVKnot_2"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_SetVKnot_2=Module["_emscripten_bind_Mx3dGeomBSplineSurface_SetVKnot_2"]=Module["asm"]["yPa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_SetVKnot_3=Module["_emscripten_bind_Mx3dGeomBSplineSurface_SetVKnot_3"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_SetVKnot_3=Module["_emscripten_bind_Mx3dGeomBSplineSurface_SetVKnot_3"]=Module["asm"]["zPa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_SetVKnots_1=Module["_emscripten_bind_Mx3dGeomBSplineSurface_SetVKnots_1"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_SetVKnots_1=Module["_emscripten_bind_Mx3dGeomBSplineSurface_SetVKnots_1"]=Module["asm"]["APa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_LocateU_4=Module["_emscripten_bind_Mx3dGeomBSplineSurface_LocateU_4"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_LocateU_4=Module["_emscripten_bind_Mx3dGeomBSplineSurface_LocateU_4"]=Module["asm"]["BPa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_LocateV_4=Module["_emscripten_bind_Mx3dGeomBSplineSurface_LocateV_4"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_LocateV_4=Module["_emscripten_bind_Mx3dGeomBSplineSurface_LocateV_4"]=Module["asm"]["CPa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_SetPole_3=Module["_emscripten_bind_Mx3dGeomBSplineSurface_SetPole_3"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_SetPole_3=Module["_emscripten_bind_Mx3dGeomBSplineSurface_SetPole_3"]=Module["asm"]["DPa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_SetPole_4=Module["_emscripten_bind_Mx3dGeomBSplineSurface_SetPole_4"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_SetPole_4=Module["_emscripten_bind_Mx3dGeomBSplineSurface_SetPole_4"]=Module["asm"]["EPa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_SetPoleCol_2=Module["_emscripten_bind_Mx3dGeomBSplineSurface_SetPoleCol_2"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_SetPoleCol_2=Module["_emscripten_bind_Mx3dGeomBSplineSurface_SetPoleCol_2"]=Module["asm"]["FPa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_SetPoleCol_3=Module["_emscripten_bind_Mx3dGeomBSplineSurface_SetPoleCol_3"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_SetPoleCol_3=Module["_emscripten_bind_Mx3dGeomBSplineSurface_SetPoleCol_3"]=Module["asm"]["GPa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_SetPoleRow_2=Module["_emscripten_bind_Mx3dGeomBSplineSurface_SetPoleRow_2"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_SetPoleRow_2=Module["_emscripten_bind_Mx3dGeomBSplineSurface_SetPoleRow_2"]=Module["asm"]["HPa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_SetPoleRow_3=Module["_emscripten_bind_Mx3dGeomBSplineSurface_SetPoleRow_3"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_SetPoleRow_3=Module["_emscripten_bind_Mx3dGeomBSplineSurface_SetPoleRow_3"]=Module["asm"]["IPa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_SetWeight_3=Module["_emscripten_bind_Mx3dGeomBSplineSurface_SetWeight_3"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_SetWeight_3=Module["_emscripten_bind_Mx3dGeomBSplineSurface_SetWeight_3"]=Module["asm"]["JPa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_SetWeightCol_2=Module["_emscripten_bind_Mx3dGeomBSplineSurface_SetWeightCol_2"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_SetWeightCol_2=Module["_emscripten_bind_Mx3dGeomBSplineSurface_SetWeightCol_2"]=Module["asm"]["KPa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_SetWeightRow_2=Module["_emscripten_bind_Mx3dGeomBSplineSurface_SetWeightRow_2"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_SetWeightRow_2=Module["_emscripten_bind_Mx3dGeomBSplineSurface_SetWeightRow_2"]=Module["asm"]["LPa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_MovePoint_8=Module["_emscripten_bind_Mx3dGeomBSplineSurface_MovePoint_8"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_MovePoint_8=Module["_emscripten_bind_Mx3dGeomBSplineSurface_MovePoint_8"]=Module["asm"]["MPa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_IsUClosed_0=Module["_emscripten_bind_Mx3dGeomBSplineSurface_IsUClosed_0"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_IsUClosed_0=Module["_emscripten_bind_Mx3dGeomBSplineSurface_IsUClosed_0"]=Module["asm"]["NPa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_IsVClosed_0=Module["_emscripten_bind_Mx3dGeomBSplineSurface_IsVClosed_0"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_IsVClosed_0=Module["_emscripten_bind_Mx3dGeomBSplineSurface_IsVClosed_0"]=Module["asm"]["OPa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_IsCNu_1=Module["_emscripten_bind_Mx3dGeomBSplineSurface_IsCNu_1"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_IsCNu_1=Module["_emscripten_bind_Mx3dGeomBSplineSurface_IsCNu_1"]=Module["asm"]["PPa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_IsCNv_1=Module["_emscripten_bind_Mx3dGeomBSplineSurface_IsCNv_1"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_IsCNv_1=Module["_emscripten_bind_Mx3dGeomBSplineSurface_IsCNv_1"]=Module["asm"]["QPa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_IsUPeriodic_0=Module["_emscripten_bind_Mx3dGeomBSplineSurface_IsUPeriodic_0"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_IsUPeriodic_0=Module["_emscripten_bind_Mx3dGeomBSplineSurface_IsUPeriodic_0"]=Module["asm"]["RPa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_IsURational_0=Module["_emscripten_bind_Mx3dGeomBSplineSurface_IsURational_0"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_IsURational_0=Module["_emscripten_bind_Mx3dGeomBSplineSurface_IsURational_0"]=Module["asm"]["SPa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_IsVPeriodic_0=Module["_emscripten_bind_Mx3dGeomBSplineSurface_IsVPeriodic_0"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_IsVPeriodic_0=Module["_emscripten_bind_Mx3dGeomBSplineSurface_IsVPeriodic_0"]=Module["asm"]["TPa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_IsVRational_0=Module["_emscripten_bind_Mx3dGeomBSplineSurface_IsVRational_0"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_IsVRational_0=Module["_emscripten_bind_Mx3dGeomBSplineSurface_IsVRational_0"]=Module["asm"]["UPa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_Bounds_1=Module["_emscripten_bind_Mx3dGeomBSplineSurface_Bounds_1"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_Bounds_1=Module["_emscripten_bind_Mx3dGeomBSplineSurface_Bounds_1"]=Module["asm"]["VPa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_Continuity_0=Module["_emscripten_bind_Mx3dGeomBSplineSurface_Continuity_0"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_Continuity_0=Module["_emscripten_bind_Mx3dGeomBSplineSurface_Continuity_0"]=Module["asm"]["WPa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_FirstUKnotIndex_0=Module["_emscripten_bind_Mx3dGeomBSplineSurface_FirstUKnotIndex_0"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_FirstUKnotIndex_0=Module["_emscripten_bind_Mx3dGeomBSplineSurface_FirstUKnotIndex_0"]=Module["asm"]["XPa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_FirstVKnotIndex_0=Module["_emscripten_bind_Mx3dGeomBSplineSurface_FirstVKnotIndex_0"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_FirstVKnotIndex_0=Module["_emscripten_bind_Mx3dGeomBSplineSurface_FirstVKnotIndex_0"]=Module["asm"]["YPa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_LastUKnotIndex_0=Module["_emscripten_bind_Mx3dGeomBSplineSurface_LastUKnotIndex_0"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_LastUKnotIndex_0=Module["_emscripten_bind_Mx3dGeomBSplineSurface_LastUKnotIndex_0"]=Module["asm"]["ZPa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_LastVKnotIndex_0=Module["_emscripten_bind_Mx3dGeomBSplineSurface_LastVKnotIndex_0"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_LastVKnotIndex_0=Module["_emscripten_bind_Mx3dGeomBSplineSurface_LastVKnotIndex_0"]=Module["asm"]["_Pa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_NbUKnots_0=Module["_emscripten_bind_Mx3dGeomBSplineSurface_NbUKnots_0"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_NbUKnots_0=Module["_emscripten_bind_Mx3dGeomBSplineSurface_NbUKnots_0"]=Module["asm"]["$Pa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_NbUPoles_0=Module["_emscripten_bind_Mx3dGeomBSplineSurface_NbUPoles_0"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_NbUPoles_0=Module["_emscripten_bind_Mx3dGeomBSplineSurface_NbUPoles_0"]=Module["asm"]["aQa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_NbVKnots_0=Module["_emscripten_bind_Mx3dGeomBSplineSurface_NbVKnots_0"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_NbVKnots_0=Module["_emscripten_bind_Mx3dGeomBSplineSurface_NbVKnots_0"]=Module["asm"]["bQa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_NbVPoles_0=Module["_emscripten_bind_Mx3dGeomBSplineSurface_NbVPoles_0"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_NbVPoles_0=Module["_emscripten_bind_Mx3dGeomBSplineSurface_NbVPoles_0"]=Module["asm"]["cQa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_Pole_2=Module["_emscripten_bind_Mx3dGeomBSplineSurface_Pole_2"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_Pole_2=Module["_emscripten_bind_Mx3dGeomBSplineSurface_Pole_2"]=Module["asm"]["dQa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_Poles_0=Module["_emscripten_bind_Mx3dGeomBSplineSurface_Poles_0"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_Poles_0=Module["_emscripten_bind_Mx3dGeomBSplineSurface_Poles_0"]=Module["asm"]["eQa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_UDegree_0=Module["_emscripten_bind_Mx3dGeomBSplineSurface_UDegree_0"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_UDegree_0=Module["_emscripten_bind_Mx3dGeomBSplineSurface_UDegree_0"]=Module["asm"]["fQa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_UKnot_1=Module["_emscripten_bind_Mx3dGeomBSplineSurface_UKnot_1"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_UKnot_1=Module["_emscripten_bind_Mx3dGeomBSplineSurface_UKnot_1"]=Module["asm"]["gQa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_UKnots_0=Module["_emscripten_bind_Mx3dGeomBSplineSurface_UKnots_0"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_UKnots_0=Module["_emscripten_bind_Mx3dGeomBSplineSurface_UKnots_0"]=Module["asm"]["hQa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_UKnotSequence_0=Module["_emscripten_bind_Mx3dGeomBSplineSurface_UKnotSequence_0"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_UKnotSequence_0=Module["_emscripten_bind_Mx3dGeomBSplineSurface_UKnotSequence_0"]=Module["asm"]["iQa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_UMultiplicity_1=Module["_emscripten_bind_Mx3dGeomBSplineSurface_UMultiplicity_1"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_UMultiplicity_1=Module["_emscripten_bind_Mx3dGeomBSplineSurface_UMultiplicity_1"]=Module["asm"]["jQa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_UMultiplicities_0=Module["_emscripten_bind_Mx3dGeomBSplineSurface_UMultiplicities_0"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_UMultiplicities_0=Module["_emscripten_bind_Mx3dGeomBSplineSurface_UMultiplicities_0"]=Module["asm"]["kQa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_VDegree_0=Module["_emscripten_bind_Mx3dGeomBSplineSurface_VDegree_0"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_VDegree_0=Module["_emscripten_bind_Mx3dGeomBSplineSurface_VDegree_0"]=Module["asm"]["lQa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_VKnot_1=Module["_emscripten_bind_Mx3dGeomBSplineSurface_VKnot_1"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_VKnot_1=Module["_emscripten_bind_Mx3dGeomBSplineSurface_VKnot_1"]=Module["asm"]["mQa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_VKnots_0=Module["_emscripten_bind_Mx3dGeomBSplineSurface_VKnots_0"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_VKnots_0=Module["_emscripten_bind_Mx3dGeomBSplineSurface_VKnots_0"]=Module["asm"]["nQa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_VKnotSequence_0=Module["_emscripten_bind_Mx3dGeomBSplineSurface_VKnotSequence_0"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_VKnotSequence_0=Module["_emscripten_bind_Mx3dGeomBSplineSurface_VKnotSequence_0"]=Module["asm"]["oQa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_VMultiplicity_1=Module["_emscripten_bind_Mx3dGeomBSplineSurface_VMultiplicity_1"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_VMultiplicity_1=Module["_emscripten_bind_Mx3dGeomBSplineSurface_VMultiplicity_1"]=Module["asm"]["pQa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_VMultiplicities_0=Module["_emscripten_bind_Mx3dGeomBSplineSurface_VMultiplicities_0"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_VMultiplicities_0=Module["_emscripten_bind_Mx3dGeomBSplineSurface_VMultiplicities_0"]=Module["asm"]["qQa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_Weight_2=Module["_emscripten_bind_Mx3dGeomBSplineSurface_Weight_2"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_Weight_2=Module["_emscripten_bind_Mx3dGeomBSplineSurface_Weight_2"]=Module["asm"]["rQa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_Weights_0=Module["_emscripten_bind_Mx3dGeomBSplineSurface_Weights_0"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_Weights_0=Module["_emscripten_bind_Mx3dGeomBSplineSurface_Weights_0"]=Module["asm"]["sQa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_D0_3=Module["_emscripten_bind_Mx3dGeomBSplineSurface_D0_3"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_D0_3=Module["_emscripten_bind_Mx3dGeomBSplineSurface_D0_3"]=Module["asm"]["tQa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_D1_5=Module["_emscripten_bind_Mx3dGeomBSplineSurface_D1_5"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_D1_5=Module["_emscripten_bind_Mx3dGeomBSplineSurface_D1_5"]=Module["asm"]["uQa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_D2_8=Module["_emscripten_bind_Mx3dGeomBSplineSurface_D2_8"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_D2_8=Module["_emscripten_bind_Mx3dGeomBSplineSurface_D2_8"]=Module["asm"]["vQa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_D3_12=Module["_emscripten_bind_Mx3dGeomBSplineSurface_D3_12"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_D3_12=Module["_emscripten_bind_Mx3dGeomBSplineSurface_D3_12"]=Module["asm"]["wQa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_DN_4=Module["_emscripten_bind_Mx3dGeomBSplineSurface_DN_4"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_DN_4=Module["_emscripten_bind_Mx3dGeomBSplineSurface_DN_4"]=Module["asm"]["xQa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_LocalD0_7=Module["_emscripten_bind_Mx3dGeomBSplineSurface_LocalD0_7"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_LocalD0_7=Module["_emscripten_bind_Mx3dGeomBSplineSurface_LocalD0_7"]=Module["asm"]["yQa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_LocalD1_9=Module["_emscripten_bind_Mx3dGeomBSplineSurface_LocalD1_9"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_LocalD1_9=Module["_emscripten_bind_Mx3dGeomBSplineSurface_LocalD1_9"]=Module["asm"]["zQa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_LocalD2_12=Module["_emscripten_bind_Mx3dGeomBSplineSurface_LocalD2_12"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_LocalD2_12=Module["_emscripten_bind_Mx3dGeomBSplineSurface_LocalD2_12"]=Module["asm"]["AQa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_LocalD3_16=Module["_emscripten_bind_Mx3dGeomBSplineSurface_LocalD3_16"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_LocalD3_16=Module["_emscripten_bind_Mx3dGeomBSplineSurface_LocalD3_16"]=Module["asm"]["BQa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_LocalDN_8=Module["_emscripten_bind_Mx3dGeomBSplineSurface_LocalDN_8"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_LocalDN_8=Module["_emscripten_bind_Mx3dGeomBSplineSurface_LocalDN_8"]=Module["asm"]["CQa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_LocalValue_6=Module["_emscripten_bind_Mx3dGeomBSplineSurface_LocalValue_6"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_LocalValue_6=Module["_emscripten_bind_Mx3dGeomBSplineSurface_LocalValue_6"]=Module["asm"]["DQa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_Transform_1=Module["_emscripten_bind_Mx3dGeomBSplineSurface_Transform_1"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_Transform_1=Module["_emscripten_bind_Mx3dGeomBSplineSurface_Transform_1"]=Module["asm"]["EQa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_Copy_0=Module["_emscripten_bind_Mx3dGeomBSplineSurface_Copy_0"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_Copy_0=Module["_emscripten_bind_Mx3dGeomBSplineSurface_Copy_0"]=Module["asm"]["FQa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_DynamicType_0=Module["_emscripten_bind_Mx3dGeomBSplineSurface_DynamicType_0"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_DynamicType_0=Module["_emscripten_bind_Mx3dGeomBSplineSurface_DynamicType_0"]=Module["asm"]["GQa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_Face_1=Module["_emscripten_bind_Mx3dGeomBSplineSurface_Face_1"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_Face_1=Module["_emscripten_bind_Mx3dGeomBSplineSurface_Face_1"]=Module["asm"]["HQa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_Face_2=Module["_emscripten_bind_Mx3dGeomBSplineSurface_Face_2"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_Face_2=Module["_emscripten_bind_Mx3dGeomBSplineSurface_Face_2"]=Module["asm"]["IQa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_Face_5=Module["_emscripten_bind_Mx3dGeomBSplineSurface_Face_5"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_Face_5=Module["_emscripten_bind_Mx3dGeomBSplineSurface_Face_5"]=Module["asm"]["JQa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_MirrorByPoint_1=Module["_emscripten_bind_Mx3dGeomBSplineSurface_MirrorByPoint_1"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_MirrorByPoint_1=Module["_emscripten_bind_Mx3dGeomBSplineSurface_MirrorByPoint_1"]=Module["asm"]["KQa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_MirrorByAxis_1=Module["_emscripten_bind_Mx3dGeomBSplineSurface_MirrorByAxis_1"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_MirrorByAxis_1=Module["_emscripten_bind_Mx3dGeomBSplineSurface_MirrorByAxis_1"]=Module["asm"]["LQa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_MirrorByCSYSR_1=Module["_emscripten_bind_Mx3dGeomBSplineSurface_MirrorByCSYSR_1"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_MirrorByCSYSR_1=Module["_emscripten_bind_Mx3dGeomBSplineSurface_MirrorByCSYSR_1"]=Module["asm"]["MQa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_Rotate_2=Module["_emscripten_bind_Mx3dGeomBSplineSurface_Rotate_2"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_Rotate_2=Module["_emscripten_bind_Mx3dGeomBSplineSurface_Rotate_2"]=Module["asm"]["NQa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_Scale_2=Module["_emscripten_bind_Mx3dGeomBSplineSurface_Scale_2"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_Scale_2=Module["_emscripten_bind_Mx3dGeomBSplineSurface_Scale_2"]=Module["asm"]["OQa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_TranslateByVec_1=Module["_emscripten_bind_Mx3dGeomBSplineSurface_TranslateByVec_1"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_TranslateByVec_1=Module["_emscripten_bind_Mx3dGeomBSplineSurface_TranslateByVec_1"]=Module["asm"]["PQa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_TranslateBy2Points_2=Module["_emscripten_bind_Mx3dGeomBSplineSurface_TranslateBy2Points_2"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_TranslateBy2Points_2=Module["_emscripten_bind_Mx3dGeomBSplineSurface_TranslateBy2Points_2"]=Module["asm"]["QQa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_MirroredByPoint_1=Module["_emscripten_bind_Mx3dGeomBSplineSurface_MirroredByPoint_1"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_MirroredByPoint_1=Module["_emscripten_bind_Mx3dGeomBSplineSurface_MirroredByPoint_1"]=Module["asm"]["RQa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_MirroredByAxis_1=Module["_emscripten_bind_Mx3dGeomBSplineSurface_MirroredByAxis_1"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_MirroredByAxis_1=Module["_emscripten_bind_Mx3dGeomBSplineSurface_MirroredByAxis_1"]=Module["asm"]["SQa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_MirroredByCSYSR_1=Module["_emscripten_bind_Mx3dGeomBSplineSurface_MirroredByCSYSR_1"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_MirroredByCSYSR_1=Module["_emscripten_bind_Mx3dGeomBSplineSurface_MirroredByCSYSR_1"]=Module["asm"]["TQa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_Rotated_2=Module["_emscripten_bind_Mx3dGeomBSplineSurface_Rotated_2"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_Rotated_2=Module["_emscripten_bind_Mx3dGeomBSplineSurface_Rotated_2"]=Module["asm"]["UQa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_Scaled_2=Module["_emscripten_bind_Mx3dGeomBSplineSurface_Scaled_2"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_Scaled_2=Module["_emscripten_bind_Mx3dGeomBSplineSurface_Scaled_2"]=Module["asm"]["VQa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_Transformed_1=Module["_emscripten_bind_Mx3dGeomBSplineSurface_Transformed_1"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_Transformed_1=Module["_emscripten_bind_Mx3dGeomBSplineSurface_Transformed_1"]=Module["asm"]["WQa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_TranslatedByVec_1=Module["_emscripten_bind_Mx3dGeomBSplineSurface_TranslatedByVec_1"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_TranslatedByVec_1=Module["_emscripten_bind_Mx3dGeomBSplineSurface_TranslatedByVec_1"]=Module["asm"]["XQa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_TranslatedBy2Points_2=Module["_emscripten_bind_Mx3dGeomBSplineSurface_TranslatedBy2Points_2"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_TranslatedBy2Points_2=Module["_emscripten_bind_Mx3dGeomBSplineSurface_TranslatedBy2Points_2"]=Module["asm"]["YQa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_UReversed_0=Module["_emscripten_bind_Mx3dGeomBSplineSurface_UReversed_0"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_UReversed_0=Module["_emscripten_bind_Mx3dGeomBSplineSurface_UReversed_0"]=Module["asm"]["ZQa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_VReversed_0=Module["_emscripten_bind_Mx3dGeomBSplineSurface_VReversed_0"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_VReversed_0=Module["_emscripten_bind_Mx3dGeomBSplineSurface_VReversed_0"]=Module["asm"]["_Qa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_UPeriod_0=Module["_emscripten_bind_Mx3dGeomBSplineSurface_UPeriod_0"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_UPeriod_0=Module["_emscripten_bind_Mx3dGeomBSplineSurface_UPeriod_0"]=Module["asm"]["$Qa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_VPeriod_0=Module["_emscripten_bind_Mx3dGeomBSplineSurface_VPeriod_0"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_VPeriod_0=Module["_emscripten_bind_Mx3dGeomBSplineSurface_VPeriod_0"]=Module["asm"]["aRa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface_Value_2=Module["_emscripten_bind_Mx3dGeomBSplineSurface_Value_2"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface_Value_2=Module["_emscripten_bind_Mx3dGeomBSplineSurface_Value_2"]=Module["asm"]["bRa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBSplineSurface___destroy___0=Module["_emscripten_bind_Mx3dGeomBSplineSurface___destroy___0"]=function(){return(_emscripten_bind_Mx3dGeomBSplineSurface___destroy___0=Module["_emscripten_bind_Mx3dGeomBSplineSurface___destroy___0"]=Module["asm"]["cRa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierSurface_Mx3dGeomBezierSurface_1=Module["_emscripten_bind_Mx3dGeomBezierSurface_Mx3dGeomBezierSurface_1"]=function(){return(_emscripten_bind_Mx3dGeomBezierSurface_Mx3dGeomBezierSurface_1=Module["_emscripten_bind_Mx3dGeomBezierSurface_Mx3dGeomBezierSurface_1"]=Module["asm"]["dRa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierSurface_Mx3dGeomBezierSurface_2=Module["_emscripten_bind_Mx3dGeomBezierSurface_Mx3dGeomBezierSurface_2"]=function(){return(_emscripten_bind_Mx3dGeomBezierSurface_Mx3dGeomBezierSurface_2=Module["_emscripten_bind_Mx3dGeomBezierSurface_Mx3dGeomBezierSurface_2"]=Module["asm"]["eRa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierSurface_ExchangeUV_0=Module["_emscripten_bind_Mx3dGeomBezierSurface_ExchangeUV_0"]=function(){return(_emscripten_bind_Mx3dGeomBezierSurface_ExchangeUV_0=Module["_emscripten_bind_Mx3dGeomBezierSurface_ExchangeUV_0"]=Module["asm"]["fRa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierSurface_Increase_2=Module["_emscripten_bind_Mx3dGeomBezierSurface_Increase_2"]=function(){return(_emscripten_bind_Mx3dGeomBezierSurface_Increase_2=Module["_emscripten_bind_Mx3dGeomBezierSurface_Increase_2"]=Module["asm"]["gRa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierSurface_InsertPoleColAfter_2=Module["_emscripten_bind_Mx3dGeomBezierSurface_InsertPoleColAfter_2"]=function(){return(_emscripten_bind_Mx3dGeomBezierSurface_InsertPoleColAfter_2=Module["_emscripten_bind_Mx3dGeomBezierSurface_InsertPoleColAfter_2"]=Module["asm"]["hRa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierSurface_InsertPoleColAfter_3=Module["_emscripten_bind_Mx3dGeomBezierSurface_InsertPoleColAfter_3"]=function(){return(_emscripten_bind_Mx3dGeomBezierSurface_InsertPoleColAfter_3=Module["_emscripten_bind_Mx3dGeomBezierSurface_InsertPoleColAfter_3"]=Module["asm"]["iRa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierSurface_InsertPoleColBefore_2=Module["_emscripten_bind_Mx3dGeomBezierSurface_InsertPoleColBefore_2"]=function(){return(_emscripten_bind_Mx3dGeomBezierSurface_InsertPoleColBefore_2=Module["_emscripten_bind_Mx3dGeomBezierSurface_InsertPoleColBefore_2"]=Module["asm"]["jRa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierSurface_InsertPoleColBefore_3=Module["_emscripten_bind_Mx3dGeomBezierSurface_InsertPoleColBefore_3"]=function(){return(_emscripten_bind_Mx3dGeomBezierSurface_InsertPoleColBefore_3=Module["_emscripten_bind_Mx3dGeomBezierSurface_InsertPoleColBefore_3"]=Module["asm"]["kRa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierSurface_InsertPoleRowAfter_2=Module["_emscripten_bind_Mx3dGeomBezierSurface_InsertPoleRowAfter_2"]=function(){return(_emscripten_bind_Mx3dGeomBezierSurface_InsertPoleRowAfter_2=Module["_emscripten_bind_Mx3dGeomBezierSurface_InsertPoleRowAfter_2"]=Module["asm"]["lRa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierSurface_InsertPoleRowAfter_3=Module["_emscripten_bind_Mx3dGeomBezierSurface_InsertPoleRowAfter_3"]=function(){return(_emscripten_bind_Mx3dGeomBezierSurface_InsertPoleRowAfter_3=Module["_emscripten_bind_Mx3dGeomBezierSurface_InsertPoleRowAfter_3"]=Module["asm"]["mRa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierSurface_InsertPoleRowBefore_2=Module["_emscripten_bind_Mx3dGeomBezierSurface_InsertPoleRowBefore_2"]=function(){return(_emscripten_bind_Mx3dGeomBezierSurface_InsertPoleRowBefore_2=Module["_emscripten_bind_Mx3dGeomBezierSurface_InsertPoleRowBefore_2"]=Module["asm"]["nRa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierSurface_InsertPoleRowBefore_3=Module["_emscripten_bind_Mx3dGeomBezierSurface_InsertPoleRowBefore_3"]=function(){return(_emscripten_bind_Mx3dGeomBezierSurface_InsertPoleRowBefore_3=Module["_emscripten_bind_Mx3dGeomBezierSurface_InsertPoleRowBefore_3"]=Module["asm"]["oRa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierSurface_RemovePoleCol_1=Module["_emscripten_bind_Mx3dGeomBezierSurface_RemovePoleCol_1"]=function(){return(_emscripten_bind_Mx3dGeomBezierSurface_RemovePoleCol_1=Module["_emscripten_bind_Mx3dGeomBezierSurface_RemovePoleCol_1"]=Module["asm"]["pRa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierSurface_RemovePoleRow_1=Module["_emscripten_bind_Mx3dGeomBezierSurface_RemovePoleRow_1"]=function(){return(_emscripten_bind_Mx3dGeomBezierSurface_RemovePoleRow_1=Module["_emscripten_bind_Mx3dGeomBezierSurface_RemovePoleRow_1"]=Module["asm"]["qRa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierSurface_Segment_4=Module["_emscripten_bind_Mx3dGeomBezierSurface_Segment_4"]=function(){return(_emscripten_bind_Mx3dGeomBezierSurface_Segment_4=Module["_emscripten_bind_Mx3dGeomBezierSurface_Segment_4"]=Module["asm"]["rRa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierSurface_SetPole_3=Module["_emscripten_bind_Mx3dGeomBezierSurface_SetPole_3"]=function(){return(_emscripten_bind_Mx3dGeomBezierSurface_SetPole_3=Module["_emscripten_bind_Mx3dGeomBezierSurface_SetPole_3"]=Module["asm"]["sRa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierSurface_SetPole_4=Module["_emscripten_bind_Mx3dGeomBezierSurface_SetPole_4"]=function(){return(_emscripten_bind_Mx3dGeomBezierSurface_SetPole_4=Module["_emscripten_bind_Mx3dGeomBezierSurface_SetPole_4"]=Module["asm"]["tRa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierSurface_SetPoleCol_2=Module["_emscripten_bind_Mx3dGeomBezierSurface_SetPoleCol_2"]=function(){return(_emscripten_bind_Mx3dGeomBezierSurface_SetPoleCol_2=Module["_emscripten_bind_Mx3dGeomBezierSurface_SetPoleCol_2"]=Module["asm"]["uRa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierSurface_SetPoleCol_3=Module["_emscripten_bind_Mx3dGeomBezierSurface_SetPoleCol_3"]=function(){return(_emscripten_bind_Mx3dGeomBezierSurface_SetPoleCol_3=Module["_emscripten_bind_Mx3dGeomBezierSurface_SetPoleCol_3"]=Module["asm"]["vRa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierSurface_SetPoleRow_2=Module["_emscripten_bind_Mx3dGeomBezierSurface_SetPoleRow_2"]=function(){return(_emscripten_bind_Mx3dGeomBezierSurface_SetPoleRow_2=Module["_emscripten_bind_Mx3dGeomBezierSurface_SetPoleRow_2"]=Module["asm"]["wRa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierSurface_SetPoleRow_3=Module["_emscripten_bind_Mx3dGeomBezierSurface_SetPoleRow_3"]=function(){return(_emscripten_bind_Mx3dGeomBezierSurface_SetPoleRow_3=Module["_emscripten_bind_Mx3dGeomBezierSurface_SetPoleRow_3"]=Module["asm"]["xRa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierSurface_SetWeight_3=Module["_emscripten_bind_Mx3dGeomBezierSurface_SetWeight_3"]=function(){return(_emscripten_bind_Mx3dGeomBezierSurface_SetWeight_3=Module["_emscripten_bind_Mx3dGeomBezierSurface_SetWeight_3"]=Module["asm"]["yRa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierSurface_SetWeightCol_2=Module["_emscripten_bind_Mx3dGeomBezierSurface_SetWeightCol_2"]=function(){return(_emscripten_bind_Mx3dGeomBezierSurface_SetWeightCol_2=Module["_emscripten_bind_Mx3dGeomBezierSurface_SetWeightCol_2"]=Module["asm"]["zRa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierSurface_SetWeightRow_2=Module["_emscripten_bind_Mx3dGeomBezierSurface_SetWeightRow_2"]=function(){return(_emscripten_bind_Mx3dGeomBezierSurface_SetWeightRow_2=Module["_emscripten_bind_Mx3dGeomBezierSurface_SetWeightRow_2"]=Module["asm"]["ARa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierSurface_UReverse_0=Module["_emscripten_bind_Mx3dGeomBezierSurface_UReverse_0"]=function(){return(_emscripten_bind_Mx3dGeomBezierSurface_UReverse_0=Module["_emscripten_bind_Mx3dGeomBezierSurface_UReverse_0"]=Module["asm"]["BRa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierSurface_UReversedParameter_1=Module["_emscripten_bind_Mx3dGeomBezierSurface_UReversedParameter_1"]=function(){return(_emscripten_bind_Mx3dGeomBezierSurface_UReversedParameter_1=Module["_emscripten_bind_Mx3dGeomBezierSurface_UReversedParameter_1"]=Module["asm"]["CRa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierSurface_VReverse_0=Module["_emscripten_bind_Mx3dGeomBezierSurface_VReverse_0"]=function(){return(_emscripten_bind_Mx3dGeomBezierSurface_VReverse_0=Module["_emscripten_bind_Mx3dGeomBezierSurface_VReverse_0"]=Module["asm"]["DRa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierSurface_VReversedParameter_1=Module["_emscripten_bind_Mx3dGeomBezierSurface_VReversedParameter_1"]=function(){return(_emscripten_bind_Mx3dGeomBezierSurface_VReversedParameter_1=Module["_emscripten_bind_Mx3dGeomBezierSurface_VReversedParameter_1"]=Module["asm"]["ERa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierSurface_Bounds_1=Module["_emscripten_bind_Mx3dGeomBezierSurface_Bounds_1"]=function(){return(_emscripten_bind_Mx3dGeomBezierSurface_Bounds_1=Module["_emscripten_bind_Mx3dGeomBezierSurface_Bounds_1"]=Module["asm"]["FRa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierSurface_Continuity_0=Module["_emscripten_bind_Mx3dGeomBezierSurface_Continuity_0"]=function(){return(_emscripten_bind_Mx3dGeomBezierSurface_Continuity_0=Module["_emscripten_bind_Mx3dGeomBezierSurface_Continuity_0"]=Module["asm"]["GRa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierSurface_D0_3=Module["_emscripten_bind_Mx3dGeomBezierSurface_D0_3"]=function(){return(_emscripten_bind_Mx3dGeomBezierSurface_D0_3=Module["_emscripten_bind_Mx3dGeomBezierSurface_D0_3"]=Module["asm"]["HRa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierSurface_D1_5=Module["_emscripten_bind_Mx3dGeomBezierSurface_D1_5"]=function(){return(_emscripten_bind_Mx3dGeomBezierSurface_D1_5=Module["_emscripten_bind_Mx3dGeomBezierSurface_D1_5"]=Module["asm"]["IRa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierSurface_D2_8=Module["_emscripten_bind_Mx3dGeomBezierSurface_D2_8"]=function(){return(_emscripten_bind_Mx3dGeomBezierSurface_D2_8=Module["_emscripten_bind_Mx3dGeomBezierSurface_D2_8"]=Module["asm"]["JRa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierSurface_D3_12=Module["_emscripten_bind_Mx3dGeomBezierSurface_D3_12"]=function(){return(_emscripten_bind_Mx3dGeomBezierSurface_D3_12=Module["_emscripten_bind_Mx3dGeomBezierSurface_D3_12"]=Module["asm"]["KRa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierSurface_DN_4=Module["_emscripten_bind_Mx3dGeomBezierSurface_DN_4"]=function(){return(_emscripten_bind_Mx3dGeomBezierSurface_DN_4=Module["_emscripten_bind_Mx3dGeomBezierSurface_DN_4"]=Module["asm"]["LRa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierSurface_NbUPoles_0=Module["_emscripten_bind_Mx3dGeomBezierSurface_NbUPoles_0"]=function(){return(_emscripten_bind_Mx3dGeomBezierSurface_NbUPoles_0=Module["_emscripten_bind_Mx3dGeomBezierSurface_NbUPoles_0"]=Module["asm"]["MRa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierSurface_NbVPoles_0=Module["_emscripten_bind_Mx3dGeomBezierSurface_NbVPoles_0"]=function(){return(_emscripten_bind_Mx3dGeomBezierSurface_NbVPoles_0=Module["_emscripten_bind_Mx3dGeomBezierSurface_NbVPoles_0"]=Module["asm"]["NRa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierSurface_Pole_2=Module["_emscripten_bind_Mx3dGeomBezierSurface_Pole_2"]=function(){return(_emscripten_bind_Mx3dGeomBezierSurface_Pole_2=Module["_emscripten_bind_Mx3dGeomBezierSurface_Pole_2"]=Module["asm"]["ORa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierSurface_Poles_0=Module["_emscripten_bind_Mx3dGeomBezierSurface_Poles_0"]=function(){return(_emscripten_bind_Mx3dGeomBezierSurface_Poles_0=Module["_emscripten_bind_Mx3dGeomBezierSurface_Poles_0"]=Module["asm"]["PRa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierSurface_UDegree_0=Module["_emscripten_bind_Mx3dGeomBezierSurface_UDegree_0"]=function(){return(_emscripten_bind_Mx3dGeomBezierSurface_UDegree_0=Module["_emscripten_bind_Mx3dGeomBezierSurface_UDegree_0"]=Module["asm"]["QRa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierSurface_Weight_2=Module["_emscripten_bind_Mx3dGeomBezierSurface_Weight_2"]=function(){return(_emscripten_bind_Mx3dGeomBezierSurface_Weight_2=Module["_emscripten_bind_Mx3dGeomBezierSurface_Weight_2"]=Module["asm"]["RRa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierSurface_Weights_0=Module["_emscripten_bind_Mx3dGeomBezierSurface_Weights_0"]=function(){return(_emscripten_bind_Mx3dGeomBezierSurface_Weights_0=Module["_emscripten_bind_Mx3dGeomBezierSurface_Weights_0"]=Module["asm"]["SRa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierSurface_IsUClosed_0=Module["_emscripten_bind_Mx3dGeomBezierSurface_IsUClosed_0"]=function(){return(_emscripten_bind_Mx3dGeomBezierSurface_IsUClosed_0=Module["_emscripten_bind_Mx3dGeomBezierSurface_IsUClosed_0"]=Module["asm"]["TRa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierSurface_IsVClosed_0=Module["_emscripten_bind_Mx3dGeomBezierSurface_IsVClosed_0"]=function(){return(_emscripten_bind_Mx3dGeomBezierSurface_IsVClosed_0=Module["_emscripten_bind_Mx3dGeomBezierSurface_IsVClosed_0"]=Module["asm"]["URa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierSurface_IsCNu_1=Module["_emscripten_bind_Mx3dGeomBezierSurface_IsCNu_1"]=function(){return(_emscripten_bind_Mx3dGeomBezierSurface_IsCNu_1=Module["_emscripten_bind_Mx3dGeomBezierSurface_IsCNu_1"]=Module["asm"]["VRa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierSurface_IsCNv_1=Module["_emscripten_bind_Mx3dGeomBezierSurface_IsCNv_1"]=function(){return(_emscripten_bind_Mx3dGeomBezierSurface_IsCNv_1=Module["_emscripten_bind_Mx3dGeomBezierSurface_IsCNv_1"]=Module["asm"]["WRa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierSurface_IsUPeriodic_0=Module["_emscripten_bind_Mx3dGeomBezierSurface_IsUPeriodic_0"]=function(){return(_emscripten_bind_Mx3dGeomBezierSurface_IsUPeriodic_0=Module["_emscripten_bind_Mx3dGeomBezierSurface_IsUPeriodic_0"]=Module["asm"]["XRa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierSurface_IsVPeriodic_0=Module["_emscripten_bind_Mx3dGeomBezierSurface_IsVPeriodic_0"]=function(){return(_emscripten_bind_Mx3dGeomBezierSurface_IsVPeriodic_0=Module["_emscripten_bind_Mx3dGeomBezierSurface_IsVPeriodic_0"]=Module["asm"]["YRa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierSurface_IsURational_0=Module["_emscripten_bind_Mx3dGeomBezierSurface_IsURational_0"]=function(){return(_emscripten_bind_Mx3dGeomBezierSurface_IsURational_0=Module["_emscripten_bind_Mx3dGeomBezierSurface_IsURational_0"]=Module["asm"]["ZRa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierSurface_IsVRational_0=Module["_emscripten_bind_Mx3dGeomBezierSurface_IsVRational_0"]=function(){return(_emscripten_bind_Mx3dGeomBezierSurface_IsVRational_0=Module["_emscripten_bind_Mx3dGeomBezierSurface_IsVRational_0"]=Module["asm"]["_Ra"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierSurface_Transform_1=Module["_emscripten_bind_Mx3dGeomBezierSurface_Transform_1"]=function(){return(_emscripten_bind_Mx3dGeomBezierSurface_Transform_1=Module["_emscripten_bind_Mx3dGeomBezierSurface_Transform_1"]=Module["asm"]["$Ra"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierSurface_Copy_0=Module["_emscripten_bind_Mx3dGeomBezierSurface_Copy_0"]=function(){return(_emscripten_bind_Mx3dGeomBezierSurface_Copy_0=Module["_emscripten_bind_Mx3dGeomBezierSurface_Copy_0"]=Module["asm"]["aSa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierSurface_Face_1=Module["_emscripten_bind_Mx3dGeomBezierSurface_Face_1"]=function(){return(_emscripten_bind_Mx3dGeomBezierSurface_Face_1=Module["_emscripten_bind_Mx3dGeomBezierSurface_Face_1"]=Module["asm"]["bSa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierSurface_Face_2=Module["_emscripten_bind_Mx3dGeomBezierSurface_Face_2"]=function(){return(_emscripten_bind_Mx3dGeomBezierSurface_Face_2=Module["_emscripten_bind_Mx3dGeomBezierSurface_Face_2"]=Module["asm"]["cSa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierSurface_Face_5=Module["_emscripten_bind_Mx3dGeomBezierSurface_Face_5"]=function(){return(_emscripten_bind_Mx3dGeomBezierSurface_Face_5=Module["_emscripten_bind_Mx3dGeomBezierSurface_Face_5"]=Module["asm"]["dSa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierSurface_MirrorByPoint_1=Module["_emscripten_bind_Mx3dGeomBezierSurface_MirrorByPoint_1"]=function(){return(_emscripten_bind_Mx3dGeomBezierSurface_MirrorByPoint_1=Module["_emscripten_bind_Mx3dGeomBezierSurface_MirrorByPoint_1"]=Module["asm"]["eSa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierSurface_MirrorByAxis_1=Module["_emscripten_bind_Mx3dGeomBezierSurface_MirrorByAxis_1"]=function(){return(_emscripten_bind_Mx3dGeomBezierSurface_MirrorByAxis_1=Module["_emscripten_bind_Mx3dGeomBezierSurface_MirrorByAxis_1"]=Module["asm"]["fSa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierSurface_MirrorByCSYSR_1=Module["_emscripten_bind_Mx3dGeomBezierSurface_MirrorByCSYSR_1"]=function(){return(_emscripten_bind_Mx3dGeomBezierSurface_MirrorByCSYSR_1=Module["_emscripten_bind_Mx3dGeomBezierSurface_MirrorByCSYSR_1"]=Module["asm"]["gSa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierSurface_Rotate_2=Module["_emscripten_bind_Mx3dGeomBezierSurface_Rotate_2"]=function(){return(_emscripten_bind_Mx3dGeomBezierSurface_Rotate_2=Module["_emscripten_bind_Mx3dGeomBezierSurface_Rotate_2"]=Module["asm"]["hSa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierSurface_Scale_2=Module["_emscripten_bind_Mx3dGeomBezierSurface_Scale_2"]=function(){return(_emscripten_bind_Mx3dGeomBezierSurface_Scale_2=Module["_emscripten_bind_Mx3dGeomBezierSurface_Scale_2"]=Module["asm"]["iSa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierSurface_TranslateByVec_1=Module["_emscripten_bind_Mx3dGeomBezierSurface_TranslateByVec_1"]=function(){return(_emscripten_bind_Mx3dGeomBezierSurface_TranslateByVec_1=Module["_emscripten_bind_Mx3dGeomBezierSurface_TranslateByVec_1"]=Module["asm"]["jSa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierSurface_TranslateBy2Points_2=Module["_emscripten_bind_Mx3dGeomBezierSurface_TranslateBy2Points_2"]=function(){return(_emscripten_bind_Mx3dGeomBezierSurface_TranslateBy2Points_2=Module["_emscripten_bind_Mx3dGeomBezierSurface_TranslateBy2Points_2"]=Module["asm"]["kSa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierSurface_MirroredByPoint_1=Module["_emscripten_bind_Mx3dGeomBezierSurface_MirroredByPoint_1"]=function(){return(_emscripten_bind_Mx3dGeomBezierSurface_MirroredByPoint_1=Module["_emscripten_bind_Mx3dGeomBezierSurface_MirroredByPoint_1"]=Module["asm"]["lSa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierSurface_MirroredByAxis_1=Module["_emscripten_bind_Mx3dGeomBezierSurface_MirroredByAxis_1"]=function(){return(_emscripten_bind_Mx3dGeomBezierSurface_MirroredByAxis_1=Module["_emscripten_bind_Mx3dGeomBezierSurface_MirroredByAxis_1"]=Module["asm"]["mSa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierSurface_MirroredByCSYSR_1=Module["_emscripten_bind_Mx3dGeomBezierSurface_MirroredByCSYSR_1"]=function(){return(_emscripten_bind_Mx3dGeomBezierSurface_MirroredByCSYSR_1=Module["_emscripten_bind_Mx3dGeomBezierSurface_MirroredByCSYSR_1"]=Module["asm"]["nSa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierSurface_Rotated_2=Module["_emscripten_bind_Mx3dGeomBezierSurface_Rotated_2"]=function(){return(_emscripten_bind_Mx3dGeomBezierSurface_Rotated_2=Module["_emscripten_bind_Mx3dGeomBezierSurface_Rotated_2"]=Module["asm"]["oSa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierSurface_Scaled_2=Module["_emscripten_bind_Mx3dGeomBezierSurface_Scaled_2"]=function(){return(_emscripten_bind_Mx3dGeomBezierSurface_Scaled_2=Module["_emscripten_bind_Mx3dGeomBezierSurface_Scaled_2"]=Module["asm"]["pSa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierSurface_Transformed_1=Module["_emscripten_bind_Mx3dGeomBezierSurface_Transformed_1"]=function(){return(_emscripten_bind_Mx3dGeomBezierSurface_Transformed_1=Module["_emscripten_bind_Mx3dGeomBezierSurface_Transformed_1"]=Module["asm"]["qSa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierSurface_TranslatedByVec_1=Module["_emscripten_bind_Mx3dGeomBezierSurface_TranslatedByVec_1"]=function(){return(_emscripten_bind_Mx3dGeomBezierSurface_TranslatedByVec_1=Module["_emscripten_bind_Mx3dGeomBezierSurface_TranslatedByVec_1"]=Module["asm"]["rSa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierSurface_TranslatedBy2Points_2=Module["_emscripten_bind_Mx3dGeomBezierSurface_TranslatedBy2Points_2"]=function(){return(_emscripten_bind_Mx3dGeomBezierSurface_TranslatedBy2Points_2=Module["_emscripten_bind_Mx3dGeomBezierSurface_TranslatedBy2Points_2"]=Module["asm"]["sSa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierSurface_UReversed_0=Module["_emscripten_bind_Mx3dGeomBezierSurface_UReversed_0"]=function(){return(_emscripten_bind_Mx3dGeomBezierSurface_UReversed_0=Module["_emscripten_bind_Mx3dGeomBezierSurface_UReversed_0"]=Module["asm"]["tSa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierSurface_VReversed_0=Module["_emscripten_bind_Mx3dGeomBezierSurface_VReversed_0"]=function(){return(_emscripten_bind_Mx3dGeomBezierSurface_VReversed_0=Module["_emscripten_bind_Mx3dGeomBezierSurface_VReversed_0"]=Module["asm"]["uSa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierSurface_UPeriod_0=Module["_emscripten_bind_Mx3dGeomBezierSurface_UPeriod_0"]=function(){return(_emscripten_bind_Mx3dGeomBezierSurface_UPeriod_0=Module["_emscripten_bind_Mx3dGeomBezierSurface_UPeriod_0"]=Module["asm"]["vSa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierSurface_VPeriod_0=Module["_emscripten_bind_Mx3dGeomBezierSurface_VPeriod_0"]=function(){return(_emscripten_bind_Mx3dGeomBezierSurface_VPeriod_0=Module["_emscripten_bind_Mx3dGeomBezierSurface_VPeriod_0"]=Module["asm"]["wSa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierSurface_Value_2=Module["_emscripten_bind_Mx3dGeomBezierSurface_Value_2"]=function(){return(_emscripten_bind_Mx3dGeomBezierSurface_Value_2=Module["_emscripten_bind_Mx3dGeomBezierSurface_Value_2"]=Module["asm"]["xSa"]).apply(null,arguments)};var _emscripten_bind_Mx3dGeomBezierSurface___destroy___0=Module["_emscripten_bind_Mx3dGeomBezierSurface___destroy___0"]=function(){return(_emscripten_bind_Mx3dGeomBezierSurface___destroy___0=Module["_emscripten_bind_Mx3dGeomBezierSurface___destroy___0"]=Module["asm"]["ySa"]).apply(null,arguments)};var _emscripten_bind_Mx3dAspectLine_Mx3dAspectLine_3=Module["_emscripten_bind_Mx3dAspectLine_Mx3dAspectLine_3"]=function(){return(_emscripten_bind_Mx3dAspectLine_Mx3dAspectLine_3=Module["_emscripten_bind_Mx3dAspectLine_Mx3dAspectLine_3"]=Module["asm"]["zSa"]).apply(null,arguments)};var _emscripten_bind_Mx3dAspectLine_SetColor_1=Module["_emscripten_bind_Mx3dAspectLine_SetColor_1"]=function(){return(_emscripten_bind_Mx3dAspectLine_SetColor_1=Module["_emscripten_bind_Mx3dAspectLine_SetColor_1"]=Module["asm"]["ASa"]).apply(null,arguments)};var _emscripten_bind_Mx3dAspectLine_SetTypeOfLine_1=Module["_emscripten_bind_Mx3dAspectLine_SetTypeOfLine_1"]=function(){return(_emscripten_bind_Mx3dAspectLine_SetTypeOfLine_1=Module["_emscripten_bind_Mx3dAspectLine_SetTypeOfLine_1"]=Module["asm"]["BSa"]).apply(null,arguments)};var _emscripten_bind_Mx3dAspectLine_SetWidth_1=Module["_emscripten_bind_Mx3dAspectLine_SetWidth_1"]=function(){return(_emscripten_bind_Mx3dAspectLine_SetWidth_1=Module["_emscripten_bind_Mx3dAspectLine_SetWidth_1"]=Module["asm"]["CSa"]).apply(null,arguments)};var _emscripten_bind_Mx3dAspectLine___destroy___0=Module["_emscripten_bind_Mx3dAspectLine___destroy___0"]=function(){return(_emscripten_bind_Mx3dAspectLine___destroy___0=Module["_emscripten_bind_Mx3dAspectLine___destroy___0"]=Module["asm"]["DSa"]).apply(null,arguments)};var _emscripten_bind_Mx3dAspectText_Mx3dAspectText_0=Module["_emscripten_bind_Mx3dAspectText_Mx3dAspectText_0"]=function(){return(_emscripten_bind_Mx3dAspectText_Mx3dAspectText_0=Module["_emscripten_bind_Mx3dAspectText_Mx3dAspectText_0"]=Module["asm"]["ESa"]).apply(null,arguments)};var _emscripten_bind_Mx3dAspectText_SetColor_1=Module["_emscripten_bind_Mx3dAspectText_SetColor_1"]=function(){return(_emscripten_bind_Mx3dAspectText_SetColor_1=Module["_emscripten_bind_Mx3dAspectText_SetColor_1"]=Module["asm"]["FSa"]).apply(null,arguments)};var _emscripten_bind_Mx3dAspectText_SetFont_1=Module["_emscripten_bind_Mx3dAspectText_SetFont_1"]=function(){return(_emscripten_bind_Mx3dAspectText_SetFont_1=Module["_emscripten_bind_Mx3dAspectText_SetFont_1"]=Module["asm"]["GSa"]).apply(null,arguments)};var _emscripten_bind_Mx3dAspectText_SetHeight_1=Module["_emscripten_bind_Mx3dAspectText_SetHeight_1"]=function(){return(_emscripten_bind_Mx3dAspectText_SetHeight_1=Module["_emscripten_bind_Mx3dAspectText_SetHeight_1"]=Module["asm"]["HSa"]).apply(null,arguments)};var _emscripten_bind_Mx3dAspectText_SetAngle_1=Module["_emscripten_bind_Mx3dAspectText_SetAngle_1"]=function(){return(_emscripten_bind_Mx3dAspectText_SetAngle_1=Module["_emscripten_bind_Mx3dAspectText_SetAngle_1"]=Module["asm"]["ISa"]).apply(null,arguments)};var _emscripten_bind_Mx3dAspectText_Height_0=Module["_emscripten_bind_Mx3dAspectText_Height_0"]=function(){return(_emscripten_bind_Mx3dAspectText_Height_0=Module["_emscripten_bind_Mx3dAspectText_Height_0"]=Module["asm"]["JSa"]).apply(null,arguments)};var _emscripten_bind_Mx3dAspectText_Angle_0=Module["_emscripten_bind_Mx3dAspectText_Angle_0"]=function(){return(_emscripten_bind_Mx3dAspectText_Angle_0=Module["_emscripten_bind_Mx3dAspectText_Angle_0"]=Module["asm"]["KSa"]).apply(null,arguments)};var _emscripten_bind_Mx3dAspectText_SetHorizontalJustification_1=Module["_emscripten_bind_Mx3dAspectText_SetHorizontalJustification_1"]=function(){return(_emscripten_bind_Mx3dAspectText_SetHorizontalJustification_1=Module["_emscripten_bind_Mx3dAspectText_SetHorizontalJustification_1"]=Module["asm"]["LSa"]).apply(null,arguments)};var _emscripten_bind_Mx3dAspectText_SetVerticalJustification_1=Module["_emscripten_bind_Mx3dAspectText_SetVerticalJustification_1"]=function(){return(_emscripten_bind_Mx3dAspectText_SetVerticalJustification_1=Module["_emscripten_bind_Mx3dAspectText_SetVerticalJustification_1"]=Module["asm"]["MSa"]).apply(null,arguments)};var _emscripten_bind_Mx3dAspectText_SetOrientation_1=Module["_emscripten_bind_Mx3dAspectText_SetOrientation_1"]=function(){return(_emscripten_bind_Mx3dAspectText_SetOrientation_1=Module["_emscripten_bind_Mx3dAspectText_SetOrientation_1"]=Module["asm"]["NSa"]).apply(null,arguments)};var _emscripten_bind_Mx3dAspectText_HorizontalJustification_0=Module["_emscripten_bind_Mx3dAspectText_HorizontalJustification_0"]=function(){return(_emscripten_bind_Mx3dAspectText_HorizontalJustification_0=Module["_emscripten_bind_Mx3dAspectText_HorizontalJustification_0"]=Module["asm"]["OSa"]).apply(null,arguments)};var _emscripten_bind_Mx3dAspectText_VerticalJustification_0=Module["_emscripten_bind_Mx3dAspectText_VerticalJustification_0"]=function(){return(_emscripten_bind_Mx3dAspectText_VerticalJustification_0=Module["_emscripten_bind_Mx3dAspectText_VerticalJustification_0"]=Module["asm"]["PSa"]).apply(null,arguments)};var _emscripten_bind_Mx3dAspectText_Orientation_0=Module["_emscripten_bind_Mx3dAspectText_Orientation_0"]=function(){return(_emscripten_bind_Mx3dAspectText_Orientation_0=Module["_emscripten_bind_Mx3dAspectText_Orientation_0"]=Module["asm"]["QSa"]).apply(null,arguments)};var _emscripten_bind_Mx3dAspectText___destroy___0=Module["_emscripten_bind_Mx3dAspectText___destroy___0"]=function(){return(_emscripten_bind_Mx3dAspectText___destroy___0=Module["_emscripten_bind_Mx3dAspectText___destroy___0"]=Module["asm"]["RSa"]).apply(null,arguments)};var _emscripten_bind_Mx3dAspectArrow_Mx3dAspectArrow_0=Module["_emscripten_bind_Mx3dAspectArrow_Mx3dAspectArrow_0"]=function(){return(_emscripten_bind_Mx3dAspectArrow_Mx3dAspectArrow_0=Module["_emscripten_bind_Mx3dAspectArrow_Mx3dAspectArrow_0"]=Module["asm"]["SSa"]).apply(null,arguments)};var _emscripten_bind_Mx3dAspectArrow_Mx3dAspectArrow_2=Module["_emscripten_bind_Mx3dAspectArrow_Mx3dAspectArrow_2"]=function(){return(_emscripten_bind_Mx3dAspectArrow_Mx3dAspectArrow_2=Module["_emscripten_bind_Mx3dAspectArrow_Mx3dAspectArrow_2"]=Module["asm"]["TSa"]).apply(null,arguments)};var _emscripten_bind_Mx3dAspectArrow_SetAngle_1=Module["_emscripten_bind_Mx3dAspectArrow_SetAngle_1"]=function(){return(_emscripten_bind_Mx3dAspectArrow_SetAngle_1=Module["_emscripten_bind_Mx3dAspectArrow_SetAngle_1"]=Module["asm"]["USa"]).apply(null,arguments)};var _emscripten_bind_Mx3dAspectArrow_Angle_0=Module["_emscripten_bind_Mx3dAspectArrow_Angle_0"]=function(){return(_emscripten_bind_Mx3dAspectArrow_Angle_0=Module["_emscripten_bind_Mx3dAspectArrow_Angle_0"]=Module["asm"]["VSa"]).apply(null,arguments)};var _emscripten_bind_Mx3dAspectArrow_SetLength_1=Module["_emscripten_bind_Mx3dAspectArrow_SetLength_1"]=function(){return(_emscripten_bind_Mx3dAspectArrow_SetLength_1=Module["_emscripten_bind_Mx3dAspectArrow_SetLength_1"]=Module["asm"]["WSa"]).apply(null,arguments)};var _emscripten_bind_Mx3dAspectArrow_Length_0=Module["_emscripten_bind_Mx3dAspectArrow_Length_0"]=function(){return(_emscripten_bind_Mx3dAspectArrow_Length_0=Module["_emscripten_bind_Mx3dAspectArrow_Length_0"]=Module["asm"]["XSa"]).apply(null,arguments)};var _emscripten_bind_Mx3dAspectArrow_SetZoomable_1=Module["_emscripten_bind_Mx3dAspectArrow_SetZoomable_1"]=function(){return(_emscripten_bind_Mx3dAspectArrow_SetZoomable_1=Module["_emscripten_bind_Mx3dAspectArrow_SetZoomable_1"]=Module["asm"]["YSa"]).apply(null,arguments)};var _emscripten_bind_Mx3dAspectArrow_IsZoomable_0=Module["_emscripten_bind_Mx3dAspectArrow_IsZoomable_0"]=function(){return(_emscripten_bind_Mx3dAspectArrow_IsZoomable_0=Module["_emscripten_bind_Mx3dAspectArrow_IsZoomable_0"]=Module["asm"]["ZSa"]).apply(null,arguments)};var _emscripten_bind_Mx3dAspectArrow_SetColor_1=Module["_emscripten_bind_Mx3dAspectArrow_SetColor_1"]=function(){return(_emscripten_bind_Mx3dAspectArrow_SetColor_1=Module["_emscripten_bind_Mx3dAspectArrow_SetColor_1"]=Module["asm"]["_Sa"]).apply(null,arguments)};var _emscripten_bind_Mx3dAspectArrow___destroy___0=Module["_emscripten_bind_Mx3dAspectArrow___destroy___0"]=function(){return(_emscripten_bind_Mx3dAspectArrow___destroy___0=Module["_emscripten_bind_Mx3dAspectArrow___destroy___0"]=Module["asm"]["$Sa"]).apply(null,arguments)};var _emscripten_bind_Mx3dAspectDim_Mx3dAspectDim_0=Module["_emscripten_bind_Mx3dAspectDim_Mx3dAspectDim_0"]=function(){return(_emscripten_bind_Mx3dAspectDim_Mx3dAspectDim_0=Module["_emscripten_bind_Mx3dAspectDim_Mx3dAspectDim_0"]=Module["asm"]["aTa"]).apply(null,arguments)};var _emscripten_bind_Mx3dAspectDim_SetLineAspect_1=Module["_emscripten_bind_Mx3dAspectDim_SetLineAspect_1"]=function(){return(_emscripten_bind_Mx3dAspectDim_SetLineAspect_1=Module["_emscripten_bind_Mx3dAspectDim_SetLineAspect_1"]=Module["asm"]["bTa"]).apply(null,arguments)};var _emscripten_bind_Mx3dAspectDim_SetTextAspect_1=Module["_emscripten_bind_Mx3dAspectDim_SetTextAspect_1"]=function(){return(_emscripten_bind_Mx3dAspectDim_SetTextAspect_1=Module["_emscripten_bind_Mx3dAspectDim_SetTextAspect_1"]=Module["asm"]["cTa"]).apply(null,arguments)};var _emscripten_bind_Mx3dAspectDim_IsText3d_0=Module["_emscripten_bind_Mx3dAspectDim_IsText3d_0"]=function(){return(_emscripten_bind_Mx3dAspectDim_IsText3d_0=Module["_emscripten_bind_Mx3dAspectDim_IsText3d_0"]=Module["asm"]["dTa"]).apply(null,arguments)};var _emscripten_bind_Mx3dAspectDim_MakeText3d_1=Module["_emscripten_bind_Mx3dAspectDim_MakeText3d_1"]=function(){return(_emscripten_bind_Mx3dAspectDim_MakeText3d_1=Module["_emscripten_bind_Mx3dAspectDim_MakeText3d_1"]=Module["asm"]["eTa"]).apply(null,arguments)};var _emscripten_bind_Mx3dAspectDim_IsTextShaded_0=Module["_emscripten_bind_Mx3dAspectDim_IsTextShaded_0"]=function(){return(_emscripten_bind_Mx3dAspectDim_IsTextShaded_0=Module["_emscripten_bind_Mx3dAspectDim_IsTextShaded_0"]=Module["asm"]["fTa"]).apply(null,arguments)};var _emscripten_bind_Mx3dAspectDim_MakeTextShaded_1=Module["_emscripten_bind_Mx3dAspectDim_MakeTextShaded_1"]=function(){return(_emscripten_bind_Mx3dAspectDim_MakeTextShaded_1=Module["_emscripten_bind_Mx3dAspectDim_MakeTextShaded_1"]=Module["asm"]["gTa"]).apply(null,arguments)};var _emscripten_bind_Mx3dAspectDim_IsArrows3d_0=Module["_emscripten_bind_Mx3dAspectDim_IsArrows3d_0"]=function(){return(_emscripten_bind_Mx3dAspectDim_IsArrows3d_0=Module["_emscripten_bind_Mx3dAspectDim_IsArrows3d_0"]=Module["asm"]["hTa"]).apply(null,arguments)};var _emscripten_bind_Mx3dAspectDim_MakeArrows3d_1=Module["_emscripten_bind_Mx3dAspectDim_MakeArrows3d_1"]=function(){return(_emscripten_bind_Mx3dAspectDim_MakeArrows3d_1=Module["_emscripten_bind_Mx3dAspectDim_MakeArrows3d_1"]=Module["asm"]["iTa"]).apply(null,arguments)};var _emscripten_bind_Mx3dAspectDim_IsUnitsDisplayed_0=Module["_emscripten_bind_Mx3dAspectDim_IsUnitsDisplayed_0"]=function(){return(_emscripten_bind_Mx3dAspectDim_IsUnitsDisplayed_0=Module["_emscripten_bind_Mx3dAspectDim_IsUnitsDisplayed_0"]=Module["asm"]["jTa"]).apply(null,arguments)};var _emscripten_bind_Mx3dAspectDim_MakeUnitsDisplayed_1=Module["_emscripten_bind_Mx3dAspectDim_MakeUnitsDisplayed_1"]=function(){return(_emscripten_bind_Mx3dAspectDim_MakeUnitsDisplayed_1=Module["_emscripten_bind_Mx3dAspectDim_MakeUnitsDisplayed_1"]=Module["asm"]["kTa"]).apply(null,arguments)};var _emscripten_bind_Mx3dAspectDim_SetArrowOrientation_1=Module["_emscripten_bind_Mx3dAspectDim_SetArrowOrientation_1"]=function(){return(_emscripten_bind_Mx3dAspectDim_SetArrowOrientation_1=Module["_emscripten_bind_Mx3dAspectDim_SetArrowOrientation_1"]=Module["asm"]["lTa"]).apply(null,arguments)};var _emscripten_bind_Mx3dAspectDim_ArrowOrientation_0=Module["_emscripten_bind_Mx3dAspectDim_ArrowOrientation_0"]=function(){return(_emscripten_bind_Mx3dAspectDim_ArrowOrientation_0=Module["_emscripten_bind_Mx3dAspectDim_ArrowOrientation_0"]=Module["asm"]["mTa"]).apply(null,arguments)};var _emscripten_bind_Mx3dAspectDim_SetTextVerticalPosition_1=Module["_emscripten_bind_Mx3dAspectDim_SetTextVerticalPosition_1"]=function(){return(_emscripten_bind_Mx3dAspectDim_SetTextVerticalPosition_1=Module["_emscripten_bind_Mx3dAspectDim_SetTextVerticalPosition_1"]=Module["asm"]["nTa"]).apply(null,arguments)};var _emscripten_bind_Mx3dAspectDim_TextVerticalPosition_0=Module["_emscripten_bind_Mx3dAspectDim_TextVerticalPosition_0"]=function(){return(_emscripten_bind_Mx3dAspectDim_TextVerticalPosition_0=Module["_emscripten_bind_Mx3dAspectDim_TextVerticalPosition_0"]=Module["asm"]["oTa"]).apply(null,arguments)};var _emscripten_bind_Mx3dAspectDim_SetTextHorizontalPosition_1=Module["_emscripten_bind_Mx3dAspectDim_SetTextHorizontalPosition_1"]=function(){return(_emscripten_bind_Mx3dAspectDim_SetTextHorizontalPosition_1=Module["_emscripten_bind_Mx3dAspectDim_SetTextHorizontalPosition_1"]=Module["asm"]["pTa"]).apply(null,arguments)};var _emscripten_bind_Mx3dAspectDim_TextHorizontalPosition_0=Module["_emscripten_bind_Mx3dAspectDim_TextHorizontalPosition_0"]=function(){return(_emscripten_bind_Mx3dAspectDim_TextHorizontalPosition_0=Module["_emscripten_bind_Mx3dAspectDim_TextHorizontalPosition_0"]=Module["asm"]["qTa"]).apply(null,arguments)};var _emscripten_bind_Mx3dAspectDim_SetArrowAspect_1=Module["_emscripten_bind_Mx3dAspectDim_SetArrowAspect_1"]=function(){return(_emscripten_bind_Mx3dAspectDim_SetArrowAspect_1=Module["_emscripten_bind_Mx3dAspectDim_SetArrowAspect_1"]=Module["asm"]["rTa"]).apply(null,arguments)};var _emscripten_bind_Mx3dAspectDim_SetCommonColor_1=Module["_emscripten_bind_Mx3dAspectDim_SetCommonColor_1"]=function(){return(_emscripten_bind_Mx3dAspectDim_SetCommonColor_1=Module["_emscripten_bind_Mx3dAspectDim_SetCommonColor_1"]=Module["asm"]["sTa"]).apply(null,arguments)};var _emscripten_bind_Mx3dAspectDim_SetExtensionSize_1=Module["_emscripten_bind_Mx3dAspectDim_SetExtensionSize_1"]=function(){return(_emscripten_bind_Mx3dAspectDim_SetExtensionSize_1=Module["_emscripten_bind_Mx3dAspectDim_SetExtensionSize_1"]=Module["asm"]["tTa"]).apply(null,arguments)};var _emscripten_bind_Mx3dAspectDim_ExtensionSize_0=Module["_emscripten_bind_Mx3dAspectDim_ExtensionSize_0"]=function(){return(_emscripten_bind_Mx3dAspectDim_ExtensionSize_0=Module["_emscripten_bind_Mx3dAspectDim_ExtensionSize_0"]=Module["asm"]["uTa"]).apply(null,arguments)};var _emscripten_bind_Mx3dAspectDim_SetArrowTailSize_1=Module["_emscripten_bind_Mx3dAspectDim_SetArrowTailSize_1"]=function(){return(_emscripten_bind_Mx3dAspectDim_SetArrowTailSize_1=Module["_emscripten_bind_Mx3dAspectDim_SetArrowTailSize_1"]=Module["asm"]["vTa"]).apply(null,arguments)};var _emscripten_bind_Mx3dAspectDim_ArrowTailSize_0=Module["_emscripten_bind_Mx3dAspectDim_ArrowTailSize_0"]=function(){return(_emscripten_bind_Mx3dAspectDim_ArrowTailSize_0=Module["_emscripten_bind_Mx3dAspectDim_ArrowTailSize_0"]=Module["asm"]["wTa"]).apply(null,arguments)};var _emscripten_bind_Mx3dAspectDim_SetValueStringFormat_1=Module["_emscripten_bind_Mx3dAspectDim_SetValueStringFormat_1"]=function(){return(_emscripten_bind_Mx3dAspectDim_SetValueStringFormat_1=Module["_emscripten_bind_Mx3dAspectDim_SetValueStringFormat_1"]=Module["asm"]["xTa"]).apply(null,arguments)};var _emscripten_bind_Mx3dAspectDim_ValueStringFormat_0=Module["_emscripten_bind_Mx3dAspectDim_ValueStringFormat_0"]=function(){return(_emscripten_bind_Mx3dAspectDim_ValueStringFormat_0=Module["_emscripten_bind_Mx3dAspectDim_ValueStringFormat_0"]=Module["asm"]["yTa"]).apply(null,arguments)};var _emscripten_bind_Mx3dAspectDim___destroy___0=Module["_emscripten_bind_Mx3dAspectDim___destroy___0"]=function(){return(_emscripten_bind_Mx3dAspectDim___destroy___0=Module["_emscripten_bind_Mx3dAspectDim___destroy___0"]=Module["asm"]["zTa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimDiameter_Mx3dDimDiameter_1=Module["_emscripten_bind_Mx3dDimDiameter_Mx3dDimDiameter_1"]=function(){return(_emscripten_bind_Mx3dDimDiameter_Mx3dDimDiameter_1=Module["_emscripten_bind_Mx3dDimDiameter_Mx3dDimDiameter_1"]=Module["asm"]["ATa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimDiameter_Mx3dDimDiameter_2=Module["_emscripten_bind_Mx3dDimDiameter_Mx3dDimDiameter_2"]=function(){return(_emscripten_bind_Mx3dDimDiameter_Mx3dDimDiameter_2=Module["_emscripten_bind_Mx3dDimDiameter_Mx3dDimDiameter_2"]=Module["asm"]["BTa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimDiameter_Circle_0=Module["_emscripten_bind_Mx3dDimDiameter_Circle_0"]=function(){return(_emscripten_bind_Mx3dDimDiameter_Circle_0=Module["_emscripten_bind_Mx3dDimDiameter_Circle_0"]=Module["asm"]["CTa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimDiameter_AnchorPoint_0=Module["_emscripten_bind_Mx3dDimDiameter_AnchorPoint_0"]=function(){return(_emscripten_bind_Mx3dDimDiameter_AnchorPoint_0=Module["_emscripten_bind_Mx3dDimDiameter_AnchorPoint_0"]=Module["asm"]["DTa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimDiameter_Shape_0=Module["_emscripten_bind_Mx3dDimDiameter_Shape_0"]=function(){return(_emscripten_bind_Mx3dDimDiameter_Shape_0=Module["_emscripten_bind_Mx3dDimDiameter_Shape_0"]=Module["asm"]["ETa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimDiameter_SetMeasuredGeometry_1=Module["_emscripten_bind_Mx3dDimDiameter_SetMeasuredGeometry_1"]=function(){return(_emscripten_bind_Mx3dDimDiameter_SetMeasuredGeometry_1=Module["_emscripten_bind_Mx3dDimDiameter_SetMeasuredGeometry_1"]=Module["asm"]["FTa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimDiameter_SetTextPosition_1=Module["_emscripten_bind_Mx3dDimDiameter_SetTextPosition_1"]=function(){return(_emscripten_bind_Mx3dDimDiameter_SetTextPosition_1=Module["_emscripten_bind_Mx3dDimDiameter_SetTextPosition_1"]=Module["asm"]["GTa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimDiameter_GetTextPosition_0=Module["_emscripten_bind_Mx3dDimDiameter_GetTextPosition_0"]=function(){return(_emscripten_bind_Mx3dDimDiameter_GetTextPosition_0=Module["_emscripten_bind_Mx3dDimDiameter_GetTextPosition_0"]=Module["asm"]["HTa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimDiameter_SetDisplayUnits_1=Module["_emscripten_bind_Mx3dDimDiameter_SetDisplayUnits_1"]=function(){return(_emscripten_bind_Mx3dDimDiameter_SetDisplayUnits_1=Module["_emscripten_bind_Mx3dDimDiameter_SetDisplayUnits_1"]=Module["asm"]["ITa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimDiameter_SetModelUnits_1=Module["_emscripten_bind_Mx3dDimDiameter_SetModelUnits_1"]=function(){return(_emscripten_bind_Mx3dDimDiameter_SetModelUnits_1=Module["_emscripten_bind_Mx3dDimDiameter_SetModelUnits_1"]=Module["asm"]["JTa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimDiameter_GetValue_0=Module["_emscripten_bind_Mx3dDimDiameter_GetValue_0"]=function(){return(_emscripten_bind_Mx3dDimDiameter_GetValue_0=Module["_emscripten_bind_Mx3dDimDiameter_GetValue_0"]=Module["asm"]["KTa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimDiameter_SetComputedValue_0=Module["_emscripten_bind_Mx3dDimDiameter_SetComputedValue_0"]=function(){return(_emscripten_bind_Mx3dDimDiameter_SetComputedValue_0=Module["_emscripten_bind_Mx3dDimDiameter_SetComputedValue_0"]=Module["asm"]["LTa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimDiameter_SetCustomValue_1=Module["_emscripten_bind_Mx3dDimDiameter_SetCustomValue_1"]=function(){return(_emscripten_bind_Mx3dDimDiameter_SetCustomValue_1=Module["_emscripten_bind_Mx3dDimDiameter_SetCustomValue_1"]=Module["asm"]["MTa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimDiameter_GetPlane_0=Module["_emscripten_bind_Mx3dDimDiameter_GetPlane_0"]=function(){return(_emscripten_bind_Mx3dDimDiameter_GetPlane_0=Module["_emscripten_bind_Mx3dDimDiameter_GetPlane_0"]=Module["asm"]["NTa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimDiameter_GetGeometryType_0=Module["_emscripten_bind_Mx3dDimDiameter_GetGeometryType_0"]=function(){return(_emscripten_bind_Mx3dDimDiameter_GetGeometryType_0=Module["_emscripten_bind_Mx3dDimDiameter_GetGeometryType_0"]=Module["asm"]["OTa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimDiameter_SetCustomPlane_1=Module["_emscripten_bind_Mx3dDimDiameter_SetCustomPlane_1"]=function(){return(_emscripten_bind_Mx3dDimDiameter_SetCustomPlane_1=Module["_emscripten_bind_Mx3dDimDiameter_SetCustomPlane_1"]=Module["asm"]["PTa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimDiameter_UnsetCustomPlane_0=Module["_emscripten_bind_Mx3dDimDiameter_UnsetCustomPlane_0"]=function(){return(_emscripten_bind_Mx3dDimDiameter_UnsetCustomPlane_0=Module["_emscripten_bind_Mx3dDimDiameter_UnsetCustomPlane_0"]=Module["asm"]["QTa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimDiameter_IsTextPositionCustom_0=Module["_emscripten_bind_Mx3dDimDiameter_IsTextPositionCustom_0"]=function(){return(_emscripten_bind_Mx3dDimDiameter_IsTextPositionCustom_0=Module["_emscripten_bind_Mx3dDimDiameter_IsTextPositionCustom_0"]=Module["asm"]["RTa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimDiameter_SetDimensionAspect_1=Module["_emscripten_bind_Mx3dDimDiameter_SetDimensionAspect_1"]=function(){return(_emscripten_bind_Mx3dDimDiameter_SetDimensionAspect_1=Module["_emscripten_bind_Mx3dDimDiameter_SetDimensionAspect_1"]=Module["asm"]["STa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimDiameter_KindOfDimension_0=Module["_emscripten_bind_Mx3dDimDiameter_KindOfDimension_0"]=function(){return(_emscripten_bind_Mx3dDimDiameter_KindOfDimension_0=Module["_emscripten_bind_Mx3dDimDiameter_KindOfDimension_0"]=Module["asm"]["TTa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimDiameter_UnsetFixedTextPosition_0=Module["_emscripten_bind_Mx3dDimDiameter_UnsetFixedTextPosition_0"]=function(){return(_emscripten_bind_Mx3dDimDiameter_UnsetFixedTextPosition_0=Module["_emscripten_bind_Mx3dDimDiameter_UnsetFixedTextPosition_0"]=Module["asm"]["UTa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimDiameter_SelToleranceForText2d_0=Module["_emscripten_bind_Mx3dDimDiameter_SelToleranceForText2d_0"]=function(){return(_emscripten_bind_Mx3dDimDiameter_SelToleranceForText2d_0=Module["_emscripten_bind_Mx3dDimDiameter_SelToleranceForText2d_0"]=Module["asm"]["VTa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimDiameter_SetSelToleranceForText2d_1=Module["_emscripten_bind_Mx3dDimDiameter_SetSelToleranceForText2d_1"]=function(){return(_emscripten_bind_Mx3dDimDiameter_SetSelToleranceForText2d_1=Module["_emscripten_bind_Mx3dDimDiameter_SetSelToleranceForText2d_1"]=Module["asm"]["WTa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimDiameter_GetFlyout_0=Module["_emscripten_bind_Mx3dDimDiameter_GetFlyout_0"]=function(){return(_emscripten_bind_Mx3dDimDiameter_GetFlyout_0=Module["_emscripten_bind_Mx3dDimDiameter_GetFlyout_0"]=Module["asm"]["XTa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimDiameter_SetFlyout_1=Module["_emscripten_bind_Mx3dDimDiameter_SetFlyout_1"]=function(){return(_emscripten_bind_Mx3dDimDiameter_SetFlyout_1=Module["_emscripten_bind_Mx3dDimDiameter_SetFlyout_1"]=Module["asm"]["YTa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimDiameter_IsValid_0=Module["_emscripten_bind_Mx3dDimDiameter_IsValid_0"]=function(){return(_emscripten_bind_Mx3dDimDiameter_IsValid_0=Module["_emscripten_bind_Mx3dDimDiameter_IsValid_0"]=Module["asm"]["ZTa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimDiameter___destroy___0=Module["_emscripten_bind_Mx3dDimDiameter___destroy___0"]=function(){return(_emscripten_bind_Mx3dDimDiameter___destroy___0=Module["_emscripten_bind_Mx3dDimDiameter___destroy___0"]=Module["asm"]["_Ta"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimRadius_Mx3dDimRadius_1=Module["_emscripten_bind_Mx3dDimRadius_Mx3dDimRadius_1"]=function(){return(_emscripten_bind_Mx3dDimRadius_Mx3dDimRadius_1=Module["_emscripten_bind_Mx3dDimRadius_Mx3dDimRadius_1"]=Module["asm"]["$Ta"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimRadius_Mx3dDimRadius_2=Module["_emscripten_bind_Mx3dDimRadius_Mx3dDimRadius_2"]=function(){return(_emscripten_bind_Mx3dDimRadius_Mx3dDimRadius_2=Module["_emscripten_bind_Mx3dDimRadius_Mx3dDimRadius_2"]=Module["asm"]["aUa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimRadius_Circle_0=Module["_emscripten_bind_Mx3dDimRadius_Circle_0"]=function(){return(_emscripten_bind_Mx3dDimRadius_Circle_0=Module["_emscripten_bind_Mx3dDimRadius_Circle_0"]=Module["asm"]["bUa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimRadius_AnchorPoint_0=Module["_emscripten_bind_Mx3dDimRadius_AnchorPoint_0"]=function(){return(_emscripten_bind_Mx3dDimRadius_AnchorPoint_0=Module["_emscripten_bind_Mx3dDimRadius_AnchorPoint_0"]=Module["asm"]["cUa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimRadius_Shape_0=Module["_emscripten_bind_Mx3dDimRadius_Shape_0"]=function(){return(_emscripten_bind_Mx3dDimRadius_Shape_0=Module["_emscripten_bind_Mx3dDimRadius_Shape_0"]=Module["asm"]["dUa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimRadius_SetMeasuredGeometry_1=Module["_emscripten_bind_Mx3dDimRadius_SetMeasuredGeometry_1"]=function(){return(_emscripten_bind_Mx3dDimRadius_SetMeasuredGeometry_1=Module["_emscripten_bind_Mx3dDimRadius_SetMeasuredGeometry_1"]=Module["asm"]["eUa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimRadius_SetMeasuredGeometry_3=Module["_emscripten_bind_Mx3dDimRadius_SetMeasuredGeometry_3"]=function(){return(_emscripten_bind_Mx3dDimRadius_SetMeasuredGeometry_3=Module["_emscripten_bind_Mx3dDimRadius_SetMeasuredGeometry_3"]=Module["asm"]["fUa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimRadius_SetTextPosition_1=Module["_emscripten_bind_Mx3dDimRadius_SetTextPosition_1"]=function(){return(_emscripten_bind_Mx3dDimRadius_SetTextPosition_1=Module["_emscripten_bind_Mx3dDimRadius_SetTextPosition_1"]=Module["asm"]["gUa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimRadius_GetTextPosition_0=Module["_emscripten_bind_Mx3dDimRadius_GetTextPosition_0"]=function(){return(_emscripten_bind_Mx3dDimRadius_GetTextPosition_0=Module["_emscripten_bind_Mx3dDimRadius_GetTextPosition_0"]=Module["asm"]["hUa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimRadius_GetValue_0=Module["_emscripten_bind_Mx3dDimRadius_GetValue_0"]=function(){return(_emscripten_bind_Mx3dDimRadius_GetValue_0=Module["_emscripten_bind_Mx3dDimRadius_GetValue_0"]=Module["asm"]["iUa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimRadius_SetComputedValue_0=Module["_emscripten_bind_Mx3dDimRadius_SetComputedValue_0"]=function(){return(_emscripten_bind_Mx3dDimRadius_SetComputedValue_0=Module["_emscripten_bind_Mx3dDimRadius_SetComputedValue_0"]=Module["asm"]["jUa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimRadius_SetCustomValue_1=Module["_emscripten_bind_Mx3dDimRadius_SetCustomValue_1"]=function(){return(_emscripten_bind_Mx3dDimRadius_SetCustomValue_1=Module["_emscripten_bind_Mx3dDimRadius_SetCustomValue_1"]=Module["asm"]["kUa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimRadius_GetPlane_0=Module["_emscripten_bind_Mx3dDimRadius_GetPlane_0"]=function(){return(_emscripten_bind_Mx3dDimRadius_GetPlane_0=Module["_emscripten_bind_Mx3dDimRadius_GetPlane_0"]=Module["asm"]["lUa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimRadius_GetGeometryType_0=Module["_emscripten_bind_Mx3dDimRadius_GetGeometryType_0"]=function(){return(_emscripten_bind_Mx3dDimRadius_GetGeometryType_0=Module["_emscripten_bind_Mx3dDimRadius_GetGeometryType_0"]=Module["asm"]["mUa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimRadius_SetCustomPlane_1=Module["_emscripten_bind_Mx3dDimRadius_SetCustomPlane_1"]=function(){return(_emscripten_bind_Mx3dDimRadius_SetCustomPlane_1=Module["_emscripten_bind_Mx3dDimRadius_SetCustomPlane_1"]=Module["asm"]["nUa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimRadius_UnsetCustomPlane_0=Module["_emscripten_bind_Mx3dDimRadius_UnsetCustomPlane_0"]=function(){return(_emscripten_bind_Mx3dDimRadius_UnsetCustomPlane_0=Module["_emscripten_bind_Mx3dDimRadius_UnsetCustomPlane_0"]=Module["asm"]["oUa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimRadius_IsTextPositionCustom_0=Module["_emscripten_bind_Mx3dDimRadius_IsTextPositionCustom_0"]=function(){return(_emscripten_bind_Mx3dDimRadius_IsTextPositionCustom_0=Module["_emscripten_bind_Mx3dDimRadius_IsTextPositionCustom_0"]=Module["asm"]["pUa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimRadius_SetDimensionAspect_1=Module["_emscripten_bind_Mx3dDimRadius_SetDimensionAspect_1"]=function(){return(_emscripten_bind_Mx3dDimRadius_SetDimensionAspect_1=Module["_emscripten_bind_Mx3dDimRadius_SetDimensionAspect_1"]=Module["asm"]["qUa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimRadius_KindOfDimension_0=Module["_emscripten_bind_Mx3dDimRadius_KindOfDimension_0"]=function(){return(_emscripten_bind_Mx3dDimRadius_KindOfDimension_0=Module["_emscripten_bind_Mx3dDimRadius_KindOfDimension_0"]=Module["asm"]["rUa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimRadius_UnsetFixedTextPosition_0=Module["_emscripten_bind_Mx3dDimRadius_UnsetFixedTextPosition_0"]=function(){return(_emscripten_bind_Mx3dDimRadius_UnsetFixedTextPosition_0=Module["_emscripten_bind_Mx3dDimRadius_UnsetFixedTextPosition_0"]=Module["asm"]["sUa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimRadius_SelToleranceForText2d_0=Module["_emscripten_bind_Mx3dDimRadius_SelToleranceForText2d_0"]=function(){return(_emscripten_bind_Mx3dDimRadius_SelToleranceForText2d_0=Module["_emscripten_bind_Mx3dDimRadius_SelToleranceForText2d_0"]=Module["asm"]["tUa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimRadius_SetSelToleranceForText2d_1=Module["_emscripten_bind_Mx3dDimRadius_SetSelToleranceForText2d_1"]=function(){return(_emscripten_bind_Mx3dDimRadius_SetSelToleranceForText2d_1=Module["_emscripten_bind_Mx3dDimRadius_SetSelToleranceForText2d_1"]=Module["asm"]["uUa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimRadius_GetFlyout_0=Module["_emscripten_bind_Mx3dDimRadius_GetFlyout_0"]=function(){return(_emscripten_bind_Mx3dDimRadius_GetFlyout_0=Module["_emscripten_bind_Mx3dDimRadius_GetFlyout_0"]=Module["asm"]["vUa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimRadius_SetFlyout_1=Module["_emscripten_bind_Mx3dDimRadius_SetFlyout_1"]=function(){return(_emscripten_bind_Mx3dDimRadius_SetFlyout_1=Module["_emscripten_bind_Mx3dDimRadius_SetFlyout_1"]=Module["asm"]["wUa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimRadius_IsValid_0=Module["_emscripten_bind_Mx3dDimRadius_IsValid_0"]=function(){return(_emscripten_bind_Mx3dDimRadius_IsValid_0=Module["_emscripten_bind_Mx3dDimRadius_IsValid_0"]=Module["asm"]["xUa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimRadius___destroy___0=Module["_emscripten_bind_Mx3dDimRadius___destroy___0"]=function(){return(_emscripten_bind_Mx3dDimRadius___destroy___0=Module["_emscripten_bind_Mx3dDimRadius___destroy___0"]=Module["asm"]["yUa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimAngle_Mx3dDimAngle_2=Module["_emscripten_bind_Mx3dDimAngle_Mx3dDimAngle_2"]=function(){return(_emscripten_bind_Mx3dDimAngle_Mx3dDimAngle_2=Module["_emscripten_bind_Mx3dDimAngle_Mx3dDimAngle_2"]=Module["asm"]["zUa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimAngle_Mx3dDimAngle_3=Module["_emscripten_bind_Mx3dDimAngle_Mx3dDimAngle_3"]=function(){return(_emscripten_bind_Mx3dDimAngle_Mx3dDimAngle_3=Module["_emscripten_bind_Mx3dDimAngle_Mx3dDimAngle_3"]=Module["asm"]["AUa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimAngle_FirstPoint_0=Module["_emscripten_bind_Mx3dDimAngle_FirstPoint_0"]=function(){return(_emscripten_bind_Mx3dDimAngle_FirstPoint_0=Module["_emscripten_bind_Mx3dDimAngle_FirstPoint_0"]=Module["asm"]["BUa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimAngle_SecondPoint_0=Module["_emscripten_bind_Mx3dDimAngle_SecondPoint_0"]=function(){return(_emscripten_bind_Mx3dDimAngle_SecondPoint_0=Module["_emscripten_bind_Mx3dDimAngle_SecondPoint_0"]=Module["asm"]["CUa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimAngle_CenterPoint_0=Module["_emscripten_bind_Mx3dDimAngle_CenterPoint_0"]=function(){return(_emscripten_bind_Mx3dDimAngle_CenterPoint_0=Module["_emscripten_bind_Mx3dDimAngle_CenterPoint_0"]=Module["asm"]["DUa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimAngle_FirstShape_0=Module["_emscripten_bind_Mx3dDimAngle_FirstShape_0"]=function(){return(_emscripten_bind_Mx3dDimAngle_FirstShape_0=Module["_emscripten_bind_Mx3dDimAngle_FirstShape_0"]=Module["asm"]["EUa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimAngle_SecondShape_0=Module["_emscripten_bind_Mx3dDimAngle_SecondShape_0"]=function(){return(_emscripten_bind_Mx3dDimAngle_SecondShape_0=Module["_emscripten_bind_Mx3dDimAngle_SecondShape_0"]=Module["asm"]["FUa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimAngle_ThirdShape_0=Module["_emscripten_bind_Mx3dDimAngle_ThirdShape_0"]=function(){return(_emscripten_bind_Mx3dDimAngle_ThirdShape_0=Module["_emscripten_bind_Mx3dDimAngle_ThirdShape_0"]=Module["asm"]["GUa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimAngle_SetMeasuredGeometry_1=Module["_emscripten_bind_Mx3dDimAngle_SetMeasuredGeometry_1"]=function(){return(_emscripten_bind_Mx3dDimAngle_SetMeasuredGeometry_1=Module["_emscripten_bind_Mx3dDimAngle_SetMeasuredGeometry_1"]=Module["asm"]["HUa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimAngle_SetMeasuredGeometry_2=Module["_emscripten_bind_Mx3dDimAngle_SetMeasuredGeometry_2"]=function(){return(_emscripten_bind_Mx3dDimAngle_SetMeasuredGeometry_2=Module["_emscripten_bind_Mx3dDimAngle_SetMeasuredGeometry_2"]=Module["asm"]["IUa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimAngle_SetMeasuredGeometry_3=Module["_emscripten_bind_Mx3dDimAngle_SetMeasuredGeometry_3"]=function(){return(_emscripten_bind_Mx3dDimAngle_SetMeasuredGeometry_3=Module["_emscripten_bind_Mx3dDimAngle_SetMeasuredGeometry_3"]=Module["asm"]["JUa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimAngle_SetTextPosition_1=Module["_emscripten_bind_Mx3dDimAngle_SetTextPosition_1"]=function(){return(_emscripten_bind_Mx3dDimAngle_SetTextPosition_1=Module["_emscripten_bind_Mx3dDimAngle_SetTextPosition_1"]=Module["asm"]["KUa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimAngle_GetTextPosition_0=Module["_emscripten_bind_Mx3dDimAngle_GetTextPosition_0"]=function(){return(_emscripten_bind_Mx3dDimAngle_GetTextPosition_0=Module["_emscripten_bind_Mx3dDimAngle_GetTextPosition_0"]=Module["asm"]["LUa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimAngle_GetDisplayUnits_0=Module["_emscripten_bind_Mx3dDimAngle_GetDisplayUnits_0"]=function(){return(_emscripten_bind_Mx3dDimAngle_GetDisplayUnits_0=Module["_emscripten_bind_Mx3dDimAngle_GetDisplayUnits_0"]=Module["asm"]["MUa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimAngle_GetModelUnits_0=Module["_emscripten_bind_Mx3dDimAngle_GetModelUnits_0"]=function(){return(_emscripten_bind_Mx3dDimAngle_GetModelUnits_0=Module["_emscripten_bind_Mx3dDimAngle_GetModelUnits_0"]=Module["asm"]["NUa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimAngle_SetDisplayUnits_1=Module["_emscripten_bind_Mx3dDimAngle_SetDisplayUnits_1"]=function(){return(_emscripten_bind_Mx3dDimAngle_SetDisplayUnits_1=Module["_emscripten_bind_Mx3dDimAngle_SetDisplayUnits_1"]=Module["asm"]["OUa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimAngle_SetModelUnits_1=Module["_emscripten_bind_Mx3dDimAngle_SetModelUnits_1"]=function(){return(_emscripten_bind_Mx3dDimAngle_SetModelUnits_1=Module["_emscripten_bind_Mx3dDimAngle_SetModelUnits_1"]=Module["asm"]["PUa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimAngle_SetType_1=Module["_emscripten_bind_Mx3dDimAngle_SetType_1"]=function(){return(_emscripten_bind_Mx3dDimAngle_SetType_1=Module["_emscripten_bind_Mx3dDimAngle_SetType_1"]=Module["asm"]["QUa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimAngle_GetType_0=Module["_emscripten_bind_Mx3dDimAngle_GetType_0"]=function(){return(_emscripten_bind_Mx3dDimAngle_GetType_0=Module["_emscripten_bind_Mx3dDimAngle_GetType_0"]=Module["asm"]["RUa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimAngle_SetArrowsVisibility_1=Module["_emscripten_bind_Mx3dDimAngle_SetArrowsVisibility_1"]=function(){return(_emscripten_bind_Mx3dDimAngle_SetArrowsVisibility_1=Module["_emscripten_bind_Mx3dDimAngle_SetArrowsVisibility_1"]=Module["asm"]["SUa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimAngle_GetArrowsVisibility_0=Module["_emscripten_bind_Mx3dDimAngle_GetArrowsVisibility_0"]=function(){return(_emscripten_bind_Mx3dDimAngle_GetArrowsVisibility_0=Module["_emscripten_bind_Mx3dDimAngle_GetArrowsVisibility_0"]=Module["asm"]["TUa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimAngle_GetValue_0=Module["_emscripten_bind_Mx3dDimAngle_GetValue_0"]=function(){return(_emscripten_bind_Mx3dDimAngle_GetValue_0=Module["_emscripten_bind_Mx3dDimAngle_GetValue_0"]=Module["asm"]["UUa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimAngle_SetComputedValue_0=Module["_emscripten_bind_Mx3dDimAngle_SetComputedValue_0"]=function(){return(_emscripten_bind_Mx3dDimAngle_SetComputedValue_0=Module["_emscripten_bind_Mx3dDimAngle_SetComputedValue_0"]=Module["asm"]["VUa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimAngle_SetCustomValue_1=Module["_emscripten_bind_Mx3dDimAngle_SetCustomValue_1"]=function(){return(_emscripten_bind_Mx3dDimAngle_SetCustomValue_1=Module["_emscripten_bind_Mx3dDimAngle_SetCustomValue_1"]=Module["asm"]["WUa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimAngle_GetPlane_0=Module["_emscripten_bind_Mx3dDimAngle_GetPlane_0"]=function(){return(_emscripten_bind_Mx3dDimAngle_GetPlane_0=Module["_emscripten_bind_Mx3dDimAngle_GetPlane_0"]=Module["asm"]["XUa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimAngle_GetGeometryType_0=Module["_emscripten_bind_Mx3dDimAngle_GetGeometryType_0"]=function(){return(_emscripten_bind_Mx3dDimAngle_GetGeometryType_0=Module["_emscripten_bind_Mx3dDimAngle_GetGeometryType_0"]=Module["asm"]["YUa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimAngle_SetCustomPlane_1=Module["_emscripten_bind_Mx3dDimAngle_SetCustomPlane_1"]=function(){return(_emscripten_bind_Mx3dDimAngle_SetCustomPlane_1=Module["_emscripten_bind_Mx3dDimAngle_SetCustomPlane_1"]=Module["asm"]["ZUa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimAngle_UnsetCustomPlane_0=Module["_emscripten_bind_Mx3dDimAngle_UnsetCustomPlane_0"]=function(){return(_emscripten_bind_Mx3dDimAngle_UnsetCustomPlane_0=Module["_emscripten_bind_Mx3dDimAngle_UnsetCustomPlane_0"]=Module["asm"]["_Ua"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimAngle_IsTextPositionCustom_0=Module["_emscripten_bind_Mx3dDimAngle_IsTextPositionCustom_0"]=function(){return(_emscripten_bind_Mx3dDimAngle_IsTextPositionCustom_0=Module["_emscripten_bind_Mx3dDimAngle_IsTextPositionCustom_0"]=Module["asm"]["$Ua"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimAngle_SetDimensionAspect_1=Module["_emscripten_bind_Mx3dDimAngle_SetDimensionAspect_1"]=function(){return(_emscripten_bind_Mx3dDimAngle_SetDimensionAspect_1=Module["_emscripten_bind_Mx3dDimAngle_SetDimensionAspect_1"]=Module["asm"]["aVa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimAngle_KindOfDimension_0=Module["_emscripten_bind_Mx3dDimAngle_KindOfDimension_0"]=function(){return(_emscripten_bind_Mx3dDimAngle_KindOfDimension_0=Module["_emscripten_bind_Mx3dDimAngle_KindOfDimension_0"]=Module["asm"]["bVa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimAngle_UnsetFixedTextPosition_0=Module["_emscripten_bind_Mx3dDimAngle_UnsetFixedTextPosition_0"]=function(){return(_emscripten_bind_Mx3dDimAngle_UnsetFixedTextPosition_0=Module["_emscripten_bind_Mx3dDimAngle_UnsetFixedTextPosition_0"]=Module["asm"]["cVa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimAngle_SelToleranceForText2d_0=Module["_emscripten_bind_Mx3dDimAngle_SelToleranceForText2d_0"]=function(){return(_emscripten_bind_Mx3dDimAngle_SelToleranceForText2d_0=Module["_emscripten_bind_Mx3dDimAngle_SelToleranceForText2d_0"]=Module["asm"]["dVa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimAngle_SetSelToleranceForText2d_1=Module["_emscripten_bind_Mx3dDimAngle_SetSelToleranceForText2d_1"]=function(){return(_emscripten_bind_Mx3dDimAngle_SetSelToleranceForText2d_1=Module["_emscripten_bind_Mx3dDimAngle_SetSelToleranceForText2d_1"]=Module["asm"]["eVa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimAngle_GetFlyout_0=Module["_emscripten_bind_Mx3dDimAngle_GetFlyout_0"]=function(){return(_emscripten_bind_Mx3dDimAngle_GetFlyout_0=Module["_emscripten_bind_Mx3dDimAngle_GetFlyout_0"]=Module["asm"]["fVa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimAngle_SetFlyout_1=Module["_emscripten_bind_Mx3dDimAngle_SetFlyout_1"]=function(){return(_emscripten_bind_Mx3dDimAngle_SetFlyout_1=Module["_emscripten_bind_Mx3dDimAngle_SetFlyout_1"]=Module["asm"]["gVa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimAngle_IsValid_0=Module["_emscripten_bind_Mx3dDimAngle_IsValid_0"]=function(){return(_emscripten_bind_Mx3dDimAngle_IsValid_0=Module["_emscripten_bind_Mx3dDimAngle_IsValid_0"]=Module["asm"]["hVa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimAngle___destroy___0=Module["_emscripten_bind_Mx3dDimAngle___destroy___0"]=function(){return(_emscripten_bind_Mx3dDimAngle___destroy___0=Module["_emscripten_bind_Mx3dDimAngle___destroy___0"]=Module["asm"]["iVa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimLength_Mx3dDimLength_0=Module["_emscripten_bind_Mx3dDimLength_Mx3dDimLength_0"]=function(){return(_emscripten_bind_Mx3dDimLength_Mx3dDimLength_0=Module["_emscripten_bind_Mx3dDimLength_Mx3dDimLength_0"]=Module["asm"]["jVa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimLength_Mx3dDimLength_2=Module["_emscripten_bind_Mx3dDimLength_Mx3dDimLength_2"]=function(){return(_emscripten_bind_Mx3dDimLength_Mx3dDimLength_2=Module["_emscripten_bind_Mx3dDimLength_Mx3dDimLength_2"]=Module["asm"]["kVa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimLength_Mx3dDimLength_3=Module["_emscripten_bind_Mx3dDimLength_Mx3dDimLength_3"]=function(){return(_emscripten_bind_Mx3dDimLength_Mx3dDimLength_3=Module["_emscripten_bind_Mx3dDimLength_Mx3dDimLength_3"]=Module["asm"]["lVa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimLength_FirstPoint_0=Module["_emscripten_bind_Mx3dDimLength_FirstPoint_0"]=function(){return(_emscripten_bind_Mx3dDimLength_FirstPoint_0=Module["_emscripten_bind_Mx3dDimLength_FirstPoint_0"]=Module["asm"]["mVa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimLength_SecondPoint_0=Module["_emscripten_bind_Mx3dDimLength_SecondPoint_0"]=function(){return(_emscripten_bind_Mx3dDimLength_SecondPoint_0=Module["_emscripten_bind_Mx3dDimLength_SecondPoint_0"]=Module["asm"]["nVa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimLength_FirstShape_0=Module["_emscripten_bind_Mx3dDimLength_FirstShape_0"]=function(){return(_emscripten_bind_Mx3dDimLength_FirstShape_0=Module["_emscripten_bind_Mx3dDimLength_FirstShape_0"]=Module["asm"]["oVa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimLength_SecondShape_0=Module["_emscripten_bind_Mx3dDimLength_SecondShape_0"]=function(){return(_emscripten_bind_Mx3dDimLength_SecondShape_0=Module["_emscripten_bind_Mx3dDimLength_SecondShape_0"]=Module["asm"]["pVa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimLength_SetMeasuredGeometry_3=Module["_emscripten_bind_Mx3dDimLength_SetMeasuredGeometry_3"]=function(){return(_emscripten_bind_Mx3dDimLength_SetMeasuredGeometry_3=Module["_emscripten_bind_Mx3dDimLength_SetMeasuredGeometry_3"]=Module["asm"]["qVa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimLength_SetMeasuredShapes_2=Module["_emscripten_bind_Mx3dDimLength_SetMeasuredShapes_2"]=function(){return(_emscripten_bind_Mx3dDimLength_SetMeasuredShapes_2=Module["_emscripten_bind_Mx3dDimLength_SetMeasuredShapes_2"]=Module["asm"]["rVa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimLength_SetTextPosition_1=Module["_emscripten_bind_Mx3dDimLength_SetTextPosition_1"]=function(){return(_emscripten_bind_Mx3dDimLength_SetTextPosition_1=Module["_emscripten_bind_Mx3dDimLength_SetTextPosition_1"]=Module["asm"]["sVa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimLength_GetTextPosition_0=Module["_emscripten_bind_Mx3dDimLength_GetTextPosition_0"]=function(){return(_emscripten_bind_Mx3dDimLength_GetTextPosition_0=Module["_emscripten_bind_Mx3dDimLength_GetTextPosition_0"]=Module["asm"]["tVa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimLength_SetDirection_2=Module["_emscripten_bind_Mx3dDimLength_SetDirection_2"]=function(){return(_emscripten_bind_Mx3dDimLength_SetDirection_2=Module["_emscripten_bind_Mx3dDimLength_SetDirection_2"]=Module["asm"]["uVa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimLength_GetValue_0=Module["_emscripten_bind_Mx3dDimLength_GetValue_0"]=function(){return(_emscripten_bind_Mx3dDimLength_GetValue_0=Module["_emscripten_bind_Mx3dDimLength_GetValue_0"]=Module["asm"]["vVa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimLength_SetComputedValue_0=Module["_emscripten_bind_Mx3dDimLength_SetComputedValue_0"]=function(){return(_emscripten_bind_Mx3dDimLength_SetComputedValue_0=Module["_emscripten_bind_Mx3dDimLength_SetComputedValue_0"]=Module["asm"]["wVa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimLength_SetCustomValue_1=Module["_emscripten_bind_Mx3dDimLength_SetCustomValue_1"]=function(){return(_emscripten_bind_Mx3dDimLength_SetCustomValue_1=Module["_emscripten_bind_Mx3dDimLength_SetCustomValue_1"]=Module["asm"]["xVa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimLength_GetPlane_0=Module["_emscripten_bind_Mx3dDimLength_GetPlane_0"]=function(){return(_emscripten_bind_Mx3dDimLength_GetPlane_0=Module["_emscripten_bind_Mx3dDimLength_GetPlane_0"]=Module["asm"]["yVa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimLength_GetGeometryType_0=Module["_emscripten_bind_Mx3dDimLength_GetGeometryType_0"]=function(){return(_emscripten_bind_Mx3dDimLength_GetGeometryType_0=Module["_emscripten_bind_Mx3dDimLength_GetGeometryType_0"]=Module["asm"]["zVa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimLength_SetCustomPlane_1=Module["_emscripten_bind_Mx3dDimLength_SetCustomPlane_1"]=function(){return(_emscripten_bind_Mx3dDimLength_SetCustomPlane_1=Module["_emscripten_bind_Mx3dDimLength_SetCustomPlane_1"]=Module["asm"]["AVa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimLength_UnsetCustomPlane_0=Module["_emscripten_bind_Mx3dDimLength_UnsetCustomPlane_0"]=function(){return(_emscripten_bind_Mx3dDimLength_UnsetCustomPlane_0=Module["_emscripten_bind_Mx3dDimLength_UnsetCustomPlane_0"]=Module["asm"]["BVa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimLength_IsTextPositionCustom_0=Module["_emscripten_bind_Mx3dDimLength_IsTextPositionCustom_0"]=function(){return(_emscripten_bind_Mx3dDimLength_IsTextPositionCustom_0=Module["_emscripten_bind_Mx3dDimLength_IsTextPositionCustom_0"]=Module["asm"]["CVa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimLength_SetDimensionAspect_1=Module["_emscripten_bind_Mx3dDimLength_SetDimensionAspect_1"]=function(){return(_emscripten_bind_Mx3dDimLength_SetDimensionAspect_1=Module["_emscripten_bind_Mx3dDimLength_SetDimensionAspect_1"]=Module["asm"]["DVa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimLength_KindOfDimension_0=Module["_emscripten_bind_Mx3dDimLength_KindOfDimension_0"]=function(){return(_emscripten_bind_Mx3dDimLength_KindOfDimension_0=Module["_emscripten_bind_Mx3dDimLength_KindOfDimension_0"]=Module["asm"]["EVa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimLength_UnsetFixedTextPosition_0=Module["_emscripten_bind_Mx3dDimLength_UnsetFixedTextPosition_0"]=function(){return(_emscripten_bind_Mx3dDimLength_UnsetFixedTextPosition_0=Module["_emscripten_bind_Mx3dDimLength_UnsetFixedTextPosition_0"]=Module["asm"]["FVa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimLength_SelToleranceForText2d_0=Module["_emscripten_bind_Mx3dDimLength_SelToleranceForText2d_0"]=function(){return(_emscripten_bind_Mx3dDimLength_SelToleranceForText2d_0=Module["_emscripten_bind_Mx3dDimLength_SelToleranceForText2d_0"]=Module["asm"]["GVa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimLength_SetSelToleranceForText2d_1=Module["_emscripten_bind_Mx3dDimLength_SetSelToleranceForText2d_1"]=function(){return(_emscripten_bind_Mx3dDimLength_SetSelToleranceForText2d_1=Module["_emscripten_bind_Mx3dDimLength_SetSelToleranceForText2d_1"]=Module["asm"]["HVa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimLength_GetFlyout_0=Module["_emscripten_bind_Mx3dDimLength_GetFlyout_0"]=function(){return(_emscripten_bind_Mx3dDimLength_GetFlyout_0=Module["_emscripten_bind_Mx3dDimLength_GetFlyout_0"]=Module["asm"]["IVa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimLength_SetFlyout_1=Module["_emscripten_bind_Mx3dDimLength_SetFlyout_1"]=function(){return(_emscripten_bind_Mx3dDimLength_SetFlyout_1=Module["_emscripten_bind_Mx3dDimLength_SetFlyout_1"]=Module["asm"]["JVa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimLength_IsValid_0=Module["_emscripten_bind_Mx3dDimLength_IsValid_0"]=function(){return(_emscripten_bind_Mx3dDimLength_IsValid_0=Module["_emscripten_bind_Mx3dDimLength_IsValid_0"]=Module["asm"]["KVa"]).apply(null,arguments)};var _emscripten_bind_Mx3dDimLength___destroy___0=Module["_emscripten_bind_Mx3dDimLength___destroy___0"]=function(){return(_emscripten_bind_Mx3dDimLength___destroy___0=Module["_emscripten_bind_Mx3dDimLength___destroy___0"]=Module["asm"]["LVa"]).apply(null,arguments)};var _emscripten_bind_Mx3dInterpolateBSplineCurve_Mx3dInterpolateBSplineCurve_3=Module["_emscripten_bind_Mx3dInterpolateBSplineCurve_Mx3dInterpolateBSplineCurve_3"]=function(){return(_emscripten_bind_Mx3dInterpolateBSplineCurve_Mx3dInterpolateBSplineCurve_3=Module["_emscripten_bind_Mx3dInterpolateBSplineCurve_Mx3dInterpolateBSplineCurve_3"]=Module["asm"]["MVa"]).apply(null,arguments)};var _emscripten_bind_Mx3dInterpolateBSplineCurve_Mx3dInterpolateBSplineCurve_4=Module["_emscripten_bind_Mx3dInterpolateBSplineCurve_Mx3dInterpolateBSplineCurve_4"]=function(){return(_emscripten_bind_Mx3dInterpolateBSplineCurve_Mx3dInterpolateBSplineCurve_4=Module["_emscripten_bind_Mx3dInterpolateBSplineCurve_Mx3dInterpolateBSplineCurve_4"]=Module["asm"]["NVa"]).apply(null,arguments)};var _emscripten_bind_Mx3dInterpolateBSplineCurve_LoadEnds_2=Module["_emscripten_bind_Mx3dInterpolateBSplineCurve_LoadEnds_2"]=function(){return(_emscripten_bind_Mx3dInterpolateBSplineCurve_LoadEnds_2=Module["_emscripten_bind_Mx3dInterpolateBSplineCurve_LoadEnds_2"]=Module["asm"]["OVa"]).apply(null,arguments)};var _emscripten_bind_Mx3dInterpolateBSplineCurve_Load_2=Module["_emscripten_bind_Mx3dInterpolateBSplineCurve_Load_2"]=function(){return(_emscripten_bind_Mx3dInterpolateBSplineCurve_Load_2=Module["_emscripten_bind_Mx3dInterpolateBSplineCurve_Load_2"]=Module["asm"]["PVa"]).apply(null,arguments)};var _emscripten_bind_Mx3dInterpolateBSplineCurve_Perform_0=Module["_emscripten_bind_Mx3dInterpolateBSplineCurve_Perform_0"]=function(){return(_emscripten_bind_Mx3dInterpolateBSplineCurve_Perform_0=Module["_emscripten_bind_Mx3dInterpolateBSplineCurve_Perform_0"]=Module["asm"]["QVa"]).apply(null,arguments)};var _emscripten_bind_Mx3dInterpolateBSplineCurve_Curve_0=Module["_emscripten_bind_Mx3dInterpolateBSplineCurve_Curve_0"]=function(){return(_emscripten_bind_Mx3dInterpolateBSplineCurve_Curve_0=Module["_emscripten_bind_Mx3dInterpolateBSplineCurve_Curve_0"]=Module["asm"]["RVa"]).apply(null,arguments)};var _emscripten_bind_Mx3dInterpolateBSplineCurve_IsDone_0=Module["_emscripten_bind_Mx3dInterpolateBSplineCurve_IsDone_0"]=function(){return(_emscripten_bind_Mx3dInterpolateBSplineCurve_IsDone_0=Module["_emscripten_bind_Mx3dInterpolateBSplineCurve_IsDone_0"]=Module["asm"]["SVa"]).apply(null,arguments)};var _emscripten_bind_Mx3dInterpolateBSplineCurve___destroy___0=Module["_emscripten_bind_Mx3dInterpolateBSplineCurve___destroy___0"]=function(){return(_emscripten_bind_Mx3dInterpolateBSplineCurve___destroy___0=Module["_emscripten_bind_Mx3dInterpolateBSplineCurve___destroy___0"]=Module["asm"]["TVa"]).apply(null,arguments)};var _emscripten_enum_MxHorizontalTextAlignment_HTA_LEFT=Module["_emscripten_enum_MxHorizontalTextAlignment_HTA_LEFT"]=function(){return(_emscripten_enum_MxHorizontalTextAlignment_HTA_LEFT=Module["_emscripten_enum_MxHorizontalTextAlignment_HTA_LEFT"]=Module["asm"]["UVa"]).apply(null,arguments)};var _emscripten_enum_MxHorizontalTextAlignment_HTA_CENTER=Module["_emscripten_enum_MxHorizontalTextAlignment_HTA_CENTER"]=function(){return(_emscripten_enum_MxHorizontalTextAlignment_HTA_CENTER=Module["_emscripten_enum_MxHorizontalTextAlignment_HTA_CENTER"]=Module["asm"]["VVa"]).apply(null,arguments)};var _emscripten_enum_MxHorizontalTextAlignment_HTA_RIGHT=Module["_emscripten_enum_MxHorizontalTextAlignment_HTA_RIGHT"]=function(){return(_emscripten_enum_MxHorizontalTextAlignment_HTA_RIGHT=Module["_emscripten_enum_MxHorizontalTextAlignment_HTA_RIGHT"]=Module["asm"]["WVa"]).apply(null,arguments)};var _emscripten_enum_MxVerticalTextAlignment_CVTA_BOTTOM=Module["_emscripten_enum_MxVerticalTextAlignment_CVTA_BOTTOM"]=function(){return(_emscripten_enum_MxVerticalTextAlignment_CVTA_BOTTOM=Module["_emscripten_enum_MxVerticalTextAlignment_CVTA_BOTTOM"]=Module["asm"]["XVa"]).apply(null,arguments)};var _emscripten_enum_MxVerticalTextAlignment_CVTA_CENTER=Module["_emscripten_enum_MxVerticalTextAlignment_CVTA_CENTER"]=function(){return(_emscripten_enum_MxVerticalTextAlignment_CVTA_CENTER=Module["_emscripten_enum_MxVerticalTextAlignment_CVTA_CENTER"]=Module["asm"]["YVa"]).apply(null,arguments)};var _emscripten_enum_MxVerticalTextAlignment_CVTA_TOP=Module["_emscripten_enum_MxVerticalTextAlignment_CVTA_TOP"]=function(){return(_emscripten_enum_MxVerticalTextAlignment_CVTA_TOP=Module["_emscripten_enum_MxVerticalTextAlignment_CVTA_TOP"]=Module["asm"]["ZVa"]).apply(null,arguments)};var _emscripten_enum_MxVerticalTextAlignment_CVTA_TOPFIRSTLINE=Module["_emscripten_enum_MxVerticalTextAlignment_CVTA_TOPFIRSTLINE"]=function(){return(_emscripten_enum_MxVerticalTextAlignment_CVTA_TOPFIRSTLINE=Module["_emscripten_enum_MxVerticalTextAlignment_CVTA_TOPFIRSTLINE"]=Module["asm"]["_Va"]).apply(null,arguments)};var _emscripten_enum_MxFontAspect_FA_UNDEFINED=Module["_emscripten_enum_MxFontAspect_FA_UNDEFINED"]=function(){return(_emscripten_enum_MxFontAspect_FA_UNDEFINED=Module["_emscripten_enum_MxFontAspect_FA_UNDEFINED"]=Module["asm"]["$Va"]).apply(null,arguments)};var _emscripten_enum_MxFontAspect_FA_Regular=Module["_emscripten_enum_MxFontAspect_FA_Regular"]=function(){return(_emscripten_enum_MxFontAspect_FA_Regular=Module["_emscripten_enum_MxFontAspect_FA_Regular"]=Module["asm"]["aWa"]).apply(null,arguments)};var _emscripten_enum_MxFontAspect_FA_Bold=Module["_emscripten_enum_MxFontAspect_FA_Bold"]=function(){return(_emscripten_enum_MxFontAspect_FA_Bold=Module["_emscripten_enum_MxFontAspect_FA_Bold"]=Module["asm"]["bWa"]).apply(null,arguments)};var _emscripten_enum_MxFontAspect_FA_Italic=Module["_emscripten_enum_MxFontAspect_FA_Italic"]=function(){return(_emscripten_enum_MxFontAspect_FA_Italic=Module["_emscripten_enum_MxFontAspect_FA_Italic"]=Module["asm"]["cWa"]).apply(null,arguments)};var _emscripten_enum_MxFontAspect_FA_BoldItalic=Module["_emscripten_enum_MxFontAspect_FA_BoldItalic"]=function(){return(_emscripten_enum_MxFontAspect_FA_BoldItalic=Module["_emscripten_enum_MxFontAspect_FA_BoldItalic"]=Module["asm"]["dWa"]).apply(null,arguments)};var _emscripten_enum_MxTypeOfDisplayText_TODT_NORMAL=Module["_emscripten_enum_MxTypeOfDisplayText_TODT_NORMAL"]=function(){return(_emscripten_enum_MxTypeOfDisplayText_TODT_NORMAL=Module["_emscripten_enum_MxTypeOfDisplayText_TODT_NORMAL"]=Module["asm"]["eWa"]).apply(null,arguments)};var _emscripten_enum_MxTypeOfDisplayText_TODT_SUBTITLE=Module["_emscripten_enum_MxTypeOfDisplayText_TODT_SUBTITLE"]=function(){return(_emscripten_enum_MxTypeOfDisplayText_TODT_SUBTITLE=Module["_emscripten_enum_MxTypeOfDisplayText_TODT_SUBTITLE"]=Module["asm"]["fWa"]).apply(null,arguments)};var _emscripten_enum_MxTypeOfDisplayText_TODT_DEKALE=Module["_emscripten_enum_MxTypeOfDisplayText_TODT_DEKALE"]=function(){return(_emscripten_enum_MxTypeOfDisplayText_TODT_DEKALE=Module["_emscripten_enum_MxTypeOfDisplayText_TODT_DEKALE"]=Module["asm"]["gWa"]).apply(null,arguments)};var _emscripten_enum_MxTypeOfDisplayText_TODT_BLEND=Module["_emscripten_enum_MxTypeOfDisplayText_TODT_BLEND"]=function(){return(_emscripten_enum_MxTypeOfDisplayText_TODT_BLEND=Module["_emscripten_enum_MxTypeOfDisplayText_TODT_BLEND"]=Module["asm"]["hWa"]).apply(null,arguments)};var _emscripten_enum_MxTypeOfDisplayText_TODT_DIMENSION=Module["_emscripten_enum_MxTypeOfDisplayText_TODT_DIMENSION"]=function(){return(_emscripten_enum_MxTypeOfDisplayText_TODT_DIMENSION=Module["_emscripten_enum_MxTypeOfDisplayText_TODT_DIMENSION"]=Module["asm"]["iWa"]).apply(null,arguments)};var _emscripten_enum_MxTypeOfDisplayText_TODT_SHADOW=Module["_emscripten_enum_MxTypeOfDisplayText_TODT_SHADOW"]=function(){return(_emscripten_enum_MxTypeOfDisplayText_TODT_SHADOW=Module["_emscripten_enum_MxTypeOfDisplayText_TODT_SHADOW"]=Module["asm"]["jWa"]).apply(null,arguments)};var _emscripten_enum_MxCF3dFilletShapeEnum_Enum_Rational=Module["_emscripten_enum_MxCF3dFilletShapeEnum_Enum_Rational"]=function(){return(_emscripten_enum_MxCF3dFilletShapeEnum_Enum_Rational=Module["_emscripten_enum_MxCF3dFilletShapeEnum_Enum_Rational"]=Module["asm"]["kWa"]).apply(null,arguments)};var _emscripten_enum_MxCF3dFilletShapeEnum_Enum_QuasiAngular=Module["_emscripten_enum_MxCF3dFilletShapeEnum_Enum_QuasiAngular"]=function(){return(_emscripten_enum_MxCF3dFilletShapeEnum_Enum_QuasiAngular=Module["_emscripten_enum_MxCF3dFilletShapeEnum_Enum_QuasiAngular"]=Module["asm"]["lWa"]).apply(null,arguments)};var _emscripten_enum_MxCF3dFilletShapeEnum_Enum_Polynomial=Module["_emscripten_enum_MxCF3dFilletShapeEnum_Enum_Polynomial"]=function(){return(_emscripten_enum_MxCF3dFilletShapeEnum_Enum_Polynomial=Module["_emscripten_enum_MxCF3dFilletShapeEnum_Enum_Polynomial"]=Module["asm"]["mWa"]).apply(null,arguments)};var _emscripten_enum_MxShapeEnum_Enum_COMPOUND=Module["_emscripten_enum_MxShapeEnum_Enum_COMPOUND"]=function(){return(_emscripten_enum_MxShapeEnum_Enum_COMPOUND=Module["_emscripten_enum_MxShapeEnum_Enum_COMPOUND"]=Module["asm"]["nWa"]).apply(null,arguments)};var _emscripten_enum_MxShapeEnum_Enum_COMPSOLID=Module["_emscripten_enum_MxShapeEnum_Enum_COMPSOLID"]=function(){return(_emscripten_enum_MxShapeEnum_Enum_COMPSOLID=Module["_emscripten_enum_MxShapeEnum_Enum_COMPSOLID"]=Module["asm"]["oWa"]).apply(null,arguments)};var _emscripten_enum_MxShapeEnum_Enum_SOLID=Module["_emscripten_enum_MxShapeEnum_Enum_SOLID"]=function(){return(_emscripten_enum_MxShapeEnum_Enum_SOLID=Module["_emscripten_enum_MxShapeEnum_Enum_SOLID"]=Module["asm"]["pWa"]).apply(null,arguments)};var _emscripten_enum_MxShapeEnum_Enum_SHELL=Module["_emscripten_enum_MxShapeEnum_Enum_SHELL"]=function(){return(_emscripten_enum_MxShapeEnum_Enum_SHELL=Module["_emscripten_enum_MxShapeEnum_Enum_SHELL"]=Module["asm"]["qWa"]).apply(null,arguments)};var _emscripten_enum_MxShapeEnum_Enum_FACE=Module["_emscripten_enum_MxShapeEnum_Enum_FACE"]=function(){return(_emscripten_enum_MxShapeEnum_Enum_FACE=Module["_emscripten_enum_MxShapeEnum_Enum_FACE"]=Module["asm"]["rWa"]).apply(null,arguments)};var _emscripten_enum_MxShapeEnum_Enum_WIRE=Module["_emscripten_enum_MxShapeEnum_Enum_WIRE"]=function(){return(_emscripten_enum_MxShapeEnum_Enum_WIRE=Module["_emscripten_enum_MxShapeEnum_Enum_WIRE"]=Module["asm"]["sWa"]).apply(null,arguments)};var _emscripten_enum_MxShapeEnum_Enum_EDGE=Module["_emscripten_enum_MxShapeEnum_Enum_EDGE"]=function(){return(_emscripten_enum_MxShapeEnum_Enum_EDGE=Module["_emscripten_enum_MxShapeEnum_Enum_EDGE"]=Module["asm"]["tWa"]).apply(null,arguments)};var _emscripten_enum_MxShapeEnum_Enum_VERTEX=Module["_emscripten_enum_MxShapeEnum_Enum_VERTEX"]=function(){return(_emscripten_enum_MxShapeEnum_Enum_VERTEX=Module["_emscripten_enum_MxShapeEnum_Enum_VERTEX"]=Module["asm"]["uWa"]).apply(null,arguments)};var _emscripten_enum_MxShapeEnum_Enum_SHAPE=Module["_emscripten_enum_MxShapeEnum_Enum_SHAPE"]=function(){return(_emscripten_enum_MxShapeEnum_Enum_SHAPE=Module["_emscripten_enum_MxShapeEnum_Enum_SHAPE"]=Module["asm"]["vWa"]).apply(null,arguments)};var _emscripten_enum_MxCFDSChamfMode_Enum_ClassicChamfer=Module["_emscripten_enum_MxCFDSChamfMode_Enum_ClassicChamfer"]=function(){return(_emscripten_enum_MxCFDSChamfMode_Enum_ClassicChamfer=Module["_emscripten_enum_MxCFDSChamfMode_Enum_ClassicChamfer"]=Module["asm"]["wWa"]).apply(null,arguments)};var _emscripten_enum_MxCFDSChamfMode_Enum_ConstThroatChamfer=Module["_emscripten_enum_MxCFDSChamfMode_Enum_ConstThroatChamfer"]=function(){return(_emscripten_enum_MxCFDSChamfMode_Enum_ConstThroatChamfer=Module["_emscripten_enum_MxCFDSChamfMode_Enum_ConstThroatChamfer"]=Module["asm"]["xWa"]).apply(null,arguments)};var _emscripten_enum_MxCFDSChamfMode_Enum_ConstThroatWithPenetrationChamfer=Module["_emscripten_enum_MxCFDSChamfMode_Enum_ConstThroatWithPenetrationChamfer"]=function(){return(_emscripten_enum_MxCFDSChamfMode_Enum_ConstThroatWithPenetrationChamfer=Module["_emscripten_enum_MxCFDSChamfMode_Enum_ConstThroatWithPenetrationChamfer"]=Module["asm"]["yWa"]).apply(null,arguments)};var _emscripten_enum_MxGFTrihedron_GF_IsCorrectedFrenet=Module["_emscripten_enum_MxGFTrihedron_GF_IsCorrectedFrenet"]=function(){return(_emscripten_enum_MxGFTrihedron_GF_IsCorrectedFrenet=Module["_emscripten_enum_MxGFTrihedron_GF_IsCorrectedFrenet"]=Module["asm"]["zWa"]).apply(null,arguments)};var _emscripten_enum_MxGFTrihedron_GF_IsFixed=Module["_emscripten_enum_MxGFTrihedron_GF_IsFixed"]=function(){return(_emscripten_enum_MxGFTrihedron_GF_IsFixed=Module["_emscripten_enum_MxGFTrihedron_GF_IsFixed"]=Module["asm"]["AWa"]).apply(null,arguments)};var _emscripten_enum_MxGFTrihedron_GF_IsFrenet=Module["_emscripten_enum_MxGFTrihedron_GF_IsFrenet"]=function(){return(_emscripten_enum_MxGFTrihedron_GF_IsFrenet=Module["_emscripten_enum_MxGFTrihedron_GF_IsFrenet"]=Module["asm"]["BWa"]).apply(null,arguments)};var _emscripten_enum_MxGFTrihedron_GF_IsConstantNormal=Module["_emscripten_enum_MxGFTrihedron_GF_IsConstantNormal"]=function(){return(_emscripten_enum_MxGFTrihedron_GF_IsConstantNormal=Module["_emscripten_enum_MxGFTrihedron_GF_IsConstantNormal"]=Module["asm"]["CWa"]).apply(null,arguments)};var _emscripten_enum_MxGFTrihedron_GF_IsDarboux=Module["_emscripten_enum_MxGFTrihedron_GF_IsDarboux"]=function(){return(_emscripten_enum_MxGFTrihedron_GF_IsDarboux=Module["_emscripten_enum_MxGFTrihedron_GF_IsDarboux"]=Module["asm"]["DWa"]).apply(null,arguments)};var _emscripten_enum_MxGFTrihedron_GF_IsGuideAC=Module["_emscripten_enum_MxGFTrihedron_GF_IsGuideAC"]=function(){return(_emscripten_enum_MxGFTrihedron_GF_IsGuideAC=Module["_emscripten_enum_MxGFTrihedron_GF_IsGuideAC"]=Module["asm"]["EWa"]).apply(null,arguments)};var _emscripten_enum_MxGFTrihedron_GF_IsGuidePlan=Module["_emscripten_enum_MxGFTrihedron_GF_IsGuidePlan"]=function(){return(_emscripten_enum_MxGFTrihedron_GF_IsGuidePlan=Module["_emscripten_enum_MxGFTrihedron_GF_IsGuidePlan"]=Module["asm"]["FWa"]).apply(null,arguments)};var _emscripten_enum_MxGFTrihedron_GF_IsGuideACWithContact=Module["_emscripten_enum_MxGFTrihedron_GF_IsGuideACWithContact"]=function(){return(_emscripten_enum_MxGFTrihedron_GF_IsGuideACWithContact=Module["_emscripten_enum_MxGFTrihedron_GF_IsGuideACWithContact"]=Module["asm"]["GWa"]).apply(null,arguments)};var _emscripten_enum_MxGFTrihedron_GF_IsGuidePlanWithContact=Module["_emscripten_enum_MxGFTrihedron_GF_IsGuidePlanWithContact"]=function(){return(_emscripten_enum_MxGFTrihedron_GF_IsGuidePlanWithContact=Module["_emscripten_enum_MxGFTrihedron_GF_IsGuidePlanWithContact"]=Module["asm"]["HWa"]).apply(null,arguments)};var _emscripten_enum_MxGFTrihedron_GF_IsDiscreteTrihedron=Module["_emscripten_enum_MxGFTrihedron_GF_IsDiscreteTrihedron"]=function(){return(_emscripten_enum_MxGFTrihedron_GF_IsDiscreteTrihedron=Module["_emscripten_enum_MxGFTrihedron_GF_IsDiscreteTrihedron"]=Module["asm"]["IWa"]).apply(null,arguments)};var _emscripten_enum_MxGAShapeEnum_GA_C0=Module["_emscripten_enum_MxGAShapeEnum_GA_C0"]=function(){return(_emscripten_enum_MxGAShapeEnum_GA_C0=Module["_emscripten_enum_MxGAShapeEnum_GA_C0"]=Module["asm"]["JWa"]).apply(null,arguments)};var _emscripten_enum_MxGAShapeEnum_GA_G1=Module["_emscripten_enum_MxGAShapeEnum_GA_G1"]=function(){return(_emscripten_enum_MxGAShapeEnum_GA_G1=Module["_emscripten_enum_MxGAShapeEnum_GA_G1"]=Module["asm"]["KWa"]).apply(null,arguments)};var _emscripten_enum_MxGAShapeEnum_GA_C1=Module["_emscripten_enum_MxGAShapeEnum_GA_C1"]=function(){return(_emscripten_enum_MxGAShapeEnum_GA_C1=Module["_emscripten_enum_MxGAShapeEnum_GA_C1"]=Module["asm"]["LWa"]).apply(null,arguments)};var _emscripten_enum_MxGAShapeEnum_GA_G2=Module["_emscripten_enum_MxGAShapeEnum_GA_G2"]=function(){return(_emscripten_enum_MxGAShapeEnum_GA_G2=Module["_emscripten_enum_MxGAShapeEnum_GA_G2"]=Module["asm"]["MWa"]).apply(null,arguments)};var _emscripten_enum_MxGAShapeEnum_GA_C2=Module["_emscripten_enum_MxGAShapeEnum_GA_C2"]=function(){return(_emscripten_enum_MxGAShapeEnum_GA_C2=Module["_emscripten_enum_MxGAShapeEnum_GA_C2"]=Module["asm"]["NWa"]).apply(null,arguments)};var _emscripten_enum_MxGAShapeEnum_GA_C3=Module["_emscripten_enum_MxGAShapeEnum_GA_C3"]=function(){return(_emscripten_enum_MxGAShapeEnum_GA_C3=Module["_emscripten_enum_MxGAShapeEnum_GA_C3"]=Module["asm"]["OWa"]).apply(null,arguments)};var _emscripten_enum_MxGAShapeEnum_GA_CN=Module["_emscripten_enum_MxGAShapeEnum_GA_CN"]=function(){return(_emscripten_enum_MxGAShapeEnum_GA_CN=Module["_emscripten_enum_MxGAShapeEnum_GA_CN"]=Module["asm"]["PWa"]).apply(null,arguments)};var _emscripten_enum_MxOffsetModeEnum_Offset_Skin=Module["_emscripten_enum_MxOffsetModeEnum_Offset_Skin"]=function(){return(_emscripten_enum_MxOffsetModeEnum_Offset_Skin=Module["_emscripten_enum_MxOffsetModeEnum_Offset_Skin"]=Module["asm"]["QWa"]).apply(null,arguments)};var _emscripten_enum_MxOffsetModeEnum_Offset_Pipe=Module["_emscripten_enum_MxOffsetModeEnum_Offset_Pipe"]=function(){return(_emscripten_enum_MxOffsetModeEnum_Offset_Pipe=Module["_emscripten_enum_MxOffsetModeEnum_Offset_Pipe"]=Module["asm"]["RWa"]).apply(null,arguments)};var _emscripten_enum_MxOffsetModeEnum_Offset_RectoVerso=Module["_emscripten_enum_MxOffsetModeEnum_Offset_RectoVerso"]=function(){return(_emscripten_enum_MxOffsetModeEnum_Offset_RectoVerso=Module["_emscripten_enum_MxOffsetModeEnum_Offset_RectoVerso"]=Module["asm"]["SWa"]).apply(null,arguments)};var _emscripten_enum_MxGAJoinTypeEnum_GA_Arc=Module["_emscripten_enum_MxGAJoinTypeEnum_GA_Arc"]=function(){return(_emscripten_enum_MxGAJoinTypeEnum_GA_Arc=Module["_emscripten_enum_MxGAJoinTypeEnum_GA_Arc"]=Module["asm"]["TWa"]).apply(null,arguments)};var _emscripten_enum_MxGAJoinTypeEnum_GA_Tangent=Module["_emscripten_enum_MxGAJoinTypeEnum_GA_Tangent"]=function(){return(_emscripten_enum_MxGAJoinTypeEnum_GA_Tangent=Module["_emscripten_enum_MxGAJoinTypeEnum_GA_Tangent"]=Module["asm"]["UWa"]).apply(null,arguments)};var _emscripten_enum_MxGAJoinTypeEnum_GA_Intersection=Module["_emscripten_enum_MxGAJoinTypeEnum_GA_Intersection"]=function(){return(_emscripten_enum_MxGAJoinTypeEnum_GA_Intersection=Module["_emscripten_enum_MxGAJoinTypeEnum_GA_Intersection"]=Module["asm"]["VWa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfMaterial_Material_NOM_Brass=Module["_emscripten_enum_MxNameOfMaterial_Material_NOM_Brass"]=function(){return(_emscripten_enum_MxNameOfMaterial_Material_NOM_Brass=Module["_emscripten_enum_MxNameOfMaterial_Material_NOM_Brass"]=Module["asm"]["WWa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfMaterial_Material_NOM_Bronze=Module["_emscripten_enum_MxNameOfMaterial_Material_NOM_Bronze"]=function(){return(_emscripten_enum_MxNameOfMaterial_Material_NOM_Bronze=Module["_emscripten_enum_MxNameOfMaterial_Material_NOM_Bronze"]=Module["asm"]["XWa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfMaterial_Material_NOM_Copper=Module["_emscripten_enum_MxNameOfMaterial_Material_NOM_Copper"]=function(){return(_emscripten_enum_MxNameOfMaterial_Material_NOM_Copper=Module["_emscripten_enum_MxNameOfMaterial_Material_NOM_Copper"]=Module["asm"]["YWa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfMaterial_Material_NOM_Gold=Module["_emscripten_enum_MxNameOfMaterial_Material_NOM_Gold"]=function(){return(_emscripten_enum_MxNameOfMaterial_Material_NOM_Gold=Module["_emscripten_enum_MxNameOfMaterial_Material_NOM_Gold"]=Module["asm"]["ZWa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfMaterial_Material_NOM_Pewter=Module["_emscripten_enum_MxNameOfMaterial_Material_NOM_Pewter"]=function(){return(_emscripten_enum_MxNameOfMaterial_Material_NOM_Pewter=Module["_emscripten_enum_MxNameOfMaterial_Material_NOM_Pewter"]=Module["asm"]["_Wa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfMaterial_Material_NOM_Plastered=Module["_emscripten_enum_MxNameOfMaterial_Material_NOM_Plastered"]=function(){return(_emscripten_enum_MxNameOfMaterial_Material_NOM_Plastered=Module["_emscripten_enum_MxNameOfMaterial_Material_NOM_Plastered"]=Module["asm"]["$Wa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfMaterial_Material_NOM_Plastified=Module["_emscripten_enum_MxNameOfMaterial_Material_NOM_Plastified"]=function(){return(_emscripten_enum_MxNameOfMaterial_Material_NOM_Plastified=Module["_emscripten_enum_MxNameOfMaterial_Material_NOM_Plastified"]=Module["asm"]["aXa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfMaterial_Material_NOM_Silver=Module["_emscripten_enum_MxNameOfMaterial_Material_NOM_Silver"]=function(){return(_emscripten_enum_MxNameOfMaterial_Material_NOM_Silver=Module["_emscripten_enum_MxNameOfMaterial_Material_NOM_Silver"]=Module["asm"]["bXa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfMaterial_Material_NOM_Steel=Module["_emscripten_enum_MxNameOfMaterial_Material_NOM_Steel"]=function(){return(_emscripten_enum_MxNameOfMaterial_Material_NOM_Steel=Module["_emscripten_enum_MxNameOfMaterial_Material_NOM_Steel"]=Module["asm"]["cXa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfMaterial_Material_NOM_Stone=Module["_emscripten_enum_MxNameOfMaterial_Material_NOM_Stone"]=function(){return(_emscripten_enum_MxNameOfMaterial_Material_NOM_Stone=Module["_emscripten_enum_MxNameOfMaterial_Material_NOM_Stone"]=Module["asm"]["dXa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfMaterial_Material_NOM_ShinyPlastified=Module["_emscripten_enum_MxNameOfMaterial_Material_NOM_ShinyPlastified"]=function(){return(_emscripten_enum_MxNameOfMaterial_Material_NOM_ShinyPlastified=Module["_emscripten_enum_MxNameOfMaterial_Material_NOM_ShinyPlastified"]=Module["asm"]["eXa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfMaterial_Material_NOM_Satin=Module["_emscripten_enum_MxNameOfMaterial_Material_NOM_Satin"]=function(){return(_emscripten_enum_MxNameOfMaterial_Material_NOM_Satin=Module["_emscripten_enum_MxNameOfMaterial_Material_NOM_Satin"]=Module["asm"]["fXa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfMaterial_Material_NOM_Metalized=Module["_emscripten_enum_MxNameOfMaterial_Material_NOM_Metalized"]=function(){return(_emscripten_enum_MxNameOfMaterial_Material_NOM_Metalized=Module["_emscripten_enum_MxNameOfMaterial_Material_NOM_Metalized"]=Module["asm"]["gXa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfMaterial_Material_NOM_Ionized=Module["_emscripten_enum_MxNameOfMaterial_Material_NOM_Ionized"]=function(){return(_emscripten_enum_MxNameOfMaterial_Material_NOM_Ionized=Module["_emscripten_enum_MxNameOfMaterial_Material_NOM_Ionized"]=Module["asm"]["hXa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfMaterial_Material_NOM_Chrome=Module["_emscripten_enum_MxNameOfMaterial_Material_NOM_Chrome"]=function(){return(_emscripten_enum_MxNameOfMaterial_Material_NOM_Chrome=Module["_emscripten_enum_MxNameOfMaterial_Material_NOM_Chrome"]=Module["asm"]["iXa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfMaterial_Material_NOM_Aluminum=Module["_emscripten_enum_MxNameOfMaterial_Material_NOM_Aluminum"]=function(){return(_emscripten_enum_MxNameOfMaterial_Material_NOM_Aluminum=Module["_emscripten_enum_MxNameOfMaterial_Material_NOM_Aluminum"]=Module["asm"]["jXa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfMaterial_Material_NOM_Obsidian=Module["_emscripten_enum_MxNameOfMaterial_Material_NOM_Obsidian"]=function(){return(_emscripten_enum_MxNameOfMaterial_Material_NOM_Obsidian=Module["_emscripten_enum_MxNameOfMaterial_Material_NOM_Obsidian"]=Module["asm"]["kXa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfMaterial_Material_NOM_Neon=Module["_emscripten_enum_MxNameOfMaterial_Material_NOM_Neon"]=function(){return(_emscripten_enum_MxNameOfMaterial_Material_NOM_Neon=Module["_emscripten_enum_MxNameOfMaterial_Material_NOM_Neon"]=Module["asm"]["lXa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfMaterial_Material_NOM_Jade=Module["_emscripten_enum_MxNameOfMaterial_Material_NOM_Jade"]=function(){return(_emscripten_enum_MxNameOfMaterial_Material_NOM_Jade=Module["_emscripten_enum_MxNameOfMaterial_Material_NOM_Jade"]=Module["asm"]["mXa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfMaterial_Material_NOM_Charcoal=Module["_emscripten_enum_MxNameOfMaterial_Material_NOM_Charcoal"]=function(){return(_emscripten_enum_MxNameOfMaterial_Material_NOM_Charcoal=Module["_emscripten_enum_MxNameOfMaterial_Material_NOM_Charcoal"]=Module["asm"]["nXa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfMaterial_Material_NOM_Water=Module["_emscripten_enum_MxNameOfMaterial_Material_NOM_Water"]=function(){return(_emscripten_enum_MxNameOfMaterial_Material_NOM_Water=Module["_emscripten_enum_MxNameOfMaterial_Material_NOM_Water"]=Module["asm"]["oXa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfMaterial_Material_NOM_Glass=Module["_emscripten_enum_MxNameOfMaterial_Material_NOM_Glass"]=function(){return(_emscripten_enum_MxNameOfMaterial_Material_NOM_Glass=Module["_emscripten_enum_MxNameOfMaterial_Material_NOM_Glass"]=Module["asm"]["pXa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfMaterial_Material_NOM_Diamond=Module["_emscripten_enum_MxNameOfMaterial_Material_NOM_Diamond"]=function(){return(_emscripten_enum_MxNameOfMaterial_Material_NOM_Diamond=Module["_emscripten_enum_MxNameOfMaterial_Material_NOM_Diamond"]=Module["asm"]["qXa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfMaterial_Material_NOM_Transparent=Module["_emscripten_enum_MxNameOfMaterial_Material_NOM_Transparent"]=function(){return(_emscripten_enum_MxNameOfMaterial_Material_NOM_Transparent=Module["_emscripten_enum_MxNameOfMaterial_Material_NOM_Transparent"]=Module["asm"]["rXa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfMaterial_Material_NOM_DEFAULT=Module["_emscripten_enum_MxNameOfMaterial_Material_NOM_DEFAULT"]=function(){return(_emscripten_enum_MxNameOfMaterial_Material_NOM_DEFAULT=Module["_emscripten_enum_MxNameOfMaterial_Material_NOM_DEFAULT"]=Module["asm"]["sXa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfMaterial_Material_NOM_UserDefined=Module["_emscripten_enum_MxNameOfMaterial_Material_NOM_UserDefined"]=function(){return(_emscripten_enum_MxNameOfMaterial_Material_NOM_UserDefined=Module["_emscripten_enum_MxNameOfMaterial_Material_NOM_UserDefined"]=Module["asm"]["tXa"]).apply(null,arguments)};var _emscripten_enum_MxTypeOfMaterial_Material_TOM_ASPECT=Module["_emscripten_enum_MxTypeOfMaterial_Material_TOM_ASPECT"]=function(){return(_emscripten_enum_MxTypeOfMaterial_Material_TOM_ASPECT=Module["_emscripten_enum_MxTypeOfMaterial_Material_TOM_ASPECT"]=Module["asm"]["uXa"]).apply(null,arguments)};var _emscripten_enum_MxTypeOfMaterial_Material_TOM_PHYSIC=Module["_emscripten_enum_MxTypeOfMaterial_Material_TOM_PHYSIC"]=function(){return(_emscripten_enum_MxTypeOfMaterial_Material_TOM_PHYSIC=Module["_emscripten_enum_MxTypeOfMaterial_Material_TOM_PHYSIC"]=Module["asm"]["vXa"]).apply(null,arguments)};var _emscripten_enum_MxTypeOfReflection_Reflection_TOR_AMBIENT=Module["_emscripten_enum_MxTypeOfReflection_Reflection_TOR_AMBIENT"]=function(){return(_emscripten_enum_MxTypeOfReflection_Reflection_TOR_AMBIENT=Module["_emscripten_enum_MxTypeOfReflection_Reflection_TOR_AMBIENT"]=Module["asm"]["wXa"]).apply(null,arguments)};var _emscripten_enum_MxTypeOfReflection_Reflection_TOR_DIFFUSE=Module["_emscripten_enum_MxTypeOfReflection_Reflection_TOR_DIFFUSE"]=function(){return(_emscripten_enum_MxTypeOfReflection_Reflection_TOR_DIFFUSE=Module["_emscripten_enum_MxTypeOfReflection_Reflection_TOR_DIFFUSE"]=Module["asm"]["xXa"]).apply(null,arguments)};var _emscripten_enum_MxTypeOfReflection_Reflection_TOR_SPECULAR=Module["_emscripten_enum_MxTypeOfReflection_Reflection_TOR_SPECULAR"]=function(){return(_emscripten_enum_MxTypeOfReflection_Reflection_TOR_SPECULAR=Module["_emscripten_enum_MxTypeOfReflection_Reflection_TOR_SPECULAR"]=Module["asm"]["yXa"]).apply(null,arguments)};var _emscripten_enum_MxTypeOfReflection_Reflection_TOR_EMISSION=Module["_emscripten_enum_MxTypeOfReflection_Reflection_TOR_EMISSION"]=function(){return(_emscripten_enum_MxTypeOfReflection_Reflection_TOR_EMISSION=Module["_emscripten_enum_MxTypeOfReflection_Reflection_TOR_EMISSION"]=Module["asm"]["zXa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_BLACK=Module["_emscripten_enum_MxNameOfColor_Color_NOC_BLACK"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_BLACK=Module["_emscripten_enum_MxNameOfColor_Color_NOC_BLACK"]=Module["asm"]["AXa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_MATRABLUE=Module["_emscripten_enum_MxNameOfColor_Color_NOC_MATRABLUE"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_MATRABLUE=Module["_emscripten_enum_MxNameOfColor_Color_NOC_MATRABLUE"]=Module["asm"]["BXa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_MATRAGRAY=Module["_emscripten_enum_MxNameOfColor_Color_NOC_MATRAGRAY"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_MATRAGRAY=Module["_emscripten_enum_MxNameOfColor_Color_NOC_MATRAGRAY"]=Module["asm"]["CXa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_ALICEBLUE=Module["_emscripten_enum_MxNameOfColor_Color_NOC_ALICEBLUE"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_ALICEBLUE=Module["_emscripten_enum_MxNameOfColor_Color_NOC_ALICEBLUE"]=Module["asm"]["DXa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_ANTIQUEWHITE=Module["_emscripten_enum_MxNameOfColor_Color_NOC_ANTIQUEWHITE"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_ANTIQUEWHITE=Module["_emscripten_enum_MxNameOfColor_Color_NOC_ANTIQUEWHITE"]=Module["asm"]["EXa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_ANTIQUEWHITE1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_ANTIQUEWHITE1"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_ANTIQUEWHITE1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_ANTIQUEWHITE1"]=Module["asm"]["FXa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_ANTIQUEWHITE2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_ANTIQUEWHITE2"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_ANTIQUEWHITE2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_ANTIQUEWHITE2"]=Module["asm"]["GXa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_ANTIQUEWHITE3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_ANTIQUEWHITE3"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_ANTIQUEWHITE3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_ANTIQUEWHITE3"]=Module["asm"]["HXa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_ANTIQUEWHITE4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_ANTIQUEWHITE4"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_ANTIQUEWHITE4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_ANTIQUEWHITE4"]=Module["asm"]["IXa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_AQUAMARINE1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_AQUAMARINE1"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_AQUAMARINE1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_AQUAMARINE1"]=Module["asm"]["JXa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_AQUAMARINE2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_AQUAMARINE2"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_AQUAMARINE2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_AQUAMARINE2"]=Module["asm"]["KXa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_AQUAMARINE4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_AQUAMARINE4"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_AQUAMARINE4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_AQUAMARINE4"]=Module["asm"]["LXa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_AZURE=Module["_emscripten_enum_MxNameOfColor_Color_NOC_AZURE"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_AZURE=Module["_emscripten_enum_MxNameOfColor_Color_NOC_AZURE"]=Module["asm"]["MXa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_AZURE2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_AZURE2"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_AZURE2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_AZURE2"]=Module["asm"]["NXa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_AZURE3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_AZURE3"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_AZURE3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_AZURE3"]=Module["asm"]["OXa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_AZURE4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_AZURE4"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_AZURE4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_AZURE4"]=Module["asm"]["PXa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_BEIGE=Module["_emscripten_enum_MxNameOfColor_Color_NOC_BEIGE"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_BEIGE=Module["_emscripten_enum_MxNameOfColor_Color_NOC_BEIGE"]=Module["asm"]["QXa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_BISQUE=Module["_emscripten_enum_MxNameOfColor_Color_NOC_BISQUE"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_BISQUE=Module["_emscripten_enum_MxNameOfColor_Color_NOC_BISQUE"]=Module["asm"]["RXa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_BISQUE2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_BISQUE2"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_BISQUE2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_BISQUE2"]=Module["asm"]["SXa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_BISQUE3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_BISQUE3"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_BISQUE3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_BISQUE3"]=Module["asm"]["TXa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_BISQUE4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_BISQUE4"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_BISQUE4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_BISQUE4"]=Module["asm"]["UXa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_BLANCHEDALMOND=Module["_emscripten_enum_MxNameOfColor_Color_NOC_BLANCHEDALMOND"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_BLANCHEDALMOND=Module["_emscripten_enum_MxNameOfColor_Color_NOC_BLANCHEDALMOND"]=Module["asm"]["VXa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_BLUE=Module["_emscripten_enum_MxNameOfColor_Color_NOC_BLUE"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_BLUE=Module["_emscripten_enum_MxNameOfColor_Color_NOC_BLUE"]=Module["asm"]["WXa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_BLUE1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_BLUE1"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_BLUE1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_BLUE1"]=Module["asm"]["XXa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_BLUE2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_BLUE2"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_BLUE2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_BLUE2"]=Module["asm"]["YXa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_BLUE3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_BLUE3"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_BLUE3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_BLUE3"]=Module["asm"]["ZXa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_BLUE4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_BLUE4"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_BLUE4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_BLUE4"]=Module["asm"]["_Xa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_BLUEVIOLET=Module["_emscripten_enum_MxNameOfColor_Color_NOC_BLUEVIOLET"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_BLUEVIOLET=Module["_emscripten_enum_MxNameOfColor_Color_NOC_BLUEVIOLET"]=Module["asm"]["$Xa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_BROWN=Module["_emscripten_enum_MxNameOfColor_Color_NOC_BROWN"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_BROWN=Module["_emscripten_enum_MxNameOfColor_Color_NOC_BROWN"]=Module["asm"]["aYa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_BROWN1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_BROWN1"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_BROWN1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_BROWN1"]=Module["asm"]["bYa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_BROWN2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_BROWN2"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_BROWN2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_BROWN2"]=Module["asm"]["cYa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_BROWN3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_BROWN3"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_BROWN3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_BROWN3"]=Module["asm"]["dYa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_BROWN4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_BROWN4"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_BROWN4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_BROWN4"]=Module["asm"]["eYa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_BURLYWOOD=Module["_emscripten_enum_MxNameOfColor_Color_NOC_BURLYWOOD"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_BURLYWOOD=Module["_emscripten_enum_MxNameOfColor_Color_NOC_BURLYWOOD"]=Module["asm"]["fYa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_BURLYWOOD1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_BURLYWOOD1"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_BURLYWOOD1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_BURLYWOOD1"]=Module["asm"]["gYa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_BURLYWOOD2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_BURLYWOOD2"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_BURLYWOOD2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_BURLYWOOD2"]=Module["asm"]["hYa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_BURLYWOOD3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_BURLYWOOD3"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_BURLYWOOD3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_BURLYWOOD3"]=Module["asm"]["iYa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_BURLYWOOD4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_BURLYWOOD4"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_BURLYWOOD4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_BURLYWOOD4"]=Module["asm"]["jYa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_CADETBLUE=Module["_emscripten_enum_MxNameOfColor_Color_NOC_CADETBLUE"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_CADETBLUE=Module["_emscripten_enum_MxNameOfColor_Color_NOC_CADETBLUE"]=Module["asm"]["kYa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_CADETBLUE1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_CADETBLUE1"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_CADETBLUE1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_CADETBLUE1"]=Module["asm"]["lYa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_CADETBLUE2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_CADETBLUE2"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_CADETBLUE2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_CADETBLUE2"]=Module["asm"]["mYa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_CADETBLUE3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_CADETBLUE3"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_CADETBLUE3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_CADETBLUE3"]=Module["asm"]["nYa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_CADETBLUE4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_CADETBLUE4"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_CADETBLUE4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_CADETBLUE4"]=Module["asm"]["oYa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_CHARTREUSE=Module["_emscripten_enum_MxNameOfColor_Color_NOC_CHARTREUSE"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_CHARTREUSE=Module["_emscripten_enum_MxNameOfColor_Color_NOC_CHARTREUSE"]=Module["asm"]["pYa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_CHARTREUSE1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_CHARTREUSE1"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_CHARTREUSE1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_CHARTREUSE1"]=Module["asm"]["qYa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_CHARTREUSE2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_CHARTREUSE2"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_CHARTREUSE2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_CHARTREUSE2"]=Module["asm"]["rYa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_CHARTREUSE3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_CHARTREUSE3"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_CHARTREUSE3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_CHARTREUSE3"]=Module["asm"]["sYa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_CHARTREUSE4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_CHARTREUSE4"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_CHARTREUSE4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_CHARTREUSE4"]=Module["asm"]["tYa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_CHOCOLATE=Module["_emscripten_enum_MxNameOfColor_Color_NOC_CHOCOLATE"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_CHOCOLATE=Module["_emscripten_enum_MxNameOfColor_Color_NOC_CHOCOLATE"]=Module["asm"]["uYa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_CHOCOLATE1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_CHOCOLATE1"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_CHOCOLATE1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_CHOCOLATE1"]=Module["asm"]["vYa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_CHOCOLATE2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_CHOCOLATE2"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_CHOCOLATE2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_CHOCOLATE2"]=Module["asm"]["wYa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_CHOCOLATE3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_CHOCOLATE3"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_CHOCOLATE3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_CHOCOLATE3"]=Module["asm"]["xYa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_CHOCOLATE4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_CHOCOLATE4"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_CHOCOLATE4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_CHOCOLATE4"]=Module["asm"]["yYa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_CORAL=Module["_emscripten_enum_MxNameOfColor_Color_NOC_CORAL"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_CORAL=Module["_emscripten_enum_MxNameOfColor_Color_NOC_CORAL"]=Module["asm"]["zYa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_CORAL1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_CORAL1"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_CORAL1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_CORAL1"]=Module["asm"]["AYa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_CORAL2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_CORAL2"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_CORAL2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_CORAL2"]=Module["asm"]["BYa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_CORAL3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_CORAL3"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_CORAL3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_CORAL3"]=Module["asm"]["CYa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_CORAL4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_CORAL4"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_CORAL4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_CORAL4"]=Module["asm"]["DYa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_CORNFLOWERBLUE=Module["_emscripten_enum_MxNameOfColor_Color_NOC_CORNFLOWERBLUE"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_CORNFLOWERBLUE=Module["_emscripten_enum_MxNameOfColor_Color_NOC_CORNFLOWERBLUE"]=Module["asm"]["EYa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_CORNSILK1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_CORNSILK1"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_CORNSILK1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_CORNSILK1"]=Module["asm"]["FYa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_CORNSILK2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_CORNSILK2"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_CORNSILK2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_CORNSILK2"]=Module["asm"]["GYa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_CORNSILK3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_CORNSILK3"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_CORNSILK3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_CORNSILK3"]=Module["asm"]["HYa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_CORNSILK4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_CORNSILK4"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_CORNSILK4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_CORNSILK4"]=Module["asm"]["IYa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_CYAN=Module["_emscripten_enum_MxNameOfColor_Color_NOC_CYAN"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_CYAN=Module["_emscripten_enum_MxNameOfColor_Color_NOC_CYAN"]=Module["asm"]["JYa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_CYAN1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_CYAN1"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_CYAN1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_CYAN1"]=Module["asm"]["KYa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_CYAN2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_CYAN2"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_CYAN2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_CYAN2"]=Module["asm"]["LYa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_CYAN3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_CYAN3"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_CYAN3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_CYAN3"]=Module["asm"]["MYa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_CYAN4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_CYAN4"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_CYAN4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_CYAN4"]=Module["asm"]["NYa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_DARKGOLDENROD=Module["_emscripten_enum_MxNameOfColor_Color_NOC_DARKGOLDENROD"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_DARKGOLDENROD=Module["_emscripten_enum_MxNameOfColor_Color_NOC_DARKGOLDENROD"]=Module["asm"]["OYa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_DARKGOLDENROD1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_DARKGOLDENROD1"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_DARKGOLDENROD1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_DARKGOLDENROD1"]=Module["asm"]["PYa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_DARKGOLDENROD2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_DARKGOLDENROD2"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_DARKGOLDENROD2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_DARKGOLDENROD2"]=Module["asm"]["QYa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_DARKGOLDENROD3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_DARKGOLDENROD3"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_DARKGOLDENROD3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_DARKGOLDENROD3"]=Module["asm"]["RYa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_DARKGOLDENROD4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_DARKGOLDENROD4"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_DARKGOLDENROD4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_DARKGOLDENROD4"]=Module["asm"]["SYa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_DARKGREEN=Module["_emscripten_enum_MxNameOfColor_Color_NOC_DARKGREEN"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_DARKGREEN=Module["_emscripten_enum_MxNameOfColor_Color_NOC_DARKGREEN"]=Module["asm"]["TYa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_DARKKHAKI=Module["_emscripten_enum_MxNameOfColor_Color_NOC_DARKKHAKI"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_DARKKHAKI=Module["_emscripten_enum_MxNameOfColor_Color_NOC_DARKKHAKI"]=Module["asm"]["UYa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_DARKOLIVEGREEN=Module["_emscripten_enum_MxNameOfColor_Color_NOC_DARKOLIVEGREEN"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_DARKOLIVEGREEN=Module["_emscripten_enum_MxNameOfColor_Color_NOC_DARKOLIVEGREEN"]=Module["asm"]["VYa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_DARKOLIVEGREEN1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_DARKOLIVEGREEN1"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_DARKOLIVEGREEN1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_DARKOLIVEGREEN1"]=Module["asm"]["WYa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_DARKOLIVEGREEN2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_DARKOLIVEGREEN2"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_DARKOLIVEGREEN2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_DARKOLIVEGREEN2"]=Module["asm"]["XYa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_DARKOLIVEGREEN3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_DARKOLIVEGREEN3"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_DARKOLIVEGREEN3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_DARKOLIVEGREEN3"]=Module["asm"]["YYa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_DARKOLIVEGREEN4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_DARKOLIVEGREEN4"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_DARKOLIVEGREEN4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_DARKOLIVEGREEN4"]=Module["asm"]["ZYa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_DARKORANGE=Module["_emscripten_enum_MxNameOfColor_Color_NOC_DARKORANGE"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_DARKORANGE=Module["_emscripten_enum_MxNameOfColor_Color_NOC_DARKORANGE"]=Module["asm"]["_Ya"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_DARKORANGE1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_DARKORANGE1"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_DARKORANGE1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_DARKORANGE1"]=Module["asm"]["$Ya"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_DARKORANGE2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_DARKORANGE2"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_DARKORANGE2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_DARKORANGE2"]=Module["asm"]["aZa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_DARKORANGE3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_DARKORANGE3"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_DARKORANGE3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_DARKORANGE3"]=Module["asm"]["bZa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_DARKORANGE4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_DARKORANGE4"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_DARKORANGE4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_DARKORANGE4"]=Module["asm"]["cZa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_DARKORCHID=Module["_emscripten_enum_MxNameOfColor_Color_NOC_DARKORCHID"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_DARKORCHID=Module["_emscripten_enum_MxNameOfColor_Color_NOC_DARKORCHID"]=Module["asm"]["dZa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_DARKORCHID1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_DARKORCHID1"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_DARKORCHID1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_DARKORCHID1"]=Module["asm"]["eZa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_DARKORCHID2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_DARKORCHID2"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_DARKORCHID2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_DARKORCHID2"]=Module["asm"]["fZa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_DARKORCHID3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_DARKORCHID3"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_DARKORCHID3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_DARKORCHID3"]=Module["asm"]["gZa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_DARKORCHID4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_DARKORCHID4"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_DARKORCHID4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_DARKORCHID4"]=Module["asm"]["hZa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_DARKSALMON=Module["_emscripten_enum_MxNameOfColor_Color_NOC_DARKSALMON"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_DARKSALMON=Module["_emscripten_enum_MxNameOfColor_Color_NOC_DARKSALMON"]=Module["asm"]["iZa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_DARKSEAGREEN=Module["_emscripten_enum_MxNameOfColor_Color_NOC_DARKSEAGREEN"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_DARKSEAGREEN=Module["_emscripten_enum_MxNameOfColor_Color_NOC_DARKSEAGREEN"]=Module["asm"]["jZa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_DARKSEAGREEN1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_DARKSEAGREEN1"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_DARKSEAGREEN1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_DARKSEAGREEN1"]=Module["asm"]["kZa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_DARKSEAGREEN2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_DARKSEAGREEN2"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_DARKSEAGREEN2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_DARKSEAGREEN2"]=Module["asm"]["lZa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_DARKSEAGREEN3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_DARKSEAGREEN3"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_DARKSEAGREEN3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_DARKSEAGREEN3"]=Module["asm"]["mZa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_DARKSEAGREEN4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_DARKSEAGREEN4"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_DARKSEAGREEN4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_DARKSEAGREEN4"]=Module["asm"]["nZa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_DARKSLATEBLUE=Module["_emscripten_enum_MxNameOfColor_Color_NOC_DARKSLATEBLUE"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_DARKSLATEBLUE=Module["_emscripten_enum_MxNameOfColor_Color_NOC_DARKSLATEBLUE"]=Module["asm"]["oZa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_DARKSLATEGRAY1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_DARKSLATEGRAY1"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_DARKSLATEGRAY1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_DARKSLATEGRAY1"]=Module["asm"]["pZa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_DARKSLATEGRAY2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_DARKSLATEGRAY2"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_DARKSLATEGRAY2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_DARKSLATEGRAY2"]=Module["asm"]["qZa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_DARKSLATEGRAY3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_DARKSLATEGRAY3"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_DARKSLATEGRAY3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_DARKSLATEGRAY3"]=Module["asm"]["rZa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_DARKSLATEGRAY4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_DARKSLATEGRAY4"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_DARKSLATEGRAY4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_DARKSLATEGRAY4"]=Module["asm"]["sZa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_DARKSLATEGRAY=Module["_emscripten_enum_MxNameOfColor_Color_NOC_DARKSLATEGRAY"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_DARKSLATEGRAY=Module["_emscripten_enum_MxNameOfColor_Color_NOC_DARKSLATEGRAY"]=Module["asm"]["tZa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_DARKTURQUOISE=Module["_emscripten_enum_MxNameOfColor_Color_NOC_DARKTURQUOISE"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_DARKTURQUOISE=Module["_emscripten_enum_MxNameOfColor_Color_NOC_DARKTURQUOISE"]=Module["asm"]["uZa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_DARKVIOLET=Module["_emscripten_enum_MxNameOfColor_Color_NOC_DARKVIOLET"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_DARKVIOLET=Module["_emscripten_enum_MxNameOfColor_Color_NOC_DARKVIOLET"]=Module["asm"]["vZa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_DEEPPINK=Module["_emscripten_enum_MxNameOfColor_Color_NOC_DEEPPINK"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_DEEPPINK=Module["_emscripten_enum_MxNameOfColor_Color_NOC_DEEPPINK"]=Module["asm"]["wZa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_DEEPPINK2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_DEEPPINK2"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_DEEPPINK2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_DEEPPINK2"]=Module["asm"]["xZa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_DEEPPINK3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_DEEPPINK3"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_DEEPPINK3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_DEEPPINK3"]=Module["asm"]["yZa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_DEEPPINK4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_DEEPPINK4"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_DEEPPINK4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_DEEPPINK4"]=Module["asm"]["zZa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_DEEPSKYBLUE1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_DEEPSKYBLUE1"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_DEEPSKYBLUE1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_DEEPSKYBLUE1"]=Module["asm"]["AZa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_DEEPSKYBLUE2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_DEEPSKYBLUE2"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_DEEPSKYBLUE2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_DEEPSKYBLUE2"]=Module["asm"]["BZa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_DEEPSKYBLUE3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_DEEPSKYBLUE3"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_DEEPSKYBLUE3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_DEEPSKYBLUE3"]=Module["asm"]["CZa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_DEEPSKYBLUE4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_DEEPSKYBLUE4"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_DEEPSKYBLUE4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_DEEPSKYBLUE4"]=Module["asm"]["DZa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_DODGERBLUE1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_DODGERBLUE1"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_DODGERBLUE1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_DODGERBLUE1"]=Module["asm"]["EZa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_DODGERBLUE2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_DODGERBLUE2"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_DODGERBLUE2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_DODGERBLUE2"]=Module["asm"]["FZa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_DODGERBLUE3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_DODGERBLUE3"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_DODGERBLUE3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_DODGERBLUE3"]=Module["asm"]["GZa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_DODGERBLUE4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_DODGERBLUE4"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_DODGERBLUE4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_DODGERBLUE4"]=Module["asm"]["HZa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_FIREBRICK=Module["_emscripten_enum_MxNameOfColor_Color_NOC_FIREBRICK"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_FIREBRICK=Module["_emscripten_enum_MxNameOfColor_Color_NOC_FIREBRICK"]=Module["asm"]["IZa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_FIREBRICK1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_FIREBRICK1"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_FIREBRICK1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_FIREBRICK1"]=Module["asm"]["JZa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_FIREBRICK2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_FIREBRICK2"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_FIREBRICK2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_FIREBRICK2"]=Module["asm"]["KZa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_FIREBRICK3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_FIREBRICK3"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_FIREBRICK3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_FIREBRICK3"]=Module["asm"]["LZa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_FIREBRICK4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_FIREBRICK4"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_FIREBRICK4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_FIREBRICK4"]=Module["asm"]["MZa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_FLORALWHITE=Module["_emscripten_enum_MxNameOfColor_Color_NOC_FLORALWHITE"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_FLORALWHITE=Module["_emscripten_enum_MxNameOfColor_Color_NOC_FLORALWHITE"]=Module["asm"]["NZa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_FORESTGREEN=Module["_emscripten_enum_MxNameOfColor_Color_NOC_FORESTGREEN"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_FORESTGREEN=Module["_emscripten_enum_MxNameOfColor_Color_NOC_FORESTGREEN"]=Module["asm"]["OZa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GAINSBORO=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GAINSBORO"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GAINSBORO=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GAINSBORO"]=Module["asm"]["PZa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GHOSTWHITE=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GHOSTWHITE"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GHOSTWHITE=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GHOSTWHITE"]=Module["asm"]["QZa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GOLD=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GOLD"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GOLD=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GOLD"]=Module["asm"]["RZa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GOLD1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GOLD1"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GOLD1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GOLD1"]=Module["asm"]["SZa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GOLD2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GOLD2"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GOLD2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GOLD2"]=Module["asm"]["TZa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GOLD3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GOLD3"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GOLD3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GOLD3"]=Module["asm"]["UZa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GOLD4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GOLD4"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GOLD4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GOLD4"]=Module["asm"]["VZa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GOLDENROD=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GOLDENROD"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GOLDENROD=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GOLDENROD"]=Module["asm"]["WZa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GOLDENROD1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GOLDENROD1"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GOLDENROD1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GOLDENROD1"]=Module["asm"]["XZa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GOLDENROD2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GOLDENROD2"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GOLDENROD2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GOLDENROD2"]=Module["asm"]["YZa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GOLDENROD3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GOLDENROD3"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GOLDENROD3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GOLDENROD3"]=Module["asm"]["ZZa"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GOLDENROD4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GOLDENROD4"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GOLDENROD4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GOLDENROD4"]=Module["asm"]["_Za"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GRAY=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GRAY=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY"]=Module["asm"]["$Za"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GRAY0=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY0"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GRAY0=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY0"]=Module["asm"]["a_a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GRAY1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY1"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GRAY1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY1"]=Module["asm"]["b_a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GRAY2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY2"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GRAY2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY2"]=Module["asm"]["c_a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GRAY3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY3"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GRAY3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY3"]=Module["asm"]["d_a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GRAY4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY4"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GRAY4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY4"]=Module["asm"]["e_a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GRAY5=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY5"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GRAY5=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY5"]=Module["asm"]["f_a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GRAY6=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY6"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GRAY6=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY6"]=Module["asm"]["g_a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GRAY7=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY7"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GRAY7=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY7"]=Module["asm"]["h_a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GRAY8=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY8"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GRAY8=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY8"]=Module["asm"]["i_a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GRAY9=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY9"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GRAY9=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY9"]=Module["asm"]["j_a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GRAY10=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY10"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GRAY10=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY10"]=Module["asm"]["k_a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GRAY11=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY11"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GRAY11=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY11"]=Module["asm"]["l_a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GRAY12=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY12"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GRAY12=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY12"]=Module["asm"]["m_a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GRAY13=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY13"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GRAY13=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY13"]=Module["asm"]["n_a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GRAY14=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY14"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GRAY14=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY14"]=Module["asm"]["o_a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GRAY15=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY15"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GRAY15=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY15"]=Module["asm"]["p_a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GRAY16=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY16"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GRAY16=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY16"]=Module["asm"]["q_a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GRAY17=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY17"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GRAY17=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY17"]=Module["asm"]["r_a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GRAY18=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY18"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GRAY18=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY18"]=Module["asm"]["s_a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GRAY19=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY19"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GRAY19=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY19"]=Module["asm"]["t_a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GRAY20=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY20"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GRAY20=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY20"]=Module["asm"]["u_a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GRAY21=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY21"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GRAY21=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY21"]=Module["asm"]["v_a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GRAY22=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY22"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GRAY22=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY22"]=Module["asm"]["w_a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GRAY23=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY23"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GRAY23=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY23"]=Module["asm"]["x_a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GRAY24=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY24"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GRAY24=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY24"]=Module["asm"]["y_a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GRAY25=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY25"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GRAY25=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY25"]=Module["asm"]["z_a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GRAY26=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY26"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GRAY26=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY26"]=Module["asm"]["A_a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GRAY27=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY27"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GRAY27=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY27"]=Module["asm"]["B_a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GRAY28=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY28"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GRAY28=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY28"]=Module["asm"]["C_a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GRAY29=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY29"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GRAY29=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY29"]=Module["asm"]["D_a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GRAY30=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY30"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GRAY30=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY30"]=Module["asm"]["E_a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GRAY31=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY31"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GRAY31=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY31"]=Module["asm"]["F_a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GRAY32=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY32"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GRAY32=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY32"]=Module["asm"]["G_a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GRAY33=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY33"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GRAY33=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY33"]=Module["asm"]["H_a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GRAY34=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY34"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GRAY34=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY34"]=Module["asm"]["I_a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GRAY35=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY35"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GRAY35=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY35"]=Module["asm"]["J_a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GRAY36=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY36"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GRAY36=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY36"]=Module["asm"]["K_a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GRAY37=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY37"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GRAY37=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY37"]=Module["asm"]["L_a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GRAY38=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY38"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GRAY38=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY38"]=Module["asm"]["M_a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GRAY39=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY39"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GRAY39=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY39"]=Module["asm"]["N_a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GRAY40=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY40"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GRAY40=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY40"]=Module["asm"]["O_a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GRAY41=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY41"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GRAY41=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY41"]=Module["asm"]["P_a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GRAY42=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY42"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GRAY42=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY42"]=Module["asm"]["Q_a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GRAY43=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY43"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GRAY43=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY43"]=Module["asm"]["R_a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GRAY44=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY44"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GRAY44=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY44"]=Module["asm"]["S_a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GRAY45=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY45"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GRAY45=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY45"]=Module["asm"]["T_a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GRAY46=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY46"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GRAY46=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY46"]=Module["asm"]["U_a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GRAY47=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY47"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GRAY47=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY47"]=Module["asm"]["V_a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GRAY48=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY48"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GRAY48=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY48"]=Module["asm"]["W_a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GRAY49=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY49"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GRAY49=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY49"]=Module["asm"]["X_a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GRAY50=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY50"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GRAY50=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY50"]=Module["asm"]["Y_a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GRAY51=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY51"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GRAY51=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY51"]=Module["asm"]["Z_a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GRAY52=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY52"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GRAY52=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY52"]=Module["asm"]["__a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GRAY53=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY53"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GRAY53=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY53"]=Module["asm"]["$_a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GRAY54=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY54"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GRAY54=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY54"]=Module["asm"]["a$a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GRAY55=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY55"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GRAY55=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY55"]=Module["asm"]["b$a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GRAY56=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY56"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GRAY56=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY56"]=Module["asm"]["c$a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GRAY57=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY57"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GRAY57=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY57"]=Module["asm"]["d$a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GRAY58=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY58"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GRAY58=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY58"]=Module["asm"]["e$a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GRAY59=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY59"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GRAY59=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY59"]=Module["asm"]["f$a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GRAY60=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY60"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GRAY60=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY60"]=Module["asm"]["g$a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GRAY61=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY61"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GRAY61=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY61"]=Module["asm"]["h$a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GRAY62=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY62"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GRAY62=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY62"]=Module["asm"]["i$a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GRAY63=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY63"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GRAY63=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY63"]=Module["asm"]["j$a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GRAY64=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY64"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GRAY64=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY64"]=Module["asm"]["k$a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GRAY65=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY65"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GRAY65=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY65"]=Module["asm"]["l$a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GRAY66=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY66"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GRAY66=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY66"]=Module["asm"]["m$a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GRAY67=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY67"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GRAY67=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY67"]=Module["asm"]["n$a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GRAY68=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY68"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GRAY68=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY68"]=Module["asm"]["o$a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GRAY69=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY69"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GRAY69=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY69"]=Module["asm"]["p$a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GRAY70=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY70"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GRAY70=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY70"]=Module["asm"]["q$a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GRAY71=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY71"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GRAY71=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY71"]=Module["asm"]["r$a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GRAY72=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY72"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GRAY72=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY72"]=Module["asm"]["s$a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GRAY73=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY73"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GRAY73=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY73"]=Module["asm"]["t$a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GRAY74=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY74"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GRAY74=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY74"]=Module["asm"]["u$a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GRAY75=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY75"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GRAY75=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY75"]=Module["asm"]["v$a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GRAY76=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY76"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GRAY76=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY76"]=Module["asm"]["w$a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GRAY77=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY77"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GRAY77=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY77"]=Module["asm"]["x$a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GRAY78=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY78"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GRAY78=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY78"]=Module["asm"]["y$a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GRAY79=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY79"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GRAY79=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY79"]=Module["asm"]["z$a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GRAY80=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY80"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GRAY80=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY80"]=Module["asm"]["A$a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GRAY81=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY81"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GRAY81=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY81"]=Module["asm"]["B$a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GRAY82=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY82"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GRAY82=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY82"]=Module["asm"]["C$a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GRAY83=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY83"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GRAY83=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY83"]=Module["asm"]["D$a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GRAY85=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY85"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GRAY85=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY85"]=Module["asm"]["E$a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GRAY86=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY86"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GRAY86=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY86"]=Module["asm"]["F$a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GRAY87=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY87"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GRAY87=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY87"]=Module["asm"]["G$a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GRAY88=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY88"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GRAY88=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY88"]=Module["asm"]["H$a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GRAY89=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY89"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GRAY89=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY89"]=Module["asm"]["I$a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GRAY90=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY90"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GRAY90=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY90"]=Module["asm"]["J$a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GRAY91=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY91"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GRAY91=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY91"]=Module["asm"]["K$a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GRAY92=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY92"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GRAY92=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY92"]=Module["asm"]["L$a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GRAY93=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY93"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GRAY93=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY93"]=Module["asm"]["M$a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GRAY94=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY94"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GRAY94=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY94"]=Module["asm"]["N$a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GRAY95=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY95"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GRAY95=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY95"]=Module["asm"]["O$a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GRAY97=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY97"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GRAY97=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY97"]=Module["asm"]["P$a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GRAY98=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY98"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GRAY98=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY98"]=Module["asm"]["Q$a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GRAY99=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY99"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GRAY99=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GRAY99"]=Module["asm"]["R$a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GREEN=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GREEN"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GREEN=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GREEN"]=Module["asm"]["S$a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GREEN1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GREEN1"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GREEN1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GREEN1"]=Module["asm"]["T$a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GREEN2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GREEN2"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GREEN2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GREEN2"]=Module["asm"]["U$a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GREEN3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GREEN3"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GREEN3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GREEN3"]=Module["asm"]["V$a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GREEN4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GREEN4"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GREEN4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GREEN4"]=Module["asm"]["W$a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_GREENYELLOW=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GREENYELLOW"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_GREENYELLOW=Module["_emscripten_enum_MxNameOfColor_Color_NOC_GREENYELLOW"]=Module["asm"]["X$a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_HONEYDEW=Module["_emscripten_enum_MxNameOfColor_Color_NOC_HONEYDEW"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_HONEYDEW=Module["_emscripten_enum_MxNameOfColor_Color_NOC_HONEYDEW"]=Module["asm"]["Y$a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_HONEYDEW2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_HONEYDEW2"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_HONEYDEW2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_HONEYDEW2"]=Module["asm"]["Z$a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_HONEYDEW3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_HONEYDEW3"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_HONEYDEW3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_HONEYDEW3"]=Module["asm"]["_$a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_HONEYDEW4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_HONEYDEW4"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_HONEYDEW4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_HONEYDEW4"]=Module["asm"]["$$a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_HOTPINK=Module["_emscripten_enum_MxNameOfColor_Color_NOC_HOTPINK"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_HOTPINK=Module["_emscripten_enum_MxNameOfColor_Color_NOC_HOTPINK"]=Module["asm"]["a0a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_HOTPINK1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_HOTPINK1"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_HOTPINK1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_HOTPINK1"]=Module["asm"]["b0a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_HOTPINK2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_HOTPINK2"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_HOTPINK2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_HOTPINK2"]=Module["asm"]["c0a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_HOTPINK3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_HOTPINK3"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_HOTPINK3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_HOTPINK3"]=Module["asm"]["d0a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_HOTPINK4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_HOTPINK4"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_HOTPINK4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_HOTPINK4"]=Module["asm"]["e0a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_INDIANRED=Module["_emscripten_enum_MxNameOfColor_Color_NOC_INDIANRED"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_INDIANRED=Module["_emscripten_enum_MxNameOfColor_Color_NOC_INDIANRED"]=Module["asm"]["f0a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_INDIANRED1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_INDIANRED1"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_INDIANRED1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_INDIANRED1"]=Module["asm"]["g0a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_INDIANRED2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_INDIANRED2"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_INDIANRED2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_INDIANRED2"]=Module["asm"]["h0a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_INDIANRED3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_INDIANRED3"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_INDIANRED3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_INDIANRED3"]=Module["asm"]["i0a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_INDIANRED4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_INDIANRED4"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_INDIANRED4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_INDIANRED4"]=Module["asm"]["j0a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_IVORY=Module["_emscripten_enum_MxNameOfColor_Color_NOC_IVORY"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_IVORY=Module["_emscripten_enum_MxNameOfColor_Color_NOC_IVORY"]=Module["asm"]["k0a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_IVORY2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_IVORY2"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_IVORY2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_IVORY2"]=Module["asm"]["l0a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_IVORY3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_IVORY3"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_IVORY3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_IVORY3"]=Module["asm"]["m0a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_IVORY4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_IVORY4"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_IVORY4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_IVORY4"]=Module["asm"]["n0a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_KHAKI=Module["_emscripten_enum_MxNameOfColor_Color_NOC_KHAKI"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_KHAKI=Module["_emscripten_enum_MxNameOfColor_Color_NOC_KHAKI"]=Module["asm"]["o0a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_KHAKI1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_KHAKI1"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_KHAKI1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_KHAKI1"]=Module["asm"]["p0a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_KHAKI2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_KHAKI2"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_KHAKI2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_KHAKI2"]=Module["asm"]["q0a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_KHAKI3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_KHAKI3"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_KHAKI3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_KHAKI3"]=Module["asm"]["r0a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_KHAKI4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_KHAKI4"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_KHAKI4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_KHAKI4"]=Module["asm"]["s0a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_LAVENDER=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LAVENDER"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_LAVENDER=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LAVENDER"]=Module["asm"]["t0a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_LAVENDERBLUSH1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LAVENDERBLUSH1"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_LAVENDERBLUSH1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LAVENDERBLUSH1"]=Module["asm"]["u0a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_LAVENDERBLUSH2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LAVENDERBLUSH2"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_LAVENDERBLUSH2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LAVENDERBLUSH2"]=Module["asm"]["v0a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_LAVENDERBLUSH3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LAVENDERBLUSH3"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_LAVENDERBLUSH3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LAVENDERBLUSH3"]=Module["asm"]["w0a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_LAVENDERBLUSH4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LAVENDERBLUSH4"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_LAVENDERBLUSH4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LAVENDERBLUSH4"]=Module["asm"]["x0a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_LAWNGREEN=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LAWNGREEN"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_LAWNGREEN=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LAWNGREEN"]=Module["asm"]["y0a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_LEMONCHIFFON1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LEMONCHIFFON1"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_LEMONCHIFFON1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LEMONCHIFFON1"]=Module["asm"]["z0a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_LEMONCHIFFON2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LEMONCHIFFON2"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_LEMONCHIFFON2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LEMONCHIFFON2"]=Module["asm"]["A0a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_LEMONCHIFFON3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LEMONCHIFFON3"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_LEMONCHIFFON3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LEMONCHIFFON3"]=Module["asm"]["B0a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_LEMONCHIFFON4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LEMONCHIFFON4"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_LEMONCHIFFON4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LEMONCHIFFON4"]=Module["asm"]["C0a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_LIGHTBLUE=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTBLUE"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTBLUE=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTBLUE"]=Module["asm"]["D0a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_LIGHTBLUE1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTBLUE1"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTBLUE1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTBLUE1"]=Module["asm"]["E0a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_LIGHTBLUE2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTBLUE2"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTBLUE2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTBLUE2"]=Module["asm"]["F0a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_LIGHTBLUE3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTBLUE3"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTBLUE3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTBLUE3"]=Module["asm"]["G0a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_LIGHTBLUE4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTBLUE4"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTBLUE4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTBLUE4"]=Module["asm"]["H0a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_LIGHTCORAL=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTCORAL"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTCORAL=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTCORAL"]=Module["asm"]["I0a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_LIGHTCYAN=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTCYAN"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTCYAN=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTCYAN"]=Module["asm"]["J0a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_LIGHTCYAN1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTCYAN1"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTCYAN1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTCYAN1"]=Module["asm"]["K0a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_LIGHTCYAN2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTCYAN2"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTCYAN2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTCYAN2"]=Module["asm"]["L0a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_LIGHTCYAN3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTCYAN3"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTCYAN3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTCYAN3"]=Module["asm"]["M0a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_LIGHTCYAN4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTCYAN4"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTCYAN4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTCYAN4"]=Module["asm"]["N0a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_LIGHTGOLDENROD=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTGOLDENROD"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTGOLDENROD=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTGOLDENROD"]=Module["asm"]["O0a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_LIGHTGOLDENROD1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTGOLDENROD1"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTGOLDENROD1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTGOLDENROD1"]=Module["asm"]["P0a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_LIGHTGOLDENROD2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTGOLDENROD2"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTGOLDENROD2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTGOLDENROD2"]=Module["asm"]["Q0a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_LIGHTGOLDENROD3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTGOLDENROD3"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTGOLDENROD3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTGOLDENROD3"]=Module["asm"]["R0a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_LIGHTGOLDENROD4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTGOLDENROD4"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTGOLDENROD4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTGOLDENROD4"]=Module["asm"]["S0a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_LIGHTGOLDENRODYELLOW=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTGOLDENRODYELLOW"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTGOLDENRODYELLOW=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTGOLDENRODYELLOW"]=Module["asm"]["T0a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_LIGHTGRAY=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTGRAY"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTGRAY=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTGRAY"]=Module["asm"]["U0a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_LIGHTPINK=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTPINK"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTPINK=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTPINK"]=Module["asm"]["V0a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_LIGHTPINK1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTPINK1"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTPINK1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTPINK1"]=Module["asm"]["W0a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_LIGHTPINK2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTPINK2"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTPINK2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTPINK2"]=Module["asm"]["X0a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_LIGHTPINK3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTPINK3"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTPINK3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTPINK3"]=Module["asm"]["Y0a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_LIGHTPINK4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTPINK4"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTPINK4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTPINK4"]=Module["asm"]["Z0a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_LIGHTSALMON1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTSALMON1"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTSALMON1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTSALMON1"]=Module["asm"]["_0a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_LIGHTSALMON2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTSALMON2"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTSALMON2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTSALMON2"]=Module["asm"]["$0a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_LIGHTSALMON3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTSALMON3"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTSALMON3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTSALMON3"]=Module["asm"]["a1a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_LIGHTSALMON4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTSALMON4"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTSALMON4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTSALMON4"]=Module["asm"]["b1a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_LIGHTSEAGREEN=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTSEAGREEN"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTSEAGREEN=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTSEAGREEN"]=Module["asm"]["c1a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_LIGHTSKYBLUE=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTSKYBLUE"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTSKYBLUE=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTSKYBLUE"]=Module["asm"]["d1a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_LIGHTSKYBLUE1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTSKYBLUE1"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTSKYBLUE1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTSKYBLUE1"]=Module["asm"]["e1a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_LIGHTSKYBLUE2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTSKYBLUE2"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTSKYBLUE2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTSKYBLUE2"]=Module["asm"]["f1a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_LIGHTSKYBLUE3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTSKYBLUE3"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTSKYBLUE3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTSKYBLUE3"]=Module["asm"]["g1a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_LIGHTSKYBLUE4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTSKYBLUE4"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTSKYBLUE4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTSKYBLUE4"]=Module["asm"]["h1a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_LIGHTSLATEBLUE=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTSLATEBLUE"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTSLATEBLUE=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTSLATEBLUE"]=Module["asm"]["i1a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_LIGHTSLATEGRAY=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTSLATEGRAY"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTSLATEGRAY=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTSLATEGRAY"]=Module["asm"]["j1a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_LIGHTSTEELBLUE=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTSTEELBLUE"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTSTEELBLUE=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTSTEELBLUE"]=Module["asm"]["k1a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_LIGHTSTEELBLUE1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTSTEELBLUE1"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTSTEELBLUE1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTSTEELBLUE1"]=Module["asm"]["l1a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_LIGHTSTEELBLUE2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTSTEELBLUE2"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTSTEELBLUE2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTSTEELBLUE2"]=Module["asm"]["m1a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_LIGHTSTEELBLUE3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTSTEELBLUE3"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTSTEELBLUE3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTSTEELBLUE3"]=Module["asm"]["n1a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_LIGHTSTEELBLUE4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTSTEELBLUE4"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTSTEELBLUE4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTSTEELBLUE4"]=Module["asm"]["o1a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_LIGHTYELLOW=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTYELLOW"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTYELLOW=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTYELLOW"]=Module["asm"]["p1a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_LIGHTYELLOW2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTYELLOW2"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTYELLOW2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTYELLOW2"]=Module["asm"]["q1a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_LIGHTYELLOW3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTYELLOW3"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTYELLOW3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTYELLOW3"]=Module["asm"]["r1a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_LIGHTYELLOW4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTYELLOW4"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTYELLOW4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTYELLOW4"]=Module["asm"]["s1a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_LIMEGREEN=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LIMEGREEN"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_LIMEGREEN=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LIMEGREEN"]=Module["asm"]["t1a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_LINEN=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LINEN"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_LINEN=Module["_emscripten_enum_MxNameOfColor_Color_NOC_LINEN"]=Module["asm"]["u1a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_MAGENTA=Module["_emscripten_enum_MxNameOfColor_Color_NOC_MAGENTA"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_MAGENTA=Module["_emscripten_enum_MxNameOfColor_Color_NOC_MAGENTA"]=Module["asm"]["v1a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_MAGENTA1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_MAGENTA1"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_MAGENTA1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_MAGENTA1"]=Module["asm"]["w1a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_MAGENTA2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_MAGENTA2"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_MAGENTA2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_MAGENTA2"]=Module["asm"]["x1a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_MAGENTA3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_MAGENTA3"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_MAGENTA3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_MAGENTA3"]=Module["asm"]["y1a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_MAGENTA4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_MAGENTA4"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_MAGENTA4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_MAGENTA4"]=Module["asm"]["z1a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_MAROON=Module["_emscripten_enum_MxNameOfColor_Color_NOC_MAROON"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_MAROON=Module["_emscripten_enum_MxNameOfColor_Color_NOC_MAROON"]=Module["asm"]["A1a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_MAROON1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_MAROON1"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_MAROON1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_MAROON1"]=Module["asm"]["B1a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_MAROON2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_MAROON2"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_MAROON2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_MAROON2"]=Module["asm"]["C1a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_MAROON3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_MAROON3"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_MAROON3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_MAROON3"]=Module["asm"]["D1a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_MAROON4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_MAROON4"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_MAROON4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_MAROON4"]=Module["asm"]["E1a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_MEDIUMAQUAMARINE=Module["_emscripten_enum_MxNameOfColor_Color_NOC_MEDIUMAQUAMARINE"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_MEDIUMAQUAMARINE=Module["_emscripten_enum_MxNameOfColor_Color_NOC_MEDIUMAQUAMARINE"]=Module["asm"]["F1a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_MEDIUMORCHID=Module["_emscripten_enum_MxNameOfColor_Color_NOC_MEDIUMORCHID"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_MEDIUMORCHID=Module["_emscripten_enum_MxNameOfColor_Color_NOC_MEDIUMORCHID"]=Module["asm"]["G1a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_MEDIUMORCHID1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_MEDIUMORCHID1"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_MEDIUMORCHID1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_MEDIUMORCHID1"]=Module["asm"]["H1a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_MEDIUMORCHID2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_MEDIUMORCHID2"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_MEDIUMORCHID2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_MEDIUMORCHID2"]=Module["asm"]["I1a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_MEDIUMORCHID3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_MEDIUMORCHID3"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_MEDIUMORCHID3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_MEDIUMORCHID3"]=Module["asm"]["J1a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_MEDIUMORCHID4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_MEDIUMORCHID4"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_MEDIUMORCHID4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_MEDIUMORCHID4"]=Module["asm"]["K1a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_MEDIUMPURPLE=Module["_emscripten_enum_MxNameOfColor_Color_NOC_MEDIUMPURPLE"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_MEDIUMPURPLE=Module["_emscripten_enum_MxNameOfColor_Color_NOC_MEDIUMPURPLE"]=Module["asm"]["L1a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_MEDIUMPURPLE1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_MEDIUMPURPLE1"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_MEDIUMPURPLE1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_MEDIUMPURPLE1"]=Module["asm"]["M1a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_MEDIUMPURPLE2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_MEDIUMPURPLE2"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_MEDIUMPURPLE2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_MEDIUMPURPLE2"]=Module["asm"]["N1a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_MEDIUMPURPLE3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_MEDIUMPURPLE3"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_MEDIUMPURPLE3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_MEDIUMPURPLE3"]=Module["asm"]["O1a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_MEDIUMPURPLE4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_MEDIUMPURPLE4"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_MEDIUMPURPLE4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_MEDIUMPURPLE4"]=Module["asm"]["P1a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_MEDIUMSEAGREEN=Module["_emscripten_enum_MxNameOfColor_Color_NOC_MEDIUMSEAGREEN"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_MEDIUMSEAGREEN=Module["_emscripten_enum_MxNameOfColor_Color_NOC_MEDIUMSEAGREEN"]=Module["asm"]["Q1a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_MEDIUMSLATEBLUE=Module["_emscripten_enum_MxNameOfColor_Color_NOC_MEDIUMSLATEBLUE"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_MEDIUMSLATEBLUE=Module["_emscripten_enum_MxNameOfColor_Color_NOC_MEDIUMSLATEBLUE"]=Module["asm"]["R1a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_MEDIUMSPRINGGREEN=Module["_emscripten_enum_MxNameOfColor_Color_NOC_MEDIUMSPRINGGREEN"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_MEDIUMSPRINGGREEN=Module["_emscripten_enum_MxNameOfColor_Color_NOC_MEDIUMSPRINGGREEN"]=Module["asm"]["S1a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_MEDIUMTURQUOISE=Module["_emscripten_enum_MxNameOfColor_Color_NOC_MEDIUMTURQUOISE"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_MEDIUMTURQUOISE=Module["_emscripten_enum_MxNameOfColor_Color_NOC_MEDIUMTURQUOISE"]=Module["asm"]["T1a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_MEDIUMVIOLETRED=Module["_emscripten_enum_MxNameOfColor_Color_NOC_MEDIUMVIOLETRED"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_MEDIUMVIOLETRED=Module["_emscripten_enum_MxNameOfColor_Color_NOC_MEDIUMVIOLETRED"]=Module["asm"]["U1a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_MIDNIGHTBLUE=Module["_emscripten_enum_MxNameOfColor_Color_NOC_MIDNIGHTBLUE"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_MIDNIGHTBLUE=Module["_emscripten_enum_MxNameOfColor_Color_NOC_MIDNIGHTBLUE"]=Module["asm"]["V1a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_MINTCREAM=Module["_emscripten_enum_MxNameOfColor_Color_NOC_MINTCREAM"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_MINTCREAM=Module["_emscripten_enum_MxNameOfColor_Color_NOC_MINTCREAM"]=Module["asm"]["W1a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_MISTYROSE=Module["_emscripten_enum_MxNameOfColor_Color_NOC_MISTYROSE"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_MISTYROSE=Module["_emscripten_enum_MxNameOfColor_Color_NOC_MISTYROSE"]=Module["asm"]["X1a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_MISTYROSE2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_MISTYROSE2"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_MISTYROSE2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_MISTYROSE2"]=Module["asm"]["Y1a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_MISTYROSE3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_MISTYROSE3"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_MISTYROSE3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_MISTYROSE3"]=Module["asm"]["Z1a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_MISTYROSE4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_MISTYROSE4"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_MISTYROSE4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_MISTYROSE4"]=Module["asm"]["_1a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_MOCCASIN=Module["_emscripten_enum_MxNameOfColor_Color_NOC_MOCCASIN"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_MOCCASIN=Module["_emscripten_enum_MxNameOfColor_Color_NOC_MOCCASIN"]=Module["asm"]["$1a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_NAVAJOWHITE1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_NAVAJOWHITE1"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_NAVAJOWHITE1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_NAVAJOWHITE1"]=Module["asm"]["a2a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_NAVAJOWHITE2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_NAVAJOWHITE2"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_NAVAJOWHITE2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_NAVAJOWHITE2"]=Module["asm"]["b2a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_NAVAJOWHITE3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_NAVAJOWHITE3"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_NAVAJOWHITE3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_NAVAJOWHITE3"]=Module["asm"]["c2a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_NAVAJOWHITE4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_NAVAJOWHITE4"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_NAVAJOWHITE4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_NAVAJOWHITE4"]=Module["asm"]["d2a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_NAVYBLUE=Module["_emscripten_enum_MxNameOfColor_Color_NOC_NAVYBLUE"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_NAVYBLUE=Module["_emscripten_enum_MxNameOfColor_Color_NOC_NAVYBLUE"]=Module["asm"]["e2a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_OLDLACE=Module["_emscripten_enum_MxNameOfColor_Color_NOC_OLDLACE"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_OLDLACE=Module["_emscripten_enum_MxNameOfColor_Color_NOC_OLDLACE"]=Module["asm"]["f2a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_OLIVEDRAB=Module["_emscripten_enum_MxNameOfColor_Color_NOC_OLIVEDRAB"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_OLIVEDRAB=Module["_emscripten_enum_MxNameOfColor_Color_NOC_OLIVEDRAB"]=Module["asm"]["g2a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_OLIVEDRAB1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_OLIVEDRAB1"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_OLIVEDRAB1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_OLIVEDRAB1"]=Module["asm"]["h2a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_OLIVEDRAB2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_OLIVEDRAB2"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_OLIVEDRAB2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_OLIVEDRAB2"]=Module["asm"]["i2a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_OLIVEDRAB3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_OLIVEDRAB3"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_OLIVEDRAB3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_OLIVEDRAB3"]=Module["asm"]["j2a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_OLIVEDRAB4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_OLIVEDRAB4"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_OLIVEDRAB4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_OLIVEDRAB4"]=Module["asm"]["k2a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_ORANGE=Module["_emscripten_enum_MxNameOfColor_Color_NOC_ORANGE"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_ORANGE=Module["_emscripten_enum_MxNameOfColor_Color_NOC_ORANGE"]=Module["asm"]["l2a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_ORANGE1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_ORANGE1"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_ORANGE1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_ORANGE1"]=Module["asm"]["m2a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_ORANGE2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_ORANGE2"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_ORANGE2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_ORANGE2"]=Module["asm"]["n2a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_ORANGE3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_ORANGE3"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_ORANGE3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_ORANGE3"]=Module["asm"]["o2a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_ORANGE4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_ORANGE4"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_ORANGE4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_ORANGE4"]=Module["asm"]["p2a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_ORANGERED=Module["_emscripten_enum_MxNameOfColor_Color_NOC_ORANGERED"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_ORANGERED=Module["_emscripten_enum_MxNameOfColor_Color_NOC_ORANGERED"]=Module["asm"]["q2a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_ORANGERED1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_ORANGERED1"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_ORANGERED1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_ORANGERED1"]=Module["asm"]["r2a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_ORANGERED2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_ORANGERED2"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_ORANGERED2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_ORANGERED2"]=Module["asm"]["s2a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_ORANGERED3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_ORANGERED3"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_ORANGERED3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_ORANGERED3"]=Module["asm"]["t2a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_ORANGERED4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_ORANGERED4"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_ORANGERED4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_ORANGERED4"]=Module["asm"]["u2a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_ORCHID=Module["_emscripten_enum_MxNameOfColor_Color_NOC_ORCHID"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_ORCHID=Module["_emscripten_enum_MxNameOfColor_Color_NOC_ORCHID"]=Module["asm"]["v2a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_ORCHID1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_ORCHID1"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_ORCHID1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_ORCHID1"]=Module["asm"]["w2a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_ORCHID2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_ORCHID2"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_ORCHID2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_ORCHID2"]=Module["asm"]["x2a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_ORCHID3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_ORCHID3"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_ORCHID3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_ORCHID3"]=Module["asm"]["y2a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_ORCHID4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_ORCHID4"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_ORCHID4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_ORCHID4"]=Module["asm"]["z2a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_PALEGOLDENROD=Module["_emscripten_enum_MxNameOfColor_Color_NOC_PALEGOLDENROD"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_PALEGOLDENROD=Module["_emscripten_enum_MxNameOfColor_Color_NOC_PALEGOLDENROD"]=Module["asm"]["A2a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_PALEGREEN=Module["_emscripten_enum_MxNameOfColor_Color_NOC_PALEGREEN"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_PALEGREEN=Module["_emscripten_enum_MxNameOfColor_Color_NOC_PALEGREEN"]=Module["asm"]["B2a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_PALEGREEN1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_PALEGREEN1"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_PALEGREEN1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_PALEGREEN1"]=Module["asm"]["C2a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_PALEGREEN2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_PALEGREEN2"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_PALEGREEN2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_PALEGREEN2"]=Module["asm"]["D2a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_PALEGREEN3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_PALEGREEN3"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_PALEGREEN3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_PALEGREEN3"]=Module["asm"]["E2a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_PALEGREEN4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_PALEGREEN4"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_PALEGREEN4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_PALEGREEN4"]=Module["asm"]["F2a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_PALETURQUOISE=Module["_emscripten_enum_MxNameOfColor_Color_NOC_PALETURQUOISE"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_PALETURQUOISE=Module["_emscripten_enum_MxNameOfColor_Color_NOC_PALETURQUOISE"]=Module["asm"]["G2a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_PALETURQUOISE1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_PALETURQUOISE1"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_PALETURQUOISE1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_PALETURQUOISE1"]=Module["asm"]["H2a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_PALETURQUOISE2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_PALETURQUOISE2"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_PALETURQUOISE2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_PALETURQUOISE2"]=Module["asm"]["I2a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_PALETURQUOISE3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_PALETURQUOISE3"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_PALETURQUOISE3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_PALETURQUOISE3"]=Module["asm"]["J2a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_PALETURQUOISE4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_PALETURQUOISE4"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_PALETURQUOISE4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_PALETURQUOISE4"]=Module["asm"]["K2a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_PALEVIOLETRED=Module["_emscripten_enum_MxNameOfColor_Color_NOC_PALEVIOLETRED"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_PALEVIOLETRED=Module["_emscripten_enum_MxNameOfColor_Color_NOC_PALEVIOLETRED"]=Module["asm"]["L2a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_PALEVIOLETRED1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_PALEVIOLETRED1"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_PALEVIOLETRED1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_PALEVIOLETRED1"]=Module["asm"]["M2a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_PALEVIOLETRED2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_PALEVIOLETRED2"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_PALEVIOLETRED2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_PALEVIOLETRED2"]=Module["asm"]["N2a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_PALEVIOLETRED3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_PALEVIOLETRED3"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_PALEVIOLETRED3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_PALEVIOLETRED3"]=Module["asm"]["O2a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_PALEVIOLETRED4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_PALEVIOLETRED4"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_PALEVIOLETRED4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_PALEVIOLETRED4"]=Module["asm"]["P2a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_PAPAYAWHIP=Module["_emscripten_enum_MxNameOfColor_Color_NOC_PAPAYAWHIP"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_PAPAYAWHIP=Module["_emscripten_enum_MxNameOfColor_Color_NOC_PAPAYAWHIP"]=Module["asm"]["Q2a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_PEACHPUFF=Module["_emscripten_enum_MxNameOfColor_Color_NOC_PEACHPUFF"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_PEACHPUFF=Module["_emscripten_enum_MxNameOfColor_Color_NOC_PEACHPUFF"]=Module["asm"]["R2a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_PEACHPUFF2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_PEACHPUFF2"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_PEACHPUFF2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_PEACHPUFF2"]=Module["asm"]["S2a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_PEACHPUFF3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_PEACHPUFF3"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_PEACHPUFF3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_PEACHPUFF3"]=Module["asm"]["T2a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_PEACHPUFF4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_PEACHPUFF4"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_PEACHPUFF4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_PEACHPUFF4"]=Module["asm"]["U2a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_PERU=Module["_emscripten_enum_MxNameOfColor_Color_NOC_PERU"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_PERU=Module["_emscripten_enum_MxNameOfColor_Color_NOC_PERU"]=Module["asm"]["V2a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_PINK=Module["_emscripten_enum_MxNameOfColor_Color_NOC_PINK"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_PINK=Module["_emscripten_enum_MxNameOfColor_Color_NOC_PINK"]=Module["asm"]["W2a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_PINK1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_PINK1"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_PINK1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_PINK1"]=Module["asm"]["X2a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_PINK2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_PINK2"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_PINK2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_PINK2"]=Module["asm"]["Y2a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_PINK3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_PINK3"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_PINK3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_PINK3"]=Module["asm"]["Z2a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_PINK4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_PINK4"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_PINK4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_PINK4"]=Module["asm"]["_2a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_PLUM=Module["_emscripten_enum_MxNameOfColor_Color_NOC_PLUM"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_PLUM=Module["_emscripten_enum_MxNameOfColor_Color_NOC_PLUM"]=Module["asm"]["$2a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_PLUM1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_PLUM1"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_PLUM1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_PLUM1"]=Module["asm"]["a3a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_PLUM2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_PLUM2"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_PLUM2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_PLUM2"]=Module["asm"]["b3a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_PLUM3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_PLUM3"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_PLUM3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_PLUM3"]=Module["asm"]["c3a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_PLUM4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_PLUM4"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_PLUM4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_PLUM4"]=Module["asm"]["d3a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_POWDERBLUE=Module["_emscripten_enum_MxNameOfColor_Color_NOC_POWDERBLUE"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_POWDERBLUE=Module["_emscripten_enum_MxNameOfColor_Color_NOC_POWDERBLUE"]=Module["asm"]["e3a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_PURPLE=Module["_emscripten_enum_MxNameOfColor_Color_NOC_PURPLE"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_PURPLE=Module["_emscripten_enum_MxNameOfColor_Color_NOC_PURPLE"]=Module["asm"]["f3a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_PURPLE1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_PURPLE1"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_PURPLE1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_PURPLE1"]=Module["asm"]["g3a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_PURPLE2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_PURPLE2"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_PURPLE2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_PURPLE2"]=Module["asm"]["h3a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_PURPLE3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_PURPLE3"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_PURPLE3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_PURPLE3"]=Module["asm"]["i3a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_PURPLE4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_PURPLE4"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_PURPLE4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_PURPLE4"]=Module["asm"]["j3a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_RED=Module["_emscripten_enum_MxNameOfColor_Color_NOC_RED"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_RED=Module["_emscripten_enum_MxNameOfColor_Color_NOC_RED"]=Module["asm"]["k3a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_RED1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_RED1"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_RED1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_RED1"]=Module["asm"]["l3a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_RED2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_RED2"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_RED2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_RED2"]=Module["asm"]["m3a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_RED3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_RED3"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_RED3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_RED3"]=Module["asm"]["n3a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_RED4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_RED4"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_RED4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_RED4"]=Module["asm"]["o3a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_ROSYBROWN=Module["_emscripten_enum_MxNameOfColor_Color_NOC_ROSYBROWN"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_ROSYBROWN=Module["_emscripten_enum_MxNameOfColor_Color_NOC_ROSYBROWN"]=Module["asm"]["p3a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_ROSYBROWN1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_ROSYBROWN1"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_ROSYBROWN1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_ROSYBROWN1"]=Module["asm"]["q3a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_ROSYBROWN2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_ROSYBROWN2"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_ROSYBROWN2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_ROSYBROWN2"]=Module["asm"]["r3a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_ROSYBROWN3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_ROSYBROWN3"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_ROSYBROWN3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_ROSYBROWN3"]=Module["asm"]["s3a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_ROSYBROWN4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_ROSYBROWN4"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_ROSYBROWN4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_ROSYBROWN4"]=Module["asm"]["t3a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_ROYALBLUE=Module["_emscripten_enum_MxNameOfColor_Color_NOC_ROYALBLUE"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_ROYALBLUE=Module["_emscripten_enum_MxNameOfColor_Color_NOC_ROYALBLUE"]=Module["asm"]["u3a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_ROYALBLUE1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_ROYALBLUE1"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_ROYALBLUE1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_ROYALBLUE1"]=Module["asm"]["v3a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_ROYALBLUE2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_ROYALBLUE2"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_ROYALBLUE2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_ROYALBLUE2"]=Module["asm"]["w3a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_ROYALBLUE3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_ROYALBLUE3"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_ROYALBLUE3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_ROYALBLUE3"]=Module["asm"]["x3a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_ROYALBLUE4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_ROYALBLUE4"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_ROYALBLUE4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_ROYALBLUE4"]=Module["asm"]["y3a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_SADDLEBROWN=Module["_emscripten_enum_MxNameOfColor_Color_NOC_SADDLEBROWN"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_SADDLEBROWN=Module["_emscripten_enum_MxNameOfColor_Color_NOC_SADDLEBROWN"]=Module["asm"]["z3a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_SALMON=Module["_emscripten_enum_MxNameOfColor_Color_NOC_SALMON"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_SALMON=Module["_emscripten_enum_MxNameOfColor_Color_NOC_SALMON"]=Module["asm"]["A3a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_SALMON1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_SALMON1"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_SALMON1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_SALMON1"]=Module["asm"]["B3a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_SALMON2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_SALMON2"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_SALMON2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_SALMON2"]=Module["asm"]["C3a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_SALMON3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_SALMON3"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_SALMON3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_SALMON3"]=Module["asm"]["D3a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_SALMON4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_SALMON4"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_SALMON4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_SALMON4"]=Module["asm"]["E3a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_SANDYBROWN=Module["_emscripten_enum_MxNameOfColor_Color_NOC_SANDYBROWN"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_SANDYBROWN=Module["_emscripten_enum_MxNameOfColor_Color_NOC_SANDYBROWN"]=Module["asm"]["F3a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_SEAGREEN=Module["_emscripten_enum_MxNameOfColor_Color_NOC_SEAGREEN"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_SEAGREEN=Module["_emscripten_enum_MxNameOfColor_Color_NOC_SEAGREEN"]=Module["asm"]["G3a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_SEAGREEN1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_SEAGREEN1"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_SEAGREEN1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_SEAGREEN1"]=Module["asm"]["H3a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_SEAGREEN2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_SEAGREEN2"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_SEAGREEN2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_SEAGREEN2"]=Module["asm"]["I3a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_SEAGREEN3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_SEAGREEN3"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_SEAGREEN3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_SEAGREEN3"]=Module["asm"]["J3a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_SEAGREEN4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_SEAGREEN4"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_SEAGREEN4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_SEAGREEN4"]=Module["asm"]["K3a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_SEASHELL=Module["_emscripten_enum_MxNameOfColor_Color_NOC_SEASHELL"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_SEASHELL=Module["_emscripten_enum_MxNameOfColor_Color_NOC_SEASHELL"]=Module["asm"]["L3a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_SEASHELL2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_SEASHELL2"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_SEASHELL2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_SEASHELL2"]=Module["asm"]["M3a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_SEASHELL3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_SEASHELL3"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_SEASHELL3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_SEASHELL3"]=Module["asm"]["N3a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_SEASHELL4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_SEASHELL4"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_SEASHELL4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_SEASHELL4"]=Module["asm"]["O3a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_BEET=Module["_emscripten_enum_MxNameOfColor_Color_NOC_BEET"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_BEET=Module["_emscripten_enum_MxNameOfColor_Color_NOC_BEET"]=Module["asm"]["P3a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_TEAL=Module["_emscripten_enum_MxNameOfColor_Color_NOC_TEAL"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_TEAL=Module["_emscripten_enum_MxNameOfColor_Color_NOC_TEAL"]=Module["asm"]["Q3a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_SIENNA=Module["_emscripten_enum_MxNameOfColor_Color_NOC_SIENNA"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_SIENNA=Module["_emscripten_enum_MxNameOfColor_Color_NOC_SIENNA"]=Module["asm"]["R3a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_SIENNA1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_SIENNA1"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_SIENNA1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_SIENNA1"]=Module["asm"]["S3a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_SIENNA2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_SIENNA2"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_SIENNA2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_SIENNA2"]=Module["asm"]["T3a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_SIENNA3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_SIENNA3"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_SIENNA3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_SIENNA3"]=Module["asm"]["U3a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_SIENNA4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_SIENNA4"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_SIENNA4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_SIENNA4"]=Module["asm"]["V3a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_SKYBLUE=Module["_emscripten_enum_MxNameOfColor_Color_NOC_SKYBLUE"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_SKYBLUE=Module["_emscripten_enum_MxNameOfColor_Color_NOC_SKYBLUE"]=Module["asm"]["W3a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_SKYBLUE1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_SKYBLUE1"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_SKYBLUE1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_SKYBLUE1"]=Module["asm"]["X3a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_SKYBLUE2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_SKYBLUE2"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_SKYBLUE2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_SKYBLUE2"]=Module["asm"]["Y3a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_SKYBLUE3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_SKYBLUE3"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_SKYBLUE3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_SKYBLUE3"]=Module["asm"]["Z3a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_SKYBLUE4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_SKYBLUE4"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_SKYBLUE4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_SKYBLUE4"]=Module["asm"]["_3a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_SLATEBLUE=Module["_emscripten_enum_MxNameOfColor_Color_NOC_SLATEBLUE"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_SLATEBLUE=Module["_emscripten_enum_MxNameOfColor_Color_NOC_SLATEBLUE"]=Module["asm"]["$3a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_SLATEBLUE1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_SLATEBLUE1"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_SLATEBLUE1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_SLATEBLUE1"]=Module["asm"]["a4a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_SLATEBLUE2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_SLATEBLUE2"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_SLATEBLUE2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_SLATEBLUE2"]=Module["asm"]["b4a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_SLATEBLUE3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_SLATEBLUE3"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_SLATEBLUE3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_SLATEBLUE3"]=Module["asm"]["c4a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_SLATEBLUE4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_SLATEBLUE4"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_SLATEBLUE4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_SLATEBLUE4"]=Module["asm"]["d4a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_SLATEGRAY1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_SLATEGRAY1"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_SLATEGRAY1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_SLATEGRAY1"]=Module["asm"]["e4a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_SLATEGRAY2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_SLATEGRAY2"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_SLATEGRAY2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_SLATEGRAY2"]=Module["asm"]["f4a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_SLATEGRAY3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_SLATEGRAY3"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_SLATEGRAY3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_SLATEGRAY3"]=Module["asm"]["g4a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_SLATEGRAY4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_SLATEGRAY4"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_SLATEGRAY4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_SLATEGRAY4"]=Module["asm"]["h4a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_SLATEGRAY=Module["_emscripten_enum_MxNameOfColor_Color_NOC_SLATEGRAY"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_SLATEGRAY=Module["_emscripten_enum_MxNameOfColor_Color_NOC_SLATEGRAY"]=Module["asm"]["i4a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_SNOW=Module["_emscripten_enum_MxNameOfColor_Color_NOC_SNOW"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_SNOW=Module["_emscripten_enum_MxNameOfColor_Color_NOC_SNOW"]=Module["asm"]["j4a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_SNOW2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_SNOW2"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_SNOW2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_SNOW2"]=Module["asm"]["k4a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_SNOW3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_SNOW3"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_SNOW3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_SNOW3"]=Module["asm"]["l4a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_SNOW4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_SNOW4"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_SNOW4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_SNOW4"]=Module["asm"]["m4a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_SPRINGGREEN=Module["_emscripten_enum_MxNameOfColor_Color_NOC_SPRINGGREEN"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_SPRINGGREEN=Module["_emscripten_enum_MxNameOfColor_Color_NOC_SPRINGGREEN"]=Module["asm"]["n4a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_SPRINGGREEN2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_SPRINGGREEN2"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_SPRINGGREEN2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_SPRINGGREEN2"]=Module["asm"]["o4a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_SPRINGGREEN3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_SPRINGGREEN3"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_SPRINGGREEN3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_SPRINGGREEN3"]=Module["asm"]["p4a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_SPRINGGREEN4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_SPRINGGREEN4"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_SPRINGGREEN4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_SPRINGGREEN4"]=Module["asm"]["q4a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_STEELBLUE=Module["_emscripten_enum_MxNameOfColor_Color_NOC_STEELBLUE"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_STEELBLUE=Module["_emscripten_enum_MxNameOfColor_Color_NOC_STEELBLUE"]=Module["asm"]["r4a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_STEELBLUE1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_STEELBLUE1"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_STEELBLUE1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_STEELBLUE1"]=Module["asm"]["s4a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_STEELBLUE2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_STEELBLUE2"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_STEELBLUE2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_STEELBLUE2"]=Module["asm"]["t4a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_STEELBLUE3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_STEELBLUE3"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_STEELBLUE3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_STEELBLUE3"]=Module["asm"]["u4a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_STEELBLUE4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_STEELBLUE4"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_STEELBLUE4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_STEELBLUE4"]=Module["asm"]["v4a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_TAN=Module["_emscripten_enum_MxNameOfColor_Color_NOC_TAN"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_TAN=Module["_emscripten_enum_MxNameOfColor_Color_NOC_TAN"]=Module["asm"]["w4a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_TAN1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_TAN1"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_TAN1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_TAN1"]=Module["asm"]["x4a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_TAN2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_TAN2"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_TAN2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_TAN2"]=Module["asm"]["y4a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_TAN3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_TAN3"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_TAN3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_TAN3"]=Module["asm"]["z4a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_TAN4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_TAN4"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_TAN4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_TAN4"]=Module["asm"]["A4a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_THISTLE=Module["_emscripten_enum_MxNameOfColor_Color_NOC_THISTLE"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_THISTLE=Module["_emscripten_enum_MxNameOfColor_Color_NOC_THISTLE"]=Module["asm"]["B4a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_THISTLE1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_THISTLE1"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_THISTLE1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_THISTLE1"]=Module["asm"]["C4a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_THISTLE2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_THISTLE2"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_THISTLE2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_THISTLE2"]=Module["asm"]["D4a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_THISTLE3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_THISTLE3"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_THISTLE3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_THISTLE3"]=Module["asm"]["E4a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_THISTLE4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_THISTLE4"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_THISTLE4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_THISTLE4"]=Module["asm"]["F4a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_TOMATO=Module["_emscripten_enum_MxNameOfColor_Color_NOC_TOMATO"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_TOMATO=Module["_emscripten_enum_MxNameOfColor_Color_NOC_TOMATO"]=Module["asm"]["G4a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_TOMATO1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_TOMATO1"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_TOMATO1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_TOMATO1"]=Module["asm"]["H4a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_TOMATO2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_TOMATO2"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_TOMATO2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_TOMATO2"]=Module["asm"]["I4a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_TOMATO3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_TOMATO3"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_TOMATO3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_TOMATO3"]=Module["asm"]["J4a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_TOMATO4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_TOMATO4"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_TOMATO4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_TOMATO4"]=Module["asm"]["K4a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_TURQUOISE=Module["_emscripten_enum_MxNameOfColor_Color_NOC_TURQUOISE"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_TURQUOISE=Module["_emscripten_enum_MxNameOfColor_Color_NOC_TURQUOISE"]=Module["asm"]["L4a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_TURQUOISE1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_TURQUOISE1"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_TURQUOISE1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_TURQUOISE1"]=Module["asm"]["M4a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_TURQUOISE2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_TURQUOISE2"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_TURQUOISE2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_TURQUOISE2"]=Module["asm"]["N4a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_TURQUOISE3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_TURQUOISE3"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_TURQUOISE3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_TURQUOISE3"]=Module["asm"]["O4a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_TURQUOISE4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_TURQUOISE4"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_TURQUOISE4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_TURQUOISE4"]=Module["asm"]["P4a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_VIOLET=Module["_emscripten_enum_MxNameOfColor_Color_NOC_VIOLET"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_VIOLET=Module["_emscripten_enum_MxNameOfColor_Color_NOC_VIOLET"]=Module["asm"]["Q4a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_VIOLETRED=Module["_emscripten_enum_MxNameOfColor_Color_NOC_VIOLETRED"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_VIOLETRED=Module["_emscripten_enum_MxNameOfColor_Color_NOC_VIOLETRED"]=Module["asm"]["R4a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_VIOLETRED1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_VIOLETRED1"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_VIOLETRED1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_VIOLETRED1"]=Module["asm"]["S4a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_VIOLETRED2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_VIOLETRED2"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_VIOLETRED2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_VIOLETRED2"]=Module["asm"]["T4a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_VIOLETRED3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_VIOLETRED3"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_VIOLETRED3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_VIOLETRED3"]=Module["asm"]["U4a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_VIOLETRED4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_VIOLETRED4"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_VIOLETRED4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_VIOLETRED4"]=Module["asm"]["V4a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_WHEAT=Module["_emscripten_enum_MxNameOfColor_Color_NOC_WHEAT"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_WHEAT=Module["_emscripten_enum_MxNameOfColor_Color_NOC_WHEAT"]=Module["asm"]["W4a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_WHEAT1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_WHEAT1"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_WHEAT1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_WHEAT1"]=Module["asm"]["X4a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_WHEAT2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_WHEAT2"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_WHEAT2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_WHEAT2"]=Module["asm"]["Y4a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_WHEAT3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_WHEAT3"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_WHEAT3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_WHEAT3"]=Module["asm"]["Z4a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_WHEAT4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_WHEAT4"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_WHEAT4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_WHEAT4"]=Module["asm"]["_4a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_WHITESMOKE=Module["_emscripten_enum_MxNameOfColor_Color_NOC_WHITESMOKE"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_WHITESMOKE=Module["_emscripten_enum_MxNameOfColor_Color_NOC_WHITESMOKE"]=Module["asm"]["$4a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_YELLOW=Module["_emscripten_enum_MxNameOfColor_Color_NOC_YELLOW"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_YELLOW=Module["_emscripten_enum_MxNameOfColor_Color_NOC_YELLOW"]=Module["asm"]["a5a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_YELLOW1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_YELLOW1"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_YELLOW1=Module["_emscripten_enum_MxNameOfColor_Color_NOC_YELLOW1"]=Module["asm"]["b5a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_YELLOW2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_YELLOW2"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_YELLOW2=Module["_emscripten_enum_MxNameOfColor_Color_NOC_YELLOW2"]=Module["asm"]["c5a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_YELLOW3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_YELLOW3"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_YELLOW3=Module["_emscripten_enum_MxNameOfColor_Color_NOC_YELLOW3"]=Module["asm"]["d5a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_YELLOW4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_YELLOW4"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_YELLOW4=Module["_emscripten_enum_MxNameOfColor_Color_NOC_YELLOW4"]=Module["asm"]["e5a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_YELLOWGREEN=Module["_emscripten_enum_MxNameOfColor_Color_NOC_YELLOWGREEN"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_YELLOWGREEN=Module["_emscripten_enum_MxNameOfColor_Color_NOC_YELLOWGREEN"]=Module["asm"]["f5a"]).apply(null,arguments)};var _emscripten_enum_MxNameOfColor_Color_NOC_WHITE=Module["_emscripten_enum_MxNameOfColor_Color_NOC_WHITE"]=function(){return(_emscripten_enum_MxNameOfColor_Color_NOC_WHITE=Module["_emscripten_enum_MxNameOfColor_Color_NOC_WHITE"]=Module["asm"]["g5a"]).apply(null,arguments)};var _emscripten_enum_MxTypeOfColor_Color_TOC_RGB=Module["_emscripten_enum_MxTypeOfColor_Color_TOC_RGB"]=function(){return(_emscripten_enum_MxTypeOfColor_Color_TOC_RGB=Module["_emscripten_enum_MxTypeOfColor_Color_TOC_RGB"]=Module["asm"]["h5a"]).apply(null,arguments)};var _emscripten_enum_MxTypeOfColor_Color_TOC_sRGB=Module["_emscripten_enum_MxTypeOfColor_Color_TOC_sRGB"]=function(){return(_emscripten_enum_MxTypeOfColor_Color_TOC_sRGB=Module["_emscripten_enum_MxTypeOfColor_Color_TOC_sRGB"]=Module["asm"]["i5a"]).apply(null,arguments)};var _emscripten_enum_MxTypeOfColor_Color_TOC_HLS=Module["_emscripten_enum_MxTypeOfColor_Color_TOC_HLS"]=function(){return(_emscripten_enum_MxTypeOfColor_Color_TOC_HLS=Module["_emscripten_enum_MxTypeOfColor_Color_TOC_HLS"]=Module["asm"]["j5a"]).apply(null,arguments)};var _emscripten_enum_MxTypeOfColor_Color_TOC_CIELab=Module["_emscripten_enum_MxTypeOfColor_Color_TOC_CIELab"]=function(){return(_emscripten_enum_MxTypeOfColor_Color_TOC_CIELab=Module["_emscripten_enum_MxTypeOfColor_Color_TOC_CIELab"]=Module["asm"]["k5a"]).apply(null,arguments)};var _emscripten_enum_MxTypeOfColor_Color_TOC_CIELch=Module["_emscripten_enum_MxTypeOfColor_Color_TOC_CIELch"]=function(){return(_emscripten_enum_MxTypeOfColor_Color_TOC_CIELch=Module["_emscripten_enum_MxTypeOfColor_Color_TOC_CIELch"]=Module["asm"]["l5a"]).apply(null,arguments)};var _emscripten_enum_MxDisplayMode_DM_WireFrame=Module["_emscripten_enum_MxDisplayMode_DM_WireFrame"]=function(){return(_emscripten_enum_MxDisplayMode_DM_WireFrame=Module["_emscripten_enum_MxDisplayMode_DM_WireFrame"]=Module["asm"]["m5a"]).apply(null,arguments)};var _emscripten_enum_MxDisplayMode_DM_Shaded=Module["_emscripten_enum_MxDisplayMode_DM_Shaded"]=function(){return(_emscripten_enum_MxDisplayMode_DM_Shaded=Module["_emscripten_enum_MxDisplayMode_DM_Shaded"]=Module["asm"]["n5a"]).apply(null,arguments)};var _emscripten_enum_MxTypeOfLightSource_LightSource_TOLS_AMBIENT=Module["_emscripten_enum_MxTypeOfLightSource_LightSource_TOLS_AMBIENT"]=function(){return(_emscripten_enum_MxTypeOfLightSource_LightSource_TOLS_AMBIENT=Module["_emscripten_enum_MxTypeOfLightSource_LightSource_TOLS_AMBIENT"]=Module["asm"]["o5a"]).apply(null,arguments)};var _emscripten_enum_MxTypeOfLightSource_LightSource_TOLS_DIRECTIONAL=Module["_emscripten_enum_MxTypeOfLightSource_LightSource_TOLS_DIRECTIONAL"]=function(){return(_emscripten_enum_MxTypeOfLightSource_LightSource_TOLS_DIRECTIONAL=Module["_emscripten_enum_MxTypeOfLightSource_LightSource_TOLS_DIRECTIONAL"]=Module["asm"]["p5a"]).apply(null,arguments)};var _emscripten_enum_MxTypeOfLightSource_LightSource_TOLS_POSITIONAL=Module["_emscripten_enum_MxTypeOfLightSource_LightSource_TOLS_POSITIONAL"]=function(){return(_emscripten_enum_MxTypeOfLightSource_LightSource_TOLS_POSITIONAL=Module["_emscripten_enum_MxTypeOfLightSource_LightSource_TOLS_POSITIONAL"]=Module["asm"]["q5a"]).apply(null,arguments)};var _emscripten_enum_MxTypeOfLightSource_LightSource_TOLS_SPOT=Module["_emscripten_enum_MxTypeOfLightSource_LightSource_TOLS_SPOT"]=function(){return(_emscripten_enum_MxTypeOfLightSource_LightSource_TOLS_SPOT=Module["_emscripten_enum_MxTypeOfLightSource_LightSource_TOLS_SPOT"]=Module["asm"]["r5a"]).apply(null,arguments)};var _emscripten_enum_MxCameraProjection_CProjection_Orthographic=Module["_emscripten_enum_MxCameraProjection_CProjection_Orthographic"]=function(){return(_emscripten_enum_MxCameraProjection_CProjection_Orthographic=Module["_emscripten_enum_MxCameraProjection_CProjection_Orthographic"]=Module["asm"]["s5a"]).apply(null,arguments)};var _emscripten_enum_MxCameraProjection_CProjection_Perspective=Module["_emscripten_enum_MxCameraProjection_CProjection_Perspective"]=function(){return(_emscripten_enum_MxCameraProjection_CProjection_Perspective=Module["_emscripten_enum_MxCameraProjection_CProjection_Perspective"]=Module["asm"]["t5a"]).apply(null,arguments)};var _emscripten_enum_MxCameraProjection_CProjection_Stereo=Module["_emscripten_enum_MxCameraProjection_CProjection_Stereo"]=function(){return(_emscripten_enum_MxCameraProjection_CProjection_Stereo=Module["_emscripten_enum_MxCameraProjection_CProjection_Stereo"]=Module["asm"]["u5a"]).apply(null,arguments)};var _emscripten_enum_MxCameraProjection_CProjection_MonoLeftEye=Module["_emscripten_enum_MxCameraProjection_CProjection_MonoLeftEye"]=function(){return(_emscripten_enum_MxCameraProjection_CProjection_MonoLeftEye=Module["_emscripten_enum_MxCameraProjection_CProjection_MonoLeftEye"]=Module["asm"]["v5a"]).apply(null,arguments)};var _emscripten_enum_MxCameraProjection_CProjection_MonoRightEye=Module["_emscripten_enum_MxCameraProjection_CProjection_MonoRightEye"]=function(){return(_emscripten_enum_MxCameraProjection_CProjection_MonoRightEye=Module["_emscripten_enum_MxCameraProjection_CProjection_MonoRightEye"]=Module["asm"]["w5a"]).apply(null,arguments)};var _emscripten_enum_MxV3dTypeOfOrientation_Orientation_Xpos=Module["_emscripten_enum_MxV3dTypeOfOrientation_Orientation_Xpos"]=function(){return(_emscripten_enum_MxV3dTypeOfOrientation_Orientation_Xpos=Module["_emscripten_enum_MxV3dTypeOfOrientation_Orientation_Xpos"]=Module["asm"]["x5a"]).apply(null,arguments)};var _emscripten_enum_MxV3dTypeOfOrientation_Orientation_Ypos=Module["_emscripten_enum_MxV3dTypeOfOrientation_Orientation_Ypos"]=function(){return(_emscripten_enum_MxV3dTypeOfOrientation_Orientation_Ypos=Module["_emscripten_enum_MxV3dTypeOfOrientation_Orientation_Ypos"]=Module["asm"]["y5a"]).apply(null,arguments)};var _emscripten_enum_MxV3dTypeOfOrientation_Orientation_Zpos=Module["_emscripten_enum_MxV3dTypeOfOrientation_Orientation_Zpos"]=function(){return(_emscripten_enum_MxV3dTypeOfOrientation_Orientation_Zpos=Module["_emscripten_enum_MxV3dTypeOfOrientation_Orientation_Zpos"]=Module["asm"]["z5a"]).apply(null,arguments)};var _emscripten_enum_MxV3dTypeOfOrientation_Orientation_Xneg=Module["_emscripten_enum_MxV3dTypeOfOrientation_Orientation_Xneg"]=function(){return(_emscripten_enum_MxV3dTypeOfOrientation_Orientation_Xneg=Module["_emscripten_enum_MxV3dTypeOfOrientation_Orientation_Xneg"]=Module["asm"]["A5a"]).apply(null,arguments)};var _emscripten_enum_MxV3dTypeOfOrientation_Orientation_Yneg=Module["_emscripten_enum_MxV3dTypeOfOrientation_Orientation_Yneg"]=function(){return(_emscripten_enum_MxV3dTypeOfOrientation_Orientation_Yneg=Module["_emscripten_enum_MxV3dTypeOfOrientation_Orientation_Yneg"]=Module["asm"]["B5a"]).apply(null,arguments)};var _emscripten_enum_MxV3dTypeOfOrientation_Orientation_Zneg=Module["_emscripten_enum_MxV3dTypeOfOrientation_Orientation_Zneg"]=function(){return(_emscripten_enum_MxV3dTypeOfOrientation_Orientation_Zneg=Module["_emscripten_enum_MxV3dTypeOfOrientation_Orientation_Zneg"]=Module["asm"]["C5a"]).apply(null,arguments)};var _emscripten_enum_MxV3dTypeOfOrientation_Orientation_XposYpos=Module["_emscripten_enum_MxV3dTypeOfOrientation_Orientation_XposYpos"]=function(){return(_emscripten_enum_MxV3dTypeOfOrientation_Orientation_XposYpos=Module["_emscripten_enum_MxV3dTypeOfOrientation_Orientation_XposYpos"]=Module["asm"]["D5a"]).apply(null,arguments)};var _emscripten_enum_MxV3dTypeOfOrientation_Orientation_XposZpos=Module["_emscripten_enum_MxV3dTypeOfOrientation_Orientation_XposZpos"]=function(){return(_emscripten_enum_MxV3dTypeOfOrientation_Orientation_XposZpos=Module["_emscripten_enum_MxV3dTypeOfOrientation_Orientation_XposZpos"]=Module["asm"]["E5a"]).apply(null,arguments)};var _emscripten_enum_MxV3dTypeOfOrientation_Orientation_YposZpos=Module["_emscripten_enum_MxV3dTypeOfOrientation_Orientation_YposZpos"]=function(){return(_emscripten_enum_MxV3dTypeOfOrientation_Orientation_YposZpos=Module["_emscripten_enum_MxV3dTypeOfOrientation_Orientation_YposZpos"]=Module["asm"]["F5a"]).apply(null,arguments)};var _emscripten_enum_MxV3dTypeOfOrientation_Orientation_XnegYneg=Module["_emscripten_enum_MxV3dTypeOfOrientation_Orientation_XnegYneg"]=function(){return(_emscripten_enum_MxV3dTypeOfOrientation_Orientation_XnegYneg=Module["_emscripten_enum_MxV3dTypeOfOrientation_Orientation_XnegYneg"]=Module["asm"]["G5a"]).apply(null,arguments)};var _emscripten_enum_MxV3dTypeOfOrientation_Orientation_XnegYpos=Module["_emscripten_enum_MxV3dTypeOfOrientation_Orientation_XnegYpos"]=function(){return(_emscripten_enum_MxV3dTypeOfOrientation_Orientation_XnegYpos=Module["_emscripten_enum_MxV3dTypeOfOrientation_Orientation_XnegYpos"]=Module["asm"]["H5a"]).apply(null,arguments)};var _emscripten_enum_MxV3dTypeOfOrientation_Orientation_XnegZneg=Module["_emscripten_enum_MxV3dTypeOfOrientation_Orientation_XnegZneg"]=function(){return(_emscripten_enum_MxV3dTypeOfOrientation_Orientation_XnegZneg=Module["_emscripten_enum_MxV3dTypeOfOrientation_Orientation_XnegZneg"]=Module["asm"]["I5a"]).apply(null,arguments)};var _emscripten_enum_MxV3dTypeOfOrientation_Orientation_XnegZpos=Module["_emscripten_enum_MxV3dTypeOfOrientation_Orientation_XnegZpos"]=function(){return(_emscripten_enum_MxV3dTypeOfOrientation_Orientation_XnegZpos=Module["_emscripten_enum_MxV3dTypeOfOrientation_Orientation_XnegZpos"]=Module["asm"]["J5a"]).apply(null,arguments)};var _emscripten_enum_MxV3dTypeOfOrientation_Orientation_YnegZneg=Module["_emscripten_enum_MxV3dTypeOfOrientation_Orientation_YnegZneg"]=function(){return(_emscripten_enum_MxV3dTypeOfOrientation_Orientation_YnegZneg=Module["_emscripten_enum_MxV3dTypeOfOrientation_Orientation_YnegZneg"]=Module["asm"]["K5a"]).apply(null,arguments)};var _emscripten_enum_MxV3dTypeOfOrientation_Orientation_YnegZpos=Module["_emscripten_enum_MxV3dTypeOfOrientation_Orientation_YnegZpos"]=function(){return(_emscripten_enum_MxV3dTypeOfOrientation_Orientation_YnegZpos=Module["_emscripten_enum_MxV3dTypeOfOrientation_Orientation_YnegZpos"]=Module["asm"]["L5a"]).apply(null,arguments)};var _emscripten_enum_MxV3dTypeOfOrientation_Orientation_XposYneg=Module["_emscripten_enum_MxV3dTypeOfOrientation_Orientation_XposYneg"]=function(){return(_emscripten_enum_MxV3dTypeOfOrientation_Orientation_XposYneg=Module["_emscripten_enum_MxV3dTypeOfOrientation_Orientation_XposYneg"]=Module["asm"]["M5a"]).apply(null,arguments)};var _emscripten_enum_MxV3dTypeOfOrientation_Orientation_XposZneg=Module["_emscripten_enum_MxV3dTypeOfOrientation_Orientation_XposZneg"]=function(){return(_emscripten_enum_MxV3dTypeOfOrientation_Orientation_XposZneg=Module["_emscripten_enum_MxV3dTypeOfOrientation_Orientation_XposZneg"]=Module["asm"]["N5a"]).apply(null,arguments)};var _emscripten_enum_MxV3dTypeOfOrientation_Orientation_YposZneg=Module["_emscripten_enum_MxV3dTypeOfOrientation_Orientation_YposZneg"]=function(){return(_emscripten_enum_MxV3dTypeOfOrientation_Orientation_YposZneg=Module["_emscripten_enum_MxV3dTypeOfOrientation_Orientation_YposZneg"]=Module["asm"]["O5a"]).apply(null,arguments)};var _emscripten_enum_MxV3dTypeOfOrientation_Orientation_XposYposZpos=Module["_emscripten_enum_MxV3dTypeOfOrientation_Orientation_XposYposZpos"]=function(){return(_emscripten_enum_MxV3dTypeOfOrientation_Orientation_XposYposZpos=Module["_emscripten_enum_MxV3dTypeOfOrientation_Orientation_XposYposZpos"]=Module["asm"]["P5a"]).apply(null,arguments)};var _emscripten_enum_MxV3dTypeOfOrientation_Orientation_XposYnegZpos=Module["_emscripten_enum_MxV3dTypeOfOrientation_Orientation_XposYnegZpos"]=function(){return(_emscripten_enum_MxV3dTypeOfOrientation_Orientation_XposYnegZpos=Module["_emscripten_enum_MxV3dTypeOfOrientation_Orientation_XposYnegZpos"]=Module["asm"]["Q5a"]).apply(null,arguments)};var _emscripten_enum_MxV3dTypeOfOrientation_Orientation_XposYposZneg=Module["_emscripten_enum_MxV3dTypeOfOrientation_Orientation_XposYposZneg"]=function(){return(_emscripten_enum_MxV3dTypeOfOrientation_Orientation_XposYposZneg=Module["_emscripten_enum_MxV3dTypeOfOrientation_Orientation_XposYposZneg"]=Module["asm"]["R5a"]).apply(null,arguments)};var _emscripten_enum_MxV3dTypeOfOrientation_Orientation_XnegYposZpos=Module["_emscripten_enum_MxV3dTypeOfOrientation_Orientation_XnegYposZpos"]=function(){return(_emscripten_enum_MxV3dTypeOfOrientation_Orientation_XnegYposZpos=Module["_emscripten_enum_MxV3dTypeOfOrientation_Orientation_XnegYposZpos"]=Module["asm"]["S5a"]).apply(null,arguments)};var _emscripten_enum_MxV3dTypeOfOrientation_Orientation_XposYnegZneg=Module["_emscripten_enum_MxV3dTypeOfOrientation_Orientation_XposYnegZneg"]=function(){return(_emscripten_enum_MxV3dTypeOfOrientation_Orientation_XposYnegZneg=Module["_emscripten_enum_MxV3dTypeOfOrientation_Orientation_XposYnegZneg"]=Module["asm"]["T5a"]).apply(null,arguments)};var _emscripten_enum_MxV3dTypeOfOrientation_Orientation_XnegYposZneg=Module["_emscripten_enum_MxV3dTypeOfOrientation_Orientation_XnegYposZneg"]=function(){return(_emscripten_enum_MxV3dTypeOfOrientation_Orientation_XnegYposZneg=Module["_emscripten_enum_MxV3dTypeOfOrientation_Orientation_XnegYposZneg"]=Module["asm"]["U5a"]).apply(null,arguments)};var _emscripten_enum_MxV3dTypeOfOrientation_Orientation_XnegYnegZpos=Module["_emscripten_enum_MxV3dTypeOfOrientation_Orientation_XnegYnegZpos"]=function(){return(_emscripten_enum_MxV3dTypeOfOrientation_Orientation_XnegYnegZpos=Module["_emscripten_enum_MxV3dTypeOfOrientation_Orientation_XnegYnegZpos"]=Module["asm"]["V5a"]).apply(null,arguments)};var _emscripten_enum_MxV3dTypeOfOrientation_Orientation_XnegYnegZneg=Module["_emscripten_enum_MxV3dTypeOfOrientation_Orientation_XnegYnegZneg"]=function(){return(_emscripten_enum_MxV3dTypeOfOrientation_Orientation_XnegYnegZneg=Module["_emscripten_enum_MxV3dTypeOfOrientation_Orientation_XnegYnegZneg"]=Module["asm"]["W5a"]).apply(null,arguments)};var _emscripten_enum_MxV3dTypeOfOrientation_Orientation_TypeOfOrientation_Zup_AxoLeft=Module["_emscripten_enum_MxV3dTypeOfOrientation_Orientation_TypeOfOrientation_Zup_AxoLeft"]=function(){return(_emscripten_enum_MxV3dTypeOfOrientation_Orientation_TypeOfOrientation_Zup_AxoLeft=Module["_emscripten_enum_MxV3dTypeOfOrientation_Orientation_TypeOfOrientation_Zup_AxoLeft"]=Module["asm"]["X5a"]).apply(null,arguments)};var _emscripten_enum_MxV3dTypeOfOrientation_Orientation_TypeOfOrientation_Zup_AxoRight=Module["_emscripten_enum_MxV3dTypeOfOrientation_Orientation_TypeOfOrientation_Zup_AxoRight"]=function(){return(_emscripten_enum_MxV3dTypeOfOrientation_Orientation_TypeOfOrientation_Zup_AxoRight=Module["_emscripten_enum_MxV3dTypeOfOrientation_Orientation_TypeOfOrientation_Zup_AxoRight"]=Module["asm"]["Y5a"]).apply(null,arguments)};var _emscripten_enum_MxV3dTypeOfOrientation_Orientation_TypeOfOrientation_Zup_Front=Module["_emscripten_enum_MxV3dTypeOfOrientation_Orientation_TypeOfOrientation_Zup_Front"]=function(){return(_emscripten_enum_MxV3dTypeOfOrientation_Orientation_TypeOfOrientation_Zup_Front=Module["_emscripten_enum_MxV3dTypeOfOrientation_Orientation_TypeOfOrientation_Zup_Front"]=Module["asm"]["Z5a"]).apply(null,arguments)};var _emscripten_enum_MxV3dTypeOfOrientation_Orientation_TypeOfOrientation_Zup_Back=Module["_emscripten_enum_MxV3dTypeOfOrientation_Orientation_TypeOfOrientation_Zup_Back"]=function(){return(_emscripten_enum_MxV3dTypeOfOrientation_Orientation_TypeOfOrientation_Zup_Back=Module["_emscripten_enum_MxV3dTypeOfOrientation_Orientation_TypeOfOrientation_Zup_Back"]=Module["asm"]["_5a"]).apply(null,arguments)};var _emscripten_enum_MxV3dTypeOfOrientation_Orientation_TypeOfOrientation_Zup_Top=Module["_emscripten_enum_MxV3dTypeOfOrientation_Orientation_TypeOfOrientation_Zup_Top"]=function(){return(_emscripten_enum_MxV3dTypeOfOrientation_Orientation_TypeOfOrientation_Zup_Top=Module["_emscripten_enum_MxV3dTypeOfOrientation_Orientation_TypeOfOrientation_Zup_Top"]=Module["asm"]["$5a"]).apply(null,arguments)};var _emscripten_enum_MxV3dTypeOfOrientation_Orientation_TypeOfOrientation_Zup_Bottom=Module["_emscripten_enum_MxV3dTypeOfOrientation_Orientation_TypeOfOrientation_Zup_Bottom"]=function(){return(_emscripten_enum_MxV3dTypeOfOrientation_Orientation_TypeOfOrientation_Zup_Bottom=Module["_emscripten_enum_MxV3dTypeOfOrientation_Orientation_TypeOfOrientation_Zup_Bottom"]=Module["asm"]["a6a"]).apply(null,arguments)};var _emscripten_enum_MxV3dTypeOfOrientation_Orientation_TypeOfOrientation_Zup_Left=Module["_emscripten_enum_MxV3dTypeOfOrientation_Orientation_TypeOfOrientation_Zup_Left"]=function(){return(_emscripten_enum_MxV3dTypeOfOrientation_Orientation_TypeOfOrientation_Zup_Left=Module["_emscripten_enum_MxV3dTypeOfOrientation_Orientation_TypeOfOrientation_Zup_Left"]=Module["asm"]["b6a"]).apply(null,arguments)};var _emscripten_enum_MxV3dTypeOfOrientation_Orientation_TypeOfOrientation_Zup_Right=Module["_emscripten_enum_MxV3dTypeOfOrientation_Orientation_TypeOfOrientation_Zup_Right"]=function(){return(_emscripten_enum_MxV3dTypeOfOrientation_Orientation_TypeOfOrientation_Zup_Right=Module["_emscripten_enum_MxV3dTypeOfOrientation_Orientation_TypeOfOrientation_Zup_Right"]=Module["asm"]["c6a"]).apply(null,arguments)};var _emscripten_enum_MxV3dTypeOfOrientation_Orientation_TypeOfOrientation_Yup_AxoLeft=Module["_emscripten_enum_MxV3dTypeOfOrientation_Orientation_TypeOfOrientation_Yup_AxoLeft"]=function(){return(_emscripten_enum_MxV3dTypeOfOrientation_Orientation_TypeOfOrientation_Yup_AxoLeft=Module["_emscripten_enum_MxV3dTypeOfOrientation_Orientation_TypeOfOrientation_Yup_AxoLeft"]=Module["asm"]["d6a"]).apply(null,arguments)};var _emscripten_enum_MxV3dTypeOfOrientation_Orientation_TypeOfOrientation_Yup_AxoRight=Module["_emscripten_enum_MxV3dTypeOfOrientation_Orientation_TypeOfOrientation_Yup_AxoRight"]=function(){return(_emscripten_enum_MxV3dTypeOfOrientation_Orientation_TypeOfOrientation_Yup_AxoRight=Module["_emscripten_enum_MxV3dTypeOfOrientation_Orientation_TypeOfOrientation_Yup_AxoRight"]=Module["asm"]["e6a"]).apply(null,arguments)};var _emscripten_enum_MxV3dTypeOfOrientation_Orientation_TypeOfOrientation_Yup_Front=Module["_emscripten_enum_MxV3dTypeOfOrientation_Orientation_TypeOfOrientation_Yup_Front"]=function(){return(_emscripten_enum_MxV3dTypeOfOrientation_Orientation_TypeOfOrientation_Yup_Front=Module["_emscripten_enum_MxV3dTypeOfOrientation_Orientation_TypeOfOrientation_Yup_Front"]=Module["asm"]["f6a"]).apply(null,arguments)};var _emscripten_enum_MxV3dTypeOfOrientation_Orientation_TypeOfOrientation_Yup_Back=Module["_emscripten_enum_MxV3dTypeOfOrientation_Orientation_TypeOfOrientation_Yup_Back"]=function(){return(_emscripten_enum_MxV3dTypeOfOrientation_Orientation_TypeOfOrientation_Yup_Back=Module["_emscripten_enum_MxV3dTypeOfOrientation_Orientation_TypeOfOrientation_Yup_Back"]=Module["asm"]["g6a"]).apply(null,arguments)};var _emscripten_enum_MxV3dTypeOfOrientation_Orientation_TypeOfOrientation_Yup_Top=Module["_emscripten_enum_MxV3dTypeOfOrientation_Orientation_TypeOfOrientation_Yup_Top"]=function(){return(_emscripten_enum_MxV3dTypeOfOrientation_Orientation_TypeOfOrientation_Yup_Top=Module["_emscripten_enum_MxV3dTypeOfOrientation_Orientation_TypeOfOrientation_Yup_Top"]=Module["asm"]["h6a"]).apply(null,arguments)};var _emscripten_enum_MxV3dTypeOfOrientation_Orientation_TypeOfOrientation_Yup_Bottom=Module["_emscripten_enum_MxV3dTypeOfOrientation_Orientation_TypeOfOrientation_Yup_Bottom"]=function(){return(_emscripten_enum_MxV3dTypeOfOrientation_Orientation_TypeOfOrientation_Yup_Bottom=Module["_emscripten_enum_MxV3dTypeOfOrientation_Orientation_TypeOfOrientation_Yup_Bottom"]=Module["asm"]["i6a"]).apply(null,arguments)};var _emscripten_enum_MxV3dTypeOfOrientation_Orientation_TypeOfOrientation_Yup_Left=Module["_emscripten_enum_MxV3dTypeOfOrientation_Orientation_TypeOfOrientation_Yup_Left"]=function(){return(_emscripten_enum_MxV3dTypeOfOrientation_Orientation_TypeOfOrientation_Yup_Left=Module["_emscripten_enum_MxV3dTypeOfOrientation_Orientation_TypeOfOrientation_Yup_Left"]=Module["asm"]["j6a"]).apply(null,arguments)};var _emscripten_enum_MxV3dTypeOfOrientation_Orientation_TypeOfOrientation_Yup_Right=Module["_emscripten_enum_MxV3dTypeOfOrientation_Orientation_TypeOfOrientation_Yup_Right"]=function(){return(_emscripten_enum_MxV3dTypeOfOrientation_Orientation_TypeOfOrientation_Yup_Right=Module["_emscripten_enum_MxV3dTypeOfOrientation_Orientation_TypeOfOrientation_Yup_Right"]=Module["asm"]["k6a"]).apply(null,arguments)};var _emscripten_enum_MxTypeOfAngle_Angle_TypeOfAngle_Interior=Module["_emscripten_enum_MxTypeOfAngle_Angle_TypeOfAngle_Interior"]=function(){return(_emscripten_enum_MxTypeOfAngle_Angle_TypeOfAngle_Interior=Module["_emscripten_enum_MxTypeOfAngle_Angle_TypeOfAngle_Interior"]=Module["asm"]["l6a"]).apply(null,arguments)};var _emscripten_enum_MxTypeOfAngle_Angle_TypeOfAngle_Exterior=Module["_emscripten_enum_MxTypeOfAngle_Angle_TypeOfAngle_Exterior"]=function(){return(_emscripten_enum_MxTypeOfAngle_Angle_TypeOfAngle_Exterior=Module["_emscripten_enum_MxTypeOfAngle_Angle_TypeOfAngle_Exterior"]=Module["asm"]["m6a"]).apply(null,arguments)};var _emscripten_enum_MxTypeOfAngleArrowVisibility_Visibility_TOAAV_Both=Module["_emscripten_enum_MxTypeOfAngleArrowVisibility_Visibility_TOAAV_Both"]=function(){return(_emscripten_enum_MxTypeOfAngleArrowVisibility_Visibility_TOAAV_Both=Module["_emscripten_enum_MxTypeOfAngleArrowVisibility_Visibility_TOAAV_Both"]=Module["asm"]["n6a"]).apply(null,arguments)};var _emscripten_enum_MxTypeOfAngleArrowVisibility_Visibility_TOAAV_First=Module["_emscripten_enum_MxTypeOfAngleArrowVisibility_Visibility_TOAAV_First"]=function(){return(_emscripten_enum_MxTypeOfAngleArrowVisibility_Visibility_TOAAV_First=Module["_emscripten_enum_MxTypeOfAngleArrowVisibility_Visibility_TOAAV_First"]=Module["asm"]["o6a"]).apply(null,arguments)};var _emscripten_enum_MxTypeOfAngleArrowVisibility_Visibility_TOAAV_Second=Module["_emscripten_enum_MxTypeOfAngleArrowVisibility_Visibility_TOAAV_Second"]=function(){return(_emscripten_enum_MxTypeOfAngleArrowVisibility_Visibility_TOAAV_Second=Module["_emscripten_enum_MxTypeOfAngleArrowVisibility_Visibility_TOAAV_Second"]=Module["asm"]["p6a"]).apply(null,arguments)};var _emscripten_enum_MxTypeOfAngleArrowVisibility_Visibility_TOAAV_None=Module["_emscripten_enum_MxTypeOfAngleArrowVisibility_Visibility_TOAAV_None"]=function(){return(_emscripten_enum_MxTypeOfAngleArrowVisibility_Visibility_TOAAV_None=Module["_emscripten_enum_MxTypeOfAngleArrowVisibility_Visibility_TOAAV_None"]=Module["asm"]["q6a"]).apply(null,arguments)};var _emscripten_enum_MxTypeOfLine_Line_TOL_EMPTY=Module["_emscripten_enum_MxTypeOfLine_Line_TOL_EMPTY"]=function(){return(_emscripten_enum_MxTypeOfLine_Line_TOL_EMPTY=Module["_emscripten_enum_MxTypeOfLine_Line_TOL_EMPTY"]=Module["asm"]["r6a"]).apply(null,arguments)};var _emscripten_enum_MxTypeOfLine_Line_TOL_SOLID=Module["_emscripten_enum_MxTypeOfLine_Line_TOL_SOLID"]=function(){return(_emscripten_enum_MxTypeOfLine_Line_TOL_SOLID=Module["_emscripten_enum_MxTypeOfLine_Line_TOL_SOLID"]=Module["asm"]["s6a"]).apply(null,arguments)};var _emscripten_enum_MxTypeOfLine_Line_TOL_DASH=Module["_emscripten_enum_MxTypeOfLine_Line_TOL_DASH"]=function(){return(_emscripten_enum_MxTypeOfLine_Line_TOL_DASH=Module["_emscripten_enum_MxTypeOfLine_Line_TOL_DASH"]=Module["asm"]["t6a"]).apply(null,arguments)};var _emscripten_enum_MxTypeOfLine_Line_TOL_DOT=Module["_emscripten_enum_MxTypeOfLine_Line_TOL_DOT"]=function(){return(_emscripten_enum_MxTypeOfLine_Line_TOL_DOT=Module["_emscripten_enum_MxTypeOfLine_Line_TOL_DOT"]=Module["asm"]["u6a"]).apply(null,arguments)};var _emscripten_enum_MxTypeOfLine_Line_TOL_DOTDASH=Module["_emscripten_enum_MxTypeOfLine_Line_TOL_DOTDASH"]=function(){return(_emscripten_enum_MxTypeOfLine_Line_TOL_DOTDASH=Module["_emscripten_enum_MxTypeOfLine_Line_TOL_DOTDASH"]=Module["asm"]["v6a"]).apply(null,arguments)};var _emscripten_enum_MxTypeOfLine_Line_TOL_USERDEFINED=Module["_emscripten_enum_MxTypeOfLine_Line_TOL_USERDEFINED"]=function(){return(_emscripten_enum_MxTypeOfLine_Line_TOL_USERDEFINED=Module["_emscripten_enum_MxTypeOfLine_Line_TOL_USERDEFINED"]=Module["asm"]["w6a"]).apply(null,arguments)};var _emscripten_enum_MxTextPath_TextPath_TP_UP=Module["_emscripten_enum_MxTextPath_TextPath_TP_UP"]=function(){return(_emscripten_enum_MxTextPath_TextPath_TP_UP=Module["_emscripten_enum_MxTextPath_TextPath_TP_UP"]=Module["asm"]["x6a"]).apply(null,arguments)};var _emscripten_enum_MxTextPath_TextPath_TP_DOWN=Module["_emscripten_enum_MxTextPath_TextPath_TP_DOWN"]=function(){return(_emscripten_enum_MxTextPath_TextPath_TP_DOWN=Module["_emscripten_enum_MxTextPath_TextPath_TP_DOWN"]=Module["asm"]["y6a"]).apply(null,arguments)};var _emscripten_enum_MxTextPath_TextPath_TP_LEFT=Module["_emscripten_enum_MxTextPath_TextPath_TP_LEFT"]=function(){return(_emscripten_enum_MxTextPath_TextPath_TP_LEFT=Module["_emscripten_enum_MxTextPath_TextPath_TP_LEFT"]=Module["asm"]["z6a"]).apply(null,arguments)};var _emscripten_enum_MxTextPath_TextPath_TP_RIGHT=Module["_emscripten_enum_MxTextPath_TextPath_TP_RIGHT"]=function(){return(_emscripten_enum_MxTextPath_TextPath_TP_RIGHT=Module["_emscripten_enum_MxTextPath_TextPath_TP_RIGHT"]=Module["asm"]["A6a"]).apply(null,arguments)};var _emscripten_enum_MxDimensionArrowOrientation_DimensionArrowOrientation_DAO_Internal=Module["_emscripten_enum_MxDimensionArrowOrientation_DimensionArrowOrientation_DAO_Internal"]=function(){return(_emscripten_enum_MxDimensionArrowOrientation_DimensionArrowOrientation_DAO_Internal=Module["_emscripten_enum_MxDimensionArrowOrientation_DimensionArrowOrientation_DAO_Internal"]=Module["asm"]["B6a"]).apply(null,arguments)};var _emscripten_enum_MxDimensionArrowOrientation_DimensionArrowOrientation_DAO_External=Module["_emscripten_enum_MxDimensionArrowOrientation_DimensionArrowOrientation_DAO_External"]=function(){return(_emscripten_enum_MxDimensionArrowOrientation_DimensionArrowOrientation_DAO_External=Module["_emscripten_enum_MxDimensionArrowOrientation_DimensionArrowOrientation_DAO_External"]=Module["asm"]["C6a"]).apply(null,arguments)};var _emscripten_enum_MxDimensionArrowOrientation_DimensionArrowOrientation_DAO_Fit=Module["_emscripten_enum_MxDimensionArrowOrientation_DimensionArrowOrientation_DAO_Fit"]=function(){return(_emscripten_enum_MxDimensionArrowOrientation_DimensionArrowOrientation_DAO_Fit=Module["_emscripten_enum_MxDimensionArrowOrientation_DimensionArrowOrientation_DAO_Fit"]=Module["asm"]["D6a"]).apply(null,arguments)};var _emscripten_enum_MxDimensionTextVerticalPosition_DimensionTextVerticalPosition_DTVP_Above=Module["_emscripten_enum_MxDimensionTextVerticalPosition_DimensionTextVerticalPosition_DTVP_Above"]=function(){return(_emscripten_enum_MxDimensionTextVerticalPosition_DimensionTextVerticalPosition_DTVP_Above=Module["_emscripten_enum_MxDimensionTextVerticalPosition_DimensionTextVerticalPosition_DTVP_Above"]=Module["asm"]["E6a"]).apply(null,arguments)};var _emscripten_enum_MxDimensionTextVerticalPosition_DimensionTextVerticalPosition_DTVP_Below=Module["_emscripten_enum_MxDimensionTextVerticalPosition_DimensionTextVerticalPosition_DTVP_Below"]=function(){return(_emscripten_enum_MxDimensionTextVerticalPosition_DimensionTextVerticalPosition_DTVP_Below=Module["_emscripten_enum_MxDimensionTextVerticalPosition_DimensionTextVerticalPosition_DTVP_Below"]=Module["asm"]["F6a"]).apply(null,arguments)};var _emscripten_enum_MxDimensionTextVerticalPosition_DimensionTextVerticalPosition_DTVP_Center=Module["_emscripten_enum_MxDimensionTextVerticalPosition_DimensionTextVerticalPosition_DTVP_Center"]=function(){return(_emscripten_enum_MxDimensionTextVerticalPosition_DimensionTextVerticalPosition_DTVP_Center=Module["_emscripten_enum_MxDimensionTextVerticalPosition_DimensionTextVerticalPosition_DTVP_Center"]=Module["asm"]["G6a"]).apply(null,arguments)};var _emscripten_enum_MxDimensionTextHorizontalPosition_DimensionTextHorizontalPosition_DTHP_Left=Module["_emscripten_enum_MxDimensionTextHorizontalPosition_DimensionTextHorizontalPosition_DTHP_Left"]=function(){return(_emscripten_enum_MxDimensionTextHorizontalPosition_DimensionTextHorizontalPosition_DTHP_Left=Module["_emscripten_enum_MxDimensionTextHorizontalPosition_DimensionTextHorizontalPosition_DTHP_Left"]=Module["asm"]["H6a"]).apply(null,arguments)};var _emscripten_enum_MxDimensionTextHorizontalPosition_DimensionTextHorizontalPosition_DTHP_Right=Module["_emscripten_enum_MxDimensionTextHorizontalPosition_DimensionTextHorizontalPosition_DTHP_Right"]=function(){return(_emscripten_enum_MxDimensionTextHorizontalPosition_DimensionTextHorizontalPosition_DTHP_Right=Module["_emscripten_enum_MxDimensionTextHorizontalPosition_DimensionTextHorizontalPosition_DTHP_Right"]=Module["asm"]["I6a"]).apply(null,arguments)};var _emscripten_enum_MxDimensionTextHorizontalPosition_DimensionTextHorizontalPosition_DTHP_Center=Module["_emscripten_enum_MxDimensionTextHorizontalPosition_DimensionTextHorizontalPosition_DTHP_Center"]=function(){return(_emscripten_enum_MxDimensionTextHorizontalPosition_DimensionTextHorizontalPosition_DTHP_Center=Module["_emscripten_enum_MxDimensionTextHorizontalPosition_DimensionTextHorizontalPosition_DTHP_Center"]=Module["asm"]["J6a"]).apply(null,arguments)};var _emscripten_enum_MxDimensionTextHorizontalPosition_DimensionTextHorizontalPosition_DTHP_Fit=Module["_emscripten_enum_MxDimensionTextHorizontalPosition_DimensionTextHorizontalPosition_DTHP_Fit"]=function(){return(_emscripten_enum_MxDimensionTextHorizontalPosition_DimensionTextHorizontalPosition_DTHP_Fit=Module["_emscripten_enum_MxDimensionTextHorizontalPosition_DimensionTextHorizontalPosition_DTHP_Fit"]=Module["asm"]["K6a"]).apply(null,arguments)};var _emscripten_enum_MxKindOfDimension_KindOfDimension_KOD_NONE=Module["_emscripten_enum_MxKindOfDimension_KindOfDimension_KOD_NONE"]=function(){return(_emscripten_enum_MxKindOfDimension_KindOfDimension_KOD_NONE=Module["_emscripten_enum_MxKindOfDimension_KindOfDimension_KOD_NONE"]=Module["asm"]["L6a"]).apply(null,arguments)};var _emscripten_enum_MxKindOfDimension_KindOfDimension_KOD_LENGTH=Module["_emscripten_enum_MxKindOfDimension_KindOfDimension_KOD_LENGTH"]=function(){return(_emscripten_enum_MxKindOfDimension_KindOfDimension_KOD_LENGTH=Module["_emscripten_enum_MxKindOfDimension_KindOfDimension_KOD_LENGTH"]=Module["asm"]["M6a"]).apply(null,arguments)};var _emscripten_enum_MxKindOfDimension_KindOfDimension_KOD_PLANEANGLE=Module["_emscripten_enum_MxKindOfDimension_KindOfDimension_KOD_PLANEANGLE"]=function(){return(_emscripten_enum_MxKindOfDimension_KindOfDimension_KOD_PLANEANGLE=Module["_emscripten_enum_MxKindOfDimension_KindOfDimension_KOD_PLANEANGLE"]=Module["asm"]["N6a"]).apply(null,arguments)};var _emscripten_enum_MxKindOfDimension_KindOfDimension_KOD_SOLIDANGLE=Module["_emscripten_enum_MxKindOfDimension_KindOfDimension_KOD_SOLIDANGLE"]=function(){return(_emscripten_enum_MxKindOfDimension_KindOfDimension_KOD_SOLIDANGLE=Module["_emscripten_enum_MxKindOfDimension_KindOfDimension_KOD_SOLIDANGLE"]=Module["asm"]["O6a"]).apply(null,arguments)};var _emscripten_enum_MxKindOfDimension_KindOfDimension_KOD_AREA=Module["_emscripten_enum_MxKindOfDimension_KindOfDimension_KOD_AREA"]=function(){return(_emscripten_enum_MxKindOfDimension_KindOfDimension_KOD_AREA=Module["_emscripten_enum_MxKindOfDimension_KindOfDimension_KOD_AREA"]=Module["asm"]["P6a"]).apply(null,arguments)};var _emscripten_enum_MxKindOfDimension_KindOfDimension_KOD_VOLUME=Module["_emscripten_enum_MxKindOfDimension_KindOfDimension_KOD_VOLUME"]=function(){return(_emscripten_enum_MxKindOfDimension_KindOfDimension_KOD_VOLUME=Module["_emscripten_enum_MxKindOfDimension_KindOfDimension_KOD_VOLUME"]=Module["asm"]["Q6a"]).apply(null,arguments)};var _emscripten_enum_MxKindOfDimension_KindOfDimension_KOD_MASS=Module["_emscripten_enum_MxKindOfDimension_KindOfDimension_KOD_MASS"]=function(){return(_emscripten_enum_MxKindOfDimension_KindOfDimension_KOD_MASS=Module["_emscripten_enum_MxKindOfDimension_KindOfDimension_KOD_MASS"]=Module["asm"]["R6a"]).apply(null,arguments)};var _emscripten_enum_MxKindOfDimension_KindOfDimension_KOD_TIME=Module["_emscripten_enum_MxKindOfDimension_KindOfDimension_KOD_TIME"]=function(){return(_emscripten_enum_MxKindOfDimension_KindOfDimension_KOD_TIME=Module["_emscripten_enum_MxKindOfDimension_KindOfDimension_KOD_TIME"]=Module["asm"]["S6a"]).apply(null,arguments)};var _emscripten_enum_MxKindOfDimension_KindOfDimension_KOD_RADIUS=Module["_emscripten_enum_MxKindOfDimension_KindOfDimension_KOD_RADIUS"]=function(){return(_emscripten_enum_MxKindOfDimension_KindOfDimension_KOD_RADIUS=Module["_emscripten_enum_MxKindOfDimension_KindOfDimension_KOD_RADIUS"]=Module["asm"]["T6a"]).apply(null,arguments)};var _emscripten_enum_MxKindOfDimension_KindOfDimension_KOD_DIAMETER=Module["_emscripten_enum_MxKindOfDimension_KindOfDimension_KOD_DIAMETER"]=function(){return(_emscripten_enum_MxKindOfDimension_KindOfDimension_KOD_DIAMETER=Module["_emscripten_enum_MxKindOfDimension_KindOfDimension_KOD_DIAMETER"]=Module["asm"]["U6a"]).apply(null,arguments)};var _emscripten_enum_MxKindOfDimension_KindOfDimension_KOD_CHAMF2D=Module["_emscripten_enum_MxKindOfDimension_KindOfDimension_KOD_CHAMF2D"]=function(){return(_emscripten_enum_MxKindOfDimension_KindOfDimension_KOD_CHAMF2D=Module["_emscripten_enum_MxKindOfDimension_KindOfDimension_KOD_CHAMF2D"]=Module["asm"]["V6a"]).apply(null,arguments)};var _emscripten_enum_MxKindOfDimension_KindOfDimension_KOD_CHAMF3D=Module["_emscripten_enum_MxKindOfDimension_KindOfDimension_KOD_CHAMF3D"]=function(){return(_emscripten_enum_MxKindOfDimension_KindOfDimension_KOD_CHAMF3D=Module["_emscripten_enum_MxKindOfDimension_KindOfDimension_KOD_CHAMF3D"]=Module["asm"]["W6a"]).apply(null,arguments)};var _emscripten_enum_MxKindOfDimension_KindOfDimension_KOD_OFFSET=Module["_emscripten_enum_MxKindOfDimension_KindOfDimension_KOD_OFFSET"]=function(){return(_emscripten_enum_MxKindOfDimension_KindOfDimension_KOD_OFFSET=Module["_emscripten_enum_MxKindOfDimension_KindOfDimension_KOD_OFFSET"]=Module["asm"]["X6a"]).apply(null,arguments)};var _emscripten_enum_MxKindOfDimension_KindOfDimension_KOD_ELLIPSERADIUS=Module["_emscripten_enum_MxKindOfDimension_KindOfDimension_KOD_ELLIPSERADIUS"]=function(){return(_emscripten_enum_MxKindOfDimension_KindOfDimension_KOD_ELLIPSERADIUS=Module["_emscripten_enum_MxKindOfDimension_KindOfDimension_KOD_ELLIPSERADIUS"]=Module["asm"]["Y6a"]).apply(null,arguments)};var _emscripten_enum_MxDocColorType_DocColor_ColorGen=Module["_emscripten_enum_MxDocColorType_DocColor_ColorGen"]=function(){return(_emscripten_enum_MxDocColorType_DocColor_ColorGen=Module["_emscripten_enum_MxDocColorType_DocColor_ColorGen"]=Module["asm"]["Z6a"]).apply(null,arguments)};var _emscripten_enum_MxDocColorType_DocColor_ColorSurf=Module["_emscripten_enum_MxDocColorType_DocColor_ColorSurf"]=function(){return(_emscripten_enum_MxDocColorType_DocColor_ColorSurf=Module["_emscripten_enum_MxDocColorType_DocColor_ColorSurf"]=Module["asm"]["_6a"]).apply(null,arguments)};var _emscripten_enum_MxDocColorType_DocColor_ColorCurv=Module["_emscripten_enum_MxDocColorType_DocColor_ColorCurv"]=function(){return(_emscripten_enum_MxDocColorType_DocColor_ColorCurv=Module["_emscripten_enum_MxDocColorType_DocColor_ColorCurv"]=Module["asm"]["$6a"]).apply(null,arguments)};var _emscripten_enum_MxKindOfInteractive_KindOfInteractive_None=Module["_emscripten_enum_MxKindOfInteractive_KindOfInteractive_None"]=function(){return(_emscripten_enum_MxKindOfInteractive_KindOfInteractive_None=Module["_emscripten_enum_MxKindOfInteractive_KindOfInteractive_None"]=Module["asm"]["a7a"]).apply(null,arguments)};var _emscripten_enum_MxKindOfInteractive_KindOfInteractive_Datum=Module["_emscripten_enum_MxKindOfInteractive_KindOfInteractive_Datum"]=function(){return(_emscripten_enum_MxKindOfInteractive_KindOfInteractive_Datum=Module["_emscripten_enum_MxKindOfInteractive_KindOfInteractive_Datum"]=Module["asm"]["b7a"]).apply(null,arguments)};var _emscripten_enum_MxKindOfInteractive_KindOfInteractive_Shape=Module["_emscripten_enum_MxKindOfInteractive_KindOfInteractive_Shape"]=function(){return(_emscripten_enum_MxKindOfInteractive_KindOfInteractive_Shape=Module["_emscripten_enum_MxKindOfInteractive_KindOfInteractive_Shape"]=Module["asm"]["c7a"]).apply(null,arguments)};var _emscripten_enum_MxKindOfInteractive_KindOfInteractive_Object=Module["_emscripten_enum_MxKindOfInteractive_KindOfInteractive_Object"]=function(){return(_emscripten_enum_MxKindOfInteractive_KindOfInteractive_Object=Module["_emscripten_enum_MxKindOfInteractive_KindOfInteractive_Object"]=Module["asm"]["d7a"]).apply(null,arguments)};var _emscripten_enum_MxKindOfInteractive_KindOfInteractive_Relation=Module["_emscripten_enum_MxKindOfInteractive_KindOfInteractive_Relation"]=function(){return(_emscripten_enum_MxKindOfInteractive_KindOfInteractive_Relation=Module["_emscripten_enum_MxKindOfInteractive_KindOfInteractive_Relation"]=Module["asm"]["e7a"]).apply(null,arguments)};var _emscripten_enum_MxKindOfInteractive_KindOfInteractive_Dimension=Module["_emscripten_enum_MxKindOfInteractive_KindOfInteractive_Dimension"]=function(){return(_emscripten_enum_MxKindOfInteractive_KindOfInteractive_Dimension=Module["_emscripten_enum_MxKindOfInteractive_KindOfInteractive_Dimension"]=Module["asm"]["f7a"]).apply(null,arguments)};var _emscripten_enum_MxKindOfInteractive_KindOfInteractive_LightSource=Module["_emscripten_enum_MxKindOfInteractive_KindOfInteractive_LightSource"]=function(){return(_emscripten_enum_MxKindOfInteractive_KindOfInteractive_LightSource=Module["_emscripten_enum_MxKindOfInteractive_KindOfInteractive_LightSource"]=Module["asm"]["g7a"]).apply(null,arguments)};var _emscripten_enum_MxKindOfInteractive_KOI_None=Module["_emscripten_enum_MxKindOfInteractive_KOI_None"]=function(){return(_emscripten_enum_MxKindOfInteractive_KOI_None=Module["_emscripten_enum_MxKindOfInteractive_KOI_None"]=Module["asm"]["h7a"]).apply(null,arguments)};var _emscripten_enum_MxKindOfInteractive_KOI_Datum=Module["_emscripten_enum_MxKindOfInteractive_KOI_Datum"]=function(){return(_emscripten_enum_MxKindOfInteractive_KOI_Datum=Module["_emscripten_enum_MxKindOfInteractive_KOI_Datum"]=Module["asm"]["i7a"]).apply(null,arguments)};var _emscripten_enum_MxKindOfInteractive_KOI_Shape=Module["_emscripten_enum_MxKindOfInteractive_KOI_Shape"]=function(){return(_emscripten_enum_MxKindOfInteractive_KOI_Shape=Module["_emscripten_enum_MxKindOfInteractive_KOI_Shape"]=Module["asm"]["j7a"]).apply(null,arguments)};var _emscripten_enum_MxKindOfInteractive_KOI_Object=Module["_emscripten_enum_MxKindOfInteractive_KOI_Object"]=function(){return(_emscripten_enum_MxKindOfInteractive_KOI_Object=Module["_emscripten_enum_MxKindOfInteractive_KOI_Object"]=Module["asm"]["k7a"]).apply(null,arguments)};var _emscripten_enum_MxKindOfInteractive_KOI_Relation=Module["_emscripten_enum_MxKindOfInteractive_KOI_Relation"]=function(){return(_emscripten_enum_MxKindOfInteractive_KOI_Relation=Module["_emscripten_enum_MxKindOfInteractive_KOI_Relation"]=Module["asm"]["l7a"]).apply(null,arguments)};var _emscripten_enum_MxKindOfInteractive_KOI_Dimension=Module["_emscripten_enum_MxKindOfInteractive_KOI_Dimension"]=function(){return(_emscripten_enum_MxKindOfInteractive_KOI_Dimension=Module["_emscripten_enum_MxKindOfInteractive_KOI_Dimension"]=Module["asm"]["m7a"]).apply(null,arguments)};var _emscripten_enum_MxPrs3dTypeOfHLR_TOH_NotSet=Module["_emscripten_enum_MxPrs3dTypeOfHLR_TOH_NotSet"]=function(){return(_emscripten_enum_MxPrs3dTypeOfHLR_TOH_NotSet=Module["_emscripten_enum_MxPrs3dTypeOfHLR_TOH_NotSet"]=Module["asm"]["n7a"]).apply(null,arguments)};var _emscripten_enum_MxPrs3dTypeOfHLR_TOH_PolyAlgo=Module["_emscripten_enum_MxPrs3dTypeOfHLR_TOH_PolyAlgo"]=function(){return(_emscripten_enum_MxPrs3dTypeOfHLR_TOH_PolyAlgo=Module["_emscripten_enum_MxPrs3dTypeOfHLR_TOH_PolyAlgo"]=Module["asm"]["o7a"]).apply(null,arguments)};var _emscripten_enum_MxPrs3dTypeOfHLR_TOH_Algo=Module["_emscripten_enum_MxPrs3dTypeOfHLR_TOH_Algo"]=function(){return(_emscripten_enum_MxPrs3dTypeOfHLR_TOH_Algo=Module["_emscripten_enum_MxPrs3dTypeOfHLR_TOH_Algo"]=Module["asm"]["p7a"]).apply(null,arguments)};var _emscripten_enum_MxDisplayStatus_DisplayStatus_Displayed=Module["_emscripten_enum_MxDisplayStatus_DisplayStatus_Displayed"]=function(){return(_emscripten_enum_MxDisplayStatus_DisplayStatus_Displayed=Module["_emscripten_enum_MxDisplayStatus_DisplayStatus_Displayed"]=Module["asm"]["q7a"]).apply(null,arguments)};var _emscripten_enum_MxDisplayStatus_DisplayStatus_Erased=Module["_emscripten_enum_MxDisplayStatus_DisplayStatus_Erased"]=function(){return(_emscripten_enum_MxDisplayStatus_DisplayStatus_Erased=Module["_emscripten_enum_MxDisplayStatus_DisplayStatus_Erased"]=Module["asm"]["r7a"]).apply(null,arguments)};var _emscripten_enum_MxDisplayStatus_DisplayStatus_None=Module["_emscripten_enum_MxDisplayStatus_DisplayStatus_None"]=function(){return(_emscripten_enum_MxDisplayStatus_DisplayStatus_None=Module["_emscripten_enum_MxDisplayStatus_DisplayStatus_None"]=Module["asm"]["s7a"]).apply(null,arguments)};var _emscripten_enum_MxDisplayStatus_DS_Displayed=Module["_emscripten_enum_MxDisplayStatus_DS_Displayed"]=function(){return(_emscripten_enum_MxDisplayStatus_DS_Displayed=Module["_emscripten_enum_MxDisplayStatus_DS_Displayed"]=Module["asm"]["t7a"]).apply(null,arguments)};var _emscripten_enum_MxDisplayStatus_DS_Erased=Module["_emscripten_enum_MxDisplayStatus_DS_Erased"]=function(){return(_emscripten_enum_MxDisplayStatus_DS_Erased=Module["_emscripten_enum_MxDisplayStatus_DS_Erased"]=Module["asm"]["u7a"]).apply(null,arguments)};var _emscripten_enum_MxDisplayStatus_DS_None=Module["_emscripten_enum_MxDisplayStatus_DS_None"]=function(){return(_emscripten_enum_MxDisplayStatus_DS_None=Module["_emscripten_enum_MxDisplayStatus_DS_None"]=Module["asm"]["v7a"]).apply(null,arguments)};var _emscripten_enum_MxGlobalDisplayMode_DisplayMode_Wireframe=Module["_emscripten_enum_MxGlobalDisplayMode_DisplayMode_Wireframe"]=function(){return(_emscripten_enum_MxGlobalDisplayMode_DisplayMode_Wireframe=Module["_emscripten_enum_MxGlobalDisplayMode_DisplayMode_Wireframe"]=Module["asm"]["w7a"]).apply(null,arguments)};var _emscripten_enum_MxGlobalDisplayMode_DisplayMode_HiddenLineRemoval=Module["_emscripten_enum_MxGlobalDisplayMode_DisplayMode_HiddenLineRemoval"]=function(){return(_emscripten_enum_MxGlobalDisplayMode_DisplayMode_HiddenLineRemoval=Module["_emscripten_enum_MxGlobalDisplayMode_DisplayMode_HiddenLineRemoval"]=Module["asm"]["x7a"]).apply(null,arguments)};var _emscripten_enum_MxGlobalDisplayMode_DisplayMode_Shaded=Module["_emscripten_enum_MxGlobalDisplayMode_DisplayMode_Shaded"]=function(){return(_emscripten_enum_MxGlobalDisplayMode_DisplayMode_Shaded=Module["_emscripten_enum_MxGlobalDisplayMode_DisplayMode_Shaded"]=Module["asm"]["y7a"]).apply(null,arguments)};var _emscripten_enum_MxGlobalDisplayMode_DisplayMode_ShadedWithFaceBoundary=Module["_emscripten_enum_MxGlobalDisplayMode_DisplayMode_ShadedWithFaceBoundary"]=function(){return(_emscripten_enum_MxGlobalDisplayMode_DisplayMode_ShadedWithFaceBoundary=Module["_emscripten_enum_MxGlobalDisplayMode_DisplayMode_ShadedWithFaceBoundary"]=Module["asm"]["z7a"]).apply(null,arguments)};var _emscripten_enum_MxGlobalDisplayMode_DisplayMode_Transparency=Module["_emscripten_enum_MxGlobalDisplayMode_DisplayMode_Transparency"]=function(){return(_emscripten_enum_MxGlobalDisplayMode_DisplayMode_Transparency=Module["_emscripten_enum_MxGlobalDisplayMode_DisplayMode_Transparency"]=Module["asm"]["A7a"]).apply(null,arguments)};var _emscripten_enum_MxGradientFillMethod_GradientFillMethod_None=Module["_emscripten_enum_MxGradientFillMethod_GradientFillMethod_None"]=function(){return(_emscripten_enum_MxGradientFillMethod_GradientFillMethod_None=Module["_emscripten_enum_MxGradientFillMethod_GradientFillMethod_None"]=Module["asm"]["B7a"]).apply(null,arguments)};var _emscripten_enum_MxGradientFillMethod_GradientFillMethod_Horizontal=Module["_emscripten_enum_MxGradientFillMethod_GradientFillMethod_Horizontal"]=function(){return(_emscripten_enum_MxGradientFillMethod_GradientFillMethod_Horizontal=Module["_emscripten_enum_MxGradientFillMethod_GradientFillMethod_Horizontal"]=Module["asm"]["C7a"]).apply(null,arguments)};var _emscripten_enum_MxGradientFillMethod_GradientFillMethod_Vertical=Module["_emscripten_enum_MxGradientFillMethod_GradientFillMethod_Vertical"]=function(){return(_emscripten_enum_MxGradientFillMethod_GradientFillMethod_Vertical=Module["_emscripten_enum_MxGradientFillMethod_GradientFillMethod_Vertical"]=Module["asm"]["D7a"]).apply(null,arguments)};var _emscripten_enum_MxGradientFillMethod_GradientFillMethod_Diagonal1=Module["_emscripten_enum_MxGradientFillMethod_GradientFillMethod_Diagonal1"]=function(){return(_emscripten_enum_MxGradientFillMethod_GradientFillMethod_Diagonal1=Module["_emscripten_enum_MxGradientFillMethod_GradientFillMethod_Diagonal1"]=Module["asm"]["E7a"]).apply(null,arguments)};var _emscripten_enum_MxGradientFillMethod_GradientFillMethod_Diagonal2=Module["_emscripten_enum_MxGradientFillMethod_GradientFillMethod_Diagonal2"]=function(){return(_emscripten_enum_MxGradientFillMethod_GradientFillMethod_Diagonal2=Module["_emscripten_enum_MxGradientFillMethod_GradientFillMethod_Diagonal2"]=Module["asm"]["F7a"]).apply(null,arguments)};var _emscripten_enum_MxGradientFillMethod_GradientFillMethod_Corner1=Module["_emscripten_enum_MxGradientFillMethod_GradientFillMethod_Corner1"]=function(){return(_emscripten_enum_MxGradientFillMethod_GradientFillMethod_Corner1=Module["_emscripten_enum_MxGradientFillMethod_GradientFillMethod_Corner1"]=Module["asm"]["G7a"]).apply(null,arguments)};var _emscripten_enum_MxGradientFillMethod_GradientFillMethod_Corner2=Module["_emscripten_enum_MxGradientFillMethod_GradientFillMethod_Corner2"]=function(){return(_emscripten_enum_MxGradientFillMethod_GradientFillMethod_Corner2=Module["_emscripten_enum_MxGradientFillMethod_GradientFillMethod_Corner2"]=Module["asm"]["H7a"]).apply(null,arguments)};var _emscripten_enum_MxGradientFillMethod_GradientFillMethod_Corner3=Module["_emscripten_enum_MxGradientFillMethod_GradientFillMethod_Corner3"]=function(){return(_emscripten_enum_MxGradientFillMethod_GradientFillMethod_Corner3=Module["_emscripten_enum_MxGradientFillMethod_GradientFillMethod_Corner3"]=Module["asm"]["I7a"]).apply(null,arguments)};var _emscripten_enum_MxGradientFillMethod_GradientFillMethod_Corner4=Module["_emscripten_enum_MxGradientFillMethod_GradientFillMethod_Corner4"]=function(){return(_emscripten_enum_MxGradientFillMethod_GradientFillMethod_Corner4=Module["_emscripten_enum_MxGradientFillMethod_GradientFillMethod_Corner4"]=Module["asm"]["J7a"]).apply(null,arguments)};var _emscripten_enum_MxGradientFillMethod_GradientFillMethod_Elliptical=Module["_emscripten_enum_MxGradientFillMethod_GradientFillMethod_Elliptical"]=function(){return(_emscripten_enum_MxGradientFillMethod_GradientFillMethod_Elliptical=Module["_emscripten_enum_MxGradientFillMethod_GradientFillMethod_Elliptical"]=Module["asm"]["K7a"]).apply(null,arguments)};var _emscripten_enum_MxFormat_Format_Unknown=Module["_emscripten_enum_MxFormat_Format_Unknown"]=function(){return(_emscripten_enum_MxFormat_Format_Unknown=Module["_emscripten_enum_MxFormat_Format_Unknown"]=Module["asm"]["L7a"]).apply(null,arguments)};var _emscripten_enum_MxFormat_Format_Image=Module["_emscripten_enum_MxFormat_Format_Image"]=function(){return(_emscripten_enum_MxFormat_Format_Image=Module["_emscripten_enum_MxFormat_Format_Image"]=Module["asm"]["M7a"]).apply(null,arguments)};var _emscripten_enum_MxFormat_Format_3DS=Module["_emscripten_enum_MxFormat_Format_3DS"]=function(){return(_emscripten_enum_MxFormat_Format_3DS=Module["_emscripten_enum_MxFormat_Format_3DS"]=Module["asm"]["N7a"]).apply(null,arguments)};var _emscripten_enum_MxFormat_Format_3MF=Module["_emscripten_enum_MxFormat_Format_3MF"]=function(){return(_emscripten_enum_MxFormat_Format_3MF=Module["_emscripten_enum_MxFormat_Format_3MF"]=Module["asm"]["O7a"]).apply(null,arguments)};var _emscripten_enum_MxFormat_Format_AMF=Module["_emscripten_enum_MxFormat_Format_AMF"]=function(){return(_emscripten_enum_MxFormat_Format_AMF=Module["_emscripten_enum_MxFormat_Format_AMF"]=Module["asm"]["P7a"]).apply(null,arguments)};var _emscripten_enum_MxFormat_Format_COLLADA=Module["_emscripten_enum_MxFormat_Format_COLLADA"]=function(){return(_emscripten_enum_MxFormat_Format_COLLADA=Module["_emscripten_enum_MxFormat_Format_COLLADA"]=Module["asm"]["Q7a"]).apply(null,arguments)};var _emscripten_enum_MxFormat_Format_DXF=Module["_emscripten_enum_MxFormat_Format_DXF"]=function(){return(_emscripten_enum_MxFormat_Format_DXF=Module["_emscripten_enum_MxFormat_Format_DXF"]=Module["asm"]["R7a"]).apply(null,arguments)};var _emscripten_enum_MxFormat_Format_FBX=Module["_emscripten_enum_MxFormat_Format_FBX"]=function(){return(_emscripten_enum_MxFormat_Format_FBX=Module["_emscripten_enum_MxFormat_Format_FBX"]=Module["asm"]["S7a"]).apply(null,arguments)};var _emscripten_enum_MxFormat_Format_GLTF=Module["_emscripten_enum_MxFormat_Format_GLTF"]=function(){return(_emscripten_enum_MxFormat_Format_GLTF=Module["_emscripten_enum_MxFormat_Format_GLTF"]=Module["asm"]["T7a"]).apply(null,arguments)};var _emscripten_enum_MxFormat_Format_IGES=Module["_emscripten_enum_MxFormat_Format_IGES"]=function(){return(_emscripten_enum_MxFormat_Format_IGES=Module["_emscripten_enum_MxFormat_Format_IGES"]=Module["asm"]["U7a"]).apply(null,arguments)};var _emscripten_enum_MxFormat_Format_OBJ=Module["_emscripten_enum_MxFormat_Format_OBJ"]=function(){return(_emscripten_enum_MxFormat_Format_OBJ=Module["_emscripten_enum_MxFormat_Format_OBJ"]=Module["asm"]["V7a"]).apply(null,arguments)};var _emscripten_enum_MxFormat_Format_OCCBREP=Module["_emscripten_enum_MxFormat_Format_OCCBREP"]=function(){return(_emscripten_enum_MxFormat_Format_OCCBREP=Module["_emscripten_enum_MxFormat_Format_OCCBREP"]=Module["asm"]["W7a"]).apply(null,arguments)};var _emscripten_enum_MxFormat_Format_OFF=Module["_emscripten_enum_MxFormat_Format_OFF"]=function(){return(_emscripten_enum_MxFormat_Format_OFF=Module["_emscripten_enum_MxFormat_Format_OFF"]=Module["asm"]["X7a"]).apply(null,arguments)};var _emscripten_enum_MxFormat_Format_PLY=Module["_emscripten_enum_MxFormat_Format_PLY"]=function(){return(_emscripten_enum_MxFormat_Format_PLY=Module["_emscripten_enum_MxFormat_Format_PLY"]=Module["asm"]["Y7a"]).apply(null,arguments)};var _emscripten_enum_MxFormat_Format_STEP=Module["_emscripten_enum_MxFormat_Format_STEP"]=function(){return(_emscripten_enum_MxFormat_Format_STEP=Module["_emscripten_enum_MxFormat_Format_STEP"]=Module["asm"]["Z7a"]).apply(null,arguments)};var _emscripten_enum_MxFormat_Format_STL=Module["_emscripten_enum_MxFormat_Format_STL"]=function(){return(_emscripten_enum_MxFormat_Format_STL=Module["_emscripten_enum_MxFormat_Format_STL"]=Module["asm"]["_7a"]).apply(null,arguments)};var _emscripten_enum_MxFormat_Format_VRML=Module["_emscripten_enum_MxFormat_Format_VRML"]=function(){return(_emscripten_enum_MxFormat_Format_VRML=Module["_emscripten_enum_MxFormat_Format_VRML"]=Module["asm"]["$7a"]).apply(null,arguments)};var _emscripten_enum_MxFormat_Format_X3D=Module["_emscripten_enum_MxFormat_Format_X3D"]=function(){return(_emscripten_enum_MxFormat_Format_X3D=Module["_emscripten_enum_MxFormat_Format_X3D"]=Module["asm"]["a8a"]).apply(null,arguments)};var _emscripten_enum_MxFormat_Format_Blender=Module["_emscripten_enum_MxFormat_Format_Blender"]=function(){return(_emscripten_enum_MxFormat_Format_Blender=Module["_emscripten_enum_MxFormat_Format_Blender"]=Module["asm"]["b8a"]).apply(null,arguments)};var _emscripten_enum_MxQuantAspect_Quant_Length=Module["_emscripten_enum_MxQuantAspect_Quant_Length"]=function(){return(_emscripten_enum_MxQuantAspect_Quant_Length=Module["_emscripten_enum_MxQuantAspect_Quant_Length"]=Module["asm"]["c8a"]).apply(null,arguments)};var _emscripten_enum_MxQuantAspect_Quant_Area=Module["_emscripten_enum_MxQuantAspect_Quant_Area"]=function(){return(_emscripten_enum_MxQuantAspect_Quant_Area=Module["_emscripten_enum_MxQuantAspect_Quant_Area"]=Module["asm"]["d8a"]).apply(null,arguments)};var _emscripten_enum_MxQuantAspect_Quant_Volume=Module["_emscripten_enum_MxQuantAspect_Quant_Volume"]=function(){return(_emscripten_enum_MxQuantAspect_Quant_Volume=Module["_emscripten_enum_MxQuantAspect_Quant_Volume"]=Module["asm"]["e8a"]).apply(null,arguments)};var _emscripten_enum_MxOrientation_Orientation_FORWARD=Module["_emscripten_enum_MxOrientation_Orientation_FORWARD"]=function(){return(_emscripten_enum_MxOrientation_Orientation_FORWARD=Module["_emscripten_enum_MxOrientation_Orientation_FORWARD"]=Module["asm"]["f8a"]).apply(null,arguments)};var _emscripten_enum_MxOrientation_Orientation_REVERSED=Module["_emscripten_enum_MxOrientation_Orientation_REVERSED"]=function(){return(_emscripten_enum_MxOrientation_Orientation_REVERSED=Module["_emscripten_enum_MxOrientation_Orientation_REVERSED"]=Module["asm"]["g8a"]).apply(null,arguments)};var _emscripten_enum_MxOrientation_Orientation_INTERNAL=Module["_emscripten_enum_MxOrientation_Orientation_INTERNAL"]=function(){return(_emscripten_enum_MxOrientation_Orientation_INTERNAL=Module["_emscripten_enum_MxOrientation_Orientation_INTERNAL"]=Module["asm"]["h8a"]).apply(null,arguments)};var _emscripten_enum_MxOrientation_Orientation_EXTERNAL=Module["_emscripten_enum_MxOrientation_Orientation_EXTERNAL"]=function(){return(_emscripten_enum_MxOrientation_Orientation_EXTERNAL=Module["_emscripten_enum_MxOrientation_Orientation_EXTERNAL"]=Module["asm"]["i8a"]).apply(null,arguments)};var _emscripten_enum_MxTransitionMode_Mx_Transformed=Module["_emscripten_enum_MxTransitionMode_Mx_Transformed"]=function(){return(_emscripten_enum_MxTransitionMode_Mx_Transformed=Module["_emscripten_enum_MxTransitionMode_Mx_Transformed"]=Module["asm"]["j8a"]).apply(null,arguments)};var _emscripten_enum_MxTransitionMode_Mx_RightCorner=Module["_emscripten_enum_MxTransitionMode_Mx_RightCorner"]=function(){return(_emscripten_enum_MxTransitionMode_Mx_RightCorner=Module["_emscripten_enum_MxTransitionMode_Mx_RightCorner"]=Module["asm"]["k8a"]).apply(null,arguments)};var _emscripten_enum_MxTransitionMode_Mx_RoundCorner=Module["_emscripten_enum_MxTransitionMode_Mx_RoundCorner"]=function(){return(_emscripten_enum_MxTransitionMode_Mx_RoundCorner=Module["_emscripten_enum_MxTransitionMode_Mx_RoundCorner"]=Module["asm"]["l8a"]).apply(null,arguments)};var ___cxa_free_exception=function(){return(___cxa_free_exception=Module["asm"]["__cxa_free_exception"]).apply(null,arguments)};var ___errno_location=function(){return(___errno_location=Module["asm"]["n8a"]).apply(null,arguments)};var _free=Module["_free"]=function(){return(_free=Module["_free"]=Module["asm"]["o8a"]).apply(null,arguments)};var _malloc=Module["_malloc"]=function(){return(_malloc=Module["_malloc"]=Module["asm"]["p8a"]).apply(null,arguments)};var setTempRet0=function(){return(setTempRet0=Module["asm"]["q8a"]).apply(null,arguments)};var _saveSetjmp=function(){return(_saveSetjmp=Module["asm"]["saveSetjmp"]).apply(null,arguments)};var ___getTypeName=Module["___getTypeName"]=function(){return(___getTypeName=Module["___getTypeName"]=Module["asm"]["r8a"]).apply(null,arguments)};var __embind_initialize_bindings=Module["__embind_initialize_bindings"]=function(){return(__embind_initialize_bindings=Module["__embind_initialize_bindings"]=Module["asm"]["s8a"]).apply(null,arguments)};var ___dl_seterr=function(){return(___dl_seterr=Module["asm"]["__dl_seterr"]).apply(null,arguments)};var _htons=function(){return(_htons=Module["asm"]["t8a"]).apply(null,arguments)};var _emscripten_builtin_memalign=function(){return(_emscripten_builtin_memalign=Module["asm"]["u8a"]).apply(null,arguments)};var _setThrew=function(){return(_setThrew=Module["asm"]["v8a"]).apply(null,arguments)};var stackSave=function(){return(stackSave=Module["asm"]["w8a"]).apply(null,arguments)};var stackRestore=function(){return(stackRestore=Module["asm"]["x8a"]).apply(null,arguments)};var stackAlloc=function(){return(stackAlloc=Module["asm"]["y8a"]).apply(null,arguments)};var ___cxa_decrement_exception_refcount=function(){return(___cxa_decrement_exception_refcount=Module["asm"]["z8a"]).apply(null,arguments)};var ___cxa_increment_exception_refcount=function(){return(___cxa_increment_exception_refcount=Module["asm"]["A8a"]).apply(null,arguments)};var ___cxa_can_catch=function(){return(___cxa_can_catch=Module["asm"]["B8a"]).apply(null,arguments)};var ___cxa_is_pointer_type=function(){return(___cxa_is_pointer_type=Module["asm"]["C8a"]).apply(null,arguments)};var dynCall_vj=Module["dynCall_vj"]=function(){return(dynCall_vj=Module["dynCall_vj"]=Module["asm"]["D8a"]).apply(null,arguments)};var dynCall_iiji=Module["dynCall_iiji"]=function(){return(dynCall_iiji=Module["dynCall_iiji"]=Module["asm"]["E8a"]).apply(null,arguments)};var dynCall_iiijj=Module["dynCall_iiijj"]=function(){return(dynCall_iiijj=Module["dynCall_iiijj"]=Module["asm"]["F8a"]).apply(null,arguments)};var dynCall_viiiij=Module["dynCall_viiiij"]=function(){return(dynCall_viiiij=Module["dynCall_viiiij"]=Module["asm"]["G8a"]).apply(null,arguments)};var dynCall_iij=Module["dynCall_iij"]=function(){return(dynCall_iij=Module["dynCall_iij"]=Module["asm"]["H8a"]).apply(null,arguments)};var dynCall_jii=Module["dynCall_jii"]=function(){return(dynCall_jii=Module["dynCall_jii"]=Module["asm"]["I8a"]).apply(null,arguments)};var dynCall_iiiji=Module["dynCall_iiiji"]=function(){return(dynCall_iiiji=Module["dynCall_iiiji"]=Module["asm"]["J8a"]).apply(null,arguments)};var dynCall_viiiiji=Module["dynCall_viiiiji"]=function(){return(dynCall_viiiiji=Module["dynCall_viiiiji"]=Module["asm"]["K8a"]).apply(null,arguments)};var dynCall_viijii=Module["dynCall_viijii"]=function(){return(dynCall_viijii=Module["dynCall_viijii"]=Module["asm"]["L8a"]).apply(null,arguments)};var dynCall_viiijj=Module["dynCall_viiijj"]=function(){return(dynCall_viiijj=Module["dynCall_viiijj"]=Module["asm"]["M8a"]).apply(null,arguments)};var dynCall_viji=Module["dynCall_viji"]=function(){return(dynCall_viji=Module["dynCall_viji"]=Module["asm"]["N8a"]).apply(null,arguments)};var dynCall_vijii=Module["dynCall_vijii"]=function(){return(dynCall_vijii=Module["dynCall_vijii"]=Module["asm"]["O8a"]).apply(null,arguments)};var dynCall_jiji=Module["dynCall_jiji"]=function(){return(dynCall_jiji=Module["dynCall_jiji"]=Module["asm"]["P8a"]).apply(null,arguments)};var dynCall_j=Module["dynCall_j"]=function(){return(dynCall_j=Module["dynCall_j"]=Module["asm"]["Q8a"]).apply(null,arguments)};var dynCall_iiiiij=Module["dynCall_iiiiij"]=function(){return(dynCall_iiiiij=Module["dynCall_iiiiij"]=Module["asm"]["R8a"]).apply(null,arguments)};var dynCall_jiiii=Module["dynCall_jiiii"]=function(){return(dynCall_jiiii=Module["dynCall_jiiii"]=Module["asm"]["S8a"]).apply(null,arguments)};var dynCall_iiiiijj=Module["dynCall_iiiiijj"]=function(){return(dynCall_iiiiijj=Module["dynCall_iiiiijj"]=Module["asm"]["T8a"]).apply(null,arguments)};var dynCall_iiiiiijj=Module["dynCall_iiiiiijj"]=function(){return(dynCall_iiiiiijj=Module["dynCall_iiiiiijj"]=Module["asm"]["U8a"]).apply(null,arguments)};var ___start_em_js=Module["___start_em_js"]=4433436;var ___stop_em_js=Module["___stop_em_js"]=4433755;function invoke_ii(index,a1){var sp=stackSave();try{return getWasmTableEntry(index)(a1)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iii(index,a1,a2){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiddd(index,a1,a2,a3,a4){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiii(index,a1,a2,a3){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiii(index,a1,a2,a3,a4){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiddddddddd(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiid(index,a1,a2,a3){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iidddd(index,a1,a2,a3,a4,a5){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiidi(index,a1,a2,a3,a4){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiifi(index,a1,a2,a3,a4){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiddd(index,a1,a2,a3,a4,a5){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiidd(index,a1,a2,a3,a4){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiii(index,a1,a2,a3,a4,a5){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiidddd(index,a1,a2,a3,a4,a5,a6){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiddddddd(index,a1,a2,a3,a4,a5,a6,a7,a8){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiddddddd(index,a1,a2,a3,a4,a5,a6,a7,a8,a9){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiiii(index,a1,a2,a3,a4,a5,a6){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iidiiii(index,a1,a2,a3,a4,a5,a6){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiid(index,a1,a2,a3,a4){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiid(index,a1,a2,a3,a4,a5){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiiid(index,a1,a2,a3,a4,a5,a6){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiidi(index,a1,a2,a3,a4,a5){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iidddi(index,a1,a2,a3,a4,a5){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iidd(index,a1,a2,a3){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiddddd(index,a1,a2,a3,a4,a5,a6,a7){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_i(index){var sp=stackSave();try{return getWasmTableEntry(index)()}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_vi(index,a1){var sp=stackSave();try{getWasmTableEntry(index)(a1)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viii(index,a1,a2,a3){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiiii(index,a1,a2,a3,a4,a5,a6){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiii(index,a1,a2,a3,a4){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_vii(index,a1,a2){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viidi(index,a1,a2,a3,a4){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiddii(index,a1,a2,a3,a4,a5,a6){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_vidddddd(index,a1,a2,a3,a4,a5,a6,a7){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_vid(index,a1,a2){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_v(index){var sp=stackSave();try{getWasmTableEntry(index)()}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viidid(index,a1,a2,a3,a4,a5){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viidd(index,a1,a2,a3,a4){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_di(index,a1){var sp=stackSave();try{return getWasmTableEntry(index)(a1)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iid(index,a1,a2){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiii(index,a1,a2,a3,a4,a5){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viid(index,a1,a2,a3){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_dii(index,a1,a2){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_did(index,a1,a2){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiiiii(index,a1,a2,a3,a4,a5,a6,a7){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viidii(index,a1,a2,a3,a4,a5){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viidiii(index,a1,a2,a3,a4,a5,a6){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiddiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiddiiii(index,a1,a2,a3,a4,a5,a6,a7,a8){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiddiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_vidii(index,a1,a2,a3,a4){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiiiid(index,a1,a2,a3,a4,a5,a6,a7){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiidddiid(index,a1,a2,a3,a4,a5,a6,a7,a8){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viddd(index,a1,a2,a3,a4){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iif(index,a1,a2){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiiddi(index,a1,a2,a3,a4,a5,a6,a7){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiidddddd(index,a1,a2,a3,a4,a5,a6,a7,a8,a9){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiddd(index,a1,a2,a3,a4,a5){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiidii(index,a1,a2,a3,a4,a5){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiid(index,a1,a2,a3,a4){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_vidi(index,a1,a2,a3){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiddddi(index,a1,a2,a3,a4,a5,a6,a7){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iidii(index,a1,a2,a3,a4){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viddii(index,a1,a2,a3,a4,a5){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_vif(index,a1,a2){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_d(index){var sp=stackSave();try{return getWasmTableEntry(index)()}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iidddii(index,a1,a2,a3,a4,a5,a6){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiddii(index,a1,a2,a3,a4,a5){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiiiii(index,a1,a2,a3,a4,a5,a6,a7){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiddii(index,a1,a2,a3,a4,a5,a6){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiidd(index,a1,a2,a3,a4,a5,a6){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiidddddd(index,a1,a2,a3,a4,a5,a6,a7,a8){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iddddiid(index,a1,a2,a3,a4,a5,a6,a7){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viidddddi(index,a1,a2,a3,a4,a5,a6,a7,a8){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiidd(index,a1,a2,a3,a4,a5){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_dd(index,a1){var sp=stackSave();try{return getWasmTableEntry(index)(a1)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_vidd(index,a1,a2,a3){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_dddd(index,a1,a2,a3){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viddddii(index,a1,a2,a3,a4,a5,a6,a7){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_idddii(index,a1,a2,a3,a4,a5){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_vidddi(index,a1,a2,a3,a4,a5){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_diidd(index,a1,a2,a3,a4){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viddddi(index,a1,a2,a3,a4,a5,a6){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iddiddiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiid(index,a1,a2,a3,a4,a5){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viidddddd(index,a1,a2,a3,a4,a5,a6,a7,a8){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_vidiiii(index,a1,a2,a3,a4,a5,a6){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_diiii(index,a1,a2,a3,a4){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_vidddd(index,a1,a2,a3,a4,a5){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiddd(index,a1,a2,a3,a4,a5,a6){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiidd(index,a1,a2,a3,a4,a5){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiiiddiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_vddiiii(index,a1,a2,a3,a4,a5,a6){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_ddd(index,a1,a2){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viddi(index,a1,a2,a3,a4){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iddiddddi(index,a1,a2,a3,a4,a5,a6,a7,a8){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiiiiidii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viddiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_idiiididii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_vddddddiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiddidd(index,a1,a2,a3,a4,a5,a6,a7){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiidiii(index,a1,a2,a3,a4,a5,a6){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_idid(index,a1,a2,a3){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_vididi(index,a1,a2,a3,a4,a5){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiddiddidii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_diddd(index,a1,a2,a3,a4){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viddiii(index,a1,a2,a3,a4,a5,a6){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_vidddddi(index,a1,a2,a3,a4,a5,a6,a7){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiddi(index,a1,a2,a3,a4,a5){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiiddddd(index,a1,a2,a3,a4,a5,a6,a7,a8,a9){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iidi(index,a1,a2,a3){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viidddi(index,a1,a2,a3,a4,a5,a6){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiddi(index,a1,a2,a3,a4){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_didii(index,a1,a2,a3,a4){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_diddi(index,a1,a2,a3,a4){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiddiiid(index,a1,a2,a3,a4,a5,a6,a7){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiidiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viididdi(index,a1,a2,a3,a4,a5,a6,a7){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiiiiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viidiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_diii(index,a1,a2,a3){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiidid(index,a1,a2,a3,a4,a5,a6){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiidid(index,a1,a2,a3,a4,a5,a6){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viididi(index,a1,a2,a3,a4,a5,a6){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiiid(index,a1,a2,a3,a4,a5,a6){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiidd(index,a1,a2,a3,a4,a5,a6){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiiidd(index,a1,a2,a3,a4,a5,a6,a7){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiidid(index,a1,a2,a3,a4,a5){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiidiiiiiid(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiddiii(index,a1,a2,a3,a4,a5,a6,a7){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_vdiddddi(index,a1,a2,a3,a4,a5,a6,a7){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiddiidi(index,a1,a2,a3,a4,a5,a6,a7,a8,a9){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiiiid(index,a1,a2,a3,a4,a5,a6,a7){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiddiii(index,a1,a2,a3,a4,a5,a6,a7){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiddidd(index,a1,a2,a3,a4,a5,a6,a7){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_vidiii(index,a1,a2,a3,a4,a5){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iidiii(index,a1,a2,a3,a4,a5){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_didi(index,a1,a2,a3){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_vidddddddddddd(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiiiidii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiiidii(index,a1,a2,a3,a4,a5,a6,a7,a8){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_diiiiiii(index,a1,a2,a3,a4,a5,a6,a7){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viif(index,a1,a2,a3){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_idiiddii(index,a1,a2,a3,a4,a5,a6,a7){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiiiiiiiiiiiiiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17,a18,a19,a20,a21,a22){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17,a18,a19,a20,a21,a22)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiiiiiiiiddi(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiiiiiiiiiiiidddd(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17,a18){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17,a18)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_vidddddddii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiiiiddddidd(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viddddiid(index,a1,a2,a3,a4,a5,a6,a7,a8){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiddi(index,a1,a2,a3,a4,a5,a6){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiidi(index,a1,a2,a3,a4,a5){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viddiiddiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiiiiidiiiidiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiiiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_vidddii(index,a1,a2,a3,a4,a5,a6){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiidiii(index,a1,a2,a3,a4,a5,a6,a7,a8){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viddiididiiiiiiiiiiiiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17,a18,a19,a20,a21,a22,a23,a24,a25,a26,a27){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17,a18,a19,a20,a21,a22,a23,a24,a25,a26,a27)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiidddii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viidiiidddii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viidiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiidiiiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiidiii(index,a1,a2,a3,a4,a5,a6,a7){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiiiiiiiiiiiiiiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17,a18,a19,a20,a21,a22,a23){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17,a18,a19,a20,a21,a22,a23)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_idiid(index,a1,a2,a3,a4){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiidiii(index,a1,a2,a3,a4,a5,a6,a7){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiiidi(index,a1,a2,a3,a4,a5,a6,a7){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiddi(index,a1,a2,a3,a4,a5){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiddddd(index,a1,a2,a3,a4,a5,a6,a7){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_vddi(index,a1,a2,a3){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiddddii(index,a1,a2,a3,a4,a5,a6,a7,a8){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiidddd(index,a1,a2,a3,a4,a5,a6,a7){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiidii(index,a1,a2,a3,a4,a5,a6,a7){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiiiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiddiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiddid(index,a1,a2,a3,a4,a5,a6){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiidiii(index,a1,a2,a3,a4,a5,a6,a7,a8){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiidiiii(index,a1,a2,a3,a4,a5,a6,a7){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiiiidiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiiiidi(index,a1,a2,a3,a4,a5,a6,a7,a8){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_vidiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viddddddd(index,a1,a2,a3,a4,a5,a6,a7,a8){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiiddii(index,a1,a2,a3,a4,a5,a6,a7,a8){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_vdddii(index,a1,a2,a3,a4,a5){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiiiiiiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_diiidiii(index,a1,a2,a3,a4,a5,a6,a7){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiidiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_ddii(index,a1,a2,a3){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiiiiiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiddddii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiidddiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiddiidiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiddidiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiiiiiiiiiiiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17,a18,a19,a20){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17,a18,a19,a20)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiiiiiiiiiiiiidididid(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17,a18,a19,a20,a21,a22){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17,a18,a19,a20,a21,a22)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiiiiiiddddd(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiiiiiidddddidid(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiiiiiiiiiiiiid(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiiiiiiiiiiiiidid(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17,a18){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17,a18)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiiiiiiiiiiiiidididididid(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17,a18,a19,a20,a21,a22,a23,a24,a25,a26){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17,a18,a19,a20,a21,a22,a23,a24,a25,a26)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiiiiiiiiiiiiididididid(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17,a18,a19,a20,a21,a22,a23,a24){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17,a18,a19,a20,a21,a22,a23,a24)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiiiiiididid(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiiiiiid(index,a1,a2,a3,a4,a5,a6,a7,a8,a9){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiiiiiiiiiidididididid(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17,a18,a19,a20,a21,a22,a23){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17,a18,a19,a20,a21,a22,a23)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiiiiiiiiidididididid(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17,a18,a19,a20,a21,a22){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17,a18,a19,a20,a21,a22)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiiiiiiiiiiiidid(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiiiiiiiiiiiiidididididididididididid(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17,a18,a19,a20,a21,a22,a23,a24,a25,a26,a27,a28,a29,a30,a31,a32,a33,a34,a35,a36,a37,a38){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17,a18,a19,a20,a21,a22,a23,a24,a25,a26,a27,a28,a29,a30,a31,a32,a33,a34,a35,a36,a37,a38)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiiiiiiiiiiiiiiiiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17,a18,a19,a20,a21,a22,a23,a24,a25){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17,a18,a19,a20,a21,a22,a23,a24,a25)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiiiiiiiiiiiiiiiiiiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17,a18,a19,a20,a21,a22,a23,a24,a25,a26,a27){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17,a18,a19,a20,a21,a22,a23,a24,a25,a26,a27)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiiiiiidii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiidii(index,a1,a2,a3,a4,a5,a6){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiddd(index,a1,a2,a3,a4,a5,a6){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiddiddi(index,a1,a2,a3,a4,a5,a6,a7){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_vidid(index,a1,a2,a3,a4){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iidiiiii(index,a1,a2,a3,a4,a5,a6,a7){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iidiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiidddd(index,a1,a2,a3,a4,a5,a6,a7){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iididdii(index,a1,a2,a3,a4,a5,a6,a7){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_idii(index,a1,a2,a3){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iididi(index,a1,a2,a3,a4,a5){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiddiiiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiiidddiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viidiiid(index,a1,a2,a3,a4,a5,a6,a7){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiidiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiddi(index,a1,a2,a3,a4,a5,a6){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiidddi(index,a1,a2,a3,a4,a5,a6){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_diid(index,a1,a2,a3){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiiidiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiidi(index,a1,a2,a3,a4,a5,a6){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiddddi(index,a1,a2,a3,a4,a5,a6,a7,a8){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiiiiid(index,a1,a2,a3,a4,a5,a6,a7,a8){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_vidiidii(index,a1,a2,a3,a4,a5,a6,a7){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiddddddii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_vidiiiddii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiiiiiiiddii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiidiiiddddddd(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiddddiddd(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_vddidiii(index,a1,a2,a3,a4,a5,a6,a7){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_vddiddiii(index,a1,a2,a3,a4,a5,a6,a7,a8){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iidiiiidiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_vdiddiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiidi(index,a1,a2,a3,a4,a5,a6){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiiidddii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_diiiii(index,a1,a2,a3,a4,a5){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiiiiiiiiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiiiiiiidiiiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17,a18,a19,a20){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17,a18,a19,a20)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiiiiiiidddiiiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17,a18,a19,a20,a21,a22){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17,a18,a19,a20,a21,a22)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiiiiiidiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiiiiiid(index,a1,a2,a3,a4,a5,a6,a7,a8,a9){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiiiiiiiiiiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17,a18,a19){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17,a18,a19)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiiiiiiiiiiiiiiiiiddiiiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17,a18,a19,a20,a21,a22,a23,a24,a25,a26,a27,a28,a29,a30,a31){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17,a18,a19,a20,a21,a22,a23,a24,a25,a26,a27,a28,a29,a30,a31)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiiiiiiiiiiiiiiiiidddiiiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17,a18,a19,a20,a21,a22,a23,a24,a25,a26,a27,a28,a29,a30,a31,a32){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17,a18,a19,a20,a21,a22,a23,a24,a25,a26,a27,a28,a29,a30,a31,a32)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiiiiiiiiiiiiddiiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17,a18,a19,a20,a21,a22,a23,a24,a25){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17,a18,a19,a20,a21,a22,a23,a24,a25)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiiiiiiiiiiiidddiiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17,a18,a19,a20,a21,a22,a23,a24,a25,a26){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17,a18,a19,a20,a21,a22,a23,a24,a25,a26)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiiiiiiiiiiiiiiidddiiiiiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17,a18,a19,a20,a21,a22,a23,a24,a25,a26,a27,a28,a29,a30,a31,a32){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17,a18,a19,a20,a21,a22,a23,a24,a25,a26,a27,a28,a29,a30,a31,a32)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_ddddd(index,a1,a2,a3,a4){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiiiiiiidd(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiiiiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiiiddiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiddii(index,a1,a2,a3,a4,a5,a6,a7){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiiiiiddii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiidddddiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiiiddidddiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiiiddddddidi(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiiiiddiddiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiiiidddddidi(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiddiddiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiidddddidi(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_idi(index,a1,a2){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiddddd(index,a1,a2,a3,a4,a5,a6,a7,a8){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiiiiiidiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiiiiiiid(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiiiiiiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiidiiiiiidiiiiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17,a18,a19,a20,a21,a22,a23){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17,a18,a19,a20,a21,a22,a23)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiiddddi(index,a1,a2,a3,a4,a5,a6,a7,a8,a9){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiiddd(index,a1,a2,a3,a4,a5,a6,a7){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiidii(index,a1,a2,a3,a4,a5,a6){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiidiiid(index,a1,a2,a3,a4,a5,a6,a7,a8){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iddiii(index,a1,a2,a3,a4,a5){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiidiidi(index,a1,a2,a3,a4,a5,a6,a7,a8,a9){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_didiiiiidi(index,a1,a2,a3,a4,a5,a6,a7,a8,a9){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiiiiiiiiiddddiiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17,a18,a19,a20,a21,a22,a23,a24){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17,a18,a19,a20,a21,a22,a23,a24)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_vidddddiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viddddiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiididdii(index,a1,a2,a3,a4,a5,a6,a7,a8){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiiiiiiiiiddddiiiiiiiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17,a18,a19,a20,a21,a22,a23,a24,a25,a26,a27,a28,a29){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17,a18,a19,a20,a21,a22,a23,a24,a25,a26,a27,a28,a29)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiddii(index,a1,a2,a3,a4,a5,a6,a7){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiiiiiiiiiiiddi(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiiiddi(index,a1,a2,a3,a4,a5,a6,a7,a8){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiiiiiiiiiiiiddddiiiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17,a18,a19,a20,a21,a22,a23,a24,a25,a26,a27,a28){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17,a18,a19,a20,a21,a22,a23,a24,a25,a26,a27,a28)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viddddiii(index,a1,a2,a3,a4,a5,a6,a7,a8){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiiiiiiiiiiiiiiiddddiiiiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17,a18,a19,a20,a21,a22,a23,a24,a25,a26,a27,a28,a29,a30,a31,a32){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17,a18,a19,a20,a21,a22,a23,a24,a25,a26,a27,a28,a29,a30,a31,a32)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_vidddiii(index,a1,a2,a3,a4,a5,a6,a7){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiddddi(index,a1,a2,a3,a4,a5,a6,a7){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiiiiiiiiiiiiddddiiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17,a18,a19,a20,a21,a22,a23,a24,a25,a26,a27){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17,a18,a19,a20,a21,a22,a23,a24,a25,a26,a27)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiiiiiiiiiiiiiiiddddiiiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17,a18,a19,a20,a21,a22,a23,a24,a25,a26,a27,a28,a29,a30,a31){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17,a18,a19,a20,a21,a22,a23,a24,a25,a26,a27,a28,a29,a30,a31)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiidiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiiiiiiddiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiiiiid(index,a1,a2,a3,a4,a5,a6,a7,a8){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiidddi(index,a1,a2,a3,a4,a5,a6,a7){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiiiididi(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiiddiididii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiiiiiddidi(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiiiddiiddidii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiiiiddidii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiiddiiddidiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viddid(index,a1,a2,a3,a4,a5){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_vddiddi(index,a1,a2,a3,a4,a5,a6){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iidddiiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iidddiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viddddddiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiiiiiiiiiddiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17,a18,a19){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17,a18,a19)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiiiidiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viidddd(index,a1,a2,a3,a4,a5,a6){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiidddiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viidddddddiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiiiiiiiiiiiiiidddiiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17,a18,a19,a20,a21,a22,a23,a24,a25,a26,a27,a28){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17,a18,a19,a20,a21,a22,a23,a24,a25,a26,a27,a28)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_vddiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_vddii(index,a1,a2,a3,a4){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_vdiiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiiiiiiiiiidi(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiiiiiiiiiid(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_vdiiiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_vddddiiiiiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_vddiiiiiiiiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_vddiiiiiiiiiiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17,a18,a19){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17,a18,a19)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_vddiiiiiiiiiiiiiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17,a18,a19,a20,a21,a22){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17,a18,a19,a20,a21,a22)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_vddiiiiiiiiiiiiiiiiiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17,a18,a19,a20,a21,a22,a23,a24,a25,a26){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17,a18,a19,a20,a21,a22,a23,a24,a25,a26)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiiiiiiiiiidii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiiiiiiiiiiidi(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiiiiiiiiiiid(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiiiiiddiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiiddi(index,a1,a2,a3,a4,a5,a6,a7){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiddiiiiiiiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17,a18,a19){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17,a18,a19)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_vdiiiii(index,a1,a2,a3,a4,a5,a6){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiddiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiddidddd(index,a1,a2,a3,a4,a5,a6,a7,a8,a9){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iddiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiddiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiddiid(index,a1,a2,a3,a4,a5,a6){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viddiiiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiddddddiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiiiddiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiiiiidddddddiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiddddi(index,a1,a2,a3,a4,a5,a6){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiiiiiiiddi(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiiiiiiiddidd(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_vdi(index,a1,a2){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_vdiddiiii(index,a1,a2,a3,a4,a5,a6,a7,a8){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiiiiiddi(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_diiiiii(index,a1,a2,a3,a4,a5,a6){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiddiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiddiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiddddddddiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viidddddddd(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiidddd(index,a1,a2,a3,a4,a5,a6,a7,a8){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiiidddd(index,a1,a2,a3,a4,a5,a6,a7,a8,a9){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viididd(index,a1,a2,a3,a4,a5,a6){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_vidddidddddd(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiiiiiddd(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_vdidii(index,a1,a2,a3,a4,a5){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_vdiddii(index,a1,a2,a3,a4,a5,a6){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiiiidiidid(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiidiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viddidd(index,a1,a2,a3,a4,a5,a6){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiiiiiiid(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_vididd(index,a1,a2,a3,a4,a5){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_vdiii(index,a1,a2,a3,a4){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiiiiidd(index,a1,a2,a3,a4,a5,a6,a7,a8,a9){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_vididdi(index,a1,a2,a3,a4,a5,a6){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiiiiidddddddddiiddii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17,a18,a19,a20,a21,a22){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17,a18,a19,a20,a21,a22)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiiiiiiddi(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_idiiiii(index,a1,a2,a3,a4,a5,a6){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiidii(index,a1,a2,a3,a4,a5,a6,a7){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiddddddi(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiidiiii(index,a1,a2,a3,a4,a5,a6,a7,a8){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiiiddddi(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiiiiddi(index,a1,a2,a3,a4,a5,a6,a7,a8,a9){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiidiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiiidddddddd(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiiidiiidd(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiiiidddi(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iidddidd(index,a1,a2,a3,a4,a5,a6,a7){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiidiid(index,a1,a2,a3,a4,a5,a6){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiddiiiddii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_vidiiidi(index,a1,a2,a3,a4,a5,a6,a7){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiidddddd(index,a1,a2,a3,a4,a5,a6,a7,a8,a9){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iidid(index,a1,a2,a3,a4){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiiiiiiiidi(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiiiiiiiiidd(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiiiiiiiid(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiiiddiddiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_diiddd(index,a1,a2,a3,a4,a5){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viddidddiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiiiddidd(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiidiidd(index,a1,a2,a3,a4,a5,a6,a7,a8,a9){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiiidd(index,a1,a2,a3,a4,a5,a6,a7){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiiiiiiiiidi(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiiiiiiiiid(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_idiiiiii(index,a1,a2,a3,a4,a5,a6,a7){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiidiidiid(index,a1,a2,a3,a4,a5,a6,a7,a8,a9){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_didd(index,a1,a2,a3){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiddddiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiiiiiiiiddddiiiiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17,a18,a19,a20,a21,a22,a23,a24,a25){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17,a18,a19,a20,a21,a22,a23,a24,a25)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiiiiiiiiddddiiiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17,a18,a19,a20,a21,a22,a23,a24){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17,a18,a19,a20,a21,a22,a23,a24)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiiddiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiiiiiddiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiiiiiddii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiiiiiiiidddiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17,a18,a19){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17,a18,a19)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiiiiiiiidddiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viddiiddi(index,a1,a2,a3,a4,a5,a6,a7,a8){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiiiiiidi(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_vdiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiiiiididd(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiddidi(index,a1,a2,a3,a4,a5,a6,a7){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiiiddiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_vidddiiidi(index,a1,a2,a3,a4,a5,a6,a7,a8,a9){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iidiiddiid(index,a1,a2,a3,a4,a5,a6,a7,a8,a9){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_vdddiii(index,a1,a2,a3,a4,a5,a6){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiddddii(index,a1,a2,a3,a4,a5,a6,a7){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_vdddiiii(index,a1,a2,a3,a4,a5,a6,a7){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiddiii(index,a1,a2,a3,a4,a5,a6,a7,a8){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_vidiiddddii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiddddi(index,a1,a2,a3,a4,a5,a6,a7,a8){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiiiiiddiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiddiiii(index,a1,a2,a3,a4,a5,a6,a7,a8){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiidddiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_vdiiii(index,a1,a2,a3,a4,a5){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viidddii(index,a1,a2,a3,a4,a5,a6,a7){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiddddidd(index,a1,a2,a3,a4,a5,a6,a7,a8,a9){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiidddddd(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiddiidd(index,a1,a2,a3,a4,a5,a6,a7,a8){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_vdddiiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiddddiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiiiiiiiiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiiiiiiiiiiiiiiiiiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17,a18,a19,a20,a21,a22,a23,a24,a25,a26){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17,a18,a19,a20,a21,a22,a23,a24,a25,a26)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiiiiiiiiiiiiiiiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17,a18,a19,a20,a21,a22,a23,a24){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17,a18,a19,a20,a21,a22,a23,a24)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiiiiiiiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiidddidi(index,a1,a2,a3,a4,a5,a6,a7,a8,a9){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_vidiiiiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiiddii(index,a1,a2,a3,a4,a5,a6,a7,a8){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viidiiii(index,a1,a2,a3,a4,a5,a6,a7){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiididi(index,a1,a2,a3,a4,a5,a6){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiiiddd(index,a1,a2,a3,a4,a5,a6,a7,a8){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_didddidi(index,a1,a2,a3,a4,a5,a6,a7){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_diiddi(index,a1,a2,a3,a4,a5){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_didddddidi(index,a1,a2,a3,a4,a5,a6,a7,a8,a9){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiddddid(index,a1,a2,a3,a4,a5,a6,a7,a8){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iidddiii(index,a1,a2,a3,a4,a5,a6,a7){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_ididi(index,a1,a2,a3,a4){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viddddd(index,a1,a2,a3,a4,a5,a6){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiddid(index,a1,a2,a3,a4,a5){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiidddid(index,a1,a2,a3,a4,a5,a6,a7){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiidiiii(index,a1,a2,a3,a4,a5,a6,a7,a8){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiddddd(index,a1,a2,a3,a4,a5,a6){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiiiiddi(index,a1,a2,a3,a4,a5,a6,a7,a8,a9){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_vidiiiiidd(index,a1,a2,a3,a4,a5,a6,a7,a8,a9){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiiiiddiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_vdiiiiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_vddiii(index,a1,a2,a3,a4,a5){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_vddddddi(index,a1,a2,a3,a4,a5,a6,a7){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_vdddddi(index,a1,a2,a3,a4,a5,a6){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiiiiddiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiiiiiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiiiiiidi(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiffffff(index,a1,a2,a3,a4,a5,a6,a7){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiffffffff(index,a1,a2,a3,a4,a5,a6,a7,a8,a9){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiiidii(index,a1,a2,a3,a4,a5,a6,a7,a8){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iidddiiiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iidiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iidiiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiidiid(index,a1,a2,a3,a4,a5,a6,a7){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiiidiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiiiidd(index,a1,a2,a3,a4,a5,a6,a7,a8){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_diidi(index,a1,a2,a3,a4){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiidddi(index,a1,a2,a3,a4,a5,a6,a7){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiiiiiidddd(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iddii(index,a1,a2,a3,a4){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiidiiidi(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiididi(index,a1,a2,a3,a4,a5,a6,a7){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiiiiidiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiiiiddiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiidiiidi(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiididi(index,a1,a2,a3,a4,a5,a6,a7){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viidddiii(index,a1,a2,a3,a4,a5,a6,a7,a8){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiiiiidddddiiidddd(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17,a18,a19){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17,a18,a19)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viddddiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiiiiifiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viifiii(index,a1,a2,a3,a4,a5,a6){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viifi(index,a1,a2,a3,a4){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiffffi(index,a1,a2,a3,a4,a5,a6,a7){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_fiii(index,a1,a2,a3){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiif(index,a1,a2,a3,a4){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiiiiif(index,a1,a2,a3,a4,a5,a6,a7,a8){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_vd(index,a1){var sp=stackSave();try{getWasmTableEntry(index)(a1)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_vffff(index,a1,a2,a3,a4){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiifiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiiidi(index,a1,a2,a3,a4,a5,a6,a7){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiidddddddddd(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_diiidii(index,a1,a2,a3,a4,a5,a6){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_didiidii(index,a1,a2,a3,a4,a5,a6,a7){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iididd(index,a1,a2,a3,a4,a5){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_diidii(index,a1,a2,a3,a4,a5){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_diiidiiddi(index,a1,a2,a3,a4,a5,a6,a7,a8,a9){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_diddidii(index,a1,a2,a3,a4,a5,a6,a7){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_dididd(index,a1,a2,a3,a4,a5){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiddid(index,a1,a2,a3,a4,a5,a6){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiddidiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_didiidiiddi(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_dddddi(index,a1,a2,a3,a4,a5){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiiiddi(index,a1,a2,a3,a4,a5,a6,a7,a8){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiidiiiid(index,a1,a2,a3,a4,a5,a6,a7,a8){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiididi(index,a1,a2,a3,a4,a5,a6,a7,a8){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiiddidi(index,a1,a2,a3,a4,a5,a6,a7,a8,a9){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiidddiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_diiiddi(index,a1,a2,a3,a4,a5,a6){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiddiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiiiddii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiddddidd(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiidddddddddd(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iidiiid(index,a1,a2,a3,a4,a5,a6){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iidiiidd(index,a1,a2,a3,a4,a5,a6,a7){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiidddd(index,a1,a2,a3,a4,a5,a6,a7,a8){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiiiiiiddddii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_diiid(index,a1,a2,a3,a4){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iddiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_diiiidd(index,a1,a2,a3,a4,a5,a6){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiidddii(index,a1,a2,a3,a4,a5,a6,a7){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iddid(index,a1,a2,a3,a4){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiidiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiddddidd(index,a1,a2,a3,a4,a5,a6,a7,a8,a9){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viidddidi(index,a1,a2,a3,a4,a5,a6,a7,a8){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiiiiiidd(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiddidi(index,a1,a2,a3,a4,a5,a6,a7,a8){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_vifiii(index,a1,a2,a3,a4,a5){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viddiiii(index,a1,a2,a3,a4,a5,a6,a7){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiidddi(index,a1,a2,a3,a4,a5,a6,a7,a8){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiiiiiiiidfdf(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_vidfdfii(index,a1,a2,a3,a4,a5,a6,a7){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiiiiiiiiiiiiiiiiiiiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17,a18,a19,a20,a21,a22,a23,a24,a25,a26,a27,a28){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17,a18,a19,a20,a21,a22,a23,a24,a25,a26,a27,a28)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17,a18,a19,a20,a21,a22,a23,a24,a25,a26,a27,a28,a29,a30,a31,a32,a33,a34,a35,a36,a37,a38,a39,a40){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16,a17,a18,a19,a20,a21,a22,a23,a24,a25,a26,a27,a28,a29,a30,a31,a32,a33,a34,a35,a36,a37,a38,a39,a40)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiddddddddddddii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiiidddd(index,a1,a2,a3,a4,a5,a6,a7,a8,a9){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiiddiiid(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiddiiii(index,a1,a2,a3,a4,a5,a6,a7){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viidiiidii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_ddi(index,a1,a2){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_fi(index,a1){var sp=stackSave();try{return getWasmTableEntry(index)(a1)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiidddddddd(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiidddddddd(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiiiiidii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iddd(index,a1,a2,a3){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viidiiiiidiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viidiiiiiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viidiiiiiiiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13,a14,a15,a16)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiiddiiiiiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13){var sp=stackSave();try{return getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10,a11,a12,a13)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viidddddiii(index,a1,a2,a3,a4,a5,a6,a7,a8,a9,a10){var sp=stackSave();try{getWasmTableEntry(index)(a1,a2,a3,a4,a5,a6,a7,a8,a9,a10)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_vj(index,a1,a2){var sp=stackSave();try{dynCall_vj(index,a1,a2)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiiji(index,a1,a2,a3,a4,a5,a6,a7){var sp=stackSave();try{dynCall_viiiiji(index,a1,a2,a3,a4,a5,a6,a7)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiji(index,a1,a2,a3,a4){var sp=stackSave();try{return dynCall_iiji(index,a1,a2,a3,a4)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiijj(index,a1,a2,a3,a4,a5,a6){var sp=stackSave();try{return dynCall_iiijj(index,a1,a2,a3,a4,a5,a6)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viijii(index,a1,a2,a3,a4,a5,a6){var sp=stackSave();try{dynCall_viijii(index,a1,a2,a3,a4,a5,a6)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiiij(index,a1,a2,a3,a4,a5,a6){var sp=stackSave();try{dynCall_viiiij(index,a1,a2,a3,a4,a5,a6)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_viiijj(index,a1,a2,a3,a4,a5,a6,a7){var sp=stackSave();try{dynCall_viiijj(index,a1,a2,a3,a4,a5,a6,a7)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iij(index,a1,a2,a3){var sp=stackSave();try{return dynCall_iij(index,a1,a2,a3)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_j(index){var sp=stackSave();try{return dynCall_j(index)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_iiiiij(index,a1,a2,a3,a4,a5,a6){var sp=stackSave();try{return dynCall_iiiiij(index,a1,a2,a3,a4,a5,a6)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}function invoke_jiiii(index,a1,a2,a3,a4){var sp=stackSave();try{return dynCall_jiiii(index,a1,a2,a3,a4)}catch(e){stackRestore(sp);if(e!==e+0)throw e;_setThrew(1,0)}}Module["addRunDependency"]=addRunDependency;Module["removeRunDependency"]=removeRunDependency;Module["FS_createPath"]=FS.createPath;Module["FS_createDataFile"]=FS.createDataFile;Module["FS_createPreloadedFile"]=FS.createPreloadedFile;Module["FS_createLazyFile"]=FS.createLazyFile;Module["FS_createDevice"]=FS.createDevice;Module["FS_unlink"]=FS.unlink;Module["ccall"]=ccall;Module["addFunction"]=addFunction;Module["removeFunction"]=removeFunction;Module["UTF8ToString"]=UTF8ToString;Module["FS"]=FS;var calledRun;dependenciesFulfilled=function runCaller(){if(!calledRun)run();if(!calledRun)dependenciesFulfilled=runCaller};function run(){if(runDependencies>0){return}preRun();if(runDependencies>0){return}function doRun(){if(calledRun)return;calledRun=true;Module["calledRun"]=true;if(ABORT)return;initRuntime();readyPromiseResolve(Module);if(Module["onRuntimeInitialized"])Module["onRuntimeInitialized"]();postRun()}if(Module["setStatus"]){Module["setStatus"]("Running...");setTimeout(function(){setTimeout(function(){Module["setStatus"]("")},1);doRun()},1)}else{doRun()}}if(Module["preInit"]){if(typeof Module["preInit"]=="function")Module["preInit"]=[Module["preInit"]];while(Module["preInit"].length>0){Module["preInit"].pop()()}}run();function WrapperObject(){}WrapperObject.prototype=Object.create(WrapperObject.prototype);WrapperObject.prototype.constructor=WrapperObject;WrapperObject.prototype.__class__=WrapperObject;WrapperObject.__cache__={};Module["WrapperObject"]=WrapperObject;function getCache(__class__){return(__class__||WrapperObject).__cache__}Module["getCache"]=getCache;function wrapPointer(ptr,__class__){var cache=getCache(__class__);var ret=cache[ptr];if(ret)return ret;ret=Object.create((__class__||WrapperObject).prototype);ret.ptr=ptr;return cache[ptr]=ret}Module["wrapPointer"]=wrapPointer;function castObject(obj,__class__){return wrapPointer(obj.ptr,__class__)}Module["castObject"]=castObject;Module["NULL"]=wrapPointer(0);function destroy(obj){if(!obj["__destroy__"])throw"Error: Cannot destroy object. (Did you create it yourself?)";obj["__destroy__"]();delete getCache(obj.__class__)[obj.ptr]}Module["destroy"]=destroy;function compare(obj1,obj2){return obj1.ptr===obj2.ptr}Module["compare"]=compare;function getPointer(obj){return obj.ptr}Module["getPointer"]=getPointer;function getClass(obj){return obj.__class__}Module["getClass"]=getClass;var ensureCache={buffer:0,size:0,pos:0,temps:[],needed:0,prepare:function(){if(ensureCache.needed){for(var i=0;i<ensureCache.temps.length;i++){Module["_free"](ensureCache.temps[i])}ensureCache.temps.length=0;Module["_free"](ensureCache.buffer);ensureCache.buffer=0;ensureCache.size+=ensureCache.needed;ensureCache.needed=0}if(!ensureCache.buffer){ensureCache.size+=128;ensureCache.buffer=Module["_malloc"](ensureCache.size);assert(ensureCache.buffer)}ensureCache.pos=0},alloc:function(array,view){assert(ensureCache.buffer);var bytes=view.BYTES_PER_ELEMENT;var len=array.length*bytes;len=len+7&-8;var ret;if(ensureCache.pos+len>=ensureCache.size){assert(len>0);ensureCache.needed+=len;ret=Module["_malloc"](len);ensureCache.temps.push(ret)}else{ret=ensureCache.buffer+ensureCache.pos;ensureCache.pos+=len}return ret},copy:function(array,view,offset){offset>>>=0;var bytes=view.BYTES_PER_ELEMENT;switch(bytes){case 2:offset>>>=1;break;case 4:offset>>>=2;break;case 8:offset>>>=3;break}for(var i=0;i<array.length;i++){view[offset+i]=array[i]}}};function ensureString(value){if(typeof value==="string"){var intArray=intArrayFromString(value);var offset=ensureCache.alloc(intArray,HEAP8);ensureCache.copy(intArray,HEAP8,offset);return offset}return value}function Mx3dBaseObject(){this.ptr=_emscripten_bind_Mx3dBaseObject_Mx3dBaseObject_0();getCache(Mx3dBaseObject)[this.ptr]=this}Mx3dBaseObject.prototype=Object.create(WrapperObject.prototype);Mx3dBaseObject.prototype.constructor=Mx3dBaseObject;Mx3dBaseObject.prototype.__class__=Mx3dBaseObject;Mx3dBaseObject.__cache__={};Module["Mx3dBaseObject"]=Mx3dBaseObject;Mx3dBaseObject.prototype["__destroy__"]=Mx3dBaseObject.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_Mx3dBaseObject___destroy___0(self)};function Mx3dGeomObject(){throw"cannot construct a Mx3dGeomObject, no constructor in IDL"}Mx3dGeomObject.prototype=Object.create(Mx3dBaseObject.prototype);Mx3dGeomObject.prototype.constructor=Mx3dGeomObject;Mx3dGeomObject.prototype.__class__=Mx3dGeomObject;Mx3dGeomObject.__cache__={};Module["Mx3dGeomObject"]=Mx3dGeomObject;Mx3dGeomObject.prototype["MirrorByPoint"]=Mx3dGeomObject.prototype.MirrorByPoint=function(P){var self=this.ptr;if(P&&typeof P==="object")P=P.ptr;_emscripten_bind_Mx3dGeomObject_MirrorByPoint_1(self,P)};Mx3dGeomObject.prototype["MirrorByAxis"]=Mx3dGeomObject.prototype.MirrorByAxis=function(A1){var self=this.ptr;if(A1&&typeof A1==="object")A1=A1.ptr;_emscripten_bind_Mx3dGeomObject_MirrorByAxis_1(self,A1)};Mx3dGeomObject.prototype["MirrorByCSYSR"]=Mx3dGeomObject.prototype.MirrorByCSYSR=function(A2){var self=this.ptr;if(A2&&typeof A2==="object")A2=A2.ptr;_emscripten_bind_Mx3dGeomObject_MirrorByCSYSR_1(self,A2)};Mx3dGeomObject.prototype["Rotate"]=Mx3dGeomObject.prototype.Rotate=function(A1,Ang){var self=this.ptr;if(A1&&typeof A1==="object")A1=A1.ptr;if(Ang&&typeof Ang==="object")Ang=Ang.ptr;_emscripten_bind_Mx3dGeomObject_Rotate_2(self,A1,Ang)};Mx3dGeomObject.prototype["Scale"]=Mx3dGeomObject.prototype.Scale=function(P,S){var self=this.ptr;if(P&&typeof P==="object")P=P.ptr;if(S&&typeof S==="object")S=S.ptr;_emscripten_bind_Mx3dGeomObject_Scale_2(self,P,S)};Mx3dGeomObject.prototype["TranslateByVec"]=Mx3dGeomObject.prototype.TranslateByVec=function(V){var self=this.ptr;if(V&&typeof V==="object")V=V.ptr;_emscripten_bind_Mx3dGeomObject_TranslateByVec_1(self,V)};Mx3dGeomObject.prototype["TranslateBy2Points"]=Mx3dGeomObject.prototype.TranslateBy2Points=function(P1,P2){var self=this.ptr;if(P1&&typeof P1==="object")P1=P1.ptr;if(P2&&typeof P2==="object")P2=P2.ptr;_emscripten_bind_Mx3dGeomObject_TranslateBy2Points_2(self,P1,P2)};Mx3dGeomObject.prototype["MirroredByPoint"]=Mx3dGeomObject.prototype.MirroredByPoint=function(P){var self=this.ptr;if(P&&typeof P==="object")P=P.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomObject_MirroredByPoint_1(self,P),Mx3dGeomObject)};Mx3dGeomObject.prototype["MirroredByAxis"]=Mx3dGeomObject.prototype.MirroredByAxis=function(A1){var self=this.ptr;if(A1&&typeof A1==="object")A1=A1.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomObject_MirroredByAxis_1(self,A1),Mx3dGeomObject)};Mx3dGeomObject.prototype["MirroredByCSYSR"]=Mx3dGeomObject.prototype.MirroredByCSYSR=function(A2){var self=this.ptr;if(A2&&typeof A2==="object")A2=A2.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomObject_MirroredByCSYSR_1(self,A2),Mx3dGeomObject)};Mx3dGeomObject.prototype["Rotated"]=Mx3dGeomObject.prototype.Rotated=function(A1,Ang){var self=this.ptr;if(A1&&typeof A1==="object")A1=A1.ptr;if(Ang&&typeof Ang==="object")Ang=Ang.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomObject_Rotated_2(self,A1,Ang),Mx3dGeomObject)};Mx3dGeomObject.prototype["Scaled"]=Mx3dGeomObject.prototype.Scaled=function(P,S){var self=this.ptr;if(P&&typeof P==="object")P=P.ptr;if(S&&typeof S==="object")S=S.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomObject_Scaled_2(self,P,S),Mx3dGeomObject)};Mx3dGeomObject.prototype["Transformed"]=Mx3dGeomObject.prototype.Transformed=function(T){var self=this.ptr;if(T&&typeof T==="object")T=T.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomObject_Transformed_1(self,T),Mx3dGeomObject)};Mx3dGeomObject.prototype["TranslatedByVec"]=Mx3dGeomObject.prototype.TranslatedByVec=function(V){var self=this.ptr;if(V&&typeof V==="object")V=V.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomObject_TranslatedByVec_1(self,V),Mx3dGeomObject)};Mx3dGeomObject.prototype["TranslatedBy2Points"]=Mx3dGeomObject.prototype.TranslatedBy2Points=function(P1,P2){var self=this.ptr;if(P1&&typeof P1==="object")P1=P1.ptr;if(P2&&typeof P2==="object")P2=P2.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomObject_TranslatedBy2Points_2(self,P1,P2),Mx3dGeomObject)};Mx3dGeomObject.prototype["DynamicType"]=Mx3dGeomObject.prototype.DynamicType=function(){var self=this.ptr;return UTF8ToString(_emscripten_bind_Mx3dGeomObject_DynamicType_0(self))};Mx3dGeomObject.prototype["__destroy__"]=Mx3dGeomObject.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_Mx3dGeomObject___destroy___0(self)};function Mx3dGeObject(){this.ptr=_emscripten_bind_Mx3dGeObject_Mx3dGeObject_0();getCache(Mx3dGeObject)[this.ptr]=this}Mx3dGeObject.prototype=Object.create(WrapperObject.prototype);Mx3dGeObject.prototype.constructor=Mx3dGeObject;Mx3dGeObject.prototype.__class__=Mx3dGeObject;Mx3dGeObject.__cache__={};Module["Mx3dGeObject"]=Mx3dGeObject;Mx3dGeObject.prototype["__destroy__"]=Mx3dGeObject.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_Mx3dGeObject___destroy___0(self)};function Mx3dGeomCurve(){throw"cannot construct a Mx3dGeomCurve, no constructor in IDL"}Mx3dGeomCurve.prototype=Object.create(Mx3dGeomObject.prototype);Mx3dGeomCurve.prototype.constructor=Mx3dGeomCurve;Mx3dGeomCurve.prototype.__class__=Mx3dGeomCurve;Mx3dGeomCurve.__cache__={};Module["Mx3dGeomCurve"]=Mx3dGeomCurve;Mx3dGeomCurve.prototype["Reversed"]=Mx3dGeomCurve.prototype.Reversed=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomCurve_Reversed_0(self),Mx3dGeomCurve)};Mx3dGeomCurve.prototype["Period"]=Mx3dGeomCurve.prototype.Period=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomCurve_Period_0(self)};Mx3dGeomCurve.prototype["Value"]=Mx3dGeomCurve.prototype.Value=function(U){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomCurve_Value_1(self,U),Mx3dGePoint)};Mx3dGeomCurve.prototype["DynamicType"]=Mx3dGeomCurve.prototype.DynamicType=function(){var self=this.ptr;return UTF8ToString(_emscripten_bind_Mx3dGeomCurve_DynamicType_0(self))};Mx3dGeomCurve.prototype["MirrorByPoint"]=Mx3dGeomCurve.prototype.MirrorByPoint=function(P){var self=this.ptr;if(P&&typeof P==="object")P=P.ptr;_emscripten_bind_Mx3dGeomCurve_MirrorByPoint_1(self,P)};Mx3dGeomCurve.prototype["MirrorByAxis"]=Mx3dGeomCurve.prototype.MirrorByAxis=function(A1){var self=this.ptr;if(A1&&typeof A1==="object")A1=A1.ptr;_emscripten_bind_Mx3dGeomCurve_MirrorByAxis_1(self,A1)};Mx3dGeomCurve.prototype["MirrorByCSYSR"]=Mx3dGeomCurve.prototype.MirrorByCSYSR=function(A2){var self=this.ptr;if(A2&&typeof A2==="object")A2=A2.ptr;_emscripten_bind_Mx3dGeomCurve_MirrorByCSYSR_1(self,A2)};Mx3dGeomCurve.prototype["Rotate"]=Mx3dGeomCurve.prototype.Rotate=function(A1,Ang){var self=this.ptr;if(A1&&typeof A1==="object")A1=A1.ptr;if(Ang&&typeof Ang==="object")Ang=Ang.ptr;_emscripten_bind_Mx3dGeomCurve_Rotate_2(self,A1,Ang)};Mx3dGeomCurve.prototype["Scale"]=Mx3dGeomCurve.prototype.Scale=function(P,S){var self=this.ptr;if(P&&typeof P==="object")P=P.ptr;if(S&&typeof S==="object")S=S.ptr;_emscripten_bind_Mx3dGeomCurve_Scale_2(self,P,S)};Mx3dGeomCurve.prototype["TranslateByVec"]=Mx3dGeomCurve.prototype.TranslateByVec=function(V){var self=this.ptr;if(V&&typeof V==="object")V=V.ptr;_emscripten_bind_Mx3dGeomCurve_TranslateByVec_1(self,V)};Mx3dGeomCurve.prototype["TranslateBy2Points"]=Mx3dGeomCurve.prototype.TranslateBy2Points=function(P1,P2){var self=this.ptr;if(P1&&typeof P1==="object")P1=P1.ptr;if(P2&&typeof P2==="object")P2=P2.ptr;_emscripten_bind_Mx3dGeomCurve_TranslateBy2Points_2(self,P1,P2)};Mx3dGeomCurve.prototype["MirroredByPoint"]=Mx3dGeomCurve.prototype.MirroredByPoint=function(P){var self=this.ptr;if(P&&typeof P==="object")P=P.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomCurve_MirroredByPoint_1(self,P),Mx3dGeomObject)};Mx3dGeomCurve.prototype["MirroredByAxis"]=Mx3dGeomCurve.prototype.MirroredByAxis=function(A1){var self=this.ptr;if(A1&&typeof A1==="object")A1=A1.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomCurve_MirroredByAxis_1(self,A1),Mx3dGeomObject)};Mx3dGeomCurve.prototype["MirroredByCSYSR"]=Mx3dGeomCurve.prototype.MirroredByCSYSR=function(A2){var self=this.ptr;if(A2&&typeof A2==="object")A2=A2.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomCurve_MirroredByCSYSR_1(self,A2),Mx3dGeomObject)};Mx3dGeomCurve.prototype["Rotated"]=Mx3dGeomCurve.prototype.Rotated=function(A1,Ang){var self=this.ptr;if(A1&&typeof A1==="object")A1=A1.ptr;if(Ang&&typeof Ang==="object")Ang=Ang.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomCurve_Rotated_2(self,A1,Ang),Mx3dGeomObject)};Mx3dGeomCurve.prototype["Scaled"]=Mx3dGeomCurve.prototype.Scaled=function(P,S){var self=this.ptr;if(P&&typeof P==="object")P=P.ptr;if(S&&typeof S==="object")S=S.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomCurve_Scaled_2(self,P,S),Mx3dGeomObject)};Mx3dGeomCurve.prototype["Transformed"]=Mx3dGeomCurve.prototype.Transformed=function(T){var self=this.ptr;if(T&&typeof T==="object")T=T.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomCurve_Transformed_1(self,T),Mx3dGeomObject)};Mx3dGeomCurve.prototype["TranslatedByVec"]=Mx3dGeomCurve.prototype.TranslatedByVec=function(V){var self=this.ptr;if(V&&typeof V==="object")V=V.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomCurve_TranslatedByVec_1(self,V),Mx3dGeomObject)};Mx3dGeomCurve.prototype["TranslatedBy2Points"]=Mx3dGeomCurve.prototype.TranslatedBy2Points=function(P1,P2){var self=this.ptr;if(P1&&typeof P1==="object")P1=P1.ptr;if(P2&&typeof P2==="object")P2=P2.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomCurve_TranslatedBy2Points_2(self,P1,P2),Mx3dGeomObject)};Mx3dGeomCurve.prototype["__destroy__"]=Mx3dGeomCurve.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_Mx3dGeomCurve___destroy___0(self)};function Mx3dGeomSurface(){throw"cannot construct a Mx3dGeomSurface, no constructor in IDL"}Mx3dGeomSurface.prototype=Object.create(Mx3dGeomObject.prototype);Mx3dGeomSurface.prototype.constructor=Mx3dGeomSurface;Mx3dGeomSurface.prototype.__class__=Mx3dGeomSurface;Mx3dGeomSurface.__cache__={};Module["Mx3dGeomSurface"]=Mx3dGeomSurface;Mx3dGeomSurface.prototype["UReversed"]=Mx3dGeomSurface.prototype.UReversed=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomSurface_UReversed_0(self),Mx3dGeomSurface)};Mx3dGeomSurface.prototype["VReversed"]=Mx3dGeomSurface.prototype.VReversed=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomSurface_VReversed_0(self),Mx3dGeomSurface)};Mx3dGeomSurface.prototype["TransformParameters"]=Mx3dGeomSurface.prototype.TransformParameters=function(UV,T){var self=this.ptr;if(UV&&typeof UV==="object")UV=UV.ptr;if(T&&typeof T==="object")T=T.ptr;_emscripten_bind_Mx3dGeomSurface_TransformParameters_2(self,UV,T)};Mx3dGeomSurface.prototype["UPeriod"]=Mx3dGeomSurface.prototype.UPeriod=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomSurface_UPeriod_0(self)};Mx3dGeomSurface.prototype["VPeriod"]=Mx3dGeomSurface.prototype.VPeriod=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomSurface_VPeriod_0(self)};Mx3dGeomSurface.prototype["Value"]=Mx3dGeomSurface.prototype.Value=function(U,V){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(V&&typeof V==="object")V=V.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomSurface_Value_2(self,U,V),Mx3dGePoint)};Mx3dGeomSurface.prototype["DynamicType"]=Mx3dGeomSurface.prototype.DynamicType=function(){var self=this.ptr;return UTF8ToString(_emscripten_bind_Mx3dGeomSurface_DynamicType_0(self))};Mx3dGeomSurface.prototype["MirrorByPoint"]=Mx3dGeomSurface.prototype.MirrorByPoint=function(P){var self=this.ptr;if(P&&typeof P==="object")P=P.ptr;_emscripten_bind_Mx3dGeomSurface_MirrorByPoint_1(self,P)};Mx3dGeomSurface.prototype["MirrorByAxis"]=Mx3dGeomSurface.prototype.MirrorByAxis=function(A1){var self=this.ptr;if(A1&&typeof A1==="object")A1=A1.ptr;_emscripten_bind_Mx3dGeomSurface_MirrorByAxis_1(self,A1)};Mx3dGeomSurface.prototype["MirrorByCSYSR"]=Mx3dGeomSurface.prototype.MirrorByCSYSR=function(A2){var self=this.ptr;if(A2&&typeof A2==="object")A2=A2.ptr;_emscripten_bind_Mx3dGeomSurface_MirrorByCSYSR_1(self,A2)};Mx3dGeomSurface.prototype["Rotate"]=Mx3dGeomSurface.prototype.Rotate=function(A1,Ang){var self=this.ptr;if(A1&&typeof A1==="object")A1=A1.ptr;if(Ang&&typeof Ang==="object")Ang=Ang.ptr;_emscripten_bind_Mx3dGeomSurface_Rotate_2(self,A1,Ang)};Mx3dGeomSurface.prototype["Scale"]=Mx3dGeomSurface.prototype.Scale=function(P,S){var self=this.ptr;if(P&&typeof P==="object")P=P.ptr;if(S&&typeof S==="object")S=S.ptr;_emscripten_bind_Mx3dGeomSurface_Scale_2(self,P,S)};Mx3dGeomSurface.prototype["TranslateByVec"]=Mx3dGeomSurface.prototype.TranslateByVec=function(V){var self=this.ptr;if(V&&typeof V==="object")V=V.ptr;_emscripten_bind_Mx3dGeomSurface_TranslateByVec_1(self,V)};Mx3dGeomSurface.prototype["TranslateBy2Points"]=Mx3dGeomSurface.prototype.TranslateBy2Points=function(P1,P2){var self=this.ptr;if(P1&&typeof P1==="object")P1=P1.ptr;if(P2&&typeof P2==="object")P2=P2.ptr;_emscripten_bind_Mx3dGeomSurface_TranslateBy2Points_2(self,P1,P2)};Mx3dGeomSurface.prototype["MirroredByPoint"]=Mx3dGeomSurface.prototype.MirroredByPoint=function(P){var self=this.ptr;if(P&&typeof P==="object")P=P.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomSurface_MirroredByPoint_1(self,P),Mx3dGeomObject)};Mx3dGeomSurface.prototype["MirroredByAxis"]=Mx3dGeomSurface.prototype.MirroredByAxis=function(A1){var self=this.ptr;if(A1&&typeof A1==="object")A1=A1.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomSurface_MirroredByAxis_1(self,A1),Mx3dGeomObject)};Mx3dGeomSurface.prototype["MirroredByCSYSR"]=Mx3dGeomSurface.prototype.MirroredByCSYSR=function(A2){var self=this.ptr;if(A2&&typeof A2==="object")A2=A2.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomSurface_MirroredByCSYSR_1(self,A2),Mx3dGeomObject)};Mx3dGeomSurface.prototype["Rotated"]=Mx3dGeomSurface.prototype.Rotated=function(A1,Ang){var self=this.ptr;if(A1&&typeof A1==="object")A1=A1.ptr;if(Ang&&typeof Ang==="object")Ang=Ang.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomSurface_Rotated_2(self,A1,Ang),Mx3dGeomObject)};Mx3dGeomSurface.prototype["Scaled"]=Mx3dGeomSurface.prototype.Scaled=function(P,S){var self=this.ptr;if(P&&typeof P==="object")P=P.ptr;if(S&&typeof S==="object")S=S.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomSurface_Scaled_2(self,P,S),Mx3dGeomObject)};Mx3dGeomSurface.prototype["Transformed"]=Mx3dGeomSurface.prototype.Transformed=function(T){var self=this.ptr;if(T&&typeof T==="object")T=T.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomSurface_Transformed_1(self,T),Mx3dGeomObject)};Mx3dGeomSurface.prototype["TranslatedByVec"]=Mx3dGeomSurface.prototype.TranslatedByVec=function(V){var self=this.ptr;if(V&&typeof V==="object")V=V.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomSurface_TranslatedByVec_1(self,V),Mx3dGeomObject)};Mx3dGeomSurface.prototype["TranslatedBy2Points"]=Mx3dGeomSurface.prototype.TranslatedBy2Points=function(P1,P2){var self=this.ptr;if(P1&&typeof P1==="object")P1=P1.ptr;if(P2&&typeof P2==="object")P2=P2.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomSurface_TranslatedBy2Points_2(self,P1,P2),Mx3dGeomObject)};Mx3dGeomSurface.prototype["__destroy__"]=Mx3dGeomSurface.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_Mx3dGeomSurface___destroy___0(self)};function MdGeShape(other){if(other&&typeof other==="object")other=other.ptr;if(other===undefined){this.ptr=_emscripten_bind_MdGeShape_MdGeShape_0();getCache(MdGeShape)[this.ptr]=this;return}this.ptr=_emscripten_bind_MdGeShape_MdGeShape_1(other);getCache(MdGeShape)[this.ptr]=this}MdGeShape.prototype=Object.create(Mx3dBaseObject.prototype);MdGeShape.prototype.constructor=MdGeShape;MdGeShape.prototype.__class__=MdGeShape;MdGeShape.__cache__={};Module["MdGeShape"]=MdGeShape;MdGeShape.prototype["Fuse"]=MdGeShape.prototype.Fuse=function(other){var self=this.ptr;if(other&&typeof other==="object")other=other.ptr;return wrapPointer(_emscripten_bind_MdGeShape_Fuse_1(self,other),MdGeShape)};MdGeShape.prototype["Cut"]=MdGeShape.prototype.Cut=function(remove){var self=this.ptr;if(remove&&typeof remove==="object")remove=remove.ptr;return wrapPointer(_emscripten_bind_MdGeShape_Cut_1(self,remove),MdGeShape)};MdGeShape.prototype["Common"]=MdGeShape.prototype.Common=function(other){var self=this.ptr;if(other&&typeof other==="object")other=other.ptr;return wrapPointer(_emscripten_bind_MdGeShape_Common_1(self,other),MdGeShape)};MdGeShape.prototype["Section"]=MdGeShape.prototype.Section=function(other){var self=this.ptr;if(other&&typeof other==="object")other=other.ptr;return wrapPointer(_emscripten_bind_MdGeShape_Section_1(self,other),MdGeShape)};MdGeShape.prototype["ShapeType"]=MdGeShape.prototype.ShapeType=function(){var self=this.ptr;return _emscripten_bind_MdGeShape_ShapeType_0(self)};MdGeShape.prototype["Quantities"]=MdGeShape.prototype.Quantities=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeShape_Quantities_0(self),MdGeArray1OfReal)};MdGeShape.prototype["MirrorByPoint"]=MdGeShape.prototype.MirrorByPoint=function(theP){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;_emscripten_bind_MdGeShape_MirrorByPoint_1(self,theP)};MdGeShape.prototype["MirroredByPoint"]=MdGeShape.prototype.MirroredByPoint=function(theP){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;return wrapPointer(_emscripten_bind_MdGeShape_MirroredByPoint_1(self,theP),MdGeShape)};MdGeShape.prototype["MirrorByAxis"]=MdGeShape.prototype.MirrorByAxis=function(axis){var self=this.ptr;if(axis&&typeof axis==="object")axis=axis.ptr;_emscripten_bind_MdGeShape_MirrorByAxis_1(self,axis)};MdGeShape.prototype["MirroredByAxis"]=MdGeShape.prototype.MirroredByAxis=function(axis){var self=this.ptr;if(axis&&typeof axis==="object")axis=axis.ptr;return wrapPointer(_emscripten_bind_MdGeShape_MirroredByAxis_1(self,axis),MdGeShape)};MdGeShape.prototype["MirrorByCSYSR"]=MdGeShape.prototype.MirrorByCSYSR=function(csysr){var self=this.ptr;if(csysr&&typeof csysr==="object")csysr=csysr.ptr;_emscripten_bind_MdGeShape_MirrorByCSYSR_1(self,csysr)};MdGeShape.prototype["MirroredByCSYSR"]=MdGeShape.prototype.MirroredByCSYSR=function(csysr){var self=this.ptr;if(csysr&&typeof csysr==="object")csysr=csysr.ptr;return wrapPointer(_emscripten_bind_MdGeShape_MirroredByCSYSR_1(self,csysr),MdGeShape)};MdGeShape.prototype["Rotate"]=MdGeShape.prototype.Rotate=function(axis,ang){var self=this.ptr;if(axis&&typeof axis==="object")axis=axis.ptr;if(ang&&typeof ang==="object")ang=ang.ptr;_emscripten_bind_MdGeShape_Rotate_2(self,axis,ang)};MdGeShape.prototype["Rotated"]=MdGeShape.prototype.Rotated=function(axis,ang){var self=this.ptr;if(axis&&typeof axis==="object")axis=axis.ptr;if(ang&&typeof ang==="object")ang=ang.ptr;return wrapPointer(_emscripten_bind_MdGeShape_Rotated_2(self,axis,ang),MdGeShape)};MdGeShape.prototype["Scale"]=MdGeShape.prototype.Scale=function(point,s){var self=this.ptr;if(point&&typeof point==="object")point=point.ptr;if(s&&typeof s==="object")s=s.ptr;_emscripten_bind_MdGeShape_Scale_2(self,point,s)};MdGeShape.prototype["Scaled"]=MdGeShape.prototype.Scaled=function(point,s){var self=this.ptr;if(point&&typeof point==="object")point=point.ptr;if(s&&typeof s==="object")s=s.ptr;return wrapPointer(_emscripten_bind_MdGeShape_Scaled_2(self,point,s),MdGeShape)};MdGeShape.prototype["Transform"]=MdGeShape.prototype.Transform=function(trsf){var self=this.ptr;if(trsf&&typeof trsf==="object")trsf=trsf.ptr;_emscripten_bind_MdGeShape_Transform_1(self,trsf)};MdGeShape.prototype["Transformed"]=MdGeShape.prototype.Transformed=function(trsf){var self=this.ptr;if(trsf&&typeof trsf==="object")trsf=trsf.ptr;return wrapPointer(_emscripten_bind_MdGeShape_Transformed_1(self,trsf),MdGeShape)};MdGeShape.prototype["TranslateByVec"]=MdGeShape.prototype.TranslateByVec=function(vec){var self=this.ptr;if(vec&&typeof vec==="object")vec=vec.ptr;_emscripten_bind_MdGeShape_TranslateByVec_1(self,vec)};MdGeShape.prototype["TranslatedByVec"]=MdGeShape.prototype.TranslatedByVec=function(vec){var self=this.ptr;if(vec&&typeof vec==="object")vec=vec.ptr;return wrapPointer(_emscripten_bind_MdGeShape_TranslatedByVec_1(self,vec),MdGeShape)};MdGeShape.prototype["TranslateBy2Points"]=MdGeShape.prototype.TranslateBy2Points=function(point1,point2){var self=this.ptr;if(point1&&typeof point1==="object")point1=point1.ptr;if(point2&&typeof point2==="object")point2=point2.ptr;_emscripten_bind_MdGeShape_TranslateBy2Points_2(self,point1,point2)};MdGeShape.prototype["TranslatedBy2Points"]=MdGeShape.prototype.TranslatedBy2Points=function(point1,point2){var self=this.ptr;if(point1&&typeof point1==="object")point1=point1.ptr;if(point2&&typeof point2==="object")point2=point2.ptr;return wrapPointer(_emscripten_bind_MdGeShape_TranslatedBy2Points_2(self,point1,point2),MdGeShape)};MdGeShape.prototype["SetTextureFileName"]=MdGeShape.prototype.SetTextureFileName=function(path){var self=this.ptr;ensureCache.prepare();if(path&&typeof path==="object")path=path.ptr;else path=ensureString(path);_emscripten_bind_MdGeShape_SetTextureFileName_1(self,path)};MdGeShape.prototype["SetMaterialAspect"]=MdGeShape.prototype.SetMaterialAspect=function(material){var self=this.ptr;if(material&&typeof material==="object")material=material.ptr;_emscripten_bind_MdGeShape_SetMaterialAspect_1(self,material)};MdGeShape.prototype["SetColor"]=MdGeShape.prototype.SetColor=function(color){var self=this.ptr;if(color&&typeof color==="object")color=color.ptr;_emscripten_bind_MdGeShape_SetColor_1(self,color)};MdGeShape.prototype["TextureRepeat"]=MdGeShape.prototype.TextureRepeat=function(){var self=this.ptr;return!!_emscripten_bind_MdGeShape_TextureRepeat_0(self)};MdGeShape.prototype["URepeat"]=MdGeShape.prototype.URepeat=function(){var self=this.ptr;return _emscripten_bind_MdGeShape_URepeat_0(self)};MdGeShape.prototype["VRepeat"]=MdGeShape.prototype.VRepeat=function(){var self=this.ptr;return _emscripten_bind_MdGeShape_VRepeat_0(self)};MdGeShape.prototype["SetTextureRepeat"]=MdGeShape.prototype.SetTextureRepeat=function(theToRepeat,theURepeat,theVRepeat){var self=this.ptr;if(theToRepeat&&typeof theToRepeat==="object")theToRepeat=theToRepeat.ptr;if(theURepeat&&typeof theURepeat==="object")theURepeat=theURepeat.ptr;if(theVRepeat&&typeof theVRepeat==="object")theVRepeat=theVRepeat.ptr;_emscripten_bind_MdGeShape_SetTextureRepeat_3(self,theToRepeat,theURepeat,theVRepeat)};MdGeShape.prototype["TextureScale"]=MdGeShape.prototype.TextureScale=function(){var self=this.ptr;return!!_emscripten_bind_MdGeShape_TextureScale_0(self)};MdGeShape.prototype["TextureScaleU"]=MdGeShape.prototype.TextureScaleU=function(){var self=this.ptr;return _emscripten_bind_MdGeShape_TextureScaleU_0(self)};MdGeShape.prototype["TextureScaleV"]=MdGeShape.prototype.TextureScaleV=function(){var self=this.ptr;return _emscripten_bind_MdGeShape_TextureScaleV_0(self)};MdGeShape.prototype["SetTextureScale"]=MdGeShape.prototype.SetTextureScale=function(theToSetTextureScale,theScaleU,theScaleV){var self=this.ptr;if(theToSetTextureScale&&typeof theToSetTextureScale==="object")theToSetTextureScale=theToSetTextureScale.ptr;if(theScaleU&&typeof theScaleU==="object")theScaleU=theScaleU.ptr;if(theScaleV&&typeof theScaleV==="object")theScaleV=theScaleV.ptr;_emscripten_bind_MdGeShape_SetTextureScale_3(self,theToSetTextureScale,theScaleU,theScaleV)};MdGeShape.prototype["TextureOrigin"]=MdGeShape.prototype.TextureOrigin=function(){var self=this.ptr;return!!_emscripten_bind_MdGeShape_TextureOrigin_0(self)};MdGeShape.prototype["TextureUOrigin"]=MdGeShape.prototype.TextureUOrigin=function(){var self=this.ptr;return _emscripten_bind_MdGeShape_TextureUOrigin_0(self)};MdGeShape.prototype["TextureVOrigin"]=MdGeShape.prototype.TextureVOrigin=function(){var self=this.ptr;return _emscripten_bind_MdGeShape_TextureVOrigin_0(self)};MdGeShape.prototype["SetTextureOrigin"]=MdGeShape.prototype.SetTextureOrigin=function(theToSetTextureOrigin,theUOrigin,theVOrigin){var self=this.ptr;if(theToSetTextureOrigin&&typeof theToSetTextureOrigin==="object")theToSetTextureOrigin=theToSetTextureOrigin.ptr;if(theUOrigin&&typeof theUOrigin==="object")theUOrigin=theUOrigin.ptr;if(theVOrigin&&typeof theVOrigin==="object")theVOrigin=theVOrigin.ptr;_emscripten_bind_MdGeShape_SetTextureOrigin_3(self,theToSetTextureOrigin,theUOrigin,theVOrigin)};MdGeShape.prototype["IsNull"]=MdGeShape.prototype.IsNull=function(){var self=this.ptr;return!!_emscripten_bind_MdGeShape_IsNull_0(self)};MdGeShape.prototype["SetShapeName"]=MdGeShape.prototype.SetShapeName=function(theShapeName){var self=this.ptr;ensureCache.prepare();if(theShapeName&&typeof theShapeName==="object")theShapeName=theShapeName.ptr;else theShapeName=ensureString(theShapeName);_emscripten_bind_MdGeShape_SetShapeName_1(self,theShapeName)};MdGeShape.prototype["GetShapeName"]=MdGeShape.prototype.GetShapeName=function(){var self=this.ptr;return UTF8ToString(_emscripten_bind_MdGeShape_GetShapeName_0(self))};MdGeShape.prototype["GetBndBox"]=MdGeShape.prototype.GetBndBox=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeShape_GetBndBox_0(self),MdGeBndBox)};MdGeShape.prototype["Draw"]=MdGeShape.prototype.Draw=function(){var self=this.ptr;return UTF8ToString(_emscripten_bind_MdGeShape_Draw_0(self))};MdGeShape.prototype["__destroy__"]=MdGeShape.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_MdGeShape___destroy___0(self)};function MdGeAisObject(){this.ptr=_emscripten_bind_MdGeAisObject_MdGeAisObject_0();getCache(MdGeAisObject)[this.ptr]=this}MdGeAisObject.prototype=Object.create(Mx3dBaseObject.prototype);MdGeAisObject.prototype.constructor=MdGeAisObject;MdGeAisObject.prototype.__class__=MdGeAisObject;MdGeAisObject.__cache__={};Module["MdGeAisObject"]=MdGeAisObject;MdGeAisObject.prototype["__destroy__"]=MdGeAisObject.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_MdGeAisObject___destroy___0(self)};function Mx3dShapeObject(){this.ptr=_emscripten_bind_Mx3dShapeObject_Mx3dShapeObject_0();getCache(Mx3dShapeObject)[this.ptr]=this}Mx3dShapeObject.prototype=Object.create(Mx3dBaseObject.prototype);Mx3dShapeObject.prototype.constructor=Mx3dShapeObject;Mx3dShapeObject.prototype.__class__=Mx3dShapeObject;Mx3dShapeObject.__cache__={};Module["Mx3dShapeObject"]=Mx3dShapeObject;Mx3dShapeObject.prototype["getBndBox"]=Mx3dShapeObject.prototype.getBndBox=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeObject_getBndBox_0(self),Mx3dGeBndBox)};Mx3dShapeObject.prototype["reverse"]=Mx3dShapeObject.prototype.reverse=function(){var self=this.ptr;_emscripten_bind_Mx3dShapeObject_reverse_0(self)};Mx3dShapeObject.prototype["reversed"]=Mx3dShapeObject.prototype.reversed=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeObject_reversed_0(self),Mx3dShapeObject)};Mx3dShapeObject.prototype["Orientation"]=Mx3dShapeObject.prototype.Orientation=function(){var self=this.ptr;return _emscripten_bind_Mx3dShapeObject_Orientation_0(self)};Mx3dShapeObject.prototype["move"]=Mx3dShapeObject.prototype.move=function(theLocation){var self=this.ptr;if(theLocation&&typeof theLocation==="object")theLocation=theLocation.ptr;_emscripten_bind_Mx3dShapeObject_move_1(self,theLocation)};Mx3dShapeObject.prototype["moved"]=Mx3dShapeObject.prototype.moved=function(theLocation){var self=this.ptr;if(theLocation&&typeof theLocation==="object")theLocation=theLocation.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeObject_moved_1(self,theLocation),Mx3dShapeObject)};Mx3dShapeObject.prototype["clone"]=Mx3dShapeObject.prototype.clone=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeObject_clone_0(self),Mx3dShapeObject)};Mx3dShapeObject.prototype["fuse"]=Mx3dShapeObject.prototype.fuse=function(theOther){var self=this.ptr;if(theOther&&typeof theOther==="object")theOther=theOther.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeObject_fuse_1(self,theOther),Mx3dShapeObject)};Mx3dShapeObject.prototype["cut"]=Mx3dShapeObject.prototype.cut=function(theOther){var self=this.ptr;if(theOther&&typeof theOther==="object")theOther=theOther.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeObject_cut_1(self,theOther),Mx3dShapeObject)};Mx3dShapeObject.prototype["common"]=Mx3dShapeObject.prototype.common=function(theOther){var self=this.ptr;if(theOther&&typeof theOther==="object")theOther=theOther.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeObject_common_1(self,theOther),Mx3dShapeObject)};Mx3dShapeObject.prototype["section"]=Mx3dShapeObject.prototype.section=function(theOther){var self=this.ptr;if(theOther&&typeof theOther==="object")theOther=theOther.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeObject_section_1(self,theOther),Mx3dShapeObject)};Mx3dShapeObject.prototype["spliter"]=Mx3dShapeObject.prototype.spliter=function(theTools){var self=this.ptr;if(theTools&&typeof theTools==="object")theTools=theTools.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeObject_spliter_1(self,theTools),Mx3dShapeObjectSequence)};Mx3dShapeObject.prototype["MirrorByPoint"]=Mx3dShapeObject.prototype.MirrorByPoint=function(theP){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;_emscripten_bind_Mx3dShapeObject_MirrorByPoint_1(self,theP)};Mx3dShapeObject.prototype["MirroredByPoint"]=Mx3dShapeObject.prototype.MirroredByPoint=function(theP){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeObject_MirroredByPoint_1(self,theP),Mx3dShapeObject)};Mx3dShapeObject.prototype["MirrorByAxis"]=Mx3dShapeObject.prototype.MirrorByAxis=function(axis){var self=this.ptr;if(axis&&typeof axis==="object")axis=axis.ptr;_emscripten_bind_Mx3dShapeObject_MirrorByAxis_1(self,axis)};Mx3dShapeObject.prototype["MirroredByAxis"]=Mx3dShapeObject.prototype.MirroredByAxis=function(axis){var self=this.ptr;if(axis&&typeof axis==="object")axis=axis.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeObject_MirroredByAxis_1(self,axis),Mx3dShapeObject)};Mx3dShapeObject.prototype["MirrorByCSYSR"]=Mx3dShapeObject.prototype.MirrorByCSYSR=function(csysr){var self=this.ptr;if(csysr&&typeof csysr==="object")csysr=csysr.ptr;_emscripten_bind_Mx3dShapeObject_MirrorByCSYSR_1(self,csysr)};Mx3dShapeObject.prototype["MirroredByCSYSR"]=Mx3dShapeObject.prototype.MirroredByCSYSR=function(csysr){var self=this.ptr;if(csysr&&typeof csysr==="object")csysr=csysr.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeObject_MirroredByCSYSR_1(self,csysr),Mx3dShapeObject)};Mx3dShapeObject.prototype["Rotate"]=Mx3dShapeObject.prototype.Rotate=function(axis,ang){var self=this.ptr;if(axis&&typeof axis==="object")axis=axis.ptr;if(ang&&typeof ang==="object")ang=ang.ptr;_emscripten_bind_Mx3dShapeObject_Rotate_2(self,axis,ang)};Mx3dShapeObject.prototype["Rotated"]=Mx3dShapeObject.prototype.Rotated=function(axis,ang){var self=this.ptr;if(axis&&typeof axis==="object")axis=axis.ptr;if(ang&&typeof ang==="object")ang=ang.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeObject_Rotated_2(self,axis,ang),Mx3dShapeObject)};Mx3dShapeObject.prototype["Scale"]=Mx3dShapeObject.prototype.Scale=function(point,s){var self=this.ptr;if(point&&typeof point==="object")point=point.ptr;if(s&&typeof s==="object")s=s.ptr;_emscripten_bind_Mx3dShapeObject_Scale_2(self,point,s)};Mx3dShapeObject.prototype["Scaled"]=Mx3dShapeObject.prototype.Scaled=function(point,s){var self=this.ptr;if(point&&typeof point==="object")point=point.ptr;if(s&&typeof s==="object")s=s.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeObject_Scaled_2(self,point,s),Mx3dShapeObject)};Mx3dShapeObject.prototype["Transform"]=Mx3dShapeObject.prototype.Transform=function(trsf){var self=this.ptr;if(trsf&&typeof trsf==="object")trsf=trsf.ptr;_emscripten_bind_Mx3dShapeObject_Transform_1(self,trsf)};Mx3dShapeObject.prototype["Transformed"]=Mx3dShapeObject.prototype.Transformed=function(trsf){var self=this.ptr;if(trsf&&typeof trsf==="object")trsf=trsf.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeObject_Transformed_1(self,trsf),Mx3dShapeObject)};Mx3dShapeObject.prototype["TranslateByVec"]=Mx3dShapeObject.prototype.TranslateByVec=function(theX,theY,theZ){var self=this.ptr;if(theX&&typeof theX==="object")theX=theX.ptr;if(theY&&typeof theY==="object")theY=theY.ptr;if(theZ&&typeof theZ==="object")theZ=theZ.ptr;if(theY===undefined){_emscripten_bind_Mx3dShapeObject_TranslateByVec_1(self,theX);return}if(theZ===undefined){_emscripten_bind_Mx3dShapeObject_TranslateByVec_2(self,theX,theY);return}_emscripten_bind_Mx3dShapeObject_TranslateByVec_3(self,theX,theY,theZ)};Mx3dShapeObject.prototype["TranslatedByVec"]=Mx3dShapeObject.prototype.TranslatedByVec=function(theX,theY,theZ){var self=this.ptr;if(theX&&typeof theX==="object")theX=theX.ptr;if(theY&&typeof theY==="object")theY=theY.ptr;if(theZ&&typeof theZ==="object")theZ=theZ.ptr;if(theY===undefined){return wrapPointer(_emscripten_bind_Mx3dShapeObject_TranslatedByVec_1(self,theX),Mx3dShapeObject)}if(theZ===undefined){return wrapPointer(_emscripten_bind_Mx3dShapeObject_TranslatedByVec_2(self,theX,theY),Mx3dShapeObject)}return wrapPointer(_emscripten_bind_Mx3dShapeObject_TranslatedByVec_3(self,theX,theY,theZ),Mx3dShapeObject)};Mx3dShapeObject.prototype["TranslateBy2Points"]=Mx3dShapeObject.prototype.TranslateBy2Points=function(point1,point2){var self=this.ptr;if(point1&&typeof point1==="object")point1=point1.ptr;if(point2&&typeof point2==="object")point2=point2.ptr;_emscripten_bind_Mx3dShapeObject_TranslateBy2Points_2(self,point1,point2)};Mx3dShapeObject.prototype["TranslatedBy2Points"]=Mx3dShapeObject.prototype.TranslatedBy2Points=function(point1,point2){var self=this.ptr;if(point1&&typeof point1==="object")point1=point1.ptr;if(point2&&typeof point2==="object")point2=point2.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeObject_TranslatedBy2Points_2(self,point1,point2),Mx3dShapeObject)};Mx3dShapeObject.prototype["Explore"]=Mx3dShapeObject.prototype.Explore=function(ToFind){var self=this.ptr;if(ToFind&&typeof ToFind==="object")ToFind=ToFind.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeObject_Explore_1(self,ToFind),Mx3dShapeObjectSequence)};Mx3dShapeObject.prototype["ShapeType"]=Mx3dShapeObject.prototype.ShapeType=function(){var self=this.ptr;return _emscripten_bind_Mx3dShapeObject_ShapeType_0(self)};Mx3dShapeObject.prototype["Quantities"]=Mx3dShapeObject.prototype.Quantities=function(theAspect){var self=this.ptr;if(theAspect&&typeof theAspect==="object")theAspect=theAspect.ptr;return _emscripten_bind_Mx3dShapeObject_Quantities_1(self,theAspect)};Mx3dShapeObject.prototype["Centroid"]=Mx3dShapeObject.prototype.Centroid=function(theAspect){var self=this.ptr;if(theAspect&&typeof theAspect==="object")theAspect=theAspect.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeObject_Centroid_1(self,theAspect),Mx3dGePoint)};Mx3dShapeObject.prototype["__destroy__"]=Mx3dShapeObject.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_Mx3dShapeObject___destroy___0(self)};function Mx3dDbObject(){this.ptr=_emscripten_bind_Mx3dDbObject_Mx3dDbObject_0();getCache(Mx3dDbObject)[this.ptr]=this}Mx3dDbObject.prototype=Object.create(Mx3dBaseObject.prototype);Mx3dDbObject.prototype.constructor=Mx3dDbObject;Mx3dDbObject.prototype.__class__=Mx3dDbObject;Mx3dDbObject.__cache__={};Module["Mx3dDbObject"]=Mx3dDbObject;Mx3dDbObject.prototype["__destroy__"]=Mx3dDbObject.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_Mx3dDbObject___destroy___0(self)};function Mx3dGeCurve(){this.ptr=_emscripten_bind_Mx3dGeCurve_Mx3dGeCurve_0();getCache(Mx3dGeCurve)[this.ptr]=this}Mx3dGeCurve.prototype=Object.create(Mx3dGeObject.prototype);Mx3dGeCurve.prototype.constructor=Mx3dGeCurve;Mx3dGeCurve.prototype.__class__=Mx3dGeCurve;Mx3dGeCurve.__cache__={};Module["Mx3dGeCurve"]=Mx3dGeCurve;Mx3dGeCurve.prototype["__destroy__"]=Mx3dGeCurve.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_Mx3dGeCurve___destroy___0(self)};function Mx3dDimObject(){throw"cannot construct a Mx3dDimObject, no constructor in IDL"}Mx3dDimObject.prototype=Object.create(Mx3dBaseObject.prototype);Mx3dDimObject.prototype.constructor=Mx3dDimObject;Mx3dDimObject.prototype.__class__=Mx3dDimObject;Mx3dDimObject.__cache__={};Module["Mx3dDimObject"]=Mx3dDimObject;Mx3dDimObject.prototype["__destroy__"]=Mx3dDimObject.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_Mx3dDimObject___destroy___0(self)};function Mx3dSymbolObject(){this.ptr=_emscripten_bind_Mx3dSymbolObject_Mx3dSymbolObject_0();getCache(Mx3dSymbolObject)[this.ptr]=this}Mx3dSymbolObject.prototype=Object.create(Mx3dBaseObject.prototype);Mx3dSymbolObject.prototype.constructor=Mx3dSymbolObject;Mx3dSymbolObject.prototype.__class__=Mx3dSymbolObject;Mx3dSymbolObject.__cache__={};Module["Mx3dSymbolObject"]=Mx3dSymbolObject;Mx3dSymbolObject.prototype["__destroy__"]=Mx3dSymbolObject.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_Mx3dSymbolObject___destroy___0(self)};function Mx3dAlgoObject(){this.ptr=_emscripten_bind_Mx3dAlgoObject_Mx3dAlgoObject_0();getCache(Mx3dAlgoObject)[this.ptr]=this}Mx3dAlgoObject.prototype=Object.create(Mx3dBaseObject.prototype);Mx3dAlgoObject.prototype.constructor=Mx3dAlgoObject;Mx3dAlgoObject.prototype.__class__=Mx3dAlgoObject;Mx3dAlgoObject.__cache__={};Module["Mx3dAlgoObject"]=Mx3dAlgoObject;Mx3dAlgoObject.prototype["__destroy__"]=Mx3dAlgoObject.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_Mx3dAlgoObject___destroy___0(self)};function Mx3dAspectObject(){this.ptr=_emscripten_bind_Mx3dAspectObject_Mx3dAspectObject_0();getCache(Mx3dAspectObject)[this.ptr]=this}Mx3dAspectObject.prototype=Object.create(Mx3dBaseObject.prototype);Mx3dAspectObject.prototype.constructor=Mx3dAspectObject;Mx3dAspectObject.prototype.__class__=Mx3dAspectObject;Mx3dAspectObject.__cache__={};Module["Mx3dAspectObject"]=Mx3dAspectObject;Mx3dAspectObject.prototype["__destroy__"]=Mx3dAspectObject.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_Mx3dAspectObject___destroy___0(self)};function Mx3dGeomConic(){throw"cannot construct a Mx3dGeomConic, no constructor in IDL"}Mx3dGeomConic.prototype=Object.create(Mx3dGeomCurve.prototype);Mx3dGeomConic.prototype.constructor=Mx3dGeomConic;Mx3dGeomConic.prototype.__class__=Mx3dGeomConic;Mx3dGeomConic.__cache__={};Module["Mx3dGeomConic"]=Mx3dGeomConic;Mx3dGeomConic.prototype["SetAxis"]=Mx3dGeomConic.prototype.SetAxis=function(theA1){var self=this.ptr;if(theA1&&typeof theA1==="object")theA1=theA1.ptr;_emscripten_bind_Mx3dGeomConic_SetAxis_1(self,theA1)};Mx3dGeomConic.prototype["SetLocation"]=Mx3dGeomConic.prototype.SetLocation=function(theP){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;_emscripten_bind_Mx3dGeomConic_SetLocation_1(self,theP)};Mx3dGeomConic.prototype["SetPosition"]=Mx3dGeomConic.prototype.SetPosition=function(theA2){var self=this.ptr;if(theA2&&typeof theA2==="object")theA2=theA2.ptr;_emscripten_bind_Mx3dGeomConic_SetPosition_1(self,theA2)};Mx3dGeomConic.prototype["Axis"]=Mx3dGeomConic.prototype.Axis=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomConic_Axis_0(self),Mx3dGeAxis)};Mx3dGeomConic.prototype["Location"]=Mx3dGeomConic.prototype.Location=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomConic_Location_0(self),Mx3dGePoint)};Mx3dGeomConic.prototype["Position"]=Mx3dGeomConic.prototype.Position=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomConic_Position_0(self),Mx3dGeCSYSR)};Mx3dGeomConic.prototype["XAxis"]=Mx3dGeomConic.prototype.XAxis=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomConic_XAxis_0(self),Mx3dGeAxis)};Mx3dGeomConic.prototype["YAxis"]=Mx3dGeomConic.prototype.YAxis=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomConic_YAxis_0(self),Mx3dGeAxis)};Mx3dGeomConic.prototype["Reverse"]=Mx3dGeomConic.prototype.Reverse=function(){var self=this.ptr;_emscripten_bind_Mx3dGeomConic_Reverse_0(self)};Mx3dGeomConic.prototype["Continuity"]=Mx3dGeomConic.prototype.Continuity=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomConic_Continuity_0(self)};Mx3dGeomConic.prototype["IsCN"]=Mx3dGeomConic.prototype.IsCN=function(N){var self=this.ptr;if(N&&typeof N==="object")N=N.ptr;return!!_emscripten_bind_Mx3dGeomConic_IsCN_1(self,N)};Mx3dGeomConic.prototype["DynamicType"]=Mx3dGeomConic.prototype.DynamicType=function(){var self=this.ptr;return UTF8ToString(_emscripten_bind_Mx3dGeomConic_DynamicType_0(self))};Mx3dGeomConic.prototype["Reversed"]=Mx3dGeomConic.prototype.Reversed=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomConic_Reversed_0(self),Mx3dGeomCurve)};Mx3dGeomConic.prototype["Period"]=Mx3dGeomConic.prototype.Period=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomConic_Period_0(self)};Mx3dGeomConic.prototype["Value"]=Mx3dGeomConic.prototype.Value=function(U){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomConic_Value_1(self,U),Mx3dGePoint)};Mx3dGeomConic.prototype["MirrorByPoint"]=Mx3dGeomConic.prototype.MirrorByPoint=function(P){var self=this.ptr;if(P&&typeof P==="object")P=P.ptr;_emscripten_bind_Mx3dGeomConic_MirrorByPoint_1(self,P)};Mx3dGeomConic.prototype["MirrorByAxis"]=Mx3dGeomConic.prototype.MirrorByAxis=function(A1){var self=this.ptr;if(A1&&typeof A1==="object")A1=A1.ptr;_emscripten_bind_Mx3dGeomConic_MirrorByAxis_1(self,A1)};Mx3dGeomConic.prototype["MirrorByCSYSR"]=Mx3dGeomConic.prototype.MirrorByCSYSR=function(A2){var self=this.ptr;if(A2&&typeof A2==="object")A2=A2.ptr;_emscripten_bind_Mx3dGeomConic_MirrorByCSYSR_1(self,A2)};Mx3dGeomConic.prototype["Rotate"]=Mx3dGeomConic.prototype.Rotate=function(A1,Ang){var self=this.ptr;if(A1&&typeof A1==="object")A1=A1.ptr;if(Ang&&typeof Ang==="object")Ang=Ang.ptr;_emscripten_bind_Mx3dGeomConic_Rotate_2(self,A1,Ang)};Mx3dGeomConic.prototype["Scale"]=Mx3dGeomConic.prototype.Scale=function(P,S){var self=this.ptr;if(P&&typeof P==="object")P=P.ptr;if(S&&typeof S==="object")S=S.ptr;_emscripten_bind_Mx3dGeomConic_Scale_2(self,P,S)};Mx3dGeomConic.prototype["TranslateByVec"]=Mx3dGeomConic.prototype.TranslateByVec=function(V){var self=this.ptr;if(V&&typeof V==="object")V=V.ptr;_emscripten_bind_Mx3dGeomConic_TranslateByVec_1(self,V)};Mx3dGeomConic.prototype["TranslateBy2Points"]=Mx3dGeomConic.prototype.TranslateBy2Points=function(P1,P2){var self=this.ptr;if(P1&&typeof P1==="object")P1=P1.ptr;if(P2&&typeof P2==="object")P2=P2.ptr;_emscripten_bind_Mx3dGeomConic_TranslateBy2Points_2(self,P1,P2)};Mx3dGeomConic.prototype["MirroredByPoint"]=Mx3dGeomConic.prototype.MirroredByPoint=function(P){var self=this.ptr;if(P&&typeof P==="object")P=P.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomConic_MirroredByPoint_1(self,P),Mx3dGeomObject)};Mx3dGeomConic.prototype["MirroredByAxis"]=Mx3dGeomConic.prototype.MirroredByAxis=function(A1){var self=this.ptr;if(A1&&typeof A1==="object")A1=A1.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomConic_MirroredByAxis_1(self,A1),Mx3dGeomObject)};Mx3dGeomConic.prototype["MirroredByCSYSR"]=Mx3dGeomConic.prototype.MirroredByCSYSR=function(A2){var self=this.ptr;if(A2&&typeof A2==="object")A2=A2.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomConic_MirroredByCSYSR_1(self,A2),Mx3dGeomObject)};Mx3dGeomConic.prototype["Rotated"]=Mx3dGeomConic.prototype.Rotated=function(A1,Ang){var self=this.ptr;if(A1&&typeof A1==="object")A1=A1.ptr;if(Ang&&typeof Ang==="object")Ang=Ang.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomConic_Rotated_2(self,A1,Ang),Mx3dGeomObject)};Mx3dGeomConic.prototype["Scaled"]=Mx3dGeomConic.prototype.Scaled=function(P,S){var self=this.ptr;if(P&&typeof P==="object")P=P.ptr;if(S&&typeof S==="object")S=S.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomConic_Scaled_2(self,P,S),Mx3dGeomObject)};Mx3dGeomConic.prototype["Transformed"]=Mx3dGeomConic.prototype.Transformed=function(T){var self=this.ptr;if(T&&typeof T==="object")T=T.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomConic_Transformed_1(self,T),Mx3dGeomObject)};Mx3dGeomConic.prototype["TranslatedByVec"]=Mx3dGeomConic.prototype.TranslatedByVec=function(V){var self=this.ptr;if(V&&typeof V==="object")V=V.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomConic_TranslatedByVec_1(self,V),Mx3dGeomObject)};Mx3dGeomConic.prototype["TranslatedBy2Points"]=Mx3dGeomConic.prototype.TranslatedBy2Points=function(P1,P2){var self=this.ptr;if(P1&&typeof P1==="object")P1=P1.ptr;if(P2&&typeof P2==="object")P2=P2.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomConic_TranslatedBy2Points_2(self,P1,P2),Mx3dGeomObject)};Mx3dGeomConic.prototype["__destroy__"]=Mx3dGeomConic.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_Mx3dGeomConic___destroy___0(self)};function Mx3dMkObject(){this.ptr=_emscripten_bind_Mx3dMkObject_Mx3dMkObject_0();getCache(Mx3dMkObject)[this.ptr]=this}Mx3dMkObject.prototype=Object.create(Mx3dBaseObject.prototype);Mx3dMkObject.prototype.constructor=Mx3dMkObject;Mx3dMkObject.prototype.__class__=Mx3dMkObject;Mx3dMkObject.__cache__={};Module["Mx3dMkObject"]=Mx3dMkObject;Mx3dMkObject.prototype["__destroy__"]=Mx3dMkObject.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_Mx3dMkObject___destroy___0(self)};function Mx3dGeomBoundedCurve(){throw"cannot construct a Mx3dGeomBoundedCurve, no constructor in IDL"}Mx3dGeomBoundedCurve.prototype=Object.create(Mx3dGeomCurve.prototype);Mx3dGeomBoundedCurve.prototype.constructor=Mx3dGeomBoundedCurve;Mx3dGeomBoundedCurve.prototype.__class__=Mx3dGeomBoundedCurve;Mx3dGeomBoundedCurve.__cache__={};Module["Mx3dGeomBoundedCurve"]=Mx3dGeomBoundedCurve;Mx3dGeomBoundedCurve.prototype["DynamicType"]=Mx3dGeomBoundedCurve.prototype.DynamicType=function(){var self=this.ptr;return UTF8ToString(_emscripten_bind_Mx3dGeomBoundedCurve_DynamicType_0(self))};Mx3dGeomBoundedCurve.prototype["Reversed"]=Mx3dGeomBoundedCurve.prototype.Reversed=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBoundedCurve_Reversed_0(self),Mx3dGeomCurve)};Mx3dGeomBoundedCurve.prototype["Period"]=Mx3dGeomBoundedCurve.prototype.Period=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomBoundedCurve_Period_0(self)};Mx3dGeomBoundedCurve.prototype["Value"]=Mx3dGeomBoundedCurve.prototype.Value=function(U){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBoundedCurve_Value_1(self,U),Mx3dGePoint)};Mx3dGeomBoundedCurve.prototype["MirrorByPoint"]=Mx3dGeomBoundedCurve.prototype.MirrorByPoint=function(P){var self=this.ptr;if(P&&typeof P==="object")P=P.ptr;_emscripten_bind_Mx3dGeomBoundedCurve_MirrorByPoint_1(self,P)};Mx3dGeomBoundedCurve.prototype["MirrorByAxis"]=Mx3dGeomBoundedCurve.prototype.MirrorByAxis=function(A1){var self=this.ptr;if(A1&&typeof A1==="object")A1=A1.ptr;_emscripten_bind_Mx3dGeomBoundedCurve_MirrorByAxis_1(self,A1)};Mx3dGeomBoundedCurve.prototype["MirrorByCSYSR"]=Mx3dGeomBoundedCurve.prototype.MirrorByCSYSR=function(A2){var self=this.ptr;if(A2&&typeof A2==="object")A2=A2.ptr;_emscripten_bind_Mx3dGeomBoundedCurve_MirrorByCSYSR_1(self,A2)};Mx3dGeomBoundedCurve.prototype["Rotate"]=Mx3dGeomBoundedCurve.prototype.Rotate=function(A1,Ang){var self=this.ptr;if(A1&&typeof A1==="object")A1=A1.ptr;if(Ang&&typeof Ang==="object")Ang=Ang.ptr;_emscripten_bind_Mx3dGeomBoundedCurve_Rotate_2(self,A1,Ang)};Mx3dGeomBoundedCurve.prototype["Scale"]=Mx3dGeomBoundedCurve.prototype.Scale=function(P,S){var self=this.ptr;if(P&&typeof P==="object")P=P.ptr;if(S&&typeof S==="object")S=S.ptr;_emscripten_bind_Mx3dGeomBoundedCurve_Scale_2(self,P,S)};Mx3dGeomBoundedCurve.prototype["TranslateByVec"]=Mx3dGeomBoundedCurve.prototype.TranslateByVec=function(V){var self=this.ptr;if(V&&typeof V==="object")V=V.ptr;_emscripten_bind_Mx3dGeomBoundedCurve_TranslateByVec_1(self,V)};Mx3dGeomBoundedCurve.prototype["TranslateBy2Points"]=Mx3dGeomBoundedCurve.prototype.TranslateBy2Points=function(P1,P2){var self=this.ptr;if(P1&&typeof P1==="object")P1=P1.ptr;if(P2&&typeof P2==="object")P2=P2.ptr;_emscripten_bind_Mx3dGeomBoundedCurve_TranslateBy2Points_2(self,P1,P2)};Mx3dGeomBoundedCurve.prototype["MirroredByPoint"]=Mx3dGeomBoundedCurve.prototype.MirroredByPoint=function(P){var self=this.ptr;if(P&&typeof P==="object")P=P.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBoundedCurve_MirroredByPoint_1(self,P),Mx3dGeomObject)};Mx3dGeomBoundedCurve.prototype["MirroredByAxis"]=Mx3dGeomBoundedCurve.prototype.MirroredByAxis=function(A1){var self=this.ptr;if(A1&&typeof A1==="object")A1=A1.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBoundedCurve_MirroredByAxis_1(self,A1),Mx3dGeomObject)};Mx3dGeomBoundedCurve.prototype["MirroredByCSYSR"]=Mx3dGeomBoundedCurve.prototype.MirroredByCSYSR=function(A2){var self=this.ptr;if(A2&&typeof A2==="object")A2=A2.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBoundedCurve_MirroredByCSYSR_1(self,A2),Mx3dGeomObject)};Mx3dGeomBoundedCurve.prototype["Rotated"]=Mx3dGeomBoundedCurve.prototype.Rotated=function(A1,Ang){var self=this.ptr;if(A1&&typeof A1==="object")A1=A1.ptr;if(Ang&&typeof Ang==="object")Ang=Ang.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBoundedCurve_Rotated_2(self,A1,Ang),Mx3dGeomObject)};Mx3dGeomBoundedCurve.prototype["Scaled"]=Mx3dGeomBoundedCurve.prototype.Scaled=function(P,S){var self=this.ptr;if(P&&typeof P==="object")P=P.ptr;if(S&&typeof S==="object")S=S.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBoundedCurve_Scaled_2(self,P,S),Mx3dGeomObject)};Mx3dGeomBoundedCurve.prototype["Transformed"]=Mx3dGeomBoundedCurve.prototype.Transformed=function(T){var self=this.ptr;if(T&&typeof T==="object")T=T.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBoundedCurve_Transformed_1(self,T),Mx3dGeomObject)};Mx3dGeomBoundedCurve.prototype["TranslatedByVec"]=Mx3dGeomBoundedCurve.prototype.TranslatedByVec=function(V){var self=this.ptr;if(V&&typeof V==="object")V=V.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBoundedCurve_TranslatedByVec_1(self,V),Mx3dGeomObject)};Mx3dGeomBoundedCurve.prototype["TranslatedBy2Points"]=Mx3dGeomBoundedCurve.prototype.TranslatedBy2Points=function(P1,P2){var self=this.ptr;if(P1&&typeof P1==="object")P1=P1.ptr;if(P2&&typeof P2==="object")P2=P2.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBoundedCurve_TranslatedBy2Points_2(self,P1,P2),Mx3dGeomObject)};Mx3dGeomBoundedCurve.prototype["__destroy__"]=Mx3dGeomBoundedCurve.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_Mx3dGeomBoundedCurve___destroy___0(self)};function Mx3dGeomElementarySurface(){throw"cannot construct a Mx3dGeomElementarySurface, no constructor in IDL"}Mx3dGeomElementarySurface.prototype=Object.create(Mx3dGeomSurface.prototype);Mx3dGeomElementarySurface.prototype.constructor=Mx3dGeomElementarySurface;Mx3dGeomElementarySurface.prototype.__class__=Mx3dGeomElementarySurface;Mx3dGeomElementarySurface.__cache__={};Module["Mx3dGeomElementarySurface"]=Mx3dGeomElementarySurface;Mx3dGeomElementarySurface.prototype["SetAxis"]=Mx3dGeomElementarySurface.prototype.SetAxis=function(theA1){var self=this.ptr;if(theA1&&typeof theA1==="object")theA1=theA1.ptr;_emscripten_bind_Mx3dGeomElementarySurface_SetAxis_1(self,theA1)};Mx3dGeomElementarySurface.prototype["SetLocation"]=Mx3dGeomElementarySurface.prototype.SetLocation=function(theLoc){var self=this.ptr;if(theLoc&&typeof theLoc==="object")theLoc=theLoc.ptr;_emscripten_bind_Mx3dGeomElementarySurface_SetLocation_1(self,theLoc)};Mx3dGeomElementarySurface.prototype["SetPosition"]=Mx3dGeomElementarySurface.prototype.SetPosition=function(theAx3){var self=this.ptr;if(theAx3&&typeof theAx3==="object")theAx3=theAx3.ptr;_emscripten_bind_Mx3dGeomElementarySurface_SetPosition_1(self,theAx3)};Mx3dGeomElementarySurface.prototype["Axis"]=Mx3dGeomElementarySurface.prototype.Axis=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomElementarySurface_Axis_0(self),Mx3dGeAxis)};Mx3dGeomElementarySurface.prototype["Location"]=Mx3dGeomElementarySurface.prototype.Location=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomElementarySurface_Location_0(self),Mx3dGePoint)};Mx3dGeomElementarySurface.prototype["Position"]=Mx3dGeomElementarySurface.prototype.Position=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomElementarySurface_Position_0(self),Mx3dGeCSYSR)};Mx3dGeomElementarySurface.prototype["UReverse"]=Mx3dGeomElementarySurface.prototype.UReverse=function(){var self=this.ptr;_emscripten_bind_Mx3dGeomElementarySurface_UReverse_0(self)};Mx3dGeomElementarySurface.prototype["VReverse"]=Mx3dGeomElementarySurface.prototype.VReverse=function(){var self=this.ptr;_emscripten_bind_Mx3dGeomElementarySurface_VReverse_0(self)};Mx3dGeomElementarySurface.prototype["Continuity"]=Mx3dGeomElementarySurface.prototype.Continuity=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomElementarySurface_Continuity_0(self)};Mx3dGeomElementarySurface.prototype["IsCNu"]=Mx3dGeomElementarySurface.prototype.IsCNu=function(N){var self=this.ptr;if(N&&typeof N==="object")N=N.ptr;return!!_emscripten_bind_Mx3dGeomElementarySurface_IsCNu_1(self,N)};Mx3dGeomElementarySurface.prototype["IsCNv"]=Mx3dGeomElementarySurface.prototype.IsCNv=function(N){var self=this.ptr;if(N&&typeof N==="object")N=N.ptr;return!!_emscripten_bind_Mx3dGeomElementarySurface_IsCNv_1(self,N)};Mx3dGeomElementarySurface.prototype["DynamicType"]=Mx3dGeomElementarySurface.prototype.DynamicType=function(){var self=this.ptr;return UTF8ToString(_emscripten_bind_Mx3dGeomElementarySurface_DynamicType_0(self))};Mx3dGeomElementarySurface.prototype["MirrorByPoint"]=Mx3dGeomElementarySurface.prototype.MirrorByPoint=function(P){var self=this.ptr;if(P&&typeof P==="object")P=P.ptr;_emscripten_bind_Mx3dGeomElementarySurface_MirrorByPoint_1(self,P)};Mx3dGeomElementarySurface.prototype["MirrorByAxis"]=Mx3dGeomElementarySurface.prototype.MirrorByAxis=function(A1){var self=this.ptr;if(A1&&typeof A1==="object")A1=A1.ptr;_emscripten_bind_Mx3dGeomElementarySurface_MirrorByAxis_1(self,A1)};Mx3dGeomElementarySurface.prototype["MirrorByCSYSR"]=Mx3dGeomElementarySurface.prototype.MirrorByCSYSR=function(A2){var self=this.ptr;if(A2&&typeof A2==="object")A2=A2.ptr;_emscripten_bind_Mx3dGeomElementarySurface_MirrorByCSYSR_1(self,A2)};Mx3dGeomElementarySurface.prototype["Rotate"]=Mx3dGeomElementarySurface.prototype.Rotate=function(A1,Ang){var self=this.ptr;if(A1&&typeof A1==="object")A1=A1.ptr;if(Ang&&typeof Ang==="object")Ang=Ang.ptr;_emscripten_bind_Mx3dGeomElementarySurface_Rotate_2(self,A1,Ang)};Mx3dGeomElementarySurface.prototype["Scale"]=Mx3dGeomElementarySurface.prototype.Scale=function(P,S){var self=this.ptr;if(P&&typeof P==="object")P=P.ptr;if(S&&typeof S==="object")S=S.ptr;_emscripten_bind_Mx3dGeomElementarySurface_Scale_2(self,P,S)};Mx3dGeomElementarySurface.prototype["TranslateByVec"]=Mx3dGeomElementarySurface.prototype.TranslateByVec=function(V){var self=this.ptr;if(V&&typeof V==="object")V=V.ptr;_emscripten_bind_Mx3dGeomElementarySurface_TranslateByVec_1(self,V)};Mx3dGeomElementarySurface.prototype["TranslateBy2Points"]=Mx3dGeomElementarySurface.prototype.TranslateBy2Points=function(P1,P2){var self=this.ptr;if(P1&&typeof P1==="object")P1=P1.ptr;if(P2&&typeof P2==="object")P2=P2.ptr;_emscripten_bind_Mx3dGeomElementarySurface_TranslateBy2Points_2(self,P1,P2)};Mx3dGeomElementarySurface.prototype["MirroredByPoint"]=Mx3dGeomElementarySurface.prototype.MirroredByPoint=function(P){var self=this.ptr;if(P&&typeof P==="object")P=P.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomElementarySurface_MirroredByPoint_1(self,P),Mx3dGeomObject)};Mx3dGeomElementarySurface.prototype["MirroredByAxis"]=Mx3dGeomElementarySurface.prototype.MirroredByAxis=function(A1){var self=this.ptr;if(A1&&typeof A1==="object")A1=A1.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomElementarySurface_MirroredByAxis_1(self,A1),Mx3dGeomObject)};Mx3dGeomElementarySurface.prototype["MirroredByCSYSR"]=Mx3dGeomElementarySurface.prototype.MirroredByCSYSR=function(A2){var self=this.ptr;if(A2&&typeof A2==="object")A2=A2.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomElementarySurface_MirroredByCSYSR_1(self,A2),Mx3dGeomObject)};Mx3dGeomElementarySurface.prototype["Rotated"]=Mx3dGeomElementarySurface.prototype.Rotated=function(A1,Ang){var self=this.ptr;if(A1&&typeof A1==="object")A1=A1.ptr;if(Ang&&typeof Ang==="object")Ang=Ang.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomElementarySurface_Rotated_2(self,A1,Ang),Mx3dGeomObject)};Mx3dGeomElementarySurface.prototype["Scaled"]=Mx3dGeomElementarySurface.prototype.Scaled=function(P,S){var self=this.ptr;if(P&&typeof P==="object")P=P.ptr;if(S&&typeof S==="object")S=S.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomElementarySurface_Scaled_2(self,P,S),Mx3dGeomObject)};Mx3dGeomElementarySurface.prototype["Transformed"]=Mx3dGeomElementarySurface.prototype.Transformed=function(T){var self=this.ptr;if(T&&typeof T==="object")T=T.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomElementarySurface_Transformed_1(self,T),Mx3dGeomObject)};Mx3dGeomElementarySurface.prototype["TranslatedByVec"]=Mx3dGeomElementarySurface.prototype.TranslatedByVec=function(V){var self=this.ptr;if(V&&typeof V==="object")V=V.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomElementarySurface_TranslatedByVec_1(self,V),Mx3dGeomObject)};Mx3dGeomElementarySurface.prototype["TranslatedBy2Points"]=Mx3dGeomElementarySurface.prototype.TranslatedBy2Points=function(P1,P2){var self=this.ptr;if(P1&&typeof P1==="object")P1=P1.ptr;if(P2&&typeof P2==="object")P2=P2.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomElementarySurface_TranslatedBy2Points_2(self,P1,P2),Mx3dGeomObject)};Mx3dGeomElementarySurface.prototype["UReversed"]=Mx3dGeomElementarySurface.prototype.UReversed=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomElementarySurface_UReversed_0(self),Mx3dGeomSurface)};Mx3dGeomElementarySurface.prototype["VReversed"]=Mx3dGeomElementarySurface.prototype.VReversed=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomElementarySurface_VReversed_0(self),Mx3dGeomSurface)};Mx3dGeomElementarySurface.prototype["TransformParameters"]=Mx3dGeomElementarySurface.prototype.TransformParameters=function(UV,T){var self=this.ptr;if(UV&&typeof UV==="object")UV=UV.ptr;if(T&&typeof T==="object")T=T.ptr;_emscripten_bind_Mx3dGeomElementarySurface_TransformParameters_2(self,UV,T)};Mx3dGeomElementarySurface.prototype["UPeriod"]=Mx3dGeomElementarySurface.prototype.UPeriod=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomElementarySurface_UPeriod_0(self)};Mx3dGeomElementarySurface.prototype["VPeriod"]=Mx3dGeomElementarySurface.prototype.VPeriod=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomElementarySurface_VPeriod_0(self)};Mx3dGeomElementarySurface.prototype["Value"]=Mx3dGeomElementarySurface.prototype.Value=function(U,V){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(V&&typeof V==="object")V=V.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomElementarySurface_Value_2(self,U,V),Mx3dGePoint)};Mx3dGeomElementarySurface.prototype["__destroy__"]=Mx3dGeomElementarySurface.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_Mx3dGeomElementarySurface___destroy___0(self)};function Mx3dGeomBoundedSurface(){throw"cannot construct a Mx3dGeomBoundedSurface, no constructor in IDL"}Mx3dGeomBoundedSurface.prototype=Object.create(Mx3dGeomSurface.prototype);Mx3dGeomBoundedSurface.prototype.constructor=Mx3dGeomBoundedSurface;Mx3dGeomBoundedSurface.prototype.__class__=Mx3dGeomBoundedSurface;Mx3dGeomBoundedSurface.__cache__={};Module["Mx3dGeomBoundedSurface"]=Mx3dGeomBoundedSurface;Mx3dGeomBoundedSurface.prototype["DynamicType"]=Mx3dGeomBoundedSurface.prototype.DynamicType=function(){var self=this.ptr;return UTF8ToString(_emscripten_bind_Mx3dGeomBoundedSurface_DynamicType_0(self))};Mx3dGeomBoundedSurface.prototype["MirrorByPoint"]=Mx3dGeomBoundedSurface.prototype.MirrorByPoint=function(P){var self=this.ptr;if(P&&typeof P==="object")P=P.ptr;_emscripten_bind_Mx3dGeomBoundedSurface_MirrorByPoint_1(self,P)};Mx3dGeomBoundedSurface.prototype["MirrorByAxis"]=Mx3dGeomBoundedSurface.prototype.MirrorByAxis=function(A1){var self=this.ptr;if(A1&&typeof A1==="object")A1=A1.ptr;_emscripten_bind_Mx3dGeomBoundedSurface_MirrorByAxis_1(self,A1)};Mx3dGeomBoundedSurface.prototype["MirrorByCSYSR"]=Mx3dGeomBoundedSurface.prototype.MirrorByCSYSR=function(A2){var self=this.ptr;if(A2&&typeof A2==="object")A2=A2.ptr;_emscripten_bind_Mx3dGeomBoundedSurface_MirrorByCSYSR_1(self,A2)};Mx3dGeomBoundedSurface.prototype["Rotate"]=Mx3dGeomBoundedSurface.prototype.Rotate=function(A1,Ang){var self=this.ptr;if(A1&&typeof A1==="object")A1=A1.ptr;if(Ang&&typeof Ang==="object")Ang=Ang.ptr;_emscripten_bind_Mx3dGeomBoundedSurface_Rotate_2(self,A1,Ang)};Mx3dGeomBoundedSurface.prototype["Scale"]=Mx3dGeomBoundedSurface.prototype.Scale=function(P,S){var self=this.ptr;if(P&&typeof P==="object")P=P.ptr;if(S&&typeof S==="object")S=S.ptr;_emscripten_bind_Mx3dGeomBoundedSurface_Scale_2(self,P,S)};Mx3dGeomBoundedSurface.prototype["TranslateByVec"]=Mx3dGeomBoundedSurface.prototype.TranslateByVec=function(V){var self=this.ptr;if(V&&typeof V==="object")V=V.ptr;_emscripten_bind_Mx3dGeomBoundedSurface_TranslateByVec_1(self,V)};Mx3dGeomBoundedSurface.prototype["TranslateBy2Points"]=Mx3dGeomBoundedSurface.prototype.TranslateBy2Points=function(P1,P2){var self=this.ptr;if(P1&&typeof P1==="object")P1=P1.ptr;if(P2&&typeof P2==="object")P2=P2.ptr;_emscripten_bind_Mx3dGeomBoundedSurface_TranslateBy2Points_2(self,P1,P2)};Mx3dGeomBoundedSurface.prototype["MirroredByPoint"]=Mx3dGeomBoundedSurface.prototype.MirroredByPoint=function(P){var self=this.ptr;if(P&&typeof P==="object")P=P.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBoundedSurface_MirroredByPoint_1(self,P),Mx3dGeomObject)};Mx3dGeomBoundedSurface.prototype["MirroredByAxis"]=Mx3dGeomBoundedSurface.prototype.MirroredByAxis=function(A1){var self=this.ptr;if(A1&&typeof A1==="object")A1=A1.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBoundedSurface_MirroredByAxis_1(self,A1),Mx3dGeomObject)};Mx3dGeomBoundedSurface.prototype["MirroredByCSYSR"]=Mx3dGeomBoundedSurface.prototype.MirroredByCSYSR=function(A2){var self=this.ptr;if(A2&&typeof A2==="object")A2=A2.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBoundedSurface_MirroredByCSYSR_1(self,A2),Mx3dGeomObject)};Mx3dGeomBoundedSurface.prototype["Rotated"]=Mx3dGeomBoundedSurface.prototype.Rotated=function(A1,Ang){var self=this.ptr;if(A1&&typeof A1==="object")A1=A1.ptr;if(Ang&&typeof Ang==="object")Ang=Ang.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBoundedSurface_Rotated_2(self,A1,Ang),Mx3dGeomObject)};Mx3dGeomBoundedSurface.prototype["Scaled"]=Mx3dGeomBoundedSurface.prototype.Scaled=function(P,S){var self=this.ptr;if(P&&typeof P==="object")P=P.ptr;if(S&&typeof S==="object")S=S.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBoundedSurface_Scaled_2(self,P,S),Mx3dGeomObject)};Mx3dGeomBoundedSurface.prototype["Transformed"]=Mx3dGeomBoundedSurface.prototype.Transformed=function(T){var self=this.ptr;if(T&&typeof T==="object")T=T.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBoundedSurface_Transformed_1(self,T),Mx3dGeomObject)};Mx3dGeomBoundedSurface.prototype["TranslatedByVec"]=Mx3dGeomBoundedSurface.prototype.TranslatedByVec=function(V){var self=this.ptr;if(V&&typeof V==="object")V=V.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBoundedSurface_TranslatedByVec_1(self,V),Mx3dGeomObject)};Mx3dGeomBoundedSurface.prototype["TranslatedBy2Points"]=Mx3dGeomBoundedSurface.prototype.TranslatedBy2Points=function(P1,P2){var self=this.ptr;if(P1&&typeof P1==="object")P1=P1.ptr;if(P2&&typeof P2==="object")P2=P2.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBoundedSurface_TranslatedBy2Points_2(self,P1,P2),Mx3dGeomObject)};Mx3dGeomBoundedSurface.prototype["UReversed"]=Mx3dGeomBoundedSurface.prototype.UReversed=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBoundedSurface_UReversed_0(self),Mx3dGeomSurface)};Mx3dGeomBoundedSurface.prototype["VReversed"]=Mx3dGeomBoundedSurface.prototype.VReversed=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBoundedSurface_VReversed_0(self),Mx3dGeomSurface)};Mx3dGeomBoundedSurface.prototype["UPeriod"]=Mx3dGeomBoundedSurface.prototype.UPeriod=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomBoundedSurface_UPeriod_0(self)};Mx3dGeomBoundedSurface.prototype["VPeriod"]=Mx3dGeomBoundedSurface.prototype.VPeriod=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomBoundedSurface_VPeriod_0(self)};Mx3dGeomBoundedSurface.prototype["Value"]=Mx3dGeomBoundedSurface.prototype.Value=function(U,V){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(V&&typeof V==="object")V=V.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBoundedSurface_Value_2(self,U,V),Mx3dGePoint)};Mx3dGeomBoundedSurface.prototype["__destroy__"]=Mx3dGeomBoundedSurface.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_Mx3dGeomBoundedSurface___destroy___0(self)};function VoidPtr(){throw"cannot construct a VoidPtr, no constructor in IDL"}VoidPtr.prototype=Object.create(WrapperObject.prototype);VoidPtr.prototype.constructor=VoidPtr;VoidPtr.prototype.__class__=VoidPtr;VoidPtr.__cache__={};Module["VoidPtr"]=VoidPtr;VoidPtr.prototype["__destroy__"]=VoidPtr.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_VoidPtr___destroy___0(self)};function MdGeXYZ(x,y,z){if(x&&typeof x==="object")x=x.ptr;if(y&&typeof y==="object")y=y.ptr;if(z&&typeof z==="object")z=z.ptr;if(x===undefined){this.ptr=_emscripten_bind_MdGeXYZ_MdGeXYZ_0();getCache(MdGeXYZ)[this.ptr]=this;return}if(y===undefined){this.ptr=_emscripten_bind_MdGeXYZ_MdGeXYZ_1(x);getCache(MdGeXYZ)[this.ptr]=this;return}if(z===undefined){this.ptr=_emscripten_bind_MdGeXYZ_MdGeXYZ_2(x,y);getCache(MdGeXYZ)[this.ptr]=this;return}this.ptr=_emscripten_bind_MdGeXYZ_MdGeXYZ_3(x,y,z);getCache(MdGeXYZ)[this.ptr]=this}MdGeXYZ.prototype=Object.create(Mx3dBaseObject.prototype);MdGeXYZ.prototype.constructor=MdGeXYZ;MdGeXYZ.prototype.__class__=MdGeXYZ;MdGeXYZ.__cache__={};Module["MdGeXYZ"]=MdGeXYZ;MdGeXYZ.prototype["SetCoord"]=MdGeXYZ.prototype.SetCoord=function(x,y,z){var self=this.ptr;if(x&&typeof x==="object")x=x.ptr;if(y&&typeof y==="object")y=y.ptr;if(z&&typeof z==="object")z=z.ptr;if(z===undefined){_emscripten_bind_MdGeXYZ_SetCoord_2(self,x,y);return}_emscripten_bind_MdGeXYZ_SetCoord_3(self,x,y,z)};MdGeXYZ.prototype["SetX"]=MdGeXYZ.prototype.SetX=function(x){var self=this.ptr;if(x&&typeof x==="object")x=x.ptr;_emscripten_bind_MdGeXYZ_SetX_1(self,x)};MdGeXYZ.prototype["SetY"]=MdGeXYZ.prototype.SetY=function(y){var self=this.ptr;if(y&&typeof y==="object")y=y.ptr;_emscripten_bind_MdGeXYZ_SetY_1(self,y)};MdGeXYZ.prototype["SetZ"]=MdGeXYZ.prototype.SetZ=function(z){var self=this.ptr;if(z&&typeof z==="object")z=z.ptr;_emscripten_bind_MdGeXYZ_SetZ_1(self,z)};MdGeXYZ.prototype["Coord"]=MdGeXYZ.prototype.Coord=function(index){var self=this.ptr;if(index&&typeof index==="object")index=index.ptr;return _emscripten_bind_MdGeXYZ_Coord_1(self,index)};MdGeXYZ.prototype["ChangeCoord"]=MdGeXYZ.prototype.ChangeCoord=function(index,value){var self=this.ptr;if(index&&typeof index==="object")index=index.ptr;if(value&&typeof value==="object")value=value.ptr;_emscripten_bind_MdGeXYZ_ChangeCoord_2(self,index,value)};MdGeXYZ.prototype["X"]=MdGeXYZ.prototype.X=function(){var self=this.ptr;return _emscripten_bind_MdGeXYZ_X_0(self)};MdGeXYZ.prototype["Y"]=MdGeXYZ.prototype.Y=function(){var self=this.ptr;return _emscripten_bind_MdGeXYZ_Y_0(self)};MdGeXYZ.prototype["Z"]=MdGeXYZ.prototype.Z=function(){var self=this.ptr;return _emscripten_bind_MdGeXYZ_Z_0(self)};MdGeXYZ.prototype["Modulus"]=MdGeXYZ.prototype.Modulus=function(){var self=this.ptr;return _emscripten_bind_MdGeXYZ_Modulus_0(self)};MdGeXYZ.prototype["SquareModulus"]=MdGeXYZ.prototype.SquareModulus=function(){var self=this.ptr;return _emscripten_bind_MdGeXYZ_SquareModulus_0(self)};MdGeXYZ.prototype["IsEqual"]=MdGeXYZ.prototype.IsEqual=function(other,tolerance){var self=this.ptr;if(other&&typeof other==="object")other=other.ptr;if(tolerance&&typeof tolerance==="object")tolerance=tolerance.ptr;return!!_emscripten_bind_MdGeXYZ_IsEqual_2(self,other,tolerance)};MdGeXYZ.prototype["Add"]=MdGeXYZ.prototype.Add=function(other){var self=this.ptr;if(other&&typeof other==="object")other=other.ptr;_emscripten_bind_MdGeXYZ_Add_1(self,other)};MdGeXYZ.prototype["Added"]=MdGeXYZ.prototype.Added=function(other){var self=this.ptr;if(other&&typeof other==="object")other=other.ptr;return wrapPointer(_emscripten_bind_MdGeXYZ_Added_1(self,other),MdGeXYZ)};MdGeXYZ.prototype["Cross"]=MdGeXYZ.prototype.Cross=function(other){var self=this.ptr;if(other&&typeof other==="object")other=other.ptr;_emscripten_bind_MdGeXYZ_Cross_1(self,other)};MdGeXYZ.prototype["Crossed"]=MdGeXYZ.prototype.Crossed=function(other){var self=this.ptr;if(other&&typeof other==="object")other=other.ptr;return wrapPointer(_emscripten_bind_MdGeXYZ_Crossed_1(self,other),MdGeXYZ)};MdGeXYZ.prototype["CrossMagnitude"]=MdGeXYZ.prototype.CrossMagnitude=function(right){var self=this.ptr;if(right&&typeof right==="object")right=right.ptr;return _emscripten_bind_MdGeXYZ_CrossMagnitude_1(self,right)};MdGeXYZ.prototype["CrossSquareMagnitude"]=MdGeXYZ.prototype.CrossSquareMagnitude=function(right){var self=this.ptr;if(right&&typeof right==="object")right=right.ptr;return _emscripten_bind_MdGeXYZ_CrossSquareMagnitude_1(self,right)};MdGeXYZ.prototype["CrossCross"]=MdGeXYZ.prototype.CrossCross=function(coord1,coord2){var self=this.ptr;if(coord1&&typeof coord1==="object")coord1=coord1.ptr;if(coord2&&typeof coord2==="object")coord2=coord2.ptr;_emscripten_bind_MdGeXYZ_CrossCross_2(self,coord1,coord2)};MdGeXYZ.prototype["CrossCrossed"]=MdGeXYZ.prototype.CrossCrossed=function(coord1,coord2){var self=this.ptr;if(coord1&&typeof coord1==="object")coord1=coord1.ptr;if(coord2&&typeof coord2==="object")coord2=coord2.ptr;return wrapPointer(_emscripten_bind_MdGeXYZ_CrossCrossed_2(self,coord1,coord2),MdGeXYZ)};MdGeXYZ.prototype["Divide"]=MdGeXYZ.prototype.Divide=function(salar){var self=this.ptr;if(salar&&typeof salar==="object")salar=salar.ptr;_emscripten_bind_MdGeXYZ_Divide_1(self,salar)};MdGeXYZ.prototype["Divided"]=MdGeXYZ.prototype.Divided=function(scalar){var self=this.ptr;if(scalar&&typeof scalar==="object")scalar=scalar.ptr;return wrapPointer(_emscripten_bind_MdGeXYZ_Divided_1(self,scalar),MdGeXYZ)};MdGeXYZ.prototype["Dot"]=MdGeXYZ.prototype.Dot=function(other){var self=this.ptr;if(other&&typeof other==="object")other=other.ptr;return _emscripten_bind_MdGeXYZ_Dot_1(self,other)};MdGeXYZ.prototype["DotCross"]=MdGeXYZ.prototype.DotCross=function(coord1,coord2){var self=this.ptr;if(coord1&&typeof coord1==="object")coord1=coord1.ptr;if(coord2&&typeof coord2==="object")coord2=coord2.ptr;return _emscripten_bind_MdGeXYZ_DotCross_2(self,coord1,coord2)};MdGeXYZ.prototype["MultiplyByS"]=MdGeXYZ.prototype.MultiplyByS=function(scalar){var self=this.ptr;if(scalar&&typeof scalar==="object")scalar=scalar.ptr;_emscripten_bind_MdGeXYZ_MultiplyByS_1(self,scalar)};MdGeXYZ.prototype["MultiplyByXYZ"]=MdGeXYZ.prototype.MultiplyByXYZ=function(other){var self=this.ptr;if(other&&typeof other==="object")other=other.ptr;_emscripten_bind_MdGeXYZ_MultiplyByXYZ_1(self,other)};MdGeXYZ.prototype["MultiplyByMat"]=MdGeXYZ.prototype.MultiplyByMat=function(matrix){var self=this.ptr;if(matrix&&typeof matrix==="object")matrix=matrix.ptr;_emscripten_bind_MdGeXYZ_MultiplyByMat_1(self,matrix)};MdGeXYZ.prototype["MultipliedByS"]=MdGeXYZ.prototype.MultipliedByS=function(scalar){var self=this.ptr;if(scalar&&typeof scalar==="object")scalar=scalar.ptr;return wrapPointer(_emscripten_bind_MdGeXYZ_MultipliedByS_1(self,scalar),MdGeXYZ)};MdGeXYZ.prototype["MultipliedByXYZ"]=MdGeXYZ.prototype.MultipliedByXYZ=function(other){var self=this.ptr;if(other&&typeof other==="object")other=other.ptr;return wrapPointer(_emscripten_bind_MdGeXYZ_MultipliedByXYZ_1(self,other),MdGeXYZ)};MdGeXYZ.prototype["MultipliedByMat"]=MdGeXYZ.prototype.MultipliedByMat=function(matrix){var self=this.ptr;if(matrix&&typeof matrix==="object")matrix=matrix.ptr;return wrapPointer(_emscripten_bind_MdGeXYZ_MultipliedByMat_1(self,matrix),MdGeXYZ)};MdGeXYZ.prototype["Normalize"]=MdGeXYZ.prototype.Normalize=function(){var self=this.ptr;_emscripten_bind_MdGeXYZ_Normalize_0(self)};MdGeXYZ.prototype["Normalized"]=MdGeXYZ.prototype.Normalized=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeXYZ_Normalized_0(self),MdGeXYZ)};MdGeXYZ.prototype["Reverse"]=MdGeXYZ.prototype.Reverse=function(){var self=this.ptr;_emscripten_bind_MdGeXYZ_Reverse_0(self)};MdGeXYZ.prototype["Reversed"]=MdGeXYZ.prototype.Reversed=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeXYZ_Reversed_0(self),MdGeXYZ)};MdGeXYZ.prototype["Subtract"]=MdGeXYZ.prototype.Subtract=function(other){var self=this.ptr;if(other&&typeof other==="object")other=other.ptr;_emscripten_bind_MdGeXYZ_Subtract_1(self,other)};MdGeXYZ.prototype["Subtracted"]=MdGeXYZ.prototype.Subtracted=function(other){var self=this.ptr;if(other&&typeof other==="object")other=other.ptr;return wrapPointer(_emscripten_bind_MdGeXYZ_Subtracted_1(self,other),MdGeXYZ)};MdGeXYZ.prototype["SetLinearForm"]=MdGeXYZ.prototype.SetLinearForm=function(a1,xyz1,a2,xyz2,a3,xyz3,xyz4){var self=this.ptr;if(a1&&typeof a1==="object")a1=a1.ptr;if(xyz1&&typeof xyz1==="object")xyz1=xyz1.ptr;if(a2&&typeof a2==="object")a2=a2.ptr;if(xyz2&&typeof xyz2==="object")xyz2=xyz2.ptr;if(a3&&typeof a3==="object")a3=a3.ptr;if(xyz3&&typeof xyz3==="object")xyz3=xyz3.ptr;if(xyz4&&typeof xyz4==="object")xyz4=xyz4.ptr;if(a2===undefined){_emscripten_bind_MdGeXYZ_SetLinearForm_2(self,a1,xyz1);return}if(xyz2===undefined){_emscripten_bind_MdGeXYZ_SetLinearForm_3(self,a1,xyz1,a2);return}if(a3===undefined){_emscripten_bind_MdGeXYZ_SetLinearForm_4(self,a1,xyz1,a2,xyz2);return}if(xyz3===undefined){_emscripten_bind_MdGeXYZ_SetLinearForm_5(self,a1,xyz1,a2,xyz2,a3);return}if(xyz4===undefined){_emscripten_bind_MdGeXYZ_SetLinearForm_6(self,a1,xyz1,a2,xyz2,a3,xyz3);return}_emscripten_bind_MdGeXYZ_SetLinearForm_7(self,a1,xyz1,a2,xyz2,a3,xyz3,xyz4)};MdGeXYZ.prototype["__destroy__"]=MdGeXYZ.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_MdGeXYZ___destroy___0(self)};function MdGeVertex(x,y,z){if(x&&typeof x==="object")x=x.ptr;if(y&&typeof y==="object")y=y.ptr;if(z&&typeof z==="object")z=z.ptr;if(x===undefined){this.ptr=_emscripten_bind_MdGeVertex_MdGeVertex_0();getCache(MdGeVertex)[this.ptr]=this;return}if(y===undefined){this.ptr=_emscripten_bind_MdGeVertex_MdGeVertex_1(x);getCache(MdGeVertex)[this.ptr]=this;return}if(z===undefined){this.ptr=_emscripten_bind_MdGeVertex_MdGeVertex_2(x,y);getCache(MdGeVertex)[this.ptr]=this;return}this.ptr=_emscripten_bind_MdGeVertex_MdGeVertex_3(x,y,z);getCache(MdGeVertex)[this.ptr]=this}MdGeVertex.prototype=Object.create(MdGeShape.prototype);MdGeVertex.prototype.constructor=MdGeVertex;MdGeVertex.prototype.__class__=MdGeVertex;MdGeVertex.__cache__={};Module["MdGeVertex"]=MdGeVertex;MdGeVertex.prototype["Fuse"]=MdGeVertex.prototype.Fuse=function(other){var self=this.ptr;if(other&&typeof other==="object")other=other.ptr;return wrapPointer(_emscripten_bind_MdGeVertex_Fuse_1(self,other),MdGeShape)};MdGeVertex.prototype["Cut"]=MdGeVertex.prototype.Cut=function(remove){var self=this.ptr;if(remove&&typeof remove==="object")remove=remove.ptr;return wrapPointer(_emscripten_bind_MdGeVertex_Cut_1(self,remove),MdGeShape)};MdGeVertex.prototype["Common"]=MdGeVertex.prototype.Common=function(other){var self=this.ptr;if(other&&typeof other==="object")other=other.ptr;return wrapPointer(_emscripten_bind_MdGeVertex_Common_1(self,other),MdGeShape)};MdGeVertex.prototype["Section"]=MdGeVertex.prototype.Section=function(other){var self=this.ptr;if(other&&typeof other==="object")other=other.ptr;return wrapPointer(_emscripten_bind_MdGeVertex_Section_1(self,other),MdGeShape)};MdGeVertex.prototype["ShapeType"]=MdGeVertex.prototype.ShapeType=function(){var self=this.ptr;return _emscripten_bind_MdGeVertex_ShapeType_0(self)};MdGeVertex.prototype["Quantities"]=MdGeVertex.prototype.Quantities=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeVertex_Quantities_0(self),MdGeArray1OfReal)};MdGeVertex.prototype["MirrorByPoint"]=MdGeVertex.prototype.MirrorByPoint=function(theP){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;_emscripten_bind_MdGeVertex_MirrorByPoint_1(self,theP)};MdGeVertex.prototype["MirroredByPoint"]=MdGeVertex.prototype.MirroredByPoint=function(theP){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;return wrapPointer(_emscripten_bind_MdGeVertex_MirroredByPoint_1(self,theP),MdGeShape)};MdGeVertex.prototype["MirrorByAxis"]=MdGeVertex.prototype.MirrorByAxis=function(axis){var self=this.ptr;if(axis&&typeof axis==="object")axis=axis.ptr;_emscripten_bind_MdGeVertex_MirrorByAxis_1(self,axis)};MdGeVertex.prototype["MirroredByAxis"]=MdGeVertex.prototype.MirroredByAxis=function(axis){var self=this.ptr;if(axis&&typeof axis==="object")axis=axis.ptr;return wrapPointer(_emscripten_bind_MdGeVertex_MirroredByAxis_1(self,axis),MdGeShape)};MdGeVertex.prototype["MirrorByCSYSR"]=MdGeVertex.prototype.MirrorByCSYSR=function(csysr){var self=this.ptr;if(csysr&&typeof csysr==="object")csysr=csysr.ptr;_emscripten_bind_MdGeVertex_MirrorByCSYSR_1(self,csysr)};MdGeVertex.prototype["MirroredByCSYSR"]=MdGeVertex.prototype.MirroredByCSYSR=function(csysr){var self=this.ptr;if(csysr&&typeof csysr==="object")csysr=csysr.ptr;return wrapPointer(_emscripten_bind_MdGeVertex_MirroredByCSYSR_1(self,csysr),MdGeShape)};MdGeVertex.prototype["Rotate"]=MdGeVertex.prototype.Rotate=function(axis,ang){var self=this.ptr;if(axis&&typeof axis==="object")axis=axis.ptr;if(ang&&typeof ang==="object")ang=ang.ptr;_emscripten_bind_MdGeVertex_Rotate_2(self,axis,ang)};MdGeVertex.prototype["Rotated"]=MdGeVertex.prototype.Rotated=function(axis,ang){var self=this.ptr;if(axis&&typeof axis==="object")axis=axis.ptr;if(ang&&typeof ang==="object")ang=ang.ptr;return wrapPointer(_emscripten_bind_MdGeVertex_Rotated_2(self,axis,ang),MdGeShape)};MdGeVertex.prototype["Scale"]=MdGeVertex.prototype.Scale=function(point,s){var self=this.ptr;if(point&&typeof point==="object")point=point.ptr;if(s&&typeof s==="object")s=s.ptr;_emscripten_bind_MdGeVertex_Scale_2(self,point,s)};MdGeVertex.prototype["Scaled"]=MdGeVertex.prototype.Scaled=function(point,s){var self=this.ptr;if(point&&typeof point==="object")point=point.ptr;if(s&&typeof s==="object")s=s.ptr;return wrapPointer(_emscripten_bind_MdGeVertex_Scaled_2(self,point,s),MdGeShape)};MdGeVertex.prototype["Transform"]=MdGeVertex.prototype.Transform=function(trsf){var self=this.ptr;if(trsf&&typeof trsf==="object")trsf=trsf.ptr;_emscripten_bind_MdGeVertex_Transform_1(self,trsf)};MdGeVertex.prototype["Transformed"]=MdGeVertex.prototype.Transformed=function(trsf){var self=this.ptr;if(trsf&&typeof trsf==="object")trsf=trsf.ptr;return wrapPointer(_emscripten_bind_MdGeVertex_Transformed_1(self,trsf),MdGeShape)};MdGeVertex.prototype["TranslateByVec"]=MdGeVertex.prototype.TranslateByVec=function(vec){var self=this.ptr;if(vec&&typeof vec==="object")vec=vec.ptr;_emscripten_bind_MdGeVertex_TranslateByVec_1(self,vec)};MdGeVertex.prototype["TranslatedByVec"]=MdGeVertex.prototype.TranslatedByVec=function(vec){var self=this.ptr;if(vec&&typeof vec==="object")vec=vec.ptr;return wrapPointer(_emscripten_bind_MdGeVertex_TranslatedByVec_1(self,vec),MdGeShape)};MdGeVertex.prototype["TranslateBy2Points"]=MdGeVertex.prototype.TranslateBy2Points=function(point1,point2){var self=this.ptr;if(point1&&typeof point1==="object")point1=point1.ptr;if(point2&&typeof point2==="object")point2=point2.ptr;_emscripten_bind_MdGeVertex_TranslateBy2Points_2(self,point1,point2)};MdGeVertex.prototype["TranslatedBy2Points"]=MdGeVertex.prototype.TranslatedBy2Points=function(point1,point2){var self=this.ptr;if(point1&&typeof point1==="object")point1=point1.ptr;if(point2&&typeof point2==="object")point2=point2.ptr;return wrapPointer(_emscripten_bind_MdGeVertex_TranslatedBy2Points_2(self,point1,point2),MdGeShape)};MdGeVertex.prototype["SetTextureFileName"]=MdGeVertex.prototype.SetTextureFileName=function(path){var self=this.ptr;ensureCache.prepare();if(path&&typeof path==="object")path=path.ptr;else path=ensureString(path);_emscripten_bind_MdGeVertex_SetTextureFileName_1(self,path)};MdGeVertex.prototype["SetMaterialAspect"]=MdGeVertex.prototype.SetMaterialAspect=function(material){var self=this.ptr;if(material&&typeof material==="object")material=material.ptr;_emscripten_bind_MdGeVertex_SetMaterialAspect_1(self,material)};MdGeVertex.prototype["SetColor"]=MdGeVertex.prototype.SetColor=function(color){var self=this.ptr;if(color&&typeof color==="object")color=color.ptr;_emscripten_bind_MdGeVertex_SetColor_1(self,color)};MdGeVertex.prototype["TextureRepeat"]=MdGeVertex.prototype.TextureRepeat=function(){var self=this.ptr;return!!_emscripten_bind_MdGeVertex_TextureRepeat_0(self)};MdGeVertex.prototype["URepeat"]=MdGeVertex.prototype.URepeat=function(){var self=this.ptr;return _emscripten_bind_MdGeVertex_URepeat_0(self)};MdGeVertex.prototype["VRepeat"]=MdGeVertex.prototype.VRepeat=function(){var self=this.ptr;return _emscripten_bind_MdGeVertex_VRepeat_0(self)};MdGeVertex.prototype["SetTextureRepeat"]=MdGeVertex.prototype.SetTextureRepeat=function(theToRepeat,theURepeat,theVRepeat){var self=this.ptr;if(theToRepeat&&typeof theToRepeat==="object")theToRepeat=theToRepeat.ptr;if(theURepeat&&typeof theURepeat==="object")theURepeat=theURepeat.ptr;if(theVRepeat&&typeof theVRepeat==="object")theVRepeat=theVRepeat.ptr;_emscripten_bind_MdGeVertex_SetTextureRepeat_3(self,theToRepeat,theURepeat,theVRepeat)};MdGeVertex.prototype["TextureScale"]=MdGeVertex.prototype.TextureScale=function(){var self=this.ptr;return!!_emscripten_bind_MdGeVertex_TextureScale_0(self)};MdGeVertex.prototype["TextureScaleU"]=MdGeVertex.prototype.TextureScaleU=function(){var self=this.ptr;return _emscripten_bind_MdGeVertex_TextureScaleU_0(self)};MdGeVertex.prototype["TextureScaleV"]=MdGeVertex.prototype.TextureScaleV=function(){var self=this.ptr;return _emscripten_bind_MdGeVertex_TextureScaleV_0(self)};MdGeVertex.prototype["SetTextureScale"]=MdGeVertex.prototype.SetTextureScale=function(theToSetTextureScale,theScaleU,theScaleV){var self=this.ptr;if(theToSetTextureScale&&typeof theToSetTextureScale==="object")theToSetTextureScale=theToSetTextureScale.ptr;if(theScaleU&&typeof theScaleU==="object")theScaleU=theScaleU.ptr;if(theScaleV&&typeof theScaleV==="object")theScaleV=theScaleV.ptr;_emscripten_bind_MdGeVertex_SetTextureScale_3(self,theToSetTextureScale,theScaleU,theScaleV)};MdGeVertex.prototype["TextureOrigin"]=MdGeVertex.prototype.TextureOrigin=function(){var self=this.ptr;return!!_emscripten_bind_MdGeVertex_TextureOrigin_0(self)};MdGeVertex.prototype["TextureUOrigin"]=MdGeVertex.prototype.TextureUOrigin=function(){var self=this.ptr;return _emscripten_bind_MdGeVertex_TextureUOrigin_0(self)};MdGeVertex.prototype["TextureVOrigin"]=MdGeVertex.prototype.TextureVOrigin=function(){var self=this.ptr;return _emscripten_bind_MdGeVertex_TextureVOrigin_0(self)};MdGeVertex.prototype["SetTextureOrigin"]=MdGeVertex.prototype.SetTextureOrigin=function(theToSetTextureOrigin,theUOrigin,theVOrigin){var self=this.ptr;if(theToSetTextureOrigin&&typeof theToSetTextureOrigin==="object")theToSetTextureOrigin=theToSetTextureOrigin.ptr;if(theUOrigin&&typeof theUOrigin==="object")theUOrigin=theUOrigin.ptr;if(theVOrigin&&typeof theVOrigin==="object")theVOrigin=theVOrigin.ptr;_emscripten_bind_MdGeVertex_SetTextureOrigin_3(self,theToSetTextureOrigin,theUOrigin,theVOrigin)};MdGeVertex.prototype["IsNull"]=MdGeVertex.prototype.IsNull=function(){var self=this.ptr;return!!_emscripten_bind_MdGeVertex_IsNull_0(self)};MdGeVertex.prototype["SetShapeName"]=MdGeVertex.prototype.SetShapeName=function(theShapeName){var self=this.ptr;ensureCache.prepare();if(theShapeName&&typeof theShapeName==="object")theShapeName=theShapeName.ptr;else theShapeName=ensureString(theShapeName);_emscripten_bind_MdGeVertex_SetShapeName_1(self,theShapeName)};MdGeVertex.prototype["GetShapeName"]=MdGeVertex.prototype.GetShapeName=function(){var self=this.ptr;return UTF8ToString(_emscripten_bind_MdGeVertex_GetShapeName_0(self))};MdGeVertex.prototype["GetBndBox"]=MdGeVertex.prototype.GetBndBox=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeVertex_GetBndBox_0(self),MdGeBndBox)};MdGeVertex.prototype["Draw"]=MdGeVertex.prototype.Draw=function(){var self=this.ptr;return UTF8ToString(_emscripten_bind_MdGeVertex_Draw_0(self))};MdGeVertex.prototype["__destroy__"]=MdGeVertex.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_MdGeVertex___destroy___0(self)};function MdGeEdge(pt1,pt2){if(pt1&&typeof pt1==="object")pt1=pt1.ptr;if(pt2&&typeof pt2==="object")pt2=pt2.ptr;if(pt1===undefined){this.ptr=_emscripten_bind_MdGeEdge_MdGeEdge_0();getCache(MdGeEdge)[this.ptr]=this;return}if(pt2===undefined){this.ptr=_emscripten_bind_MdGeEdge_MdGeEdge_1(pt1);getCache(MdGeEdge)[this.ptr]=this;return}this.ptr=_emscripten_bind_MdGeEdge_MdGeEdge_2(pt1,pt2);getCache(MdGeEdge)[this.ptr]=this}MdGeEdge.prototype=Object.create(MdGeShape.prototype);MdGeEdge.prototype.constructor=MdGeEdge;MdGeEdge.prototype.__class__=MdGeEdge;MdGeEdge.__cache__={};Module["MdGeEdge"]=MdGeEdge;MdGeEdge.prototype["Wire"]=MdGeEdge.prototype.Wire=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeEdge_Wire_0(self),MdGeWire)};MdGeEdge.prototype["AddedEdge"]=MdGeEdge.prototype.AddedEdge=function(edge){var self=this.ptr;if(edge&&typeof edge==="object")edge=edge.ptr;return wrapPointer(_emscripten_bind_MdGeEdge_AddedEdge_1(self,edge),MdGeWire)};MdGeEdge.prototype["AddedWire"]=MdGeEdge.prototype.AddedWire=function(wire){var self=this.ptr;if(wire&&typeof wire==="object")wire=wire.ptr;return wrapPointer(_emscripten_bind_MdGeEdge_AddedWire_1(self,wire),MdGeWire)};MdGeEdge.prototype["Fuse"]=MdGeEdge.prototype.Fuse=function(other){var self=this.ptr;if(other&&typeof other==="object")other=other.ptr;return wrapPointer(_emscripten_bind_MdGeEdge_Fuse_1(self,other),MdGeShape)};MdGeEdge.prototype["Cut"]=MdGeEdge.prototype.Cut=function(remove){var self=this.ptr;if(remove&&typeof remove==="object")remove=remove.ptr;return wrapPointer(_emscripten_bind_MdGeEdge_Cut_1(self,remove),MdGeShape)};MdGeEdge.prototype["Common"]=MdGeEdge.prototype.Common=function(other){var self=this.ptr;if(other&&typeof other==="object")other=other.ptr;return wrapPointer(_emscripten_bind_MdGeEdge_Common_1(self,other),MdGeShape)};MdGeEdge.prototype["Section"]=MdGeEdge.prototype.Section=function(other){var self=this.ptr;if(other&&typeof other==="object")other=other.ptr;return wrapPointer(_emscripten_bind_MdGeEdge_Section_1(self,other),MdGeShape)};MdGeEdge.prototype["ShapeType"]=MdGeEdge.prototype.ShapeType=function(){var self=this.ptr;return _emscripten_bind_MdGeEdge_ShapeType_0(self)};MdGeEdge.prototype["Quantities"]=MdGeEdge.prototype.Quantities=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeEdge_Quantities_0(self),MdGeArray1OfReal)};MdGeEdge.prototype["MirrorByPoint"]=MdGeEdge.prototype.MirrorByPoint=function(theP){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;_emscripten_bind_MdGeEdge_MirrorByPoint_1(self,theP)};MdGeEdge.prototype["MirroredByPoint"]=MdGeEdge.prototype.MirroredByPoint=function(theP){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;return wrapPointer(_emscripten_bind_MdGeEdge_MirroredByPoint_1(self,theP),MdGeShape)};MdGeEdge.prototype["MirrorByAxis"]=MdGeEdge.prototype.MirrorByAxis=function(axis){var self=this.ptr;if(axis&&typeof axis==="object")axis=axis.ptr;_emscripten_bind_MdGeEdge_MirrorByAxis_1(self,axis)};MdGeEdge.prototype["MirroredByAxis"]=MdGeEdge.prototype.MirroredByAxis=function(axis){var self=this.ptr;if(axis&&typeof axis==="object")axis=axis.ptr;return wrapPointer(_emscripten_bind_MdGeEdge_MirroredByAxis_1(self,axis),MdGeShape)};MdGeEdge.prototype["MirrorByCSYSR"]=MdGeEdge.prototype.MirrorByCSYSR=function(csysr){var self=this.ptr;if(csysr&&typeof csysr==="object")csysr=csysr.ptr;_emscripten_bind_MdGeEdge_MirrorByCSYSR_1(self,csysr)};MdGeEdge.prototype["MirroredByCSYSR"]=MdGeEdge.prototype.MirroredByCSYSR=function(csysr){var self=this.ptr;if(csysr&&typeof csysr==="object")csysr=csysr.ptr;return wrapPointer(_emscripten_bind_MdGeEdge_MirroredByCSYSR_1(self,csysr),MdGeShape)};MdGeEdge.prototype["Rotate"]=MdGeEdge.prototype.Rotate=function(axis,ang){var self=this.ptr;if(axis&&typeof axis==="object")axis=axis.ptr;if(ang&&typeof ang==="object")ang=ang.ptr;_emscripten_bind_MdGeEdge_Rotate_2(self,axis,ang)};MdGeEdge.prototype["Rotated"]=MdGeEdge.prototype.Rotated=function(axis,ang){var self=this.ptr;if(axis&&typeof axis==="object")axis=axis.ptr;if(ang&&typeof ang==="object")ang=ang.ptr;return wrapPointer(_emscripten_bind_MdGeEdge_Rotated_2(self,axis,ang),MdGeShape)};MdGeEdge.prototype["Scale"]=MdGeEdge.prototype.Scale=function(point,s){var self=this.ptr;if(point&&typeof point==="object")point=point.ptr;if(s&&typeof s==="object")s=s.ptr;_emscripten_bind_MdGeEdge_Scale_2(self,point,s)};MdGeEdge.prototype["Scaled"]=MdGeEdge.prototype.Scaled=function(point,s){var self=this.ptr;if(point&&typeof point==="object")point=point.ptr;if(s&&typeof s==="object")s=s.ptr;return wrapPointer(_emscripten_bind_MdGeEdge_Scaled_2(self,point,s),MdGeShape)};MdGeEdge.prototype["Transform"]=MdGeEdge.prototype.Transform=function(trsf){var self=this.ptr;if(trsf&&typeof trsf==="object")trsf=trsf.ptr;_emscripten_bind_MdGeEdge_Transform_1(self,trsf)};MdGeEdge.prototype["Transformed"]=MdGeEdge.prototype.Transformed=function(trsf){var self=this.ptr;if(trsf&&typeof trsf==="object")trsf=trsf.ptr;return wrapPointer(_emscripten_bind_MdGeEdge_Transformed_1(self,trsf),MdGeShape)};MdGeEdge.prototype["TranslateByVec"]=MdGeEdge.prototype.TranslateByVec=function(vec){var self=this.ptr;if(vec&&typeof vec==="object")vec=vec.ptr;_emscripten_bind_MdGeEdge_TranslateByVec_1(self,vec)};MdGeEdge.prototype["TranslatedByVec"]=MdGeEdge.prototype.TranslatedByVec=function(vec){var self=this.ptr;if(vec&&typeof vec==="object")vec=vec.ptr;return wrapPointer(_emscripten_bind_MdGeEdge_TranslatedByVec_1(self,vec),MdGeShape)};MdGeEdge.prototype["TranslateBy2Points"]=MdGeEdge.prototype.TranslateBy2Points=function(point1,point2){var self=this.ptr;if(point1&&typeof point1==="object")point1=point1.ptr;if(point2&&typeof point2==="object")point2=point2.ptr;_emscripten_bind_MdGeEdge_TranslateBy2Points_2(self,point1,point2)};MdGeEdge.prototype["TranslatedBy2Points"]=MdGeEdge.prototype.TranslatedBy2Points=function(point1,point2){var self=this.ptr;if(point1&&typeof point1==="object")point1=point1.ptr;if(point2&&typeof point2==="object")point2=point2.ptr;return wrapPointer(_emscripten_bind_MdGeEdge_TranslatedBy2Points_2(self,point1,point2),MdGeShape)};MdGeEdge.prototype["SetTextureFileName"]=MdGeEdge.prototype.SetTextureFileName=function(path){var self=this.ptr;ensureCache.prepare();if(path&&typeof path==="object")path=path.ptr;else path=ensureString(path);_emscripten_bind_MdGeEdge_SetTextureFileName_1(self,path)};MdGeEdge.prototype["SetMaterialAspect"]=MdGeEdge.prototype.SetMaterialAspect=function(material){var self=this.ptr;if(material&&typeof material==="object")material=material.ptr;_emscripten_bind_MdGeEdge_SetMaterialAspect_1(self,material)};MdGeEdge.prototype["SetColor"]=MdGeEdge.prototype.SetColor=function(color){var self=this.ptr;if(color&&typeof color==="object")color=color.ptr;_emscripten_bind_MdGeEdge_SetColor_1(self,color)};MdGeEdge.prototype["TextureRepeat"]=MdGeEdge.prototype.TextureRepeat=function(){var self=this.ptr;return!!_emscripten_bind_MdGeEdge_TextureRepeat_0(self)};MdGeEdge.prototype["URepeat"]=MdGeEdge.prototype.URepeat=function(){var self=this.ptr;return _emscripten_bind_MdGeEdge_URepeat_0(self)};MdGeEdge.prototype["VRepeat"]=MdGeEdge.prototype.VRepeat=function(){var self=this.ptr;return _emscripten_bind_MdGeEdge_VRepeat_0(self)};MdGeEdge.prototype["SetTextureRepeat"]=MdGeEdge.prototype.SetTextureRepeat=function(theToRepeat,theURepeat,theVRepeat){var self=this.ptr;if(theToRepeat&&typeof theToRepeat==="object")theToRepeat=theToRepeat.ptr;if(theURepeat&&typeof theURepeat==="object")theURepeat=theURepeat.ptr;if(theVRepeat&&typeof theVRepeat==="object")theVRepeat=theVRepeat.ptr;_emscripten_bind_MdGeEdge_SetTextureRepeat_3(self,theToRepeat,theURepeat,theVRepeat)};MdGeEdge.prototype["TextureScale"]=MdGeEdge.prototype.TextureScale=function(){var self=this.ptr;return!!_emscripten_bind_MdGeEdge_TextureScale_0(self)};MdGeEdge.prototype["TextureScaleU"]=MdGeEdge.prototype.TextureScaleU=function(){var self=this.ptr;return _emscripten_bind_MdGeEdge_TextureScaleU_0(self)};MdGeEdge.prototype["TextureScaleV"]=MdGeEdge.prototype.TextureScaleV=function(){var self=this.ptr;return _emscripten_bind_MdGeEdge_TextureScaleV_0(self)};MdGeEdge.prototype["SetTextureScale"]=MdGeEdge.prototype.SetTextureScale=function(theToSetTextureScale,theScaleU,theScaleV){var self=this.ptr;if(theToSetTextureScale&&typeof theToSetTextureScale==="object")theToSetTextureScale=theToSetTextureScale.ptr;if(theScaleU&&typeof theScaleU==="object")theScaleU=theScaleU.ptr;if(theScaleV&&typeof theScaleV==="object")theScaleV=theScaleV.ptr;_emscripten_bind_MdGeEdge_SetTextureScale_3(self,theToSetTextureScale,theScaleU,theScaleV)};MdGeEdge.prototype["TextureOrigin"]=MdGeEdge.prototype.TextureOrigin=function(){var self=this.ptr;return!!_emscripten_bind_MdGeEdge_TextureOrigin_0(self)};MdGeEdge.prototype["TextureUOrigin"]=MdGeEdge.prototype.TextureUOrigin=function(){var self=this.ptr;return _emscripten_bind_MdGeEdge_TextureUOrigin_0(self)};MdGeEdge.prototype["TextureVOrigin"]=MdGeEdge.prototype.TextureVOrigin=function(){var self=this.ptr;return _emscripten_bind_MdGeEdge_TextureVOrigin_0(self)};MdGeEdge.prototype["SetTextureOrigin"]=MdGeEdge.prototype.SetTextureOrigin=function(theToSetTextureOrigin,theUOrigin,theVOrigin){var self=this.ptr;if(theToSetTextureOrigin&&typeof theToSetTextureOrigin==="object")theToSetTextureOrigin=theToSetTextureOrigin.ptr;if(theUOrigin&&typeof theUOrigin==="object")theUOrigin=theUOrigin.ptr;if(theVOrigin&&typeof theVOrigin==="object")theVOrigin=theVOrigin.ptr;_emscripten_bind_MdGeEdge_SetTextureOrigin_3(self,theToSetTextureOrigin,theUOrigin,theVOrigin)};MdGeEdge.prototype["IsNull"]=MdGeEdge.prototype.IsNull=function(){var self=this.ptr;return!!_emscripten_bind_MdGeEdge_IsNull_0(self)};MdGeEdge.prototype["SetShapeName"]=MdGeEdge.prototype.SetShapeName=function(theShapeName){var self=this.ptr;ensureCache.prepare();if(theShapeName&&typeof theShapeName==="object")theShapeName=theShapeName.ptr;else theShapeName=ensureString(theShapeName);_emscripten_bind_MdGeEdge_SetShapeName_1(self,theShapeName)};MdGeEdge.prototype["GetShapeName"]=MdGeEdge.prototype.GetShapeName=function(){var self=this.ptr;return UTF8ToString(_emscripten_bind_MdGeEdge_GetShapeName_0(self))};MdGeEdge.prototype["GetBndBox"]=MdGeEdge.prototype.GetBndBox=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeEdge_GetBndBox_0(self),MdGeBndBox)};MdGeEdge.prototype["Draw"]=MdGeEdge.prototype.Draw=function(){var self=this.ptr;return UTF8ToString(_emscripten_bind_MdGeEdge_Draw_0(self))};MdGeEdge.prototype["__destroy__"]=MdGeEdge.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_MdGeEdge___destroy___0(self)};function MdGeWire(other){if(other&&typeof other==="object")other=other.ptr;if(other===undefined){this.ptr=_emscripten_bind_MdGeWire_MdGeWire_0();getCache(MdGeWire)[this.ptr]=this;return}this.ptr=_emscripten_bind_MdGeWire_MdGeWire_1(other);getCache(MdGeWire)[this.ptr]=this}MdGeWire.prototype=Object.create(MdGeShape.prototype);MdGeWire.prototype.constructor=MdGeWire;MdGeWire.prototype.__class__=MdGeWire;MdGeWire.__cache__={};Module["MdGeWire"]=MdGeWire;MdGeWire.prototype["AddedEdge"]=MdGeWire.prototype.AddedEdge=function(edge){var self=this.ptr;if(edge&&typeof edge==="object")edge=edge.ptr;return wrapPointer(_emscripten_bind_MdGeWire_AddedEdge_1(self,edge),MdGeWire)};MdGeWire.prototype["AddedWire"]=MdGeWire.prototype.AddedWire=function(wire){var self=this.ptr;if(wire&&typeof wire==="object")wire=wire.ptr;return wrapPointer(_emscripten_bind_MdGeWire_AddedWire_1(self,wire),MdGeWire)};MdGeWire.prototype["Fuse"]=MdGeWire.prototype.Fuse=function(other){var self=this.ptr;if(other&&typeof other==="object")other=other.ptr;return wrapPointer(_emscripten_bind_MdGeWire_Fuse_1(self,other),MdGeShape)};MdGeWire.prototype["Cut"]=MdGeWire.prototype.Cut=function(remove){var self=this.ptr;if(remove&&typeof remove==="object")remove=remove.ptr;return wrapPointer(_emscripten_bind_MdGeWire_Cut_1(self,remove),MdGeShape)};MdGeWire.prototype["Common"]=MdGeWire.prototype.Common=function(other){var self=this.ptr;if(other&&typeof other==="object")other=other.ptr;return wrapPointer(_emscripten_bind_MdGeWire_Common_1(self,other),MdGeShape)};MdGeWire.prototype["Section"]=MdGeWire.prototype.Section=function(other){var self=this.ptr;if(other&&typeof other==="object")other=other.ptr;return wrapPointer(_emscripten_bind_MdGeWire_Section_1(self,other),MdGeShape)};MdGeWire.prototype["ShapeType"]=MdGeWire.prototype.ShapeType=function(){var self=this.ptr;return _emscripten_bind_MdGeWire_ShapeType_0(self)};MdGeWire.prototype["Quantities"]=MdGeWire.prototype.Quantities=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeWire_Quantities_0(self),MdGeArray1OfReal)};MdGeWire.prototype["MirrorByPoint"]=MdGeWire.prototype.MirrorByPoint=function(theP){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;_emscripten_bind_MdGeWire_MirrorByPoint_1(self,theP)};MdGeWire.prototype["MirroredByPoint"]=MdGeWire.prototype.MirroredByPoint=function(theP){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;return wrapPointer(_emscripten_bind_MdGeWire_MirroredByPoint_1(self,theP),MdGeShape)};MdGeWire.prototype["MirrorByAxis"]=MdGeWire.prototype.MirrorByAxis=function(axis){var self=this.ptr;if(axis&&typeof axis==="object")axis=axis.ptr;_emscripten_bind_MdGeWire_MirrorByAxis_1(self,axis)};MdGeWire.prototype["MirroredByAxis"]=MdGeWire.prototype.MirroredByAxis=function(axis){var self=this.ptr;if(axis&&typeof axis==="object")axis=axis.ptr;return wrapPointer(_emscripten_bind_MdGeWire_MirroredByAxis_1(self,axis),MdGeShape)};MdGeWire.prototype["MirrorByCSYSR"]=MdGeWire.prototype.MirrorByCSYSR=function(csysr){var self=this.ptr;if(csysr&&typeof csysr==="object")csysr=csysr.ptr;_emscripten_bind_MdGeWire_MirrorByCSYSR_1(self,csysr)};MdGeWire.prototype["MirroredByCSYSR"]=MdGeWire.prototype.MirroredByCSYSR=function(csysr){var self=this.ptr;if(csysr&&typeof csysr==="object")csysr=csysr.ptr;return wrapPointer(_emscripten_bind_MdGeWire_MirroredByCSYSR_1(self,csysr),MdGeShape)};MdGeWire.prototype["Rotate"]=MdGeWire.prototype.Rotate=function(axis,ang){var self=this.ptr;if(axis&&typeof axis==="object")axis=axis.ptr;if(ang&&typeof ang==="object")ang=ang.ptr;_emscripten_bind_MdGeWire_Rotate_2(self,axis,ang)};MdGeWire.prototype["Rotated"]=MdGeWire.prototype.Rotated=function(axis,ang){var self=this.ptr;if(axis&&typeof axis==="object")axis=axis.ptr;if(ang&&typeof ang==="object")ang=ang.ptr;return wrapPointer(_emscripten_bind_MdGeWire_Rotated_2(self,axis,ang),MdGeShape)};MdGeWire.prototype["Scale"]=MdGeWire.prototype.Scale=function(point,s){var self=this.ptr;if(point&&typeof point==="object")point=point.ptr;if(s&&typeof s==="object")s=s.ptr;_emscripten_bind_MdGeWire_Scale_2(self,point,s)};MdGeWire.prototype["Scaled"]=MdGeWire.prototype.Scaled=function(point,s){var self=this.ptr;if(point&&typeof point==="object")point=point.ptr;if(s&&typeof s==="object")s=s.ptr;return wrapPointer(_emscripten_bind_MdGeWire_Scaled_2(self,point,s),MdGeShape)};MdGeWire.prototype["Transform"]=MdGeWire.prototype.Transform=function(trsf){var self=this.ptr;if(trsf&&typeof trsf==="object")trsf=trsf.ptr;_emscripten_bind_MdGeWire_Transform_1(self,trsf)};MdGeWire.prototype["Transformed"]=MdGeWire.prototype.Transformed=function(trsf){var self=this.ptr;if(trsf&&typeof trsf==="object")trsf=trsf.ptr;return wrapPointer(_emscripten_bind_MdGeWire_Transformed_1(self,trsf),MdGeShape)};MdGeWire.prototype["TranslateByVec"]=MdGeWire.prototype.TranslateByVec=function(vec){var self=this.ptr;if(vec&&typeof vec==="object")vec=vec.ptr;_emscripten_bind_MdGeWire_TranslateByVec_1(self,vec)};MdGeWire.prototype["TranslatedByVec"]=MdGeWire.prototype.TranslatedByVec=function(vec){var self=this.ptr;if(vec&&typeof vec==="object")vec=vec.ptr;return wrapPointer(_emscripten_bind_MdGeWire_TranslatedByVec_1(self,vec),MdGeShape)};MdGeWire.prototype["TranslateBy2Points"]=MdGeWire.prototype.TranslateBy2Points=function(point1,point2){var self=this.ptr;if(point1&&typeof point1==="object")point1=point1.ptr;if(point2&&typeof point2==="object")point2=point2.ptr;_emscripten_bind_MdGeWire_TranslateBy2Points_2(self,point1,point2)};MdGeWire.prototype["TranslatedBy2Points"]=MdGeWire.prototype.TranslatedBy2Points=function(point1,point2){var self=this.ptr;if(point1&&typeof point1==="object")point1=point1.ptr;if(point2&&typeof point2==="object")point2=point2.ptr;return wrapPointer(_emscripten_bind_MdGeWire_TranslatedBy2Points_2(self,point1,point2),MdGeShape)};MdGeWire.prototype["SetTextureFileName"]=MdGeWire.prototype.SetTextureFileName=function(path){var self=this.ptr;ensureCache.prepare();if(path&&typeof path==="object")path=path.ptr;else path=ensureString(path);_emscripten_bind_MdGeWire_SetTextureFileName_1(self,path)};MdGeWire.prototype["SetMaterialAspect"]=MdGeWire.prototype.SetMaterialAspect=function(material){var self=this.ptr;if(material&&typeof material==="object")material=material.ptr;_emscripten_bind_MdGeWire_SetMaterialAspect_1(self,material)};MdGeWire.prototype["SetColor"]=MdGeWire.prototype.SetColor=function(color){var self=this.ptr;if(color&&typeof color==="object")color=color.ptr;_emscripten_bind_MdGeWire_SetColor_1(self,color)};MdGeWire.prototype["TextureRepeat"]=MdGeWire.prototype.TextureRepeat=function(){var self=this.ptr;return!!_emscripten_bind_MdGeWire_TextureRepeat_0(self)};MdGeWire.prototype["URepeat"]=MdGeWire.prototype.URepeat=function(){var self=this.ptr;return _emscripten_bind_MdGeWire_URepeat_0(self)};MdGeWire.prototype["VRepeat"]=MdGeWire.prototype.VRepeat=function(){var self=this.ptr;return _emscripten_bind_MdGeWire_VRepeat_0(self)};MdGeWire.prototype["SetTextureRepeat"]=MdGeWire.prototype.SetTextureRepeat=function(theToRepeat,theURepeat,theVRepeat){var self=this.ptr;if(theToRepeat&&typeof theToRepeat==="object")theToRepeat=theToRepeat.ptr;if(theURepeat&&typeof theURepeat==="object")theURepeat=theURepeat.ptr;if(theVRepeat&&typeof theVRepeat==="object")theVRepeat=theVRepeat.ptr;_emscripten_bind_MdGeWire_SetTextureRepeat_3(self,theToRepeat,theURepeat,theVRepeat)};MdGeWire.prototype["TextureScale"]=MdGeWire.prototype.TextureScale=function(){var self=this.ptr;return!!_emscripten_bind_MdGeWire_TextureScale_0(self)};MdGeWire.prototype["TextureScaleU"]=MdGeWire.prototype.TextureScaleU=function(){var self=this.ptr;return _emscripten_bind_MdGeWire_TextureScaleU_0(self)};MdGeWire.prototype["TextureScaleV"]=MdGeWire.prototype.TextureScaleV=function(){var self=this.ptr;return _emscripten_bind_MdGeWire_TextureScaleV_0(self)};MdGeWire.prototype["SetTextureScale"]=MdGeWire.prototype.SetTextureScale=function(theToSetTextureScale,theScaleU,theScaleV){var self=this.ptr;if(theToSetTextureScale&&typeof theToSetTextureScale==="object")theToSetTextureScale=theToSetTextureScale.ptr;if(theScaleU&&typeof theScaleU==="object")theScaleU=theScaleU.ptr;if(theScaleV&&typeof theScaleV==="object")theScaleV=theScaleV.ptr;_emscripten_bind_MdGeWire_SetTextureScale_3(self,theToSetTextureScale,theScaleU,theScaleV)};MdGeWire.prototype["TextureOrigin"]=MdGeWire.prototype.TextureOrigin=function(){var self=this.ptr;return!!_emscripten_bind_MdGeWire_TextureOrigin_0(self)};MdGeWire.prototype["TextureUOrigin"]=MdGeWire.prototype.TextureUOrigin=function(){var self=this.ptr;return _emscripten_bind_MdGeWire_TextureUOrigin_0(self)};MdGeWire.prototype["TextureVOrigin"]=MdGeWire.prototype.TextureVOrigin=function(){var self=this.ptr;return _emscripten_bind_MdGeWire_TextureVOrigin_0(self)};MdGeWire.prototype["SetTextureOrigin"]=MdGeWire.prototype.SetTextureOrigin=function(theToSetTextureOrigin,theUOrigin,theVOrigin){var self=this.ptr;if(theToSetTextureOrigin&&typeof theToSetTextureOrigin==="object")theToSetTextureOrigin=theToSetTextureOrigin.ptr;if(theUOrigin&&typeof theUOrigin==="object")theUOrigin=theUOrigin.ptr;if(theVOrigin&&typeof theVOrigin==="object")theVOrigin=theVOrigin.ptr;_emscripten_bind_MdGeWire_SetTextureOrigin_3(self,theToSetTextureOrigin,theUOrigin,theVOrigin)};MdGeWire.prototype["IsNull"]=MdGeWire.prototype.IsNull=function(){var self=this.ptr;return!!_emscripten_bind_MdGeWire_IsNull_0(self)};MdGeWire.prototype["SetShapeName"]=MdGeWire.prototype.SetShapeName=function(theShapeName){var self=this.ptr;ensureCache.prepare();if(theShapeName&&typeof theShapeName==="object")theShapeName=theShapeName.ptr;else theShapeName=ensureString(theShapeName);_emscripten_bind_MdGeWire_SetShapeName_1(self,theShapeName)};MdGeWire.prototype["GetShapeName"]=MdGeWire.prototype.GetShapeName=function(){var self=this.ptr;return UTF8ToString(_emscripten_bind_MdGeWire_GetShapeName_0(self))};MdGeWire.prototype["GetBndBox"]=MdGeWire.prototype.GetBndBox=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeWire_GetBndBox_0(self),MdGeBndBox)};MdGeWire.prototype["Draw"]=MdGeWire.prototype.Draw=function(){var self=this.ptr;return UTF8ToString(_emscripten_bind_MdGeWire_Draw_0(self))};MdGeWire.prototype["__destroy__"]=MdGeWire.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_MdGeWire___destroy___0(self)};function MdGeFace(other){if(other&&typeof other==="object")other=other.ptr;if(other===undefined){this.ptr=_emscripten_bind_MdGeFace_MdGeFace_0();getCache(MdGeFace)[this.ptr]=this;return}this.ptr=_emscripten_bind_MdGeFace_MdGeFace_1(other);getCache(MdGeFace)[this.ptr]=this}MdGeFace.prototype=Object.create(MdGeShape.prototype);MdGeFace.prototype.constructor=MdGeFace;MdGeFace.prototype.__class__=MdGeFace;MdGeFace.__cache__={};Module["MdGeFace"]=MdGeFace;MdGeFace.prototype["Fuse"]=MdGeFace.prototype.Fuse=function(other){var self=this.ptr;if(other&&typeof other==="object")other=other.ptr;return wrapPointer(_emscripten_bind_MdGeFace_Fuse_1(self,other),MdGeShape)};MdGeFace.prototype["Cut"]=MdGeFace.prototype.Cut=function(remove){var self=this.ptr;if(remove&&typeof remove==="object")remove=remove.ptr;return wrapPointer(_emscripten_bind_MdGeFace_Cut_1(self,remove),MdGeShape)};MdGeFace.prototype["Common"]=MdGeFace.prototype.Common=function(other){var self=this.ptr;if(other&&typeof other==="object")other=other.ptr;return wrapPointer(_emscripten_bind_MdGeFace_Common_1(self,other),MdGeShape)};MdGeFace.prototype["Section"]=MdGeFace.prototype.Section=function(other){var self=this.ptr;if(other&&typeof other==="object")other=other.ptr;return wrapPointer(_emscripten_bind_MdGeFace_Section_1(self,other),MdGeShape)};MdGeFace.prototype["ShapeType"]=MdGeFace.prototype.ShapeType=function(){var self=this.ptr;return _emscripten_bind_MdGeFace_ShapeType_0(self)};MdGeFace.prototype["Quantities"]=MdGeFace.prototype.Quantities=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeFace_Quantities_0(self),MdGeArray1OfReal)};MdGeFace.prototype["MirrorByPoint"]=MdGeFace.prototype.MirrorByPoint=function(theP){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;_emscripten_bind_MdGeFace_MirrorByPoint_1(self,theP)};MdGeFace.prototype["MirroredByPoint"]=MdGeFace.prototype.MirroredByPoint=function(theP){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;return wrapPointer(_emscripten_bind_MdGeFace_MirroredByPoint_1(self,theP),MdGeShape)};MdGeFace.prototype["MirrorByAxis"]=MdGeFace.prototype.MirrorByAxis=function(axis){var self=this.ptr;if(axis&&typeof axis==="object")axis=axis.ptr;_emscripten_bind_MdGeFace_MirrorByAxis_1(self,axis)};MdGeFace.prototype["MirroredByAxis"]=MdGeFace.prototype.MirroredByAxis=function(axis){var self=this.ptr;if(axis&&typeof axis==="object")axis=axis.ptr;return wrapPointer(_emscripten_bind_MdGeFace_MirroredByAxis_1(self,axis),MdGeShape)};MdGeFace.prototype["MirrorByCSYSR"]=MdGeFace.prototype.MirrorByCSYSR=function(csysr){var self=this.ptr;if(csysr&&typeof csysr==="object")csysr=csysr.ptr;_emscripten_bind_MdGeFace_MirrorByCSYSR_1(self,csysr)};MdGeFace.prototype["MirroredByCSYSR"]=MdGeFace.prototype.MirroredByCSYSR=function(csysr){var self=this.ptr;if(csysr&&typeof csysr==="object")csysr=csysr.ptr;return wrapPointer(_emscripten_bind_MdGeFace_MirroredByCSYSR_1(self,csysr),MdGeShape)};MdGeFace.prototype["Rotate"]=MdGeFace.prototype.Rotate=function(axis,ang){var self=this.ptr;if(axis&&typeof axis==="object")axis=axis.ptr;if(ang&&typeof ang==="object")ang=ang.ptr;_emscripten_bind_MdGeFace_Rotate_2(self,axis,ang)};MdGeFace.prototype["Rotated"]=MdGeFace.prototype.Rotated=function(axis,ang){var self=this.ptr;if(axis&&typeof axis==="object")axis=axis.ptr;if(ang&&typeof ang==="object")ang=ang.ptr;return wrapPointer(_emscripten_bind_MdGeFace_Rotated_2(self,axis,ang),MdGeShape)};MdGeFace.prototype["Scale"]=MdGeFace.prototype.Scale=function(point,s){var self=this.ptr;if(point&&typeof point==="object")point=point.ptr;if(s&&typeof s==="object")s=s.ptr;_emscripten_bind_MdGeFace_Scale_2(self,point,s)};MdGeFace.prototype["Scaled"]=MdGeFace.prototype.Scaled=function(point,s){var self=this.ptr;if(point&&typeof point==="object")point=point.ptr;if(s&&typeof s==="object")s=s.ptr;return wrapPointer(_emscripten_bind_MdGeFace_Scaled_2(self,point,s),MdGeShape)};MdGeFace.prototype["Transform"]=MdGeFace.prototype.Transform=function(trsf){var self=this.ptr;if(trsf&&typeof trsf==="object")trsf=trsf.ptr;_emscripten_bind_MdGeFace_Transform_1(self,trsf)};MdGeFace.prototype["Transformed"]=MdGeFace.prototype.Transformed=function(trsf){var self=this.ptr;if(trsf&&typeof trsf==="object")trsf=trsf.ptr;return wrapPointer(_emscripten_bind_MdGeFace_Transformed_1(self,trsf),MdGeShape)};MdGeFace.prototype["TranslateByVec"]=MdGeFace.prototype.TranslateByVec=function(vec){var self=this.ptr;if(vec&&typeof vec==="object")vec=vec.ptr;_emscripten_bind_MdGeFace_TranslateByVec_1(self,vec)};MdGeFace.prototype["TranslatedByVec"]=MdGeFace.prototype.TranslatedByVec=function(vec){var self=this.ptr;if(vec&&typeof vec==="object")vec=vec.ptr;return wrapPointer(_emscripten_bind_MdGeFace_TranslatedByVec_1(self,vec),MdGeShape)};MdGeFace.prototype["TranslateBy2Points"]=MdGeFace.prototype.TranslateBy2Points=function(point1,point2){var self=this.ptr;if(point1&&typeof point1==="object")point1=point1.ptr;if(point2&&typeof point2==="object")point2=point2.ptr;_emscripten_bind_MdGeFace_TranslateBy2Points_2(self,point1,point2)};MdGeFace.prototype["TranslatedBy2Points"]=MdGeFace.prototype.TranslatedBy2Points=function(point1,point2){var self=this.ptr;if(point1&&typeof point1==="object")point1=point1.ptr;if(point2&&typeof point2==="object")point2=point2.ptr;return wrapPointer(_emscripten_bind_MdGeFace_TranslatedBy2Points_2(self,point1,point2),MdGeShape)};MdGeFace.prototype["SetTextureFileName"]=MdGeFace.prototype.SetTextureFileName=function(path){var self=this.ptr;ensureCache.prepare();if(path&&typeof path==="object")path=path.ptr;else path=ensureString(path);_emscripten_bind_MdGeFace_SetTextureFileName_1(self,path)};MdGeFace.prototype["SetMaterialAspect"]=MdGeFace.prototype.SetMaterialAspect=function(material){var self=this.ptr;if(material&&typeof material==="object")material=material.ptr;_emscripten_bind_MdGeFace_SetMaterialAspect_1(self,material)};MdGeFace.prototype["SetColor"]=MdGeFace.prototype.SetColor=function(color){var self=this.ptr;if(color&&typeof color==="object")color=color.ptr;_emscripten_bind_MdGeFace_SetColor_1(self,color)};MdGeFace.prototype["TextureRepeat"]=MdGeFace.prototype.TextureRepeat=function(){var self=this.ptr;return!!_emscripten_bind_MdGeFace_TextureRepeat_0(self)};MdGeFace.prototype["URepeat"]=MdGeFace.prototype.URepeat=function(){var self=this.ptr;return _emscripten_bind_MdGeFace_URepeat_0(self)};MdGeFace.prototype["VRepeat"]=MdGeFace.prototype.VRepeat=function(){var self=this.ptr;return _emscripten_bind_MdGeFace_VRepeat_0(self)};MdGeFace.prototype["SetTextureRepeat"]=MdGeFace.prototype.SetTextureRepeat=function(theToRepeat,theURepeat,theVRepeat){var self=this.ptr;if(theToRepeat&&typeof theToRepeat==="object")theToRepeat=theToRepeat.ptr;if(theURepeat&&typeof theURepeat==="object")theURepeat=theURepeat.ptr;if(theVRepeat&&typeof theVRepeat==="object")theVRepeat=theVRepeat.ptr;_emscripten_bind_MdGeFace_SetTextureRepeat_3(self,theToRepeat,theURepeat,theVRepeat)};MdGeFace.prototype["TextureScale"]=MdGeFace.prototype.TextureScale=function(){var self=this.ptr;return!!_emscripten_bind_MdGeFace_TextureScale_0(self)};MdGeFace.prototype["TextureScaleU"]=MdGeFace.prototype.TextureScaleU=function(){var self=this.ptr;return _emscripten_bind_MdGeFace_TextureScaleU_0(self)};MdGeFace.prototype["TextureScaleV"]=MdGeFace.prototype.TextureScaleV=function(){var self=this.ptr;return _emscripten_bind_MdGeFace_TextureScaleV_0(self)};MdGeFace.prototype["SetTextureScale"]=MdGeFace.prototype.SetTextureScale=function(theToSetTextureScale,theScaleU,theScaleV){var self=this.ptr;if(theToSetTextureScale&&typeof theToSetTextureScale==="object")theToSetTextureScale=theToSetTextureScale.ptr;if(theScaleU&&typeof theScaleU==="object")theScaleU=theScaleU.ptr;if(theScaleV&&typeof theScaleV==="object")theScaleV=theScaleV.ptr;_emscripten_bind_MdGeFace_SetTextureScale_3(self,theToSetTextureScale,theScaleU,theScaleV)};MdGeFace.prototype["TextureOrigin"]=MdGeFace.prototype.TextureOrigin=function(){var self=this.ptr;return!!_emscripten_bind_MdGeFace_TextureOrigin_0(self)};MdGeFace.prototype["TextureUOrigin"]=MdGeFace.prototype.TextureUOrigin=function(){var self=this.ptr;return _emscripten_bind_MdGeFace_TextureUOrigin_0(self)};MdGeFace.prototype["TextureVOrigin"]=MdGeFace.prototype.TextureVOrigin=function(){var self=this.ptr;return _emscripten_bind_MdGeFace_TextureVOrigin_0(self)};MdGeFace.prototype["SetTextureOrigin"]=MdGeFace.prototype.SetTextureOrigin=function(theToSetTextureOrigin,theUOrigin,theVOrigin){var self=this.ptr;if(theToSetTextureOrigin&&typeof theToSetTextureOrigin==="object")theToSetTextureOrigin=theToSetTextureOrigin.ptr;if(theUOrigin&&typeof theUOrigin==="object")theUOrigin=theUOrigin.ptr;if(theVOrigin&&typeof theVOrigin==="object")theVOrigin=theVOrigin.ptr;_emscripten_bind_MdGeFace_SetTextureOrigin_3(self,theToSetTextureOrigin,theUOrigin,theVOrigin)};MdGeFace.prototype["IsNull"]=MdGeFace.prototype.IsNull=function(){var self=this.ptr;return!!_emscripten_bind_MdGeFace_IsNull_0(self)};MdGeFace.prototype["SetShapeName"]=MdGeFace.prototype.SetShapeName=function(theShapeName){var self=this.ptr;ensureCache.prepare();if(theShapeName&&typeof theShapeName==="object")theShapeName=theShapeName.ptr;else theShapeName=ensureString(theShapeName);_emscripten_bind_MdGeFace_SetShapeName_1(self,theShapeName)};MdGeFace.prototype["GetShapeName"]=MdGeFace.prototype.GetShapeName=function(){var self=this.ptr;return UTF8ToString(_emscripten_bind_MdGeFace_GetShapeName_0(self))};MdGeFace.prototype["GetBndBox"]=MdGeFace.prototype.GetBndBox=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeFace_GetBndBox_0(self),MdGeBndBox)};MdGeFace.prototype["Draw"]=MdGeFace.prototype.Draw=function(){var self=this.ptr;return UTF8ToString(_emscripten_bind_MdGeFace_Draw_0(self))};MdGeFace.prototype["__destroy__"]=MdGeFace.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_MdGeFace___destroy___0(self)};function MdGeShell(other){if(other&&typeof other==="object")other=other.ptr;if(other===undefined){this.ptr=_emscripten_bind_MdGeShell_MdGeShell_0();getCache(MdGeShell)[this.ptr]=this;return}this.ptr=_emscripten_bind_MdGeShell_MdGeShell_1(other);getCache(MdGeShell)[this.ptr]=this}MdGeShell.prototype=Object.create(MdGeShape.prototype);MdGeShell.prototype.constructor=MdGeShell;MdGeShell.prototype.__class__=MdGeShell;MdGeShell.__cache__={};Module["MdGeShell"]=MdGeShell;MdGeShell.prototype["Fuse"]=MdGeShell.prototype.Fuse=function(other){var self=this.ptr;if(other&&typeof other==="object")other=other.ptr;return wrapPointer(_emscripten_bind_MdGeShell_Fuse_1(self,other),MdGeShape)};MdGeShell.prototype["Cut"]=MdGeShell.prototype.Cut=function(remove){var self=this.ptr;if(remove&&typeof remove==="object")remove=remove.ptr;return wrapPointer(_emscripten_bind_MdGeShell_Cut_1(self,remove),MdGeShape)};MdGeShell.prototype["Common"]=MdGeShell.prototype.Common=function(other){var self=this.ptr;if(other&&typeof other==="object")other=other.ptr;return wrapPointer(_emscripten_bind_MdGeShell_Common_1(self,other),MdGeShape)};MdGeShell.prototype["Section"]=MdGeShell.prototype.Section=function(other){var self=this.ptr;if(other&&typeof other==="object")other=other.ptr;return wrapPointer(_emscripten_bind_MdGeShell_Section_1(self,other),MdGeShape)};MdGeShell.prototype["ShapeType"]=MdGeShell.prototype.ShapeType=function(){var self=this.ptr;return _emscripten_bind_MdGeShell_ShapeType_0(self)};MdGeShell.prototype["Quantities"]=MdGeShell.prototype.Quantities=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeShell_Quantities_0(self),MdGeArray1OfReal)};MdGeShell.prototype["MirrorByPoint"]=MdGeShell.prototype.MirrorByPoint=function(theP){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;_emscripten_bind_MdGeShell_MirrorByPoint_1(self,theP)};MdGeShell.prototype["MirroredByPoint"]=MdGeShell.prototype.MirroredByPoint=function(theP){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;return wrapPointer(_emscripten_bind_MdGeShell_MirroredByPoint_1(self,theP),MdGeShape)};MdGeShell.prototype["MirrorByAxis"]=MdGeShell.prototype.MirrorByAxis=function(axis){var self=this.ptr;if(axis&&typeof axis==="object")axis=axis.ptr;_emscripten_bind_MdGeShell_MirrorByAxis_1(self,axis)};MdGeShell.prototype["MirroredByAxis"]=MdGeShell.prototype.MirroredByAxis=function(axis){var self=this.ptr;if(axis&&typeof axis==="object")axis=axis.ptr;return wrapPointer(_emscripten_bind_MdGeShell_MirroredByAxis_1(self,axis),MdGeShape)};MdGeShell.prototype["MirrorByCSYSR"]=MdGeShell.prototype.MirrorByCSYSR=function(csysr){var self=this.ptr;if(csysr&&typeof csysr==="object")csysr=csysr.ptr;_emscripten_bind_MdGeShell_MirrorByCSYSR_1(self,csysr)};MdGeShell.prototype["MirroredByCSYSR"]=MdGeShell.prototype.MirroredByCSYSR=function(csysr){var self=this.ptr;if(csysr&&typeof csysr==="object")csysr=csysr.ptr;return wrapPointer(_emscripten_bind_MdGeShell_MirroredByCSYSR_1(self,csysr),MdGeShape)};MdGeShell.prototype["Rotate"]=MdGeShell.prototype.Rotate=function(axis,ang){var self=this.ptr;if(axis&&typeof axis==="object")axis=axis.ptr;if(ang&&typeof ang==="object")ang=ang.ptr;_emscripten_bind_MdGeShell_Rotate_2(self,axis,ang)};MdGeShell.prototype["Rotated"]=MdGeShell.prototype.Rotated=function(axis,ang){var self=this.ptr;if(axis&&typeof axis==="object")axis=axis.ptr;if(ang&&typeof ang==="object")ang=ang.ptr;return wrapPointer(_emscripten_bind_MdGeShell_Rotated_2(self,axis,ang),MdGeShape)};MdGeShell.prototype["Scale"]=MdGeShell.prototype.Scale=function(point,s){var self=this.ptr;if(point&&typeof point==="object")point=point.ptr;if(s&&typeof s==="object")s=s.ptr;_emscripten_bind_MdGeShell_Scale_2(self,point,s)};MdGeShell.prototype["Scaled"]=MdGeShell.prototype.Scaled=function(point,s){var self=this.ptr;if(point&&typeof point==="object")point=point.ptr;if(s&&typeof s==="object")s=s.ptr;return wrapPointer(_emscripten_bind_MdGeShell_Scaled_2(self,point,s),MdGeShape)};MdGeShell.prototype["Transform"]=MdGeShell.prototype.Transform=function(trsf){var self=this.ptr;if(trsf&&typeof trsf==="object")trsf=trsf.ptr;_emscripten_bind_MdGeShell_Transform_1(self,trsf)};MdGeShell.prototype["Transformed"]=MdGeShell.prototype.Transformed=function(trsf){var self=this.ptr;if(trsf&&typeof trsf==="object")trsf=trsf.ptr;return wrapPointer(_emscripten_bind_MdGeShell_Transformed_1(self,trsf),MdGeShape)};MdGeShell.prototype["TranslateByVec"]=MdGeShell.prototype.TranslateByVec=function(vec){var self=this.ptr;if(vec&&typeof vec==="object")vec=vec.ptr;_emscripten_bind_MdGeShell_TranslateByVec_1(self,vec)};MdGeShell.prototype["TranslatedByVec"]=MdGeShell.prototype.TranslatedByVec=function(vec){var self=this.ptr;if(vec&&typeof vec==="object")vec=vec.ptr;return wrapPointer(_emscripten_bind_MdGeShell_TranslatedByVec_1(self,vec),MdGeShape)};MdGeShell.prototype["TranslateBy2Points"]=MdGeShell.prototype.TranslateBy2Points=function(point1,point2){var self=this.ptr;if(point1&&typeof point1==="object")point1=point1.ptr;if(point2&&typeof point2==="object")point2=point2.ptr;_emscripten_bind_MdGeShell_TranslateBy2Points_2(self,point1,point2)};MdGeShell.prototype["TranslatedBy2Points"]=MdGeShell.prototype.TranslatedBy2Points=function(point1,point2){var self=this.ptr;if(point1&&typeof point1==="object")point1=point1.ptr;if(point2&&typeof point2==="object")point2=point2.ptr;return wrapPointer(_emscripten_bind_MdGeShell_TranslatedBy2Points_2(self,point1,point2),MdGeShape)};MdGeShell.prototype["SetTextureFileName"]=MdGeShell.prototype.SetTextureFileName=function(path){var self=this.ptr;ensureCache.prepare();if(path&&typeof path==="object")path=path.ptr;else path=ensureString(path);_emscripten_bind_MdGeShell_SetTextureFileName_1(self,path)};MdGeShell.prototype["SetMaterialAspect"]=MdGeShell.prototype.SetMaterialAspect=function(material){var self=this.ptr;if(material&&typeof material==="object")material=material.ptr;_emscripten_bind_MdGeShell_SetMaterialAspect_1(self,material)};MdGeShell.prototype["SetColor"]=MdGeShell.prototype.SetColor=function(color){var self=this.ptr;if(color&&typeof color==="object")color=color.ptr;_emscripten_bind_MdGeShell_SetColor_1(self,color)};MdGeShell.prototype["TextureRepeat"]=MdGeShell.prototype.TextureRepeat=function(){var self=this.ptr;return!!_emscripten_bind_MdGeShell_TextureRepeat_0(self)};MdGeShell.prototype["URepeat"]=MdGeShell.prototype.URepeat=function(){var self=this.ptr;return _emscripten_bind_MdGeShell_URepeat_0(self)};MdGeShell.prototype["VRepeat"]=MdGeShell.prototype.VRepeat=function(){var self=this.ptr;return _emscripten_bind_MdGeShell_VRepeat_0(self)};MdGeShell.prototype["SetTextureRepeat"]=MdGeShell.prototype.SetTextureRepeat=function(theToRepeat,theURepeat,theVRepeat){var self=this.ptr;if(theToRepeat&&typeof theToRepeat==="object")theToRepeat=theToRepeat.ptr;if(theURepeat&&typeof theURepeat==="object")theURepeat=theURepeat.ptr;if(theVRepeat&&typeof theVRepeat==="object")theVRepeat=theVRepeat.ptr;_emscripten_bind_MdGeShell_SetTextureRepeat_3(self,theToRepeat,theURepeat,theVRepeat)};MdGeShell.prototype["TextureScale"]=MdGeShell.prototype.TextureScale=function(){var self=this.ptr;return!!_emscripten_bind_MdGeShell_TextureScale_0(self)};MdGeShell.prototype["TextureScaleU"]=MdGeShell.prototype.TextureScaleU=function(){var self=this.ptr;return _emscripten_bind_MdGeShell_TextureScaleU_0(self)};MdGeShell.prototype["TextureScaleV"]=MdGeShell.prototype.TextureScaleV=function(){var self=this.ptr;return _emscripten_bind_MdGeShell_TextureScaleV_0(self)};MdGeShell.prototype["SetTextureScale"]=MdGeShell.prototype.SetTextureScale=function(theToSetTextureScale,theScaleU,theScaleV){var self=this.ptr;if(theToSetTextureScale&&typeof theToSetTextureScale==="object")theToSetTextureScale=theToSetTextureScale.ptr;if(theScaleU&&typeof theScaleU==="object")theScaleU=theScaleU.ptr;if(theScaleV&&typeof theScaleV==="object")theScaleV=theScaleV.ptr;_emscripten_bind_MdGeShell_SetTextureScale_3(self,theToSetTextureScale,theScaleU,theScaleV)};MdGeShell.prototype["TextureOrigin"]=MdGeShell.prototype.TextureOrigin=function(){var self=this.ptr;return!!_emscripten_bind_MdGeShell_TextureOrigin_0(self)};MdGeShell.prototype["TextureUOrigin"]=MdGeShell.prototype.TextureUOrigin=function(){var self=this.ptr;return _emscripten_bind_MdGeShell_TextureUOrigin_0(self)};MdGeShell.prototype["TextureVOrigin"]=MdGeShell.prototype.TextureVOrigin=function(){var self=this.ptr;return _emscripten_bind_MdGeShell_TextureVOrigin_0(self)};MdGeShell.prototype["SetTextureOrigin"]=MdGeShell.prototype.SetTextureOrigin=function(theToSetTextureOrigin,theUOrigin,theVOrigin){var self=this.ptr;if(theToSetTextureOrigin&&typeof theToSetTextureOrigin==="object")theToSetTextureOrigin=theToSetTextureOrigin.ptr;if(theUOrigin&&typeof theUOrigin==="object")theUOrigin=theUOrigin.ptr;if(theVOrigin&&typeof theVOrigin==="object")theVOrigin=theVOrigin.ptr;_emscripten_bind_MdGeShell_SetTextureOrigin_3(self,theToSetTextureOrigin,theUOrigin,theVOrigin)};MdGeShell.prototype["IsNull"]=MdGeShell.prototype.IsNull=function(){var self=this.ptr;return!!_emscripten_bind_MdGeShell_IsNull_0(self)};MdGeShell.prototype["SetShapeName"]=MdGeShell.prototype.SetShapeName=function(theShapeName){var self=this.ptr;ensureCache.prepare();if(theShapeName&&typeof theShapeName==="object")theShapeName=theShapeName.ptr;else theShapeName=ensureString(theShapeName);_emscripten_bind_MdGeShell_SetShapeName_1(self,theShapeName)};MdGeShell.prototype["GetShapeName"]=MdGeShell.prototype.GetShapeName=function(){var self=this.ptr;return UTF8ToString(_emscripten_bind_MdGeShell_GetShapeName_0(self))};MdGeShell.prototype["GetBndBox"]=MdGeShell.prototype.GetBndBox=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeShell_GetBndBox_0(self),MdGeBndBox)};MdGeShell.prototype["Draw"]=MdGeShell.prototype.Draw=function(){var self=this.ptr;return UTF8ToString(_emscripten_bind_MdGeShell_Draw_0(self))};MdGeShell.prototype["__destroy__"]=MdGeShell.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_MdGeShell___destroy___0(self)};function MdGeSolid(other){if(other&&typeof other==="object")other=other.ptr;if(other===undefined){this.ptr=_emscripten_bind_MdGeSolid_MdGeSolid_0();getCache(MdGeSolid)[this.ptr]=this;return}this.ptr=_emscripten_bind_MdGeSolid_MdGeSolid_1(other);getCache(MdGeSolid)[this.ptr]=this}MdGeSolid.prototype=Object.create(MdGeShape.prototype);MdGeSolid.prototype.constructor=MdGeSolid;MdGeSolid.prototype.__class__=MdGeSolid;MdGeSolid.__cache__={};Module["MdGeSolid"]=MdGeSolid;MdGeSolid.prototype["Fuse"]=MdGeSolid.prototype.Fuse=function(other){var self=this.ptr;if(other&&typeof other==="object")other=other.ptr;return wrapPointer(_emscripten_bind_MdGeSolid_Fuse_1(self,other),MdGeShape)};MdGeSolid.prototype["Cut"]=MdGeSolid.prototype.Cut=function(remove){var self=this.ptr;if(remove&&typeof remove==="object")remove=remove.ptr;return wrapPointer(_emscripten_bind_MdGeSolid_Cut_1(self,remove),MdGeShape)};MdGeSolid.prototype["Common"]=MdGeSolid.prototype.Common=function(other){var self=this.ptr;if(other&&typeof other==="object")other=other.ptr;return wrapPointer(_emscripten_bind_MdGeSolid_Common_1(self,other),MdGeShape)};MdGeSolid.prototype["Section"]=MdGeSolid.prototype.Section=function(other){var self=this.ptr;if(other&&typeof other==="object")other=other.ptr;return wrapPointer(_emscripten_bind_MdGeSolid_Section_1(self,other),MdGeShape)};MdGeSolid.prototype["ShapeType"]=MdGeSolid.prototype.ShapeType=function(){var self=this.ptr;return _emscripten_bind_MdGeSolid_ShapeType_0(self)};MdGeSolid.prototype["Quantities"]=MdGeSolid.prototype.Quantities=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeSolid_Quantities_0(self),MdGeArray1OfReal)};MdGeSolid.prototype["MirrorByPoint"]=MdGeSolid.prototype.MirrorByPoint=function(theP){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;_emscripten_bind_MdGeSolid_MirrorByPoint_1(self,theP)};MdGeSolid.prototype["MirroredByPoint"]=MdGeSolid.prototype.MirroredByPoint=function(theP){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;return wrapPointer(_emscripten_bind_MdGeSolid_MirroredByPoint_1(self,theP),MdGeShape)};MdGeSolid.prototype["MirrorByAxis"]=MdGeSolid.prototype.MirrorByAxis=function(axis){var self=this.ptr;if(axis&&typeof axis==="object")axis=axis.ptr;_emscripten_bind_MdGeSolid_MirrorByAxis_1(self,axis)};MdGeSolid.prototype["MirroredByAxis"]=MdGeSolid.prototype.MirroredByAxis=function(axis){var self=this.ptr;if(axis&&typeof axis==="object")axis=axis.ptr;return wrapPointer(_emscripten_bind_MdGeSolid_MirroredByAxis_1(self,axis),MdGeShape)};MdGeSolid.prototype["MirrorByCSYSR"]=MdGeSolid.prototype.MirrorByCSYSR=function(csysr){var self=this.ptr;if(csysr&&typeof csysr==="object")csysr=csysr.ptr;_emscripten_bind_MdGeSolid_MirrorByCSYSR_1(self,csysr)};MdGeSolid.prototype["MirroredByCSYSR"]=MdGeSolid.prototype.MirroredByCSYSR=function(csysr){var self=this.ptr;if(csysr&&typeof csysr==="object")csysr=csysr.ptr;return wrapPointer(_emscripten_bind_MdGeSolid_MirroredByCSYSR_1(self,csysr),MdGeShape)};MdGeSolid.prototype["Rotate"]=MdGeSolid.prototype.Rotate=function(axis,ang){var self=this.ptr;if(axis&&typeof axis==="object")axis=axis.ptr;if(ang&&typeof ang==="object")ang=ang.ptr;_emscripten_bind_MdGeSolid_Rotate_2(self,axis,ang)};MdGeSolid.prototype["Rotated"]=MdGeSolid.prototype.Rotated=function(axis,ang){var self=this.ptr;if(axis&&typeof axis==="object")axis=axis.ptr;if(ang&&typeof ang==="object")ang=ang.ptr;return wrapPointer(_emscripten_bind_MdGeSolid_Rotated_2(self,axis,ang),MdGeShape)};MdGeSolid.prototype["Scale"]=MdGeSolid.prototype.Scale=function(point,s){var self=this.ptr;if(point&&typeof point==="object")point=point.ptr;if(s&&typeof s==="object")s=s.ptr;_emscripten_bind_MdGeSolid_Scale_2(self,point,s)};MdGeSolid.prototype["Scaled"]=MdGeSolid.prototype.Scaled=function(point,s){var self=this.ptr;if(point&&typeof point==="object")point=point.ptr;if(s&&typeof s==="object")s=s.ptr;return wrapPointer(_emscripten_bind_MdGeSolid_Scaled_2(self,point,s),MdGeShape)};MdGeSolid.prototype["Transform"]=MdGeSolid.prototype.Transform=function(trsf){var self=this.ptr;if(trsf&&typeof trsf==="object")trsf=trsf.ptr;_emscripten_bind_MdGeSolid_Transform_1(self,trsf)};MdGeSolid.prototype["Transformed"]=MdGeSolid.prototype.Transformed=function(trsf){var self=this.ptr;if(trsf&&typeof trsf==="object")trsf=trsf.ptr;return wrapPointer(_emscripten_bind_MdGeSolid_Transformed_1(self,trsf),MdGeShape)};MdGeSolid.prototype["TranslateByVec"]=MdGeSolid.prototype.TranslateByVec=function(vec){var self=this.ptr;if(vec&&typeof vec==="object")vec=vec.ptr;_emscripten_bind_MdGeSolid_TranslateByVec_1(self,vec)};MdGeSolid.prototype["TranslatedByVec"]=MdGeSolid.prototype.TranslatedByVec=function(vec){var self=this.ptr;if(vec&&typeof vec==="object")vec=vec.ptr;return wrapPointer(_emscripten_bind_MdGeSolid_TranslatedByVec_1(self,vec),MdGeShape)};MdGeSolid.prototype["TranslateBy2Points"]=MdGeSolid.prototype.TranslateBy2Points=function(point1,point2){var self=this.ptr;if(point1&&typeof point1==="object")point1=point1.ptr;if(point2&&typeof point2==="object")point2=point2.ptr;_emscripten_bind_MdGeSolid_TranslateBy2Points_2(self,point1,point2)};MdGeSolid.prototype["TranslatedBy2Points"]=MdGeSolid.prototype.TranslatedBy2Points=function(point1,point2){var self=this.ptr;if(point1&&typeof point1==="object")point1=point1.ptr;if(point2&&typeof point2==="object")point2=point2.ptr;return wrapPointer(_emscripten_bind_MdGeSolid_TranslatedBy2Points_2(self,point1,point2),MdGeShape)};MdGeSolid.prototype["SetTextureFileName"]=MdGeSolid.prototype.SetTextureFileName=function(path){var self=this.ptr;ensureCache.prepare();if(path&&typeof path==="object")path=path.ptr;else path=ensureString(path);_emscripten_bind_MdGeSolid_SetTextureFileName_1(self,path)};MdGeSolid.prototype["SetMaterialAspect"]=MdGeSolid.prototype.SetMaterialAspect=function(material){var self=this.ptr;if(material&&typeof material==="object")material=material.ptr;_emscripten_bind_MdGeSolid_SetMaterialAspect_1(self,material)};MdGeSolid.prototype["SetColor"]=MdGeSolid.prototype.SetColor=function(color){var self=this.ptr;if(color&&typeof color==="object")color=color.ptr;_emscripten_bind_MdGeSolid_SetColor_1(self,color)};MdGeSolid.prototype["TextureRepeat"]=MdGeSolid.prototype.TextureRepeat=function(){var self=this.ptr;return!!_emscripten_bind_MdGeSolid_TextureRepeat_0(self)};MdGeSolid.prototype["URepeat"]=MdGeSolid.prototype.URepeat=function(){var self=this.ptr;return _emscripten_bind_MdGeSolid_URepeat_0(self)};MdGeSolid.prototype["VRepeat"]=MdGeSolid.prototype.VRepeat=function(){var self=this.ptr;return _emscripten_bind_MdGeSolid_VRepeat_0(self)};MdGeSolid.prototype["SetTextureRepeat"]=MdGeSolid.prototype.SetTextureRepeat=function(theToRepeat,theURepeat,theVRepeat){var self=this.ptr;if(theToRepeat&&typeof theToRepeat==="object")theToRepeat=theToRepeat.ptr;if(theURepeat&&typeof theURepeat==="object")theURepeat=theURepeat.ptr;if(theVRepeat&&typeof theVRepeat==="object")theVRepeat=theVRepeat.ptr;_emscripten_bind_MdGeSolid_SetTextureRepeat_3(self,theToRepeat,theURepeat,theVRepeat)};MdGeSolid.prototype["TextureScale"]=MdGeSolid.prototype.TextureScale=function(){var self=this.ptr;return!!_emscripten_bind_MdGeSolid_TextureScale_0(self)};MdGeSolid.prototype["TextureScaleU"]=MdGeSolid.prototype.TextureScaleU=function(){var self=this.ptr;return _emscripten_bind_MdGeSolid_TextureScaleU_0(self)};MdGeSolid.prototype["TextureScaleV"]=MdGeSolid.prototype.TextureScaleV=function(){var self=this.ptr;return _emscripten_bind_MdGeSolid_TextureScaleV_0(self)};MdGeSolid.prototype["SetTextureScale"]=MdGeSolid.prototype.SetTextureScale=function(theToSetTextureScale,theScaleU,theScaleV){var self=this.ptr;if(theToSetTextureScale&&typeof theToSetTextureScale==="object")theToSetTextureScale=theToSetTextureScale.ptr;if(theScaleU&&typeof theScaleU==="object")theScaleU=theScaleU.ptr;if(theScaleV&&typeof theScaleV==="object")theScaleV=theScaleV.ptr;_emscripten_bind_MdGeSolid_SetTextureScale_3(self,theToSetTextureScale,theScaleU,theScaleV)};MdGeSolid.prototype["TextureOrigin"]=MdGeSolid.prototype.TextureOrigin=function(){var self=this.ptr;return!!_emscripten_bind_MdGeSolid_TextureOrigin_0(self)};MdGeSolid.prototype["TextureUOrigin"]=MdGeSolid.prototype.TextureUOrigin=function(){var self=this.ptr;return _emscripten_bind_MdGeSolid_TextureUOrigin_0(self)};MdGeSolid.prototype["TextureVOrigin"]=MdGeSolid.prototype.TextureVOrigin=function(){var self=this.ptr;return _emscripten_bind_MdGeSolid_TextureVOrigin_0(self)};MdGeSolid.prototype["SetTextureOrigin"]=MdGeSolid.prototype.SetTextureOrigin=function(theToSetTextureOrigin,theUOrigin,theVOrigin){var self=this.ptr;if(theToSetTextureOrigin&&typeof theToSetTextureOrigin==="object")theToSetTextureOrigin=theToSetTextureOrigin.ptr;if(theUOrigin&&typeof theUOrigin==="object")theUOrigin=theUOrigin.ptr;if(theVOrigin&&typeof theVOrigin==="object")theVOrigin=theVOrigin.ptr;_emscripten_bind_MdGeSolid_SetTextureOrigin_3(self,theToSetTextureOrigin,theUOrigin,theVOrigin)};MdGeSolid.prototype["IsNull"]=MdGeSolid.prototype.IsNull=function(){var self=this.ptr;return!!_emscripten_bind_MdGeSolid_IsNull_0(self)};MdGeSolid.prototype["SetShapeName"]=MdGeSolid.prototype.SetShapeName=function(theShapeName){var self=this.ptr;ensureCache.prepare();if(theShapeName&&typeof theShapeName==="object")theShapeName=theShapeName.ptr;else theShapeName=ensureString(theShapeName);_emscripten_bind_MdGeSolid_SetShapeName_1(self,theShapeName)};MdGeSolid.prototype["GetShapeName"]=MdGeSolid.prototype.GetShapeName=function(){var self=this.ptr;return UTF8ToString(_emscripten_bind_MdGeSolid_GetShapeName_0(self))};MdGeSolid.prototype["GetBndBox"]=MdGeSolid.prototype.GetBndBox=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeSolid_GetBndBox_0(self),MdGeBndBox)};MdGeSolid.prototype["Draw"]=MdGeSolid.prototype.Draw=function(){var self=this.ptr;return UTF8ToString(_emscripten_bind_MdGeSolid_Draw_0(self))};MdGeSolid.prototype["__destroy__"]=MdGeSolid.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_MdGeSolid___destroy___0(self)};function MdGeCompSolid(other){if(other&&typeof other==="object")other=other.ptr;if(other===undefined){this.ptr=_emscripten_bind_MdGeCompSolid_MdGeCompSolid_0();getCache(MdGeCompSolid)[this.ptr]=this;return}this.ptr=_emscripten_bind_MdGeCompSolid_MdGeCompSolid_1(other);getCache(MdGeCompSolid)[this.ptr]=this}MdGeCompSolid.prototype=Object.create(MdGeShape.prototype);MdGeCompSolid.prototype.constructor=MdGeCompSolid;MdGeCompSolid.prototype.__class__=MdGeCompSolid;MdGeCompSolid.__cache__={};Module["MdGeCompSolid"]=MdGeCompSolid;MdGeCompSolid.prototype["Fuse"]=MdGeCompSolid.prototype.Fuse=function(other){var self=this.ptr;if(other&&typeof other==="object")other=other.ptr;return wrapPointer(_emscripten_bind_MdGeCompSolid_Fuse_1(self,other),MdGeShape)};MdGeCompSolid.prototype["Cut"]=MdGeCompSolid.prototype.Cut=function(remove){var self=this.ptr;if(remove&&typeof remove==="object")remove=remove.ptr;return wrapPointer(_emscripten_bind_MdGeCompSolid_Cut_1(self,remove),MdGeShape)};MdGeCompSolid.prototype["Common"]=MdGeCompSolid.prototype.Common=function(other){var self=this.ptr;if(other&&typeof other==="object")other=other.ptr;return wrapPointer(_emscripten_bind_MdGeCompSolid_Common_1(self,other),MdGeShape)};MdGeCompSolid.prototype["Section"]=MdGeCompSolid.prototype.Section=function(other){var self=this.ptr;if(other&&typeof other==="object")other=other.ptr;return wrapPointer(_emscripten_bind_MdGeCompSolid_Section_1(self,other),MdGeShape)};MdGeCompSolid.prototype["ShapeType"]=MdGeCompSolid.prototype.ShapeType=function(){var self=this.ptr;return _emscripten_bind_MdGeCompSolid_ShapeType_0(self)};MdGeCompSolid.prototype["Quantities"]=MdGeCompSolid.prototype.Quantities=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeCompSolid_Quantities_0(self),MdGeArray1OfReal)};MdGeCompSolid.prototype["MirrorByPoint"]=MdGeCompSolid.prototype.MirrorByPoint=function(theP){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;_emscripten_bind_MdGeCompSolid_MirrorByPoint_1(self,theP)};MdGeCompSolid.prototype["MirroredByPoint"]=MdGeCompSolid.prototype.MirroredByPoint=function(theP){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;return wrapPointer(_emscripten_bind_MdGeCompSolid_MirroredByPoint_1(self,theP),MdGeShape)};MdGeCompSolid.prototype["MirrorByAxis"]=MdGeCompSolid.prototype.MirrorByAxis=function(axis){var self=this.ptr;if(axis&&typeof axis==="object")axis=axis.ptr;_emscripten_bind_MdGeCompSolid_MirrorByAxis_1(self,axis)};MdGeCompSolid.prototype["MirroredByAxis"]=MdGeCompSolid.prototype.MirroredByAxis=function(axis){var self=this.ptr;if(axis&&typeof axis==="object")axis=axis.ptr;return wrapPointer(_emscripten_bind_MdGeCompSolid_MirroredByAxis_1(self,axis),MdGeShape)};MdGeCompSolid.prototype["MirrorByCSYSR"]=MdGeCompSolid.prototype.MirrorByCSYSR=function(csysr){var self=this.ptr;if(csysr&&typeof csysr==="object")csysr=csysr.ptr;_emscripten_bind_MdGeCompSolid_MirrorByCSYSR_1(self,csysr)};MdGeCompSolid.prototype["MirroredByCSYSR"]=MdGeCompSolid.prototype.MirroredByCSYSR=function(csysr){var self=this.ptr;if(csysr&&typeof csysr==="object")csysr=csysr.ptr;return wrapPointer(_emscripten_bind_MdGeCompSolid_MirroredByCSYSR_1(self,csysr),MdGeShape)};MdGeCompSolid.prototype["Rotate"]=MdGeCompSolid.prototype.Rotate=function(axis,ang){var self=this.ptr;if(axis&&typeof axis==="object")axis=axis.ptr;if(ang&&typeof ang==="object")ang=ang.ptr;_emscripten_bind_MdGeCompSolid_Rotate_2(self,axis,ang)};MdGeCompSolid.prototype["Rotated"]=MdGeCompSolid.prototype.Rotated=function(axis,ang){var self=this.ptr;if(axis&&typeof axis==="object")axis=axis.ptr;if(ang&&typeof ang==="object")ang=ang.ptr;return wrapPointer(_emscripten_bind_MdGeCompSolid_Rotated_2(self,axis,ang),MdGeShape)};MdGeCompSolid.prototype["Scale"]=MdGeCompSolid.prototype.Scale=function(point,s){var self=this.ptr;if(point&&typeof point==="object")point=point.ptr;if(s&&typeof s==="object")s=s.ptr;_emscripten_bind_MdGeCompSolid_Scale_2(self,point,s)};MdGeCompSolid.prototype["Scaled"]=MdGeCompSolid.prototype.Scaled=function(point,s){var self=this.ptr;if(point&&typeof point==="object")point=point.ptr;if(s&&typeof s==="object")s=s.ptr;return wrapPointer(_emscripten_bind_MdGeCompSolid_Scaled_2(self,point,s),MdGeShape)};MdGeCompSolid.prototype["Transform"]=MdGeCompSolid.prototype.Transform=function(trsf){var self=this.ptr;if(trsf&&typeof trsf==="object")trsf=trsf.ptr;_emscripten_bind_MdGeCompSolid_Transform_1(self,trsf)};MdGeCompSolid.prototype["Transformed"]=MdGeCompSolid.prototype.Transformed=function(trsf){var self=this.ptr;if(trsf&&typeof trsf==="object")trsf=trsf.ptr;return wrapPointer(_emscripten_bind_MdGeCompSolid_Transformed_1(self,trsf),MdGeShape)};MdGeCompSolid.prototype["TranslateByVec"]=MdGeCompSolid.prototype.TranslateByVec=function(vec){var self=this.ptr;if(vec&&typeof vec==="object")vec=vec.ptr;_emscripten_bind_MdGeCompSolid_TranslateByVec_1(self,vec)};MdGeCompSolid.prototype["TranslatedByVec"]=MdGeCompSolid.prototype.TranslatedByVec=function(vec){var self=this.ptr;if(vec&&typeof vec==="object")vec=vec.ptr;return wrapPointer(_emscripten_bind_MdGeCompSolid_TranslatedByVec_1(self,vec),MdGeShape)};MdGeCompSolid.prototype["TranslateBy2Points"]=MdGeCompSolid.prototype.TranslateBy2Points=function(point1,point2){var self=this.ptr;if(point1&&typeof point1==="object")point1=point1.ptr;if(point2&&typeof point2==="object")point2=point2.ptr;_emscripten_bind_MdGeCompSolid_TranslateBy2Points_2(self,point1,point2)};MdGeCompSolid.prototype["TranslatedBy2Points"]=MdGeCompSolid.prototype.TranslatedBy2Points=function(point1,point2){var self=this.ptr;if(point1&&typeof point1==="object")point1=point1.ptr;if(point2&&typeof point2==="object")point2=point2.ptr;return wrapPointer(_emscripten_bind_MdGeCompSolid_TranslatedBy2Points_2(self,point1,point2),MdGeShape)};MdGeCompSolid.prototype["SetTextureFileName"]=MdGeCompSolid.prototype.SetTextureFileName=function(path){var self=this.ptr;ensureCache.prepare();if(path&&typeof path==="object")path=path.ptr;else path=ensureString(path);_emscripten_bind_MdGeCompSolid_SetTextureFileName_1(self,path)};MdGeCompSolid.prototype["SetMaterialAspect"]=MdGeCompSolid.prototype.SetMaterialAspect=function(material){var self=this.ptr;if(material&&typeof material==="object")material=material.ptr;_emscripten_bind_MdGeCompSolid_SetMaterialAspect_1(self,material)};MdGeCompSolid.prototype["SetColor"]=MdGeCompSolid.prototype.SetColor=function(color){var self=this.ptr;if(color&&typeof color==="object")color=color.ptr;_emscripten_bind_MdGeCompSolid_SetColor_1(self,color)};MdGeCompSolid.prototype["TextureRepeat"]=MdGeCompSolid.prototype.TextureRepeat=function(){var self=this.ptr;return!!_emscripten_bind_MdGeCompSolid_TextureRepeat_0(self)};MdGeCompSolid.prototype["URepeat"]=MdGeCompSolid.prototype.URepeat=function(){var self=this.ptr;return _emscripten_bind_MdGeCompSolid_URepeat_0(self)};MdGeCompSolid.prototype["VRepeat"]=MdGeCompSolid.prototype.VRepeat=function(){var self=this.ptr;return _emscripten_bind_MdGeCompSolid_VRepeat_0(self)};MdGeCompSolid.prototype["SetTextureRepeat"]=MdGeCompSolid.prototype.SetTextureRepeat=function(theToRepeat,theURepeat,theVRepeat){var self=this.ptr;if(theToRepeat&&typeof theToRepeat==="object")theToRepeat=theToRepeat.ptr;if(theURepeat&&typeof theURepeat==="object")theURepeat=theURepeat.ptr;if(theVRepeat&&typeof theVRepeat==="object")theVRepeat=theVRepeat.ptr;_emscripten_bind_MdGeCompSolid_SetTextureRepeat_3(self,theToRepeat,theURepeat,theVRepeat)};MdGeCompSolid.prototype["TextureScale"]=MdGeCompSolid.prototype.TextureScale=function(){var self=this.ptr;return!!_emscripten_bind_MdGeCompSolid_TextureScale_0(self)};MdGeCompSolid.prototype["TextureScaleU"]=MdGeCompSolid.prototype.TextureScaleU=function(){var self=this.ptr;return _emscripten_bind_MdGeCompSolid_TextureScaleU_0(self)};MdGeCompSolid.prototype["TextureScaleV"]=MdGeCompSolid.prototype.TextureScaleV=function(){var self=this.ptr;return _emscripten_bind_MdGeCompSolid_TextureScaleV_0(self)};MdGeCompSolid.prototype["SetTextureScale"]=MdGeCompSolid.prototype.SetTextureScale=function(theToSetTextureScale,theScaleU,theScaleV){var self=this.ptr;if(theToSetTextureScale&&typeof theToSetTextureScale==="object")theToSetTextureScale=theToSetTextureScale.ptr;if(theScaleU&&typeof theScaleU==="object")theScaleU=theScaleU.ptr;if(theScaleV&&typeof theScaleV==="object")theScaleV=theScaleV.ptr;_emscripten_bind_MdGeCompSolid_SetTextureScale_3(self,theToSetTextureScale,theScaleU,theScaleV)};MdGeCompSolid.prototype["TextureOrigin"]=MdGeCompSolid.prototype.TextureOrigin=function(){var self=this.ptr;return!!_emscripten_bind_MdGeCompSolid_TextureOrigin_0(self)};MdGeCompSolid.prototype["TextureUOrigin"]=MdGeCompSolid.prototype.TextureUOrigin=function(){var self=this.ptr;return _emscripten_bind_MdGeCompSolid_TextureUOrigin_0(self)};MdGeCompSolid.prototype["TextureVOrigin"]=MdGeCompSolid.prototype.TextureVOrigin=function(){var self=this.ptr;return _emscripten_bind_MdGeCompSolid_TextureVOrigin_0(self)};MdGeCompSolid.prototype["SetTextureOrigin"]=MdGeCompSolid.prototype.SetTextureOrigin=function(theToSetTextureOrigin,theUOrigin,theVOrigin){var self=this.ptr;if(theToSetTextureOrigin&&typeof theToSetTextureOrigin==="object")theToSetTextureOrigin=theToSetTextureOrigin.ptr;if(theUOrigin&&typeof theUOrigin==="object")theUOrigin=theUOrigin.ptr;if(theVOrigin&&typeof theVOrigin==="object")theVOrigin=theVOrigin.ptr;_emscripten_bind_MdGeCompSolid_SetTextureOrigin_3(self,theToSetTextureOrigin,theUOrigin,theVOrigin)};MdGeCompSolid.prototype["IsNull"]=MdGeCompSolid.prototype.IsNull=function(){var self=this.ptr;return!!_emscripten_bind_MdGeCompSolid_IsNull_0(self)};MdGeCompSolid.prototype["SetShapeName"]=MdGeCompSolid.prototype.SetShapeName=function(theShapeName){var self=this.ptr;ensureCache.prepare();if(theShapeName&&typeof theShapeName==="object")theShapeName=theShapeName.ptr;else theShapeName=ensureString(theShapeName);_emscripten_bind_MdGeCompSolid_SetShapeName_1(self,theShapeName)};MdGeCompSolid.prototype["GetShapeName"]=MdGeCompSolid.prototype.GetShapeName=function(){var self=this.ptr;return UTF8ToString(_emscripten_bind_MdGeCompSolid_GetShapeName_0(self))};MdGeCompSolid.prototype["GetBndBox"]=MdGeCompSolid.prototype.GetBndBox=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeCompSolid_GetBndBox_0(self),MdGeBndBox)};MdGeCompSolid.prototype["Draw"]=MdGeCompSolid.prototype.Draw=function(){var self=this.ptr;return UTF8ToString(_emscripten_bind_MdGeCompSolid_Draw_0(self))};MdGeCompSolid.prototype["__destroy__"]=MdGeCompSolid.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_MdGeCompSolid___destroy___0(self)};function MdGeCompound(other){if(other&&typeof other==="object")other=other.ptr;if(other===undefined){this.ptr=_emscripten_bind_MdGeCompound_MdGeCompound_0();getCache(MdGeCompound)[this.ptr]=this;return}this.ptr=_emscripten_bind_MdGeCompound_MdGeCompound_1(other);getCache(MdGeCompound)[this.ptr]=this}MdGeCompound.prototype=Object.create(MdGeShape.prototype);MdGeCompound.prototype.constructor=MdGeCompound;MdGeCompound.prototype.__class__=MdGeCompound;MdGeCompound.__cache__={};Module["MdGeCompound"]=MdGeCompound;MdGeCompound.prototype["Fuse"]=MdGeCompound.prototype.Fuse=function(other){var self=this.ptr;if(other&&typeof other==="object")other=other.ptr;return wrapPointer(_emscripten_bind_MdGeCompound_Fuse_1(self,other),MdGeShape)};MdGeCompound.prototype["Cut"]=MdGeCompound.prototype.Cut=function(remove){var self=this.ptr;if(remove&&typeof remove==="object")remove=remove.ptr;return wrapPointer(_emscripten_bind_MdGeCompound_Cut_1(self,remove),MdGeShape)};MdGeCompound.prototype["Common"]=MdGeCompound.prototype.Common=function(other){var self=this.ptr;if(other&&typeof other==="object")other=other.ptr;return wrapPointer(_emscripten_bind_MdGeCompound_Common_1(self,other),MdGeShape)};MdGeCompound.prototype["Section"]=MdGeCompound.prototype.Section=function(other){var self=this.ptr;if(other&&typeof other==="object")other=other.ptr;return wrapPointer(_emscripten_bind_MdGeCompound_Section_1(self,other),MdGeShape)};MdGeCompound.prototype["ShapeType"]=MdGeCompound.prototype.ShapeType=function(){var self=this.ptr;return _emscripten_bind_MdGeCompound_ShapeType_0(self)};MdGeCompound.prototype["Quantities"]=MdGeCompound.prototype.Quantities=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeCompound_Quantities_0(self),MdGeArray1OfReal)};MdGeCompound.prototype["MirrorByPoint"]=MdGeCompound.prototype.MirrorByPoint=function(theP){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;_emscripten_bind_MdGeCompound_MirrorByPoint_1(self,theP)};MdGeCompound.prototype["MirroredByPoint"]=MdGeCompound.prototype.MirroredByPoint=function(theP){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;return wrapPointer(_emscripten_bind_MdGeCompound_MirroredByPoint_1(self,theP),MdGeShape)};MdGeCompound.prototype["MirrorByAxis"]=MdGeCompound.prototype.MirrorByAxis=function(axis){var self=this.ptr;if(axis&&typeof axis==="object")axis=axis.ptr;_emscripten_bind_MdGeCompound_MirrorByAxis_1(self,axis)};MdGeCompound.prototype["MirroredByAxis"]=MdGeCompound.prototype.MirroredByAxis=function(axis){var self=this.ptr;if(axis&&typeof axis==="object")axis=axis.ptr;return wrapPointer(_emscripten_bind_MdGeCompound_MirroredByAxis_1(self,axis),MdGeShape)};MdGeCompound.prototype["MirrorByCSYSR"]=MdGeCompound.prototype.MirrorByCSYSR=function(csysr){var self=this.ptr;if(csysr&&typeof csysr==="object")csysr=csysr.ptr;_emscripten_bind_MdGeCompound_MirrorByCSYSR_1(self,csysr)};MdGeCompound.prototype["MirroredByCSYSR"]=MdGeCompound.prototype.MirroredByCSYSR=function(csysr){var self=this.ptr;if(csysr&&typeof csysr==="object")csysr=csysr.ptr;return wrapPointer(_emscripten_bind_MdGeCompound_MirroredByCSYSR_1(self,csysr),MdGeShape)};MdGeCompound.prototype["Rotate"]=MdGeCompound.prototype.Rotate=function(axis,ang){var self=this.ptr;if(axis&&typeof axis==="object")axis=axis.ptr;if(ang&&typeof ang==="object")ang=ang.ptr;_emscripten_bind_MdGeCompound_Rotate_2(self,axis,ang)};MdGeCompound.prototype["Rotated"]=MdGeCompound.prototype.Rotated=function(axis,ang){var self=this.ptr;if(axis&&typeof axis==="object")axis=axis.ptr;if(ang&&typeof ang==="object")ang=ang.ptr;return wrapPointer(_emscripten_bind_MdGeCompound_Rotated_2(self,axis,ang),MdGeShape)};MdGeCompound.prototype["Scale"]=MdGeCompound.prototype.Scale=function(point,s){var self=this.ptr;if(point&&typeof point==="object")point=point.ptr;if(s&&typeof s==="object")s=s.ptr;_emscripten_bind_MdGeCompound_Scale_2(self,point,s)};MdGeCompound.prototype["Scaled"]=MdGeCompound.prototype.Scaled=function(point,s){var self=this.ptr;if(point&&typeof point==="object")point=point.ptr;if(s&&typeof s==="object")s=s.ptr;return wrapPointer(_emscripten_bind_MdGeCompound_Scaled_2(self,point,s),MdGeShape)};MdGeCompound.prototype["Transform"]=MdGeCompound.prototype.Transform=function(trsf){var self=this.ptr;if(trsf&&typeof trsf==="object")trsf=trsf.ptr;_emscripten_bind_MdGeCompound_Transform_1(self,trsf)};MdGeCompound.prototype["Transformed"]=MdGeCompound.prototype.Transformed=function(trsf){var self=this.ptr;if(trsf&&typeof trsf==="object")trsf=trsf.ptr;return wrapPointer(_emscripten_bind_MdGeCompound_Transformed_1(self,trsf),MdGeShape)};MdGeCompound.prototype["TranslateByVec"]=MdGeCompound.prototype.TranslateByVec=function(vec){var self=this.ptr;if(vec&&typeof vec==="object")vec=vec.ptr;_emscripten_bind_MdGeCompound_TranslateByVec_1(self,vec)};MdGeCompound.prototype["TranslatedByVec"]=MdGeCompound.prototype.TranslatedByVec=function(vec){var self=this.ptr;if(vec&&typeof vec==="object")vec=vec.ptr;return wrapPointer(_emscripten_bind_MdGeCompound_TranslatedByVec_1(self,vec),MdGeShape)};MdGeCompound.prototype["TranslateBy2Points"]=MdGeCompound.prototype.TranslateBy2Points=function(point1,point2){var self=this.ptr;if(point1&&typeof point1==="object")point1=point1.ptr;if(point2&&typeof point2==="object")point2=point2.ptr;_emscripten_bind_MdGeCompound_TranslateBy2Points_2(self,point1,point2)};MdGeCompound.prototype["TranslatedBy2Points"]=MdGeCompound.prototype.TranslatedBy2Points=function(point1,point2){var self=this.ptr;if(point1&&typeof point1==="object")point1=point1.ptr;if(point2&&typeof point2==="object")point2=point2.ptr;return wrapPointer(_emscripten_bind_MdGeCompound_TranslatedBy2Points_2(self,point1,point2),MdGeShape)};MdGeCompound.prototype["SetTextureFileName"]=MdGeCompound.prototype.SetTextureFileName=function(path){var self=this.ptr;ensureCache.prepare();if(path&&typeof path==="object")path=path.ptr;else path=ensureString(path);_emscripten_bind_MdGeCompound_SetTextureFileName_1(self,path)};MdGeCompound.prototype["SetMaterialAspect"]=MdGeCompound.prototype.SetMaterialAspect=function(material){var self=this.ptr;if(material&&typeof material==="object")material=material.ptr;_emscripten_bind_MdGeCompound_SetMaterialAspect_1(self,material)};MdGeCompound.prototype["SetColor"]=MdGeCompound.prototype.SetColor=function(color){var self=this.ptr;if(color&&typeof color==="object")color=color.ptr;_emscripten_bind_MdGeCompound_SetColor_1(self,color)};MdGeCompound.prototype["TextureRepeat"]=MdGeCompound.prototype.TextureRepeat=function(){var self=this.ptr;return!!_emscripten_bind_MdGeCompound_TextureRepeat_0(self)};MdGeCompound.prototype["URepeat"]=MdGeCompound.prototype.URepeat=function(){var self=this.ptr;return _emscripten_bind_MdGeCompound_URepeat_0(self)};MdGeCompound.prototype["VRepeat"]=MdGeCompound.prototype.VRepeat=function(){var self=this.ptr;return _emscripten_bind_MdGeCompound_VRepeat_0(self)};MdGeCompound.prototype["SetTextureRepeat"]=MdGeCompound.prototype.SetTextureRepeat=function(theToRepeat,theURepeat,theVRepeat){var self=this.ptr;if(theToRepeat&&typeof theToRepeat==="object")theToRepeat=theToRepeat.ptr;if(theURepeat&&typeof theURepeat==="object")theURepeat=theURepeat.ptr;if(theVRepeat&&typeof theVRepeat==="object")theVRepeat=theVRepeat.ptr;_emscripten_bind_MdGeCompound_SetTextureRepeat_3(self,theToRepeat,theURepeat,theVRepeat)};MdGeCompound.prototype["TextureScale"]=MdGeCompound.prototype.TextureScale=function(){var self=this.ptr;return!!_emscripten_bind_MdGeCompound_TextureScale_0(self)};MdGeCompound.prototype["TextureScaleU"]=MdGeCompound.prototype.TextureScaleU=function(){var self=this.ptr;return _emscripten_bind_MdGeCompound_TextureScaleU_0(self)};MdGeCompound.prototype["TextureScaleV"]=MdGeCompound.prototype.TextureScaleV=function(){var self=this.ptr;return _emscripten_bind_MdGeCompound_TextureScaleV_0(self)};MdGeCompound.prototype["SetTextureScale"]=MdGeCompound.prototype.SetTextureScale=function(theToSetTextureScale,theScaleU,theScaleV){var self=this.ptr;if(theToSetTextureScale&&typeof theToSetTextureScale==="object")theToSetTextureScale=theToSetTextureScale.ptr;if(theScaleU&&typeof theScaleU==="object")theScaleU=theScaleU.ptr;if(theScaleV&&typeof theScaleV==="object")theScaleV=theScaleV.ptr;_emscripten_bind_MdGeCompound_SetTextureScale_3(self,theToSetTextureScale,theScaleU,theScaleV)};MdGeCompound.prototype["TextureOrigin"]=MdGeCompound.prototype.TextureOrigin=function(){var self=this.ptr;return!!_emscripten_bind_MdGeCompound_TextureOrigin_0(self)};MdGeCompound.prototype["TextureUOrigin"]=MdGeCompound.prototype.TextureUOrigin=function(){var self=this.ptr;return _emscripten_bind_MdGeCompound_TextureUOrigin_0(self)};MdGeCompound.prototype["TextureVOrigin"]=MdGeCompound.prototype.TextureVOrigin=function(){var self=this.ptr;return _emscripten_bind_MdGeCompound_TextureVOrigin_0(self)};MdGeCompound.prototype["SetTextureOrigin"]=MdGeCompound.prototype.SetTextureOrigin=function(theToSetTextureOrigin,theUOrigin,theVOrigin){var self=this.ptr;if(theToSetTextureOrigin&&typeof theToSetTextureOrigin==="object")theToSetTextureOrigin=theToSetTextureOrigin.ptr;if(theUOrigin&&typeof theUOrigin==="object")theUOrigin=theUOrigin.ptr;if(theVOrigin&&typeof theVOrigin==="object")theVOrigin=theVOrigin.ptr;_emscripten_bind_MdGeCompound_SetTextureOrigin_3(self,theToSetTextureOrigin,theUOrigin,theVOrigin)};MdGeCompound.prototype["IsNull"]=MdGeCompound.prototype.IsNull=function(){var self=this.ptr;return!!_emscripten_bind_MdGeCompound_IsNull_0(self)};MdGeCompound.prototype["SetShapeName"]=MdGeCompound.prototype.SetShapeName=function(theShapeName){var self=this.ptr;ensureCache.prepare();if(theShapeName&&typeof theShapeName==="object")theShapeName=theShapeName.ptr;else theShapeName=ensureString(theShapeName);_emscripten_bind_MdGeCompound_SetShapeName_1(self,theShapeName)};MdGeCompound.prototype["GetShapeName"]=MdGeCompound.prototype.GetShapeName=function(){var self=this.ptr;return UTF8ToString(_emscripten_bind_MdGeCompound_GetShapeName_0(self))};MdGeCompound.prototype["GetBndBox"]=MdGeCompound.prototype.GetBndBox=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeCompound_GetBndBox_0(self),MdGeBndBox)};MdGeCompound.prototype["Draw"]=MdGeCompound.prototype.Draw=function(){var self=this.ptr;return UTF8ToString(_emscripten_bind_MdGeCompound_Draw_0(self))};MdGeCompound.prototype["__destroy__"]=MdGeCompound.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_MdGeCompound___destroy___0(self)};function MdGePoint(x,y,z){if(x&&typeof x==="object")x=x.ptr;if(y&&typeof y==="object")y=y.ptr;if(z&&typeof z==="object")z=z.ptr;if(x===undefined){this.ptr=_emscripten_bind_MdGePoint_MdGePoint_0();getCache(MdGePoint)[this.ptr]=this;return}if(y===undefined){this.ptr=_emscripten_bind_MdGePoint_MdGePoint_1(x);getCache(MdGePoint)[this.ptr]=this;return}if(z===undefined){this.ptr=_emscripten_bind_MdGePoint_MdGePoint_2(x,y);getCache(MdGePoint)[this.ptr]=this;return}this.ptr=_emscripten_bind_MdGePoint_MdGePoint_3(x,y,z);getCache(MdGePoint)[this.ptr]=this}MdGePoint.prototype=Object.create(Mx3dBaseObject.prototype);MdGePoint.prototype.constructor=MdGePoint;MdGePoint.prototype.__class__=MdGePoint;MdGePoint.__cache__={};Module["MdGePoint"]=MdGePoint;MdGePoint.prototype["X"]=MdGePoint.prototype.X=function(){var self=this.ptr;return _emscripten_bind_MdGePoint_X_0(self)};MdGePoint.prototype["Y"]=MdGePoint.prototype.Y=function(){var self=this.ptr;return _emscripten_bind_MdGePoint_Y_0(self)};MdGePoint.prototype["Z"]=MdGePoint.prototype.Z=function(){var self=this.ptr;return _emscripten_bind_MdGePoint_Z_0(self)};MdGePoint.prototype["SetX"]=MdGePoint.prototype.SetX=function(x){var self=this.ptr;if(x&&typeof x==="object")x=x.ptr;_emscripten_bind_MdGePoint_SetX_1(self,x)};MdGePoint.prototype["SetY"]=MdGePoint.prototype.SetY=function(y){var self=this.ptr;if(y&&typeof y==="object")y=y.ptr;_emscripten_bind_MdGePoint_SetY_1(self,y)};MdGePoint.prototype["SetZ"]=MdGePoint.prototype.SetZ=function(z){var self=this.ptr;if(z&&typeof z==="object")z=z.ptr;_emscripten_bind_MdGePoint_SetZ_1(self,z)};MdGePoint.prototype["SetXYZ"]=MdGePoint.prototype.SetXYZ=function(x,y,z){var self=this.ptr;if(x&&typeof x==="object")x=x.ptr;if(y&&typeof y==="object")y=y.ptr;if(z&&typeof z==="object")z=z.ptr;_emscripten_bind_MdGePoint_SetXYZ_3(self,x,y,z)};MdGePoint.prototype["BaryCenter"]=MdGePoint.prototype.BaryCenter=function(alpha,point,beta){var self=this.ptr;if(alpha&&typeof alpha==="object")alpha=alpha.ptr;if(point&&typeof point==="object")point=point.ptr;if(beta&&typeof beta==="object")beta=beta.ptr;_emscripten_bind_MdGePoint_BaryCenter_3(self,alpha,point,beta)};MdGePoint.prototype["IsEqual"]=MdGePoint.prototype.IsEqual=function(other,linearTolerance){var self=this.ptr;if(other&&typeof other==="object")other=other.ptr;if(linearTolerance&&typeof linearTolerance==="object")linearTolerance=linearTolerance.ptr;return!!_emscripten_bind_MdGePoint_IsEqual_2(self,other,linearTolerance)};MdGePoint.prototype["Distance"]=MdGePoint.prototype.Distance=function(other){var self=this.ptr;if(other&&typeof other==="object")other=other.ptr;return _emscripten_bind_MdGePoint_Distance_1(self,other)};MdGePoint.prototype["SquareDistance"]=MdGePoint.prototype.SquareDistance=function(other){var self=this.ptr;if(other&&typeof other==="object")other=other.ptr;return _emscripten_bind_MdGePoint_SquareDistance_1(self,other)};MdGePoint.prototype["MirrorByPoint"]=MdGePoint.prototype.MirrorByPoint=function(point){var self=this.ptr;if(point&&typeof point==="object")point=point.ptr;_emscripten_bind_MdGePoint_MirrorByPoint_1(self,point)};MdGePoint.prototype["MirroredByPoint"]=MdGePoint.prototype.MirroredByPoint=function(point){var self=this.ptr;if(point&&typeof point==="object")point=point.ptr;return wrapPointer(_emscripten_bind_MdGePoint_MirroredByPoint_1(self,point),MdGePoint)};MdGePoint.prototype["MirrorByAxis"]=MdGePoint.prototype.MirrorByAxis=function(axis){var self=this.ptr;if(axis&&typeof axis==="object")axis=axis.ptr;_emscripten_bind_MdGePoint_MirrorByAxis_1(self,axis)};MdGePoint.prototype["MirroredByAxis"]=MdGePoint.prototype.MirroredByAxis=function(axis){var self=this.ptr;if(axis&&typeof axis==="object")axis=axis.ptr;return wrapPointer(_emscripten_bind_MdGePoint_MirroredByAxis_1(self,axis),MdGePoint)};MdGePoint.prototype["MirrorByCSYSR"]=MdGePoint.prototype.MirrorByCSYSR=function(csysr){var self=this.ptr;if(csysr&&typeof csysr==="object")csysr=csysr.ptr;_emscripten_bind_MdGePoint_MirrorByCSYSR_1(self,csysr)};MdGePoint.prototype["MirroredByCSYSR"]=MdGePoint.prototype.MirroredByCSYSR=function(csysr){var self=this.ptr;if(csysr&&typeof csysr==="object")csysr=csysr.ptr;return wrapPointer(_emscripten_bind_MdGePoint_MirroredByCSYSR_1(self,csysr),MdGePoint)};MdGePoint.prototype["Rotate"]=MdGePoint.prototype.Rotate=function(axis,ang){var self=this.ptr;if(axis&&typeof axis==="object")axis=axis.ptr;if(ang&&typeof ang==="object")ang=ang.ptr;_emscripten_bind_MdGePoint_Rotate_2(self,axis,ang)};MdGePoint.prototype["Rotated"]=MdGePoint.prototype.Rotated=function(axis,ang){var self=this.ptr;if(axis&&typeof axis==="object")axis=axis.ptr;if(ang&&typeof ang==="object")ang=ang.ptr;return wrapPointer(_emscripten_bind_MdGePoint_Rotated_2(self,axis,ang),MdGePoint)};MdGePoint.prototype["Scale"]=MdGePoint.prototype.Scale=function(point,s){var self=this.ptr;if(point&&typeof point==="object")point=point.ptr;if(s&&typeof s==="object")s=s.ptr;_emscripten_bind_MdGePoint_Scale_2(self,point,s)};MdGePoint.prototype["Scaled"]=MdGePoint.prototype.Scaled=function(point,s){var self=this.ptr;if(point&&typeof point==="object")point=point.ptr;if(s&&typeof s==="object")s=s.ptr;return wrapPointer(_emscripten_bind_MdGePoint_Scaled_2(self,point,s),MdGePoint)};MdGePoint.prototype["Transform"]=MdGePoint.prototype.Transform=function(trsf){var self=this.ptr;if(trsf&&typeof trsf==="object")trsf=trsf.ptr;_emscripten_bind_MdGePoint_Transform_1(self,trsf)};MdGePoint.prototype["Transformed"]=MdGePoint.prototype.Transformed=function(trsf){var self=this.ptr;if(trsf&&typeof trsf==="object")trsf=trsf.ptr;return wrapPointer(_emscripten_bind_MdGePoint_Transformed_1(self,trsf),MdGePoint)};MdGePoint.prototype["TranslateByVec"]=MdGePoint.prototype.TranslateByVec=function(vec){var self=this.ptr;if(vec&&typeof vec==="object")vec=vec.ptr;_emscripten_bind_MdGePoint_TranslateByVec_1(self,vec)};MdGePoint.prototype["TranslatedByVec"]=MdGePoint.prototype.TranslatedByVec=function(vec){var self=this.ptr;if(vec&&typeof vec==="object")vec=vec.ptr;return wrapPointer(_emscripten_bind_MdGePoint_TranslatedByVec_1(self,vec),MdGePoint)};MdGePoint.prototype["TranslateBy2Points"]=MdGePoint.prototype.TranslateBy2Points=function(point1,point2){var self=this.ptr;if(point1&&typeof point1==="object")point1=point1.ptr;if(point2&&typeof point2==="object")point2=point2.ptr;_emscripten_bind_MdGePoint_TranslateBy2Points_2(self,point1,point2)};MdGePoint.prototype["TranslatedBy2Points"]=MdGePoint.prototype.TranslatedBy2Points=function(point1,point2){var self=this.ptr;if(point1&&typeof point1==="object")point1=point1.ptr;if(point2&&typeof point2==="object")point2=point2.ptr;return wrapPointer(_emscripten_bind_MdGePoint_TranslatedBy2Points_2(self,point1,point2),MdGePoint)};MdGePoint.prototype["Shape"]=MdGePoint.prototype.Shape=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGePoint_Shape_0(self),MdGeShape)};MdGePoint.prototype["Vertex"]=MdGePoint.prototype.Vertex=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGePoint_Vertex_0(self),MdGeVertex)};MdGePoint.prototype["__destroy__"]=MdGePoint.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_MdGePoint___destroy___0(self)};function MdGeTrsf(other){if(other&&typeof other==="object")other=other.ptr;if(other===undefined){this.ptr=_emscripten_bind_MdGeTrsf_MdGeTrsf_0();getCache(MdGeTrsf)[this.ptr]=this;return}this.ptr=_emscripten_bind_MdGeTrsf_MdGeTrsf_1(other);getCache(MdGeTrsf)[this.ptr]=this}MdGeTrsf.prototype=Object.create(Mx3dBaseObject.prototype);MdGeTrsf.prototype.constructor=MdGeTrsf;MdGeTrsf.prototype.__class__=MdGeTrsf;MdGeTrsf.__cache__={};Module["MdGeTrsf"]=MdGeTrsf;MdGeTrsf.prototype["SetMirrorByPoint"]=MdGeTrsf.prototype.SetMirrorByPoint=function(point){var self=this.ptr;if(point&&typeof point==="object")point=point.ptr;_emscripten_bind_MdGeTrsf_SetMirrorByPoint_1(self,point)};MdGeTrsf.prototype["SetMirrorByAxis"]=MdGeTrsf.prototype.SetMirrorByAxis=function(axis){var self=this.ptr;if(axis&&typeof axis==="object")axis=axis.ptr;_emscripten_bind_MdGeTrsf_SetMirrorByAxis_1(self,axis)};MdGeTrsf.prototype["SetMirrorByCSYSR"]=MdGeTrsf.prototype.SetMirrorByCSYSR=function(csysr){var self=this.ptr;if(csysr&&typeof csysr==="object")csysr=csysr.ptr;_emscripten_bind_MdGeTrsf_SetMirrorByCSYSR_1(self,csysr)};MdGeTrsf.prototype["SetRotation"]=MdGeTrsf.prototype.SetRotation=function(axis,ang){var self=this.ptr;if(axis&&typeof axis==="object")axis=axis.ptr;if(ang&&typeof ang==="object")ang=ang.ptr;_emscripten_bind_MdGeTrsf_SetRotation_2(self,axis,ang)};MdGeTrsf.prototype["SetScale"]=MdGeTrsf.prototype.SetScale=function(point,s){var self=this.ptr;if(point&&typeof point==="object")point=point.ptr;if(s&&typeof s==="object")s=s.ptr;_emscripten_bind_MdGeTrsf_SetScale_2(self,point,s)};MdGeTrsf.prototype["SetTranslationByVec"]=MdGeTrsf.prototype.SetTranslationByVec=function(vec){var self=this.ptr;if(vec&&typeof vec==="object")vec=vec.ptr;_emscripten_bind_MdGeTrsf_SetTranslationByVec_1(self,vec)};MdGeTrsf.prototype["SetTranslationBy2Points"]=MdGeTrsf.prototype.SetTranslationBy2Points=function(point1,point2){var self=this.ptr;if(point1&&typeof point1==="object")point1=point1.ptr;if(point2&&typeof point2==="object")point2=point2.ptr;_emscripten_bind_MdGeTrsf_SetTranslationBy2Points_2(self,point1,point2)};MdGeTrsf.prototype["SetTranslationPart"]=MdGeTrsf.prototype.SetTranslationPart=function(vec){var self=this.ptr;if(vec&&typeof vec==="object")vec=vec.ptr;_emscripten_bind_MdGeTrsf_SetTranslationPart_1(self,vec)};MdGeTrsf.prototype["SetScaleFactor"]=MdGeTrsf.prototype.SetScaleFactor=function(s){var self=this.ptr;if(s&&typeof s==="object")s=s.ptr;_emscripten_bind_MdGeTrsf_SetScaleFactor_1(self,s)};MdGeTrsf.prototype["SetValues"]=MdGeTrsf.prototype.SetValues=function(a11,a12,a13,a14,a21,a22,a23,a24,a31,a32,a33,a34){var self=this.ptr;if(a11&&typeof a11==="object")a11=a11.ptr;if(a12&&typeof a12==="object")a12=a12.ptr;if(a13&&typeof a13==="object")a13=a13.ptr;if(a14&&typeof a14==="object")a14=a14.ptr;if(a21&&typeof a21==="object")a21=a21.ptr;if(a22&&typeof a22==="object")a22=a22.ptr;if(a23&&typeof a23==="object")a23=a23.ptr;if(a24&&typeof a24==="object")a24=a24.ptr;if(a31&&typeof a31==="object")a31=a31.ptr;if(a32&&typeof a32==="object")a32=a32.ptr;if(a33&&typeof a33==="object")a33=a33.ptr;if(a34&&typeof a34==="object")a34=a34.ptr;_emscripten_bind_MdGeTrsf_SetValues_12(self,a11,a12,a13,a14,a21,a22,a23,a24,a31,a32,a33,a34)};MdGeTrsf.prototype["IsNegative"]=MdGeTrsf.prototype.IsNegative=function(){var self=this.ptr;return _emscripten_bind_MdGeTrsf_IsNegative_0(self)};MdGeTrsf.prototype["ScaleFactor"]=MdGeTrsf.prototype.ScaleFactor=function(){var self=this.ptr;return _emscripten_bind_MdGeTrsf_ScaleFactor_0(self)};MdGeTrsf.prototype["Value"]=MdGeTrsf.prototype.Value=function(row,col){var self=this.ptr;if(row&&typeof row==="object")row=row.ptr;if(col&&typeof col==="object")col=col.ptr;return _emscripten_bind_MdGeTrsf_Value_2(self,row,col)};MdGeTrsf.prototype["Invert"]=MdGeTrsf.prototype.Invert=function(){var self=this.ptr;_emscripten_bind_MdGeTrsf_Invert_0(self)};MdGeTrsf.prototype["Inverted"]=MdGeTrsf.prototype.Inverted=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeTrsf_Inverted_0(self),MdGeTrsf)};MdGeTrsf.prototype["Multiplied"]=MdGeTrsf.prototype.Multiplied=function(t){var self=this.ptr;if(t&&typeof t==="object")t=t.ptr;return wrapPointer(_emscripten_bind_MdGeTrsf_Multiplied_1(self,t),MdGeTrsf)};MdGeTrsf.prototype["Multiply"]=MdGeTrsf.prototype.Multiply=function(t){var self=this.ptr;if(t&&typeof t==="object")t=t.ptr;_emscripten_bind_MdGeTrsf_Multiply_1(self,t)};MdGeTrsf.prototype["PreMultiply"]=MdGeTrsf.prototype.PreMultiply=function(t){var self=this.ptr;if(t&&typeof t==="object")t=t.ptr;_emscripten_bind_MdGeTrsf_PreMultiply_1(self,t)};MdGeTrsf.prototype["Power"]=MdGeTrsf.prototype.Power=function(n){var self=this.ptr;if(n&&typeof n==="object")n=n.ptr;_emscripten_bind_MdGeTrsf_Power_1(self,n)};MdGeTrsf.prototype["Powered"]=MdGeTrsf.prototype.Powered=function(n){var self=this.ptr;if(n&&typeof n==="object")n=n.ptr;return wrapPointer(_emscripten_bind_MdGeTrsf_Powered_1(self,n),MdGeTrsf)};MdGeTrsf.prototype["Transforms"]=MdGeTrsf.prototype.Transforms=function(x,y,z){var self=this.ptr;if(x&&typeof x==="object")x=x.ptr;if(y&&typeof y==="object")y=y.ptr;if(z&&typeof z==="object")z=z.ptr;_emscripten_bind_MdGeTrsf_Transforms_3(self,x,y,z)};MdGeTrsf.prototype["__destroy__"]=MdGeTrsf.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_MdGeTrsf___destroy___0(self)};function MdGeVec(x,y,z){if(x&&typeof x==="object")x=x.ptr;if(y&&typeof y==="object")y=y.ptr;if(z&&typeof z==="object")z=z.ptr;if(x===undefined){this.ptr=_emscripten_bind_MdGeVec_MdGeVec_0();getCache(MdGeVec)[this.ptr]=this;return}if(y===undefined){this.ptr=_emscripten_bind_MdGeVec_MdGeVec_1(x);getCache(MdGeVec)[this.ptr]=this;return}if(z===undefined){this.ptr=_emscripten_bind_MdGeVec_MdGeVec_2(x,y);getCache(MdGeVec)[this.ptr]=this;return}this.ptr=_emscripten_bind_MdGeVec_MdGeVec_3(x,y,z);getCache(MdGeVec)[this.ptr]=this}MdGeVec.prototype=Object.create(Mx3dBaseObject.prototype);MdGeVec.prototype.constructor=MdGeVec;MdGeVec.prototype.__class__=MdGeVec;MdGeVec.__cache__={};Module["MdGeVec"]=MdGeVec;MdGeVec.prototype["SetCoord"]=MdGeVec.prototype.SetCoord=function(theXv,theYv,theZv){var self=this.ptr;if(theXv&&typeof theXv==="object")theXv=theXv.ptr;if(theYv&&typeof theYv==="object")theYv=theYv.ptr;if(theZv&&typeof theZv==="object")theZv=theZv.ptr;if(theZv===undefined){_emscripten_bind_MdGeVec_SetCoord_2(self,theXv,theYv);return}_emscripten_bind_MdGeVec_SetCoord_3(self,theXv,theYv,theZv)};MdGeVec.prototype["X"]=MdGeVec.prototype.X=function(){var self=this.ptr;return _emscripten_bind_MdGeVec_X_0(self)};MdGeVec.prototype["Y"]=MdGeVec.prototype.Y=function(){var self=this.ptr;return _emscripten_bind_MdGeVec_Y_0(self)};MdGeVec.prototype["Z"]=MdGeVec.prototype.Z=function(){var self=this.ptr;return _emscripten_bind_MdGeVec_Z_0(self)};MdGeVec.prototype["SetX"]=MdGeVec.prototype.SetX=function(x){var self=this.ptr;if(x&&typeof x==="object")x=x.ptr;_emscripten_bind_MdGeVec_SetX_1(self,x)};MdGeVec.prototype["SetY"]=MdGeVec.prototype.SetY=function(y){var self=this.ptr;if(y&&typeof y==="object")y=y.ptr;_emscripten_bind_MdGeVec_SetY_1(self,y)};MdGeVec.prototype["SetZ"]=MdGeVec.prototype.SetZ=function(z){var self=this.ptr;if(z&&typeof z==="object")z=z.ptr;_emscripten_bind_MdGeVec_SetZ_1(self,z)};MdGeVec.prototype["SetXYZ"]=MdGeVec.prototype.SetXYZ=function(x,y,z){var self=this.ptr;if(x&&typeof x==="object")x=x.ptr;if(y&&typeof y==="object")y=y.ptr;if(z&&typeof z==="object")z=z.ptr;_emscripten_bind_MdGeVec_SetXYZ_3(self,x,y,z)};MdGeVec.prototype["Coord"]=MdGeVec.prototype.Coord=function(theIndex){var self=this.ptr;if(theIndex&&typeof theIndex==="object")theIndex=theIndex.ptr;return _emscripten_bind_MdGeVec_Coord_1(self,theIndex)};MdGeVec.prototype["IsEqual"]=MdGeVec.prototype.IsEqual=function(other,linearTolerance,angularTolerance){var self=this.ptr;if(other&&typeof other==="object")other=other.ptr;if(linearTolerance&&typeof linearTolerance==="object")linearTolerance=linearTolerance.ptr;if(angularTolerance&&typeof angularTolerance==="object")angularTolerance=angularTolerance.ptr;return!!_emscripten_bind_MdGeVec_IsEqual_3(self,other,linearTolerance,angularTolerance)};MdGeVec.prototype["IsNormal"]=MdGeVec.prototype.IsNormal=function(other,angularTolerance){var self=this.ptr;if(other&&typeof other==="object")other=other.ptr;if(angularTolerance&&typeof angularTolerance==="object")angularTolerance=angularTolerance.ptr;return!!_emscripten_bind_MdGeVec_IsNormal_2(self,other,angularTolerance)};MdGeVec.prototype["IsOpposite"]=MdGeVec.prototype.IsOpposite=function(other,angularTolerance){var self=this.ptr;if(other&&typeof other==="object")other=other.ptr;if(angularTolerance&&typeof angularTolerance==="object")angularTolerance=angularTolerance.ptr;return!!_emscripten_bind_MdGeVec_IsOpposite_2(self,other,angularTolerance)};MdGeVec.prototype["IsParallel"]=MdGeVec.prototype.IsParallel=function(other,angularTolerance){var self=this.ptr;if(other&&typeof other==="object")other=other.ptr;if(angularTolerance&&typeof angularTolerance==="object")angularTolerance=angularTolerance.ptr;return!!_emscripten_bind_MdGeVec_IsParallel_2(self,other,angularTolerance)};MdGeVec.prototype["Angle"]=MdGeVec.prototype.Angle=function(other){var self=this.ptr;if(other&&typeof other==="object")other=other.ptr;return _emscripten_bind_MdGeVec_Angle_1(self,other)};MdGeVec.prototype["AngleWithRef"]=MdGeVec.prototype.AngleWithRef=function(other,ref){var self=this.ptr;if(other&&typeof other==="object")other=other.ptr;if(ref&&typeof ref==="object")ref=ref.ptr;return _emscripten_bind_MdGeVec_AngleWithRef_2(self,other,ref)};MdGeVec.prototype["Magnitude"]=MdGeVec.prototype.Magnitude=function(){var self=this.ptr;return _emscripten_bind_MdGeVec_Magnitude_0(self)};MdGeVec.prototype["SquareMagnitude"]=MdGeVec.prototype.SquareMagnitude=function(){var self=this.ptr;return _emscripten_bind_MdGeVec_SquareMagnitude_0(self)};MdGeVec.prototype["Add"]=MdGeVec.prototype.Add=function(other){var self=this.ptr;if(other&&typeof other==="object")other=other.ptr;_emscripten_bind_MdGeVec_Add_1(self,other)};MdGeVec.prototype["Added"]=MdGeVec.prototype.Added=function(other){var self=this.ptr;if(other&&typeof other==="object")other=other.ptr;return wrapPointer(_emscripten_bind_MdGeVec_Added_1(self,other),MdGeVec)};MdGeVec.prototype["Subtract"]=MdGeVec.prototype.Subtract=function(right){var self=this.ptr;if(right&&typeof right==="object")right=right.ptr;_emscripten_bind_MdGeVec_Subtract_1(self,right)};MdGeVec.prototype["Subtracted"]=MdGeVec.prototype.Subtracted=function(right){var self=this.ptr;if(right&&typeof right==="object")right=right.ptr;return wrapPointer(_emscripten_bind_MdGeVec_Subtracted_1(self,right),MdGeVec)};MdGeVec.prototype["Multiply"]=MdGeVec.prototype.Multiply=function(scalar){var self=this.ptr;if(scalar&&typeof scalar==="object")scalar=scalar.ptr;_emscripten_bind_MdGeVec_Multiply_1(self,scalar)};MdGeVec.prototype["Multiplied"]=MdGeVec.prototype.Multiplied=function(scalar){var self=this.ptr;if(scalar&&typeof scalar==="object")scalar=scalar.ptr;return wrapPointer(_emscripten_bind_MdGeVec_Multiplied_1(self,scalar),MdGeVec)};MdGeVec.prototype["Divide"]=MdGeVec.prototype.Divide=function(scalar){var self=this.ptr;if(scalar&&typeof scalar==="object")scalar=scalar.ptr;_emscripten_bind_MdGeVec_Divide_1(self,scalar)};MdGeVec.prototype["Divided"]=MdGeVec.prototype.Divided=function(scalar){var self=this.ptr;if(scalar&&typeof scalar==="object")scalar=scalar.ptr;return wrapPointer(_emscripten_bind_MdGeVec_Divided_1(self,scalar),MdGeVec)};MdGeVec.prototype["Cross"]=MdGeVec.prototype.Cross=function(right){var self=this.ptr;if(right&&typeof right==="object")right=right.ptr;_emscripten_bind_MdGeVec_Cross_1(self,right)};MdGeVec.prototype["Crossed"]=MdGeVec.prototype.Crossed=function(right){var self=this.ptr;if(right&&typeof right==="object")right=right.ptr;return wrapPointer(_emscripten_bind_MdGeVec_Crossed_1(self,right),MdGeVec)};MdGeVec.prototype["CrossMagnitude"]=MdGeVec.prototype.CrossMagnitude=function(right){var self=this.ptr;if(right&&typeof right==="object")right=right.ptr;return _emscripten_bind_MdGeVec_CrossMagnitude_1(self,right)};MdGeVec.prototype["CrossSquareMagnitude"]=MdGeVec.prototype.CrossSquareMagnitude=function(right){var self=this.ptr;if(right&&typeof right==="object")right=right.ptr;return _emscripten_bind_MdGeVec_CrossSquareMagnitude_1(self,right)};MdGeVec.prototype["CrossCross"]=MdGeVec.prototype.CrossCross=function(v1,v2){var self=this.ptr;if(v1&&typeof v1==="object")v1=v1.ptr;if(v2&&typeof v2==="object")v2=v2.ptr;_emscripten_bind_MdGeVec_CrossCross_2(self,v1,v2)};MdGeVec.prototype["CrossCrossed"]=MdGeVec.prototype.CrossCrossed=function(v1,v2){var self=this.ptr;if(v1&&typeof v1==="object")v1=v1.ptr;if(v2&&typeof v2==="object")v2=v2.ptr;return wrapPointer(_emscripten_bind_MdGeVec_CrossCrossed_2(self,v1,v2),MdGeVec)};MdGeVec.prototype["Dot"]=MdGeVec.prototype.Dot=function(other){var self=this.ptr;if(other&&typeof other==="object")other=other.ptr;return _emscripten_bind_MdGeVec_Dot_1(self,other)};MdGeVec.prototype["DotCross"]=MdGeVec.prototype.DotCross=function(v1,v2){var self=this.ptr;if(v1&&typeof v1==="object")v1=v1.ptr;if(v2&&typeof v2==="object")v2=v2.ptr;return _emscripten_bind_MdGeVec_DotCross_2(self,v1,v2)};MdGeVec.prototype["Normalize"]=MdGeVec.prototype.Normalize=function(){var self=this.ptr;_emscripten_bind_MdGeVec_Normalize_0(self)};MdGeVec.prototype["Normalized"]=MdGeVec.prototype.Normalized=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeVec_Normalized_0(self),MdGeVec)};MdGeVec.prototype["Reverse"]=MdGeVec.prototype.Reverse=function(){var self=this.ptr;_emscripten_bind_MdGeVec_Reverse_0(self)};MdGeVec.prototype["Reversed"]=MdGeVec.prototype.Reversed=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeVec_Reversed_0(self),MdGeVec)};MdGeVec.prototype["SetLinearForm"]=MdGeVec.prototype.SetLinearForm=function(a1,v1,a2,v2,a3,v3,v4){var self=this.ptr;if(a1&&typeof a1==="object")a1=a1.ptr;if(v1&&typeof v1==="object")v1=v1.ptr;if(a2&&typeof a2==="object")a2=a2.ptr;if(v2&&typeof v2==="object")v2=v2.ptr;if(a3&&typeof a3==="object")a3=a3.ptr;if(v3&&typeof v3==="object")v3=v3.ptr;if(v4&&typeof v4==="object")v4=v4.ptr;if(a2===undefined){_emscripten_bind_MdGeVec_SetLinearForm_2(self,a1,v1);return}if(v2===undefined){_emscripten_bind_MdGeVec_SetLinearForm_3(self,a1,v1,a2);return}if(a3===undefined){_emscripten_bind_MdGeVec_SetLinearForm_4(self,a1,v1,a2,v2);return}if(v3===undefined){_emscripten_bind_MdGeVec_SetLinearForm_5(self,a1,v1,a2,v2,a3);return}if(v4===undefined){_emscripten_bind_MdGeVec_SetLinearForm_6(self,a1,v1,a2,v2,a3,v3);return}_emscripten_bind_MdGeVec_SetLinearForm_7(self,a1,v1,a2,v2,a3,v3,v4)};MdGeVec.prototype["MirrorByVec"]=MdGeVec.prototype.MirrorByVec=function(vec){var self=this.ptr;if(vec&&typeof vec==="object")vec=vec.ptr;_emscripten_bind_MdGeVec_MirrorByVec_1(self,vec)};MdGeVec.prototype["MirroredByVec"]=MdGeVec.prototype.MirroredByVec=function(vec){var self=this.ptr;if(vec&&typeof vec==="object")vec=vec.ptr;return wrapPointer(_emscripten_bind_MdGeVec_MirroredByVec_1(self,vec),MdGeVec)};MdGeVec.prototype["MirrorByAxis"]=MdGeVec.prototype.MirrorByAxis=function(axis){var self=this.ptr;if(axis&&typeof axis==="object")axis=axis.ptr;_emscripten_bind_MdGeVec_MirrorByAxis_1(self,axis)};MdGeVec.prototype["MirroredByAxis"]=MdGeVec.prototype.MirroredByAxis=function(axis){var self=this.ptr;if(axis&&typeof axis==="object")axis=axis.ptr;return wrapPointer(_emscripten_bind_MdGeVec_MirroredByAxis_1(self,axis),MdGeVec)};MdGeVec.prototype["MirrorByCSYSR"]=MdGeVec.prototype.MirrorByCSYSR=function(csysr){var self=this.ptr;if(csysr&&typeof csysr==="object")csysr=csysr.ptr;_emscripten_bind_MdGeVec_MirrorByCSYSR_1(self,csysr)};MdGeVec.prototype["MirroredByCSYSR"]=MdGeVec.prototype.MirroredByCSYSR=function(csysr){var self=this.ptr;if(csysr&&typeof csysr==="object")csysr=csysr.ptr;return wrapPointer(_emscripten_bind_MdGeVec_MirroredByCSYSR_1(self,csysr),MdGeVec)};MdGeVec.prototype["Rotate"]=MdGeVec.prototype.Rotate=function(axis,ang){var self=this.ptr;if(axis&&typeof axis==="object")axis=axis.ptr;if(ang&&typeof ang==="object")ang=ang.ptr;_emscripten_bind_MdGeVec_Rotate_2(self,axis,ang)};MdGeVec.prototype["Rotated"]=MdGeVec.prototype.Rotated=function(axis,ang){var self=this.ptr;if(axis&&typeof axis==="object")axis=axis.ptr;if(ang&&typeof ang==="object")ang=ang.ptr;return wrapPointer(_emscripten_bind_MdGeVec_Rotated_2(self,axis,ang),MdGeVec)};MdGeVec.prototype["Scale"]=MdGeVec.prototype.Scale=function(s){var self=this.ptr;if(s&&typeof s==="object")s=s.ptr;_emscripten_bind_MdGeVec_Scale_1(self,s)};MdGeVec.prototype["Scaled"]=MdGeVec.prototype.Scaled=function(s){var self=this.ptr;if(s&&typeof s==="object")s=s.ptr;return wrapPointer(_emscripten_bind_MdGeVec_Scaled_1(self,s),MdGeVec)};MdGeVec.prototype["Transform"]=MdGeVec.prototype.Transform=function(t){var self=this.ptr;if(t&&typeof t==="object")t=t.ptr;_emscripten_bind_MdGeVec_Transform_1(self,t)};MdGeVec.prototype["Transformed"]=MdGeVec.prototype.Transformed=function(t){var self=this.ptr;if(t&&typeof t==="object")t=t.ptr;return wrapPointer(_emscripten_bind_MdGeVec_Transformed_1(self,t),MdGeVec)};MdGeVec.prototype["__destroy__"]=MdGeVec.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_MdGeVec___destroy___0(self)};function MdGeMat(a11,a12,a13,a21,a22,a23,a31,a32,a33){if(a11&&typeof a11==="object")a11=a11.ptr;if(a12&&typeof a12==="object")a12=a12.ptr;if(a13&&typeof a13==="object")a13=a13.ptr;if(a21&&typeof a21==="object")a21=a21.ptr;if(a22&&typeof a22==="object")a22=a22.ptr;if(a23&&typeof a23==="object")a23=a23.ptr;if(a31&&typeof a31==="object")a31=a31.ptr;if(a32&&typeof a32==="object")a32=a32.ptr;if(a33&&typeof a33==="object")a33=a33.ptr;if(a11===undefined){this.ptr=_emscripten_bind_MdGeMat_MdGeMat_0();getCache(MdGeMat)[this.ptr]=this;return}if(a12===undefined){this.ptr=_emscripten_bind_MdGeMat_MdGeMat_1(a11);getCache(MdGeMat)[this.ptr]=this;return}if(a13===undefined){this.ptr=_emscripten_bind_MdGeMat_MdGeMat_2(a11,a12);getCache(MdGeMat)[this.ptr]=this;return}if(a21===undefined){this.ptr=_emscripten_bind_MdGeMat_MdGeMat_3(a11,a12,a13);getCache(MdGeMat)[this.ptr]=this;return}if(a22===undefined){this.ptr=_emscripten_bind_MdGeMat_MdGeMat_4(a11,a12,a13,a21);getCache(MdGeMat)[this.ptr]=this;return}if(a23===undefined){this.ptr=_emscripten_bind_MdGeMat_MdGeMat_5(a11,a12,a13,a21,a22);getCache(MdGeMat)[this.ptr]=this;return}if(a31===undefined){this.ptr=_emscripten_bind_MdGeMat_MdGeMat_6(a11,a12,a13,a21,a22,a23);getCache(MdGeMat)[this.ptr]=this;return}if(a32===undefined){this.ptr=_emscripten_bind_MdGeMat_MdGeMat_7(a11,a12,a13,a21,a22,a23,a31);getCache(MdGeMat)[this.ptr]=this;return}if(a33===undefined){this.ptr=_emscripten_bind_MdGeMat_MdGeMat_8(a11,a12,a13,a21,a22,a23,a31,a32);getCache(MdGeMat)[this.ptr]=this;return}this.ptr=_emscripten_bind_MdGeMat_MdGeMat_9(a11,a12,a13,a21,a22,a23,a31,a32,a33);getCache(MdGeMat)[this.ptr]=this}MdGeMat.prototype=Object.create(Mx3dBaseObject.prototype);MdGeMat.prototype.constructor=MdGeMat;MdGeMat.prototype.__class__=MdGeMat;MdGeMat.__cache__={};Module["MdGeMat"]=MdGeMat;MdGeMat.prototype["SetCol"]=MdGeMat.prototype.SetCol=function(col,value){var self=this.ptr;if(col&&typeof col==="object")col=col.ptr;if(value&&typeof value==="object")value=value.ptr;_emscripten_bind_MdGeMat_SetCol_2(self,col,value)};MdGeMat.prototype["SetCols"]=MdGeMat.prototype.SetCols=function(col1,col2,col3){var self=this.ptr;if(col1&&typeof col1==="object")col1=col1.ptr;if(col2&&typeof col2==="object")col2=col2.ptr;if(col3&&typeof col3==="object")col3=col3.ptr;_emscripten_bind_MdGeMat_SetCols_3(self,col1,col2,col3)};MdGeMat.prototype["SetCross"]=MdGeMat.prototype.SetCross=function(ref){var self=this.ptr;if(ref&&typeof ref==="object")ref=ref.ptr;_emscripten_bind_MdGeMat_SetCross_1(self,ref)};MdGeMat.prototype["SetDiagonal"]=MdGeMat.prototype.SetDiagonal=function(x1,x2,x3){var self=this.ptr;if(x1&&typeof x1==="object")x1=x1.ptr;if(x2&&typeof x2==="object")x2=x2.ptr;if(x3&&typeof x3==="object")x3=x3.ptr;_emscripten_bind_MdGeMat_SetDiagonal_3(self,x1,x2,x3)};MdGeMat.prototype["SetDot"]=MdGeMat.prototype.SetDot=function(ref){var self=this.ptr;if(ref&&typeof ref==="object")ref=ref.ptr;_emscripten_bind_MdGeMat_SetDot_1(self,ref)};MdGeMat.prototype["SetIdentity"]=MdGeMat.prototype.SetIdentity=function(){var self=this.ptr;_emscripten_bind_MdGeMat_SetIdentity_0(self)};MdGeMat.prototype["SetRotation"]=MdGeMat.prototype.SetRotation=function(axis,ang){var self=this.ptr;if(axis&&typeof axis==="object")axis=axis.ptr;if(ang&&typeof ang==="object")ang=ang.ptr;_emscripten_bind_MdGeMat_SetRotation_2(self,axis,ang)};MdGeMat.prototype["SetRow"]=MdGeMat.prototype.SetRow=function(row,value){var self=this.ptr;if(row&&typeof row==="object")row=row.ptr;if(value&&typeof value==="object")value=value.ptr;_emscripten_bind_MdGeMat_SetRow_2(self,row,value)};MdGeMat.prototype["SetRows"]=MdGeMat.prototype.SetRows=function(row1,row2,row3){var self=this.ptr;if(row1&&typeof row1==="object")row1=row1.ptr;if(row2&&typeof row2==="object")row2=row2.ptr;if(row3&&typeof row3==="object")row3=row3.ptr;_emscripten_bind_MdGeMat_SetRows_3(self,row1,row2,row3)};MdGeMat.prototype["SetScale"]=MdGeMat.prototype.SetScale=function(s){var self=this.ptr;if(s&&typeof s==="object")s=s.ptr;_emscripten_bind_MdGeMat_SetScale_1(self,s)};MdGeMat.prototype["SetValue"]=MdGeMat.prototype.SetValue=function(row,col,value){var self=this.ptr;if(row&&typeof row==="object")row=row.ptr;if(col&&typeof col==="object")col=col.ptr;if(value&&typeof value==="object")value=value.ptr;_emscripten_bind_MdGeMat_SetValue_3(self,row,col,value)};MdGeMat.prototype["Column"]=MdGeMat.prototype.Column=function(col){var self=this.ptr;if(col&&typeof col==="object")col=col.ptr;return wrapPointer(_emscripten_bind_MdGeMat_Column_1(self,col),MdGeXYZ)};MdGeMat.prototype["Determinant"]=MdGeMat.prototype.Determinant=function(){var self=this.ptr;return _emscripten_bind_MdGeMat_Determinant_0(self)};MdGeMat.prototype["Diagonal"]=MdGeMat.prototype.Diagonal=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeMat_Diagonal_0(self),MdGeXYZ)};MdGeMat.prototype["Row"]=MdGeMat.prototype.Row=function(row){var self=this.ptr;if(row&&typeof row==="object")row=row.ptr;return wrapPointer(_emscripten_bind_MdGeMat_Row_1(self,row),MdGeXYZ)};MdGeMat.prototype["Value"]=MdGeMat.prototype.Value=function(row,col){var self=this.ptr;if(row&&typeof row==="object")row=row.ptr;if(col&&typeof col==="object")col=col.ptr;return _emscripten_bind_MdGeMat_Value_2(self,row,col)};MdGeMat.prototype["ChangeValue"]=MdGeMat.prototype.ChangeValue=function(row,col,value){var self=this.ptr;if(row&&typeof row==="object")row=row.ptr;if(col&&typeof col==="object")col=col.ptr;if(value&&typeof value==="object")value=value.ptr;_emscripten_bind_MdGeMat_ChangeValue_3(self,row,col,value)};MdGeMat.prototype["IsSingular"]=MdGeMat.prototype.IsSingular=function(){var self=this.ptr;return!!_emscripten_bind_MdGeMat_IsSingular_0(self)};MdGeMat.prototype["Add"]=MdGeMat.prototype.Add=function(other){var self=this.ptr;if(other&&typeof other==="object")other=other.ptr;_emscripten_bind_MdGeMat_Add_1(self,other)};MdGeMat.prototype["Added"]=MdGeMat.prototype.Added=function(other){var self=this.ptr;if(other&&typeof other==="object")other=other.ptr;return wrapPointer(_emscripten_bind_MdGeMat_Added_1(self,other),MdGeMat)};MdGeMat.prototype["Divide"]=MdGeMat.prototype.Divide=function(scalar){var self=this.ptr;if(scalar&&typeof scalar==="object")scalar=scalar.ptr;_emscripten_bind_MdGeMat_Divide_1(self,scalar)};MdGeMat.prototype["Divided"]=MdGeMat.prototype.Divided=function(scalar){var self=this.ptr;if(scalar&&typeof scalar==="object")scalar=scalar.ptr;return wrapPointer(_emscripten_bind_MdGeMat_Divided_1(self,scalar),MdGeMat)};MdGeMat.prototype["Invert"]=MdGeMat.prototype.Invert=function(){var self=this.ptr;_emscripten_bind_MdGeMat_Invert_0(self)};MdGeMat.prototype["Inverted"]=MdGeMat.prototype.Inverted=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeMat_Inverted_0(self),MdGeMat)};MdGeMat.prototype["MultipliedByMat"]=MdGeMat.prototype.MultipliedByMat=function(other){var self=this.ptr;if(other&&typeof other==="object")other=other.ptr;return wrapPointer(_emscripten_bind_MdGeMat_MultipliedByMat_1(self,other),MdGeMat)};MdGeMat.prototype["MultiplyByMat"]=MdGeMat.prototype.MultiplyByMat=function(other){var self=this.ptr;if(other&&typeof other==="object")other=other.ptr;_emscripten_bind_MdGeMat_MultiplyByMat_1(self,other)};MdGeMat.prototype["PreMultiplyByMat"]=MdGeMat.prototype.PreMultiplyByMat=function(other){var self=this.ptr;if(other&&typeof other==="object")other=other.ptr;_emscripten_bind_MdGeMat_PreMultiplyByMat_1(self,other)};MdGeMat.prototype["MultipliedByS"]=MdGeMat.prototype.MultipliedByS=function(scalar){var self=this.ptr;if(scalar&&typeof scalar==="object")scalar=scalar.ptr;return wrapPointer(_emscripten_bind_MdGeMat_MultipliedByS_1(self,scalar),MdGeMat)};MdGeMat.prototype["MultiplyByS"]=MdGeMat.prototype.MultiplyByS=function(scalar){var self=this.ptr;if(scalar&&typeof scalar==="object")scalar=scalar.ptr;_emscripten_bind_MdGeMat_MultiplyByS_1(self,scalar)};MdGeMat.prototype["Power"]=MdGeMat.prototype.Power=function(n){var self=this.ptr;if(n&&typeof n==="object")n=n.ptr;_emscripten_bind_MdGeMat_Power_1(self,n)};MdGeMat.prototype["Powered"]=MdGeMat.prototype.Powered=function(n){var self=this.ptr;if(n&&typeof n==="object")n=n.ptr;return wrapPointer(_emscripten_bind_MdGeMat_Powered_1(self,n),MdGeMat)};MdGeMat.prototype["Subtract"]=MdGeMat.prototype.Subtract=function(other){var self=this.ptr;if(other&&typeof other==="object")other=other.ptr;_emscripten_bind_MdGeMat_Subtract_1(self,other)};MdGeMat.prototype["Subtracted"]=MdGeMat.prototype.Subtracted=function(other){var self=this.ptr;if(other&&typeof other==="object")other=other.ptr;return wrapPointer(_emscripten_bind_MdGeMat_Subtracted_1(self,other),MdGeMat)};MdGeMat.prototype["Transpose"]=MdGeMat.prototype.Transpose=function(){var self=this.ptr;_emscripten_bind_MdGeMat_Transpose_0(self)};MdGeMat.prototype["Transposed"]=MdGeMat.prototype.Transposed=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeMat_Transposed_0(self),MdGeMat)};MdGeMat.prototype["__destroy__"]=MdGeMat.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_MdGeMat___destroy___0(self)};function MdGeAxis(loc,dir){if(loc&&typeof loc==="object")loc=loc.ptr;if(dir&&typeof dir==="object")dir=dir.ptr;if(loc===undefined){this.ptr=_emscripten_bind_MdGeAxis_MdGeAxis_0();getCache(MdGeAxis)[this.ptr]=this;return}if(dir===undefined){this.ptr=_emscripten_bind_MdGeAxis_MdGeAxis_1(loc);getCache(MdGeAxis)[this.ptr]=this;return}this.ptr=_emscripten_bind_MdGeAxis_MdGeAxis_2(loc,dir);getCache(MdGeAxis)[this.ptr]=this}MdGeAxis.prototype=Object.create(Mx3dBaseObject.prototype);MdGeAxis.prototype.constructor=MdGeAxis;MdGeAxis.prototype.__class__=MdGeAxis;MdGeAxis.__cache__={};Module["MdGeAxis"]=MdGeAxis;MdGeAxis.prototype["Direction"]=MdGeAxis.prototype.Direction=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeAxis_Direction_0(self),MdGeDir)};MdGeAxis.prototype["Location"]=MdGeAxis.prototype.Location=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeAxis_Location_0(self),MdGePoint)};MdGeAxis.prototype["SetDirection"]=MdGeAxis.prototype.SetDirection=function(dir){var self=this.ptr;if(dir&&typeof dir==="object")dir=dir.ptr;_emscripten_bind_MdGeAxis_SetDirection_1(self,dir)};MdGeAxis.prototype["SetLocation"]=MdGeAxis.prototype.SetLocation=function(loc){var self=this.ptr;if(loc&&typeof loc==="object")loc=loc.ptr;_emscripten_bind_MdGeAxis_SetLocation_1(self,loc)};MdGeAxis.prototype["__destroy__"]=MdGeAxis.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_MdGeAxis___destroy___0(self)};function MdGeCSYSR(origin,z_aixs,x_vec){if(origin&&typeof origin==="object")origin=origin.ptr;if(z_aixs&&typeof z_aixs==="object")z_aixs=z_aixs.ptr;if(x_vec&&typeof x_vec==="object")x_vec=x_vec.ptr;if(origin===undefined){this.ptr=_emscripten_bind_MdGeCSYSR_MdGeCSYSR_0();getCache(MdGeCSYSR)[this.ptr]=this;return}if(z_aixs===undefined){this.ptr=_emscripten_bind_MdGeCSYSR_MdGeCSYSR_1(origin);getCache(MdGeCSYSR)[this.ptr]=this;return}if(x_vec===undefined){this.ptr=_emscripten_bind_MdGeCSYSR_MdGeCSYSR_2(origin,z_aixs);getCache(MdGeCSYSR)[this.ptr]=this;return}this.ptr=_emscripten_bind_MdGeCSYSR_MdGeCSYSR_3(origin,z_aixs,x_vec);getCache(MdGeCSYSR)[this.ptr]=this}MdGeCSYSR.prototype=Object.create(Mx3dBaseObject.prototype);MdGeCSYSR.prototype.constructor=MdGeCSYSR;MdGeCSYSR.prototype.__class__=MdGeCSYSR;MdGeCSYSR.__cache__={};Module["MdGeCSYSR"]=MdGeCSYSR;MdGeCSYSR.prototype["Origin"]=MdGeCSYSR.prototype.Origin=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeCSYSR_Origin_0(self),MdGePoint)};MdGeCSYSR.prototype["XDirection"]=MdGeCSYSR.prototype.XDirection=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeCSYSR_XDirection_0(self),MdGeDir)};MdGeCSYSR.prototype["YDirection"]=MdGeCSYSR.prototype.YDirection=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeCSYSR_YDirection_0(self),MdGeDir)};MdGeCSYSR.prototype["ZDirection"]=MdGeCSYSR.prototype.ZDirection=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeCSYSR_ZDirection_0(self),MdGeDir)};MdGeCSYSR.prototype["SetOrigin"]=MdGeCSYSR.prototype.SetOrigin=function(theX,theY,theZ){var self=this.ptr;if(theX&&typeof theX==="object")theX=theX.ptr;if(theY&&typeof theY==="object")theY=theY.ptr;if(theZ&&typeof theZ==="object")theZ=theZ.ptr;if(theY===undefined){_emscripten_bind_MdGeCSYSR_SetOrigin_1(self,theX);return}if(theZ===undefined){_emscripten_bind_MdGeCSYSR_SetOrigin_2(self,theX,theY);return}_emscripten_bind_MdGeCSYSR_SetOrigin_3(self,theX,theY,theZ)};MdGeCSYSR.prototype["SetXDirection"]=MdGeCSYSR.prototype.SetXDirection=function(x_dir){var self=this.ptr;if(x_dir&&typeof x_dir==="object")x_dir=x_dir.ptr;_emscripten_bind_MdGeCSYSR_SetXDirection_1(self,x_dir)};MdGeCSYSR.prototype["SetYDirection"]=MdGeCSYSR.prototype.SetYDirection=function(y_dir){var self=this.ptr;if(y_dir&&typeof y_dir==="object")y_dir=y_dir.ptr;_emscripten_bind_MdGeCSYSR_SetYDirection_1(self,y_dir)};MdGeCSYSR.prototype["SetZDirection"]=MdGeCSYSR.prototype.SetZDirection=function(z_dir){var self=this.ptr;if(z_dir&&typeof z_dir==="object")z_dir=z_dir.ptr;_emscripten_bind_MdGeCSYSR_SetZDirection_1(self,z_dir)};MdGeCSYSR.prototype["Angle"]=MdGeCSYSR.prototype.Angle=function(theOther){var self=this.ptr;if(theOther&&typeof theOther==="object")theOther=theOther.ptr;return _emscripten_bind_MdGeCSYSR_Angle_1(self,theOther)};MdGeCSYSR.prototype["Axis"]=MdGeCSYSR.prototype.Axis=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeCSYSR_Axis_0(self),MdGeAxis)};MdGeCSYSR.prototype["IsCoplanarWithCSYSR"]=MdGeCSYSR.prototype.IsCoplanarWithCSYSR=function(Other,LinearTolerance,AngularTolerance){var self=this.ptr;if(Other&&typeof Other==="object")Other=Other.ptr;if(LinearTolerance&&typeof LinearTolerance==="object")LinearTolerance=LinearTolerance.ptr;if(AngularTolerance&&typeof AngularTolerance==="object")AngularTolerance=AngularTolerance.ptr;return!!_emscripten_bind_MdGeCSYSR_IsCoplanarWithCSYSR_3(self,Other,LinearTolerance,AngularTolerance)};MdGeCSYSR.prototype["IsCoplanarWithAxis"]=MdGeCSYSR.prototype.IsCoplanarWithAxis=function(A1,LinearTolerance,AngularTolerance){var self=this.ptr;if(A1&&typeof A1==="object")A1=A1.ptr;if(LinearTolerance&&typeof LinearTolerance==="object")LinearTolerance=LinearTolerance.ptr;if(AngularTolerance&&typeof AngularTolerance==="object")AngularTolerance=AngularTolerance.ptr;return!!_emscripten_bind_MdGeCSYSR_IsCoplanarWithAxis_3(self,A1,LinearTolerance,AngularTolerance)};MdGeCSYSR.prototype["MirrorByPoint"]=MdGeCSYSR.prototype.MirrorByPoint=function(P){var self=this.ptr;if(P&&typeof P==="object")P=P.ptr;_emscripten_bind_MdGeCSYSR_MirrorByPoint_1(self,P)};MdGeCSYSR.prototype["MirroredByPoint"]=MdGeCSYSR.prototype.MirroredByPoint=function(P){var self=this.ptr;if(P&&typeof P==="object")P=P.ptr;return wrapPointer(_emscripten_bind_MdGeCSYSR_MirroredByPoint_1(self,P),MdGeCSYSR)};MdGeCSYSR.prototype["MirrorByAxis"]=MdGeCSYSR.prototype.MirrorByAxis=function(A1){var self=this.ptr;if(A1&&typeof A1==="object")A1=A1.ptr;_emscripten_bind_MdGeCSYSR_MirrorByAxis_1(self,A1)};MdGeCSYSR.prototype["MirroredByAxis"]=MdGeCSYSR.prototype.MirroredByAxis=function(A1){var self=this.ptr;if(A1&&typeof A1==="object")A1=A1.ptr;return wrapPointer(_emscripten_bind_MdGeCSYSR_MirroredByAxis_1(self,A1),MdGeCSYSR)};MdGeCSYSR.prototype["MirrorByCSYSR"]=MdGeCSYSR.prototype.MirrorByCSYSR=function(A2){var self=this.ptr;if(A2&&typeof A2==="object")A2=A2.ptr;_emscripten_bind_MdGeCSYSR_MirrorByCSYSR_1(self,A2)};MdGeCSYSR.prototype["MirroredByCSYSR"]=MdGeCSYSR.prototype.MirroredByCSYSR=function(A2){var self=this.ptr;if(A2&&typeof A2==="object")A2=A2.ptr;return wrapPointer(_emscripten_bind_MdGeCSYSR_MirroredByCSYSR_1(self,A2),MdGeCSYSR)};MdGeCSYSR.prototype["Rotate"]=MdGeCSYSR.prototype.Rotate=function(theA1,theAng){var self=this.ptr;if(theA1&&typeof theA1==="object")theA1=theA1.ptr;if(theAng&&typeof theAng==="object")theAng=theAng.ptr;_emscripten_bind_MdGeCSYSR_Rotate_2(self,theA1,theAng)};MdGeCSYSR.prototype["Rotated"]=MdGeCSYSR.prototype.Rotated=function(theA1,theAng){var self=this.ptr;if(theA1&&typeof theA1==="object")theA1=theA1.ptr;if(theAng&&typeof theAng==="object")theAng=theAng.ptr;return wrapPointer(_emscripten_bind_MdGeCSYSR_Rotated_2(self,theA1,theAng),MdGeCSYSR)};MdGeCSYSR.prototype["Scale"]=MdGeCSYSR.prototype.Scale=function(theP,theS){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;if(theS&&typeof theS==="object")theS=theS.ptr;_emscripten_bind_MdGeCSYSR_Scale_2(self,theP,theS)};MdGeCSYSR.prototype["Scaled"]=MdGeCSYSR.prototype.Scaled=function(theP,theS){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;if(theS&&typeof theS==="object")theS=theS.ptr;return wrapPointer(_emscripten_bind_MdGeCSYSR_Scaled_2(self,theP,theS),MdGeCSYSR)};MdGeCSYSR.prototype["Transform"]=MdGeCSYSR.prototype.Transform=function(theT){var self=this.ptr;if(theT&&typeof theT==="object")theT=theT.ptr;_emscripten_bind_MdGeCSYSR_Transform_1(self,theT)};MdGeCSYSR.prototype["Transformed"]=MdGeCSYSR.prototype.Transformed=function(theT){var self=this.ptr;if(theT&&typeof theT==="object")theT=theT.ptr;return wrapPointer(_emscripten_bind_MdGeCSYSR_Transformed_1(self,theT),MdGeCSYSR)};MdGeCSYSR.prototype["TranslateByVec"]=MdGeCSYSR.prototype.TranslateByVec=function(theV){var self=this.ptr;if(theV&&typeof theV==="object")theV=theV.ptr;_emscripten_bind_MdGeCSYSR_TranslateByVec_1(self,theV)};MdGeCSYSR.prototype["TranslatedByVec"]=MdGeCSYSR.prototype.TranslatedByVec=function(theV){var self=this.ptr;if(theV&&typeof theV==="object")theV=theV.ptr;return wrapPointer(_emscripten_bind_MdGeCSYSR_TranslatedByVec_1(self,theV),MdGeCSYSR)};MdGeCSYSR.prototype["TranslateBy2Points"]=MdGeCSYSR.prototype.TranslateBy2Points=function(theP1,theP2){var self=this.ptr;if(theP1&&typeof theP1==="object")theP1=theP1.ptr;if(theP2&&typeof theP2==="object")theP2=theP2.ptr;_emscripten_bind_MdGeCSYSR_TranslateBy2Points_2(self,theP1,theP2)};MdGeCSYSR.prototype["TranslatedBy2Points"]=MdGeCSYSR.prototype.TranslatedBy2Points=function(theP1,theP2){var self=this.ptr;if(theP1&&typeof theP1==="object")theP1=theP1.ptr;if(theP2&&typeof theP2==="object")theP2=theP2.ptr;return wrapPointer(_emscripten_bind_MdGeCSYSR_TranslatedBy2Points_2(self,theP1,theP2),MdGeCSYSR)};MdGeCSYSR.prototype["__destroy__"]=MdGeCSYSR.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_MdGeCSYSR___destroy___0(self)};function MdGeCSYS(origin,z_aixs,x_vec){if(origin&&typeof origin==="object")origin=origin.ptr;if(z_aixs&&typeof z_aixs==="object")z_aixs=z_aixs.ptr;if(x_vec&&typeof x_vec==="object")x_vec=x_vec.ptr;if(origin===undefined){this.ptr=_emscripten_bind_MdGeCSYS_MdGeCSYS_0();getCache(MdGeCSYS)[this.ptr]=this;return}if(z_aixs===undefined){this.ptr=_emscripten_bind_MdGeCSYS_MdGeCSYS_1(origin);getCache(MdGeCSYS)[this.ptr]=this;return}if(x_vec===undefined){this.ptr=_emscripten_bind_MdGeCSYS_MdGeCSYS_2(origin,z_aixs);getCache(MdGeCSYS)[this.ptr]=this;return}this.ptr=_emscripten_bind_MdGeCSYS_MdGeCSYS_3(origin,z_aixs,x_vec);getCache(MdGeCSYS)[this.ptr]=this}MdGeCSYS.prototype=Object.create(Mx3dBaseObject.prototype);MdGeCSYS.prototype.constructor=MdGeCSYS;MdGeCSYS.prototype.__class__=MdGeCSYS;MdGeCSYS.__cache__={};Module["MdGeCSYS"]=MdGeCSYS;MdGeCSYS.prototype["XReverse"]=MdGeCSYS.prototype.XReverse=function(){var self=this.ptr;_emscripten_bind_MdGeCSYS_XReverse_0(self)};MdGeCSYS.prototype["YReverse"]=MdGeCSYS.prototype.YReverse=function(){var self=this.ptr;_emscripten_bind_MdGeCSYS_YReverse_0(self)};MdGeCSYS.prototype["ZReverse"]=MdGeCSYS.prototype.ZReverse=function(){var self=this.ptr;_emscripten_bind_MdGeCSYS_ZReverse_0(self)};MdGeCSYS.prototype["SetZAxis"]=MdGeCSYS.prototype.SetZAxis=function(z_axis){var self=this.ptr;if(z_axis&&typeof z_axis==="object")z_axis=z_axis.ptr;_emscripten_bind_MdGeCSYS_SetZAxis_1(self,z_axis)};MdGeCSYS.prototype["SetZDirection"]=MdGeCSYS.prototype.SetZDirection=function(z_dir){var self=this.ptr;if(z_dir&&typeof z_dir==="object")z_dir=z_dir.ptr;_emscripten_bind_MdGeCSYS_SetZDirection_1(self,z_dir)};MdGeCSYS.prototype["SetOrigin"]=MdGeCSYS.prototype.SetOrigin=function(theX,theY,theZ){var self=this.ptr;if(theX&&typeof theX==="object")theX=theX.ptr;if(theY&&typeof theY==="object")theY=theY.ptr;if(theZ&&typeof theZ==="object")theZ=theZ.ptr;if(theY===undefined){_emscripten_bind_MdGeCSYS_SetOrigin_1(self,theX);return}if(theZ===undefined){_emscripten_bind_MdGeCSYS_SetOrigin_2(self,theX,theY);return}_emscripten_bind_MdGeCSYS_SetOrigin_3(self,theX,theY,theZ)};MdGeCSYS.prototype["SetXDirection"]=MdGeCSYS.prototype.SetXDirection=function(x_dir){var self=this.ptr;if(x_dir&&typeof x_dir==="object")x_dir=x_dir.ptr;_emscripten_bind_MdGeCSYS_SetXDirection_1(self,x_dir)};MdGeCSYS.prototype["SetYDirection"]=MdGeCSYS.prototype.SetYDirection=function(y_dir){var self=this.ptr;if(y_dir&&typeof y_dir==="object")y_dir=y_dir.ptr;_emscripten_bind_MdGeCSYS_SetYDirection_1(self,y_dir)};MdGeCSYS.prototype["Angle"]=MdGeCSYS.prototype.Angle=function(other){var self=this.ptr;if(other&&typeof other==="object")other=other.ptr;return _emscripten_bind_MdGeCSYS_Angle_1(self,other)};MdGeCSYS.prototype["ZAxis"]=MdGeCSYS.prototype.ZAxis=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeCSYS_ZAxis_0(self),MdGeAxis)};MdGeCSYS.prototype["CSYSR"]=MdGeCSYS.prototype.CSYSR=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeCSYS_CSYSR_0(self),MdGeCSYSR)};MdGeCSYS.prototype["ZDirection"]=MdGeCSYS.prototype.ZDirection=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeCSYS_ZDirection_0(self),MdGeDir)};MdGeCSYS.prototype["Origin"]=MdGeCSYS.prototype.Origin=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeCSYS_Origin_0(self),MdGePoint)};MdGeCSYS.prototype["XDirection"]=MdGeCSYS.prototype.XDirection=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeCSYS_XDirection_0(self),MdGeDir)};MdGeCSYS.prototype["YDirection"]=MdGeCSYS.prototype.YDirection=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeCSYS_YDirection_0(self),MdGeDir)};MdGeCSYS.prototype["Direct"]=MdGeCSYS.prototype.Direct=function(){var self=this.ptr;return!!_emscripten_bind_MdGeCSYS_Direct_0(self)};MdGeCSYS.prototype["IsCoplanarWithCSYS"]=MdGeCSYS.prototype.IsCoplanarWithCSYS=function(other,linearTolerance,angularTolerance){var self=this.ptr;if(other&&typeof other==="object")other=other.ptr;if(linearTolerance&&typeof linearTolerance==="object")linearTolerance=linearTolerance.ptr;if(angularTolerance&&typeof angularTolerance==="object")angularTolerance=angularTolerance.ptr;return!!_emscripten_bind_MdGeCSYS_IsCoplanarWithCSYS_3(self,other,linearTolerance,angularTolerance)};MdGeCSYS.prototype["IsCoplanarWithAxis"]=MdGeCSYS.prototype.IsCoplanarWithAxis=function(axis,linearTolerance,angularTolerance){var self=this.ptr;if(axis&&typeof axis==="object")axis=axis.ptr;if(linearTolerance&&typeof linearTolerance==="object")linearTolerance=linearTolerance.ptr;if(angularTolerance&&typeof angularTolerance==="object")angularTolerance=angularTolerance.ptr;return!!_emscripten_bind_MdGeCSYS_IsCoplanarWithAxis_3(self,axis,linearTolerance,angularTolerance)};MdGeCSYS.prototype["MirrorByPoint"]=MdGeCSYS.prototype.MirrorByPoint=function(point){var self=this.ptr;if(point&&typeof point==="object")point=point.ptr;_emscripten_bind_MdGeCSYS_MirrorByPoint_1(self,point)};MdGeCSYS.prototype["MirroredByPoint"]=MdGeCSYS.prototype.MirroredByPoint=function(point){var self=this.ptr;if(point&&typeof point==="object")point=point.ptr;return wrapPointer(_emscripten_bind_MdGeCSYS_MirroredByPoint_1(self,point),MdGeCSYS)};MdGeCSYS.prototype["MirrorByAxis"]=MdGeCSYS.prototype.MirrorByAxis=function(axis){var self=this.ptr;if(axis&&typeof axis==="object")axis=axis.ptr;_emscripten_bind_MdGeCSYS_MirrorByAxis_1(self,axis)};MdGeCSYS.prototype["MirroredByAxis"]=MdGeCSYS.prototype.MirroredByAxis=function(axis){var self=this.ptr;if(axis&&typeof axis==="object")axis=axis.ptr;return wrapPointer(_emscripten_bind_MdGeCSYS_MirroredByAxis_1(self,axis),MdGeCSYS)};MdGeCSYS.prototype["MirrorByCSYSR"]=MdGeCSYS.prototype.MirrorByCSYSR=function(csysr){var self=this.ptr;if(csysr&&typeof csysr==="object")csysr=csysr.ptr;_emscripten_bind_MdGeCSYS_MirrorByCSYSR_1(self,csysr)};MdGeCSYS.prototype["MirroredByCSYSR"]=MdGeCSYS.prototype.MirroredByCSYSR=function(csysr){var self=this.ptr;if(csysr&&typeof csysr==="object")csysr=csysr.ptr;return wrapPointer(_emscripten_bind_MdGeCSYS_MirroredByCSYSR_1(self,csysr),MdGeCSYS)};MdGeCSYS.prototype["Rotate"]=MdGeCSYS.prototype.Rotate=function(axis,ang){var self=this.ptr;if(axis&&typeof axis==="object")axis=axis.ptr;if(ang&&typeof ang==="object")ang=ang.ptr;_emscripten_bind_MdGeCSYS_Rotate_2(self,axis,ang)};MdGeCSYS.prototype["Rotated"]=MdGeCSYS.prototype.Rotated=function(axis,ang){var self=this.ptr;if(axis&&typeof axis==="object")axis=axis.ptr;if(ang&&typeof ang==="object")ang=ang.ptr;return wrapPointer(_emscripten_bind_MdGeCSYS_Rotated_2(self,axis,ang),MdGeCSYS)};MdGeCSYS.prototype["Scale"]=MdGeCSYS.prototype.Scale=function(point,s){var self=this.ptr;if(point&&typeof point==="object")point=point.ptr;if(s&&typeof s==="object")s=s.ptr;_emscripten_bind_MdGeCSYS_Scale_2(self,point,s)};MdGeCSYS.prototype["Scaled"]=MdGeCSYS.prototype.Scaled=function(point,s){var self=this.ptr;if(point&&typeof point==="object")point=point.ptr;if(s&&typeof s==="object")s=s.ptr;return wrapPointer(_emscripten_bind_MdGeCSYS_Scaled_2(self,point,s),MdGeCSYS)};MdGeCSYS.prototype["Transform"]=MdGeCSYS.prototype.Transform=function(t){var self=this.ptr;if(t&&typeof t==="object")t=t.ptr;_emscripten_bind_MdGeCSYS_Transform_1(self,t)};MdGeCSYS.prototype["Transformed"]=MdGeCSYS.prototype.Transformed=function(t){var self=this.ptr;if(t&&typeof t==="object")t=t.ptr;return wrapPointer(_emscripten_bind_MdGeCSYS_Transformed_1(self,t),MdGeCSYS)};MdGeCSYS.prototype["TranslateByVec"]=MdGeCSYS.prototype.TranslateByVec=function(vec){var self=this.ptr;if(vec&&typeof vec==="object")vec=vec.ptr;_emscripten_bind_MdGeCSYS_TranslateByVec_1(self,vec)};MdGeCSYS.prototype["TranslatedByVec"]=MdGeCSYS.prototype.TranslatedByVec=function(vec){var self=this.ptr;if(vec&&typeof vec==="object")vec=vec.ptr;return wrapPointer(_emscripten_bind_MdGeCSYS_TranslatedByVec_1(self,vec),MdGeCSYS)};MdGeCSYS.prototype["TranslateBy2Points"]=MdGeCSYS.prototype.TranslateBy2Points=function(point1,point2){var self=this.ptr;if(point1&&typeof point1==="object")point1=point1.ptr;if(point2&&typeof point2==="object")point2=point2.ptr;_emscripten_bind_MdGeCSYS_TranslateBy2Points_2(self,point1,point2)};MdGeCSYS.prototype["TranslatedBy2Points"]=MdGeCSYS.prototype.TranslatedBy2Points=function(point1,point2){var self=this.ptr;if(point1&&typeof point1==="object")point1=point1.ptr;if(point2&&typeof point2==="object")point2=point2.ptr;return wrapPointer(_emscripten_bind_MdGeCSYS_TranslatedBy2Points_2(self,point1,point2),MdGeCSYS)};MdGeCSYS.prototype["__destroy__"]=MdGeCSYS.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_MdGeCSYS___destroy___0(self)};function MdGeLine(theP,theV){if(theP&&typeof theP==="object")theP=theP.ptr;if(theV&&typeof theV==="object")theV=theV.ptr;if(theP===undefined){this.ptr=_emscripten_bind_MdGeLine_MdGeLine_0();getCache(MdGeLine)[this.ptr]=this;return}if(theV===undefined){this.ptr=_emscripten_bind_MdGeLine_MdGeLine_1(theP);getCache(MdGeLine)[this.ptr]=this;return}this.ptr=_emscripten_bind_MdGeLine_MdGeLine_2(theP,theV);getCache(MdGeLine)[this.ptr]=this}MdGeLine.prototype=Object.create(Mx3dBaseObject.prototype);MdGeLine.prototype.constructor=MdGeLine;MdGeLine.prototype.__class__=MdGeLine;MdGeLine.__cache__={};Module["MdGeLine"]=MdGeLine;MdGeLine.prototype["Reverse"]=MdGeLine.prototype.Reverse=function(){var self=this.ptr;_emscripten_bind_MdGeLine_Reverse_0(self)};MdGeLine.prototype["Reversed"]=MdGeLine.prototype.Reversed=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeLine_Reversed_0(self),MdGeLine)};MdGeLine.prototype["SetDirection"]=MdGeLine.prototype.SetDirection=function(theV){var self=this.ptr;if(theV&&typeof theV==="object")theV=theV.ptr;_emscripten_bind_MdGeLine_SetDirection_1(self,theV)};MdGeLine.prototype["SetLocation"]=MdGeLine.prototype.SetLocation=function(theP){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;_emscripten_bind_MdGeLine_SetLocation_1(self,theP)};MdGeLine.prototype["SetPosition"]=MdGeLine.prototype.SetPosition=function(theA1){var self=this.ptr;if(theA1&&typeof theA1==="object")theA1=theA1.ptr;_emscripten_bind_MdGeLine_SetPosition_1(self,theA1)};MdGeLine.prototype["Direction"]=MdGeLine.prototype.Direction=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeLine_Direction_0(self),MdGeDir)};MdGeLine.prototype["Location"]=MdGeLine.prototype.Location=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeLine_Location_0(self),MdGePoint)};MdGeLine.prototype["Position"]=MdGeLine.prototype.Position=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeLine_Position_0(self),MdGeAxis)};MdGeLine.prototype["Angle"]=MdGeLine.prototype.Angle=function(theOther){var self=this.ptr;if(theOther&&typeof theOther==="object")theOther=theOther.ptr;return _emscripten_bind_MdGeLine_Angle_1(self,theOther)};MdGeLine.prototype["Contains"]=MdGeLine.prototype.Contains=function(theP,theLinearTolerance){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;if(theLinearTolerance&&typeof theLinearTolerance==="object")theLinearTolerance=theLinearTolerance.ptr;return!!_emscripten_bind_MdGeLine_Contains_2(self,theP,theLinearTolerance)};MdGeLine.prototype["DistanceToPoint"]=MdGeLine.prototype.DistanceToPoint=function(theP){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;return _emscripten_bind_MdGeLine_DistanceToPoint_1(self,theP)};MdGeLine.prototype["DistanceToLine"]=MdGeLine.prototype.DistanceToLine=function(theOther){var self=this.ptr;if(theOther&&typeof theOther==="object")theOther=theOther.ptr;return _emscripten_bind_MdGeLine_DistanceToLine_1(self,theOther)};MdGeLine.prototype["SquareDistanceToPoint"]=MdGeLine.prototype.SquareDistanceToPoint=function(theP){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;return _emscripten_bind_MdGeLine_SquareDistanceToPoint_1(self,theP)};MdGeLine.prototype["SquareDistanceToLine"]=MdGeLine.prototype.SquareDistanceToLine=function(theOther){var self=this.ptr;if(theOther&&typeof theOther==="object")theOther=theOther.ptr;return _emscripten_bind_MdGeLine_SquareDistanceToLine_1(self,theOther)};MdGeLine.prototype["Normal"]=MdGeLine.prototype.Normal=function(theP){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;return wrapPointer(_emscripten_bind_MdGeLine_Normal_1(self,theP),MdGeLine)};MdGeLine.prototype["MirrorByPoint"]=MdGeLine.prototype.MirrorByPoint=function(theP){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;_emscripten_bind_MdGeLine_MirrorByPoint_1(self,theP)};MdGeLine.prototype["MirroredByPoint"]=MdGeLine.prototype.MirroredByPoint=function(theP){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;return wrapPointer(_emscripten_bind_MdGeLine_MirroredByPoint_1(self,theP),MdGeLine)};MdGeLine.prototype["MirrorByAxis"]=MdGeLine.prototype.MirrorByAxis=function(theA1){var self=this.ptr;if(theA1&&typeof theA1==="object")theA1=theA1.ptr;_emscripten_bind_MdGeLine_MirrorByAxis_1(self,theA1)};MdGeLine.prototype["MirroredByAxis"]=MdGeLine.prototype.MirroredByAxis=function(theA1){var self=this.ptr;if(theA1&&typeof theA1==="object")theA1=theA1.ptr;return wrapPointer(_emscripten_bind_MdGeLine_MirroredByAxis_1(self,theA1),MdGeLine)};MdGeLine.prototype["MirrorByCSYSR"]=MdGeLine.prototype.MirrorByCSYSR=function(theA2){var self=this.ptr;if(theA2&&typeof theA2==="object")theA2=theA2.ptr;_emscripten_bind_MdGeLine_MirrorByCSYSR_1(self,theA2)};MdGeLine.prototype["MirroredByCSYSR"]=MdGeLine.prototype.MirroredByCSYSR=function(theA2){var self=this.ptr;if(theA2&&typeof theA2==="object")theA2=theA2.ptr;return wrapPointer(_emscripten_bind_MdGeLine_MirroredByCSYSR_1(self,theA2),MdGeLine)};MdGeLine.prototype["Rotate"]=MdGeLine.prototype.Rotate=function(theA1,theAng){var self=this.ptr;if(theA1&&typeof theA1==="object")theA1=theA1.ptr;if(theAng&&typeof theAng==="object")theAng=theAng.ptr;_emscripten_bind_MdGeLine_Rotate_2(self,theA1,theAng)};MdGeLine.prototype["Rotated"]=MdGeLine.prototype.Rotated=function(theA1,theAng){var self=this.ptr;if(theA1&&typeof theA1==="object")theA1=theA1.ptr;if(theAng&&typeof theAng==="object")theAng=theAng.ptr;return wrapPointer(_emscripten_bind_MdGeLine_Rotated_2(self,theA1,theAng),MdGeLine)};MdGeLine.prototype["Scale"]=MdGeLine.prototype.Scale=function(theP,theS){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;if(theS&&typeof theS==="object")theS=theS.ptr;_emscripten_bind_MdGeLine_Scale_2(self,theP,theS)};MdGeLine.prototype["Scaled"]=MdGeLine.prototype.Scaled=function(theP,theS){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;if(theS&&typeof theS==="object")theS=theS.ptr;return wrapPointer(_emscripten_bind_MdGeLine_Scaled_2(self,theP,theS),MdGeLine)};MdGeLine.prototype["Transform"]=MdGeLine.prototype.Transform=function(theT){var self=this.ptr;if(theT&&typeof theT==="object")theT=theT.ptr;_emscripten_bind_MdGeLine_Transform_1(self,theT)};MdGeLine.prototype["Transformed"]=MdGeLine.prototype.Transformed=function(theT){var self=this.ptr;if(theT&&typeof theT==="object")theT=theT.ptr;return wrapPointer(_emscripten_bind_MdGeLine_Transformed_1(self,theT),MdGeLine)};MdGeLine.prototype["TranslateByVec"]=MdGeLine.prototype.TranslateByVec=function(theV){var self=this.ptr;if(theV&&typeof theV==="object")theV=theV.ptr;_emscripten_bind_MdGeLine_TranslateByVec_1(self,theV)};MdGeLine.prototype["TranslatedByVec"]=MdGeLine.prototype.TranslatedByVec=function(theV){var self=this.ptr;if(theV&&typeof theV==="object")theV=theV.ptr;return wrapPointer(_emscripten_bind_MdGeLine_TranslatedByVec_1(self,theV),MdGeLine)};MdGeLine.prototype["TranslateBy2Points"]=MdGeLine.prototype.TranslateBy2Points=function(theP1,theP2){var self=this.ptr;if(theP1&&typeof theP1==="object")theP1=theP1.ptr;if(theP2&&typeof theP2==="object")theP2=theP2.ptr;_emscripten_bind_MdGeLine_TranslateBy2Points_2(self,theP1,theP2)};MdGeLine.prototype["TranslatedBy2Points"]=MdGeLine.prototype.TranslatedBy2Points=function(theP1,theP2){var self=this.ptr;if(theP1&&typeof theP1==="object")theP1=theP1.ptr;if(theP2&&typeof theP2==="object")theP2=theP2.ptr;return wrapPointer(_emscripten_bind_MdGeLine_TranslatedBy2Points_2(self,theP1,theP2),MdGeLine)};MdGeLine.prototype["Shape"]=MdGeLine.prototype.Shape=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeLine_Shape_0(self),MdGeShape)};MdGeLine.prototype["Wire"]=MdGeLine.prototype.Wire=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeLine_Wire_0(self),MdGeWire)};MdGeLine.prototype["Edge"]=MdGeLine.prototype.Edge=function(p1,p2){var self=this.ptr;if(p1&&typeof p1==="object")p1=p1.ptr;if(p2&&typeof p2==="object")p2=p2.ptr;if(p1===undefined){return wrapPointer(_emscripten_bind_MdGeLine_Edge_0(self),MdGeEdge)}if(p2===undefined){return wrapPointer(_emscripten_bind_MdGeLine_Edge_1(self,p1),MdGeEdge)}return wrapPointer(_emscripten_bind_MdGeLine_Edge_2(self,p1,p2),MdGeEdge)};MdGeLine.prototype["__destroy__"]=MdGeLine.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_MdGeLine___destroy___0(self)};function MdGeCircle(theA2,theRadius){if(theA2&&typeof theA2==="object")theA2=theA2.ptr;if(theRadius&&typeof theRadius==="object")theRadius=theRadius.ptr;if(theA2===undefined){this.ptr=_emscripten_bind_MdGeCircle_MdGeCircle_0();getCache(MdGeCircle)[this.ptr]=this;return}if(theRadius===undefined){this.ptr=_emscripten_bind_MdGeCircle_MdGeCircle_1(theA2);getCache(MdGeCircle)[this.ptr]=this;return}this.ptr=_emscripten_bind_MdGeCircle_MdGeCircle_2(theA2,theRadius);getCache(MdGeCircle)[this.ptr]=this}MdGeCircle.prototype=Object.create(Mx3dBaseObject.prototype);MdGeCircle.prototype.constructor=MdGeCircle;MdGeCircle.prototype.__class__=MdGeCircle;MdGeCircle.__cache__={};Module["MdGeCircle"]=MdGeCircle;MdGeCircle.prototype["SetAxis"]=MdGeCircle.prototype.SetAxis=function(theA1){var self=this.ptr;if(theA1&&typeof theA1==="object")theA1=theA1.ptr;_emscripten_bind_MdGeCircle_SetAxis_1(self,theA1)};MdGeCircle.prototype["SetLocation"]=MdGeCircle.prototype.SetLocation=function(theP){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;_emscripten_bind_MdGeCircle_SetLocation_1(self,theP)};MdGeCircle.prototype["SetPosition"]=MdGeCircle.prototype.SetPosition=function(theA2){var self=this.ptr;if(theA2&&typeof theA2==="object")theA2=theA2.ptr;_emscripten_bind_MdGeCircle_SetPosition_1(self,theA2)};MdGeCircle.prototype["SetRadius"]=MdGeCircle.prototype.SetRadius=function(theRadius){var self=this.ptr;if(theRadius&&typeof theRadius==="object")theRadius=theRadius.ptr;_emscripten_bind_MdGeCircle_SetRadius_1(self,theRadius)};MdGeCircle.prototype["Area"]=MdGeCircle.prototype.Area=function(){var self=this.ptr;return _emscripten_bind_MdGeCircle_Area_0(self)};MdGeCircle.prototype["Axis"]=MdGeCircle.prototype.Axis=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeCircle_Axis_0(self),MdGeAxis)};MdGeCircle.prototype["Length"]=MdGeCircle.prototype.Length=function(){var self=this.ptr;return _emscripten_bind_MdGeCircle_Length_0(self)};MdGeCircle.prototype["Location"]=MdGeCircle.prototype.Location=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeCircle_Location_0(self),MdGePoint)};MdGeCircle.prototype["Position"]=MdGeCircle.prototype.Position=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeCircle_Position_0(self),MdGeCSYSR)};MdGeCircle.prototype["Radius"]=MdGeCircle.prototype.Radius=function(){var self=this.ptr;return _emscripten_bind_MdGeCircle_Radius_0(self)};MdGeCircle.prototype["XAxis"]=MdGeCircle.prototype.XAxis=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeCircle_XAxis_0(self),MdGeAxis)};MdGeCircle.prototype["YAxis"]=MdGeCircle.prototype.YAxis=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeCircle_YAxis_0(self),MdGeAxis)};MdGeCircle.prototype["Distance"]=MdGeCircle.prototype.Distance=function(theP){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;return _emscripten_bind_MdGeCircle_Distance_1(self,theP)};MdGeCircle.prototype["SquareDistance"]=MdGeCircle.prototype.SquareDistance=function(theP){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;return _emscripten_bind_MdGeCircle_SquareDistance_1(self,theP)};MdGeCircle.prototype["Contains"]=MdGeCircle.prototype.Contains=function(theP,theLinearTolerance){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;if(theLinearTolerance&&typeof theLinearTolerance==="object")theLinearTolerance=theLinearTolerance.ptr;return!!_emscripten_bind_MdGeCircle_Contains_2(self,theP,theLinearTolerance)};MdGeCircle.prototype["MirrorByPoint"]=MdGeCircle.prototype.MirrorByPoint=function(theP){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;_emscripten_bind_MdGeCircle_MirrorByPoint_1(self,theP)};MdGeCircle.prototype["MirroredByPoint"]=MdGeCircle.prototype.MirroredByPoint=function(theP){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;return wrapPointer(_emscripten_bind_MdGeCircle_MirroredByPoint_1(self,theP),MdGeCircle)};MdGeCircle.prototype["MirrorByAxis"]=MdGeCircle.prototype.MirrorByAxis=function(theA1){var self=this.ptr;if(theA1&&typeof theA1==="object")theA1=theA1.ptr;_emscripten_bind_MdGeCircle_MirrorByAxis_1(self,theA1)};MdGeCircle.prototype["MirroredByAxis"]=MdGeCircle.prototype.MirroredByAxis=function(theA1){var self=this.ptr;if(theA1&&typeof theA1==="object")theA1=theA1.ptr;return wrapPointer(_emscripten_bind_MdGeCircle_MirroredByAxis_1(self,theA1),MdGeCircle)};MdGeCircle.prototype["MirrorByCSYSR"]=MdGeCircle.prototype.MirrorByCSYSR=function(theA2){var self=this.ptr;if(theA2&&typeof theA2==="object")theA2=theA2.ptr;_emscripten_bind_MdGeCircle_MirrorByCSYSR_1(self,theA2)};MdGeCircle.prototype["MirroredByCSYSR"]=MdGeCircle.prototype.MirroredByCSYSR=function(theA2){var self=this.ptr;if(theA2&&typeof theA2==="object")theA2=theA2.ptr;return wrapPointer(_emscripten_bind_MdGeCircle_MirroredByCSYSR_1(self,theA2),MdGeCircle)};MdGeCircle.prototype["Rotate"]=MdGeCircle.prototype.Rotate=function(theA1,theAng){var self=this.ptr;if(theA1&&typeof theA1==="object")theA1=theA1.ptr;if(theAng&&typeof theAng==="object")theAng=theAng.ptr;_emscripten_bind_MdGeCircle_Rotate_2(self,theA1,theAng)};MdGeCircle.prototype["Rotated"]=MdGeCircle.prototype.Rotated=function(theA1,theAng){var self=this.ptr;if(theA1&&typeof theA1==="object")theA1=theA1.ptr;if(theAng&&typeof theAng==="object")theAng=theAng.ptr;return wrapPointer(_emscripten_bind_MdGeCircle_Rotated_2(self,theA1,theAng),MdGeCircle)};MdGeCircle.prototype["Scale"]=MdGeCircle.prototype.Scale=function(theP,theS){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;if(theS&&typeof theS==="object")theS=theS.ptr;_emscripten_bind_MdGeCircle_Scale_2(self,theP,theS)};MdGeCircle.prototype["Scaled"]=MdGeCircle.prototype.Scaled=function(theP,theS){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;if(theS&&typeof theS==="object")theS=theS.ptr;return wrapPointer(_emscripten_bind_MdGeCircle_Scaled_2(self,theP,theS),MdGeCircle)};MdGeCircle.prototype["Transform"]=MdGeCircle.prototype.Transform=function(theT){var self=this.ptr;if(theT&&typeof theT==="object")theT=theT.ptr;_emscripten_bind_MdGeCircle_Transform_1(self,theT)};MdGeCircle.prototype["Transformed"]=MdGeCircle.prototype.Transformed=function(theT){var self=this.ptr;if(theT&&typeof theT==="object")theT=theT.ptr;return wrapPointer(_emscripten_bind_MdGeCircle_Transformed_1(self,theT),MdGeCircle)};MdGeCircle.prototype["TranslateByVec"]=MdGeCircle.prototype.TranslateByVec=function(theV){var self=this.ptr;if(theV&&typeof theV==="object")theV=theV.ptr;_emscripten_bind_MdGeCircle_TranslateByVec_1(self,theV)};MdGeCircle.prototype["TranslatedByVec"]=MdGeCircle.prototype.TranslatedByVec=function(theV){var self=this.ptr;if(theV&&typeof theV==="object")theV=theV.ptr;return wrapPointer(_emscripten_bind_MdGeCircle_TranslatedByVec_1(self,theV),MdGeCircle)};MdGeCircle.prototype["TranslateBy2Points"]=MdGeCircle.prototype.TranslateBy2Points=function(theP1,theP2){var self=this.ptr;if(theP1&&typeof theP1==="object")theP1=theP1.ptr;if(theP2&&typeof theP2==="object")theP2=theP2.ptr;_emscripten_bind_MdGeCircle_TranslateBy2Points_2(self,theP1,theP2)};MdGeCircle.prototype["TranslatedBy2Points"]=MdGeCircle.prototype.TranslatedBy2Points=function(theP1,theP2){var self=this.ptr;if(theP1&&typeof theP1==="object")theP1=theP1.ptr;if(theP2&&typeof theP2==="object")theP2=theP2.ptr;return wrapPointer(_emscripten_bind_MdGeCircle_TranslatedBy2Points_2(self,theP1,theP2),MdGeCircle)};MdGeCircle.prototype["Shape"]=MdGeCircle.prototype.Shape=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeCircle_Shape_0(self),MdGeShape)};MdGeCircle.prototype["Edge"]=MdGeCircle.prototype.Edge=function(p1,p2){var self=this.ptr;if(p1&&typeof p1==="object")p1=p1.ptr;if(p2&&typeof p2==="object")p2=p2.ptr;if(p1===undefined){return wrapPointer(_emscripten_bind_MdGeCircle_Edge_0(self),MdGeEdge)}if(p2===undefined){return wrapPointer(_emscripten_bind_MdGeCircle_Edge_1(self,p1),MdGeEdge)}return wrapPointer(_emscripten_bind_MdGeCircle_Edge_2(self,p1,p2),MdGeEdge)};MdGeCircle.prototype["Wire"]=MdGeCircle.prototype.Wire=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeCircle_Wire_0(self),MdGeWire)};MdGeCircle.prototype["__destroy__"]=MdGeCircle.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_MdGeCircle___destroy___0(self)};function MdGeSphere(theX,theY,theZ,theRadius){if(theX&&typeof theX==="object")theX=theX.ptr;if(theY&&typeof theY==="object")theY=theY.ptr;if(theZ&&typeof theZ==="object")theZ=theZ.ptr;if(theRadius&&typeof theRadius==="object")theRadius=theRadius.ptr;if(theX===undefined){this.ptr=_emscripten_bind_MdGeSphere_MdGeSphere_0();getCache(MdGeSphere)[this.ptr]=this;return}if(theY===undefined){this.ptr=_emscripten_bind_MdGeSphere_MdGeSphere_1(theX);getCache(MdGeSphere)[this.ptr]=this;return}if(theZ===undefined){this.ptr=_emscripten_bind_MdGeSphere_MdGeSphere_2(theX,theY);getCache(MdGeSphere)[this.ptr]=this;return}if(theRadius===undefined){this.ptr=_emscripten_bind_MdGeSphere_MdGeSphere_3(theX,theY,theZ);getCache(MdGeSphere)[this.ptr]=this;return}this.ptr=_emscripten_bind_MdGeSphere_MdGeSphere_4(theX,theY,theZ,theRadius);getCache(MdGeSphere)[this.ptr]=this}MdGeSphere.prototype=Object.create(Mx3dBaseObject.prototype);MdGeSphere.prototype.constructor=MdGeSphere;MdGeSphere.prototype.__class__=MdGeSphere;MdGeSphere.__cache__={};Module["MdGeSphere"]=MdGeSphere;MdGeSphere.prototype["SetLocation"]=MdGeSphere.prototype.SetLocation=function(theLoc){var self=this.ptr;if(theLoc&&typeof theLoc==="object")theLoc=theLoc.ptr;_emscripten_bind_MdGeSphere_SetLocation_1(self,theLoc)};MdGeSphere.prototype["SetPosition"]=MdGeSphere.prototype.SetPosition=function(theA3){var self=this.ptr;if(theA3&&typeof theA3==="object")theA3=theA3.ptr;_emscripten_bind_MdGeSphere_SetPosition_1(self,theA3)};MdGeSphere.prototype["SetRadius"]=MdGeSphere.prototype.SetRadius=function(theR){var self=this.ptr;if(theR&&typeof theR==="object")theR=theR.ptr;_emscripten_bind_MdGeSphere_SetRadius_1(self,theR)};MdGeSphere.prototype["Area"]=MdGeSphere.prototype.Area=function(){var self=this.ptr;return _emscripten_bind_MdGeSphere_Area_0(self)};MdGeSphere.prototype["UReverse"]=MdGeSphere.prototype.UReverse=function(){var self=this.ptr;_emscripten_bind_MdGeSphere_UReverse_0(self)};MdGeSphere.prototype["VReverse"]=MdGeSphere.prototype.VReverse=function(){var self=this.ptr;_emscripten_bind_MdGeSphere_VReverse_0(self)};MdGeSphere.prototype["Direct"]=MdGeSphere.prototype.Direct=function(){var self=this.ptr;return!!_emscripten_bind_MdGeSphere_Direct_0(self)};MdGeSphere.prototype["Location"]=MdGeSphere.prototype.Location=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeSphere_Location_0(self),MdGePoint)};MdGeSphere.prototype["Position"]=MdGeSphere.prototype.Position=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeSphere_Position_0(self),MdGeCSYS)};MdGeSphere.prototype["Radius"]=MdGeSphere.prototype.Radius=function(){var self=this.ptr;return _emscripten_bind_MdGeSphere_Radius_0(self)};MdGeSphere.prototype["Volume"]=MdGeSphere.prototype.Volume=function(){var self=this.ptr;return _emscripten_bind_MdGeSphere_Volume_0(self)};MdGeSphere.prototype["XAxis"]=MdGeSphere.prototype.XAxis=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeSphere_XAxis_0(self),MdGeAxis)};MdGeSphere.prototype["YAxis"]=MdGeSphere.prototype.YAxis=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeSphere_YAxis_0(self),MdGeAxis)};MdGeSphere.prototype["MirrorByPoint"]=MdGeSphere.prototype.MirrorByPoint=function(theP){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;_emscripten_bind_MdGeSphere_MirrorByPoint_1(self,theP)};MdGeSphere.prototype["MirroredByPoint"]=MdGeSphere.prototype.MirroredByPoint=function(theP){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;return wrapPointer(_emscripten_bind_MdGeSphere_MirroredByPoint_1(self,theP),MdGeSphere)};MdGeSphere.prototype["MirrorByAxis"]=MdGeSphere.prototype.MirrorByAxis=function(theA1){var self=this.ptr;if(theA1&&typeof theA1==="object")theA1=theA1.ptr;_emscripten_bind_MdGeSphere_MirrorByAxis_1(self,theA1)};MdGeSphere.prototype["MirroredByAxis"]=MdGeSphere.prototype.MirroredByAxis=function(theA1){var self=this.ptr;if(theA1&&typeof theA1==="object")theA1=theA1.ptr;return wrapPointer(_emscripten_bind_MdGeSphere_MirroredByAxis_1(self,theA1),MdGeSphere)};MdGeSphere.prototype["MirrorByCSYSR"]=MdGeSphere.prototype.MirrorByCSYSR=function(theA2){var self=this.ptr;if(theA2&&typeof theA2==="object")theA2=theA2.ptr;_emscripten_bind_MdGeSphere_MirrorByCSYSR_1(self,theA2)};MdGeSphere.prototype["MirroredByCSYSR"]=MdGeSphere.prototype.MirroredByCSYSR=function(theA2){var self=this.ptr;if(theA2&&typeof theA2==="object")theA2=theA2.ptr;return wrapPointer(_emscripten_bind_MdGeSphere_MirroredByCSYSR_1(self,theA2),MdGeSphere)};MdGeSphere.prototype["Rotate"]=MdGeSphere.prototype.Rotate=function(theA1,theAng){var self=this.ptr;if(theA1&&typeof theA1==="object")theA1=theA1.ptr;if(theAng&&typeof theAng==="object")theAng=theAng.ptr;_emscripten_bind_MdGeSphere_Rotate_2(self,theA1,theAng)};MdGeSphere.prototype["Rotated"]=MdGeSphere.prototype.Rotated=function(theA1,theAng){var self=this.ptr;if(theA1&&typeof theA1==="object")theA1=theA1.ptr;if(theAng&&typeof theAng==="object")theAng=theAng.ptr;return wrapPointer(_emscripten_bind_MdGeSphere_Rotated_2(self,theA1,theAng),MdGeSphere)};MdGeSphere.prototype["Scale"]=MdGeSphere.prototype.Scale=function(theP,theS){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;if(theS&&typeof theS==="object")theS=theS.ptr;_emscripten_bind_MdGeSphere_Scale_2(self,theP,theS)};MdGeSphere.prototype["Scaled"]=MdGeSphere.prototype.Scaled=function(theP,theS){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;if(theS&&typeof theS==="object")theS=theS.ptr;return wrapPointer(_emscripten_bind_MdGeSphere_Scaled_2(self,theP,theS),MdGeSphere)};MdGeSphere.prototype["Transform"]=MdGeSphere.prototype.Transform=function(theT){var self=this.ptr;if(theT&&typeof theT==="object")theT=theT.ptr;_emscripten_bind_MdGeSphere_Transform_1(self,theT)};MdGeSphere.prototype["Transformed"]=MdGeSphere.prototype.Transformed=function(theT){var self=this.ptr;if(theT&&typeof theT==="object")theT=theT.ptr;return wrapPointer(_emscripten_bind_MdGeSphere_Transformed_1(self,theT),MdGeSphere)};MdGeSphere.prototype["TranslateByVec"]=MdGeSphere.prototype.TranslateByVec=function(theV){var self=this.ptr;if(theV&&typeof theV==="object")theV=theV.ptr;_emscripten_bind_MdGeSphere_TranslateByVec_1(self,theV)};MdGeSphere.prototype["TranslatedByVec"]=MdGeSphere.prototype.TranslatedByVec=function(theV){var self=this.ptr;if(theV&&typeof theV==="object")theV=theV.ptr;return wrapPointer(_emscripten_bind_MdGeSphere_TranslatedByVec_1(self,theV),MdGeSphere)};MdGeSphere.prototype["TranslateBy2Points"]=MdGeSphere.prototype.TranslateBy2Points=function(theP1,theP2){var self=this.ptr;if(theP1&&typeof theP1==="object")theP1=theP1.ptr;if(theP2&&typeof theP2==="object")theP2=theP2.ptr;_emscripten_bind_MdGeSphere_TranslateBy2Points_2(self,theP1,theP2)};MdGeSphere.prototype["TranslatedBy2Points"]=MdGeSphere.prototype.TranslatedBy2Points=function(theP1,theP2){var self=this.ptr;if(theP1&&typeof theP1==="object")theP1=theP1.ptr;if(theP2&&typeof theP2==="object")theP2=theP2.ptr;return wrapPointer(_emscripten_bind_MdGeSphere_TranslatedBy2Points_2(self,theP1,theP2),MdGeSphere)};MdGeSphere.prototype["Face"]=MdGeSphere.prototype.Face=function(UMin,UMax,VMin,VMax){var self=this.ptr;if(UMin&&typeof UMin==="object")UMin=UMin.ptr;if(UMax&&typeof UMax==="object")UMax=UMax.ptr;if(VMin&&typeof VMin==="object")VMin=VMin.ptr;if(VMax&&typeof VMax==="object")VMax=VMax.ptr;if(UMin===undefined){return wrapPointer(_emscripten_bind_MdGeSphere_Face_0(self),MdGeFace)}if(UMax===undefined){return wrapPointer(_emscripten_bind_MdGeSphere_Face_1(self,UMin),MdGeFace)}if(VMin===undefined){return wrapPointer(_emscripten_bind_MdGeSphere_Face_2(self,UMin,UMax),MdGeFace)}if(VMax===undefined){return wrapPointer(_emscripten_bind_MdGeSphere_Face_3(self,UMin,UMax,VMin),MdGeFace)}return wrapPointer(_emscripten_bind_MdGeSphere_Face_4(self,UMin,UMax,VMin,VMax),MdGeFace)};MdGeSphere.prototype["Shape"]=MdGeSphere.prototype.Shape=function(angle1,angle2,angle3){var self=this.ptr;if(angle1&&typeof angle1==="object")angle1=angle1.ptr;if(angle2&&typeof angle2==="object")angle2=angle2.ptr;if(angle3&&typeof angle3==="object")angle3=angle3.ptr;if(angle1===undefined){return wrapPointer(_emscripten_bind_MdGeSphere_Shape_0(self),MdGeShape)}if(angle2===undefined){return wrapPointer(_emscripten_bind_MdGeSphere_Shape_1(self,angle1),MdGeShape)}if(angle3===undefined){return wrapPointer(_emscripten_bind_MdGeSphere_Shape_2(self,angle1,angle2),MdGeShape)}return wrapPointer(_emscripten_bind_MdGeSphere_Shape_3(self,angle1,angle2,angle3),MdGeShape)};MdGeSphere.prototype["__destroy__"]=MdGeSphere.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_MdGeSphere___destroy___0(self)};function MdGeTextLabel(text,height,position){ensureCache.prepare();if(text&&typeof text==="object")text=text.ptr;else text=ensureString(text);if(height&&typeof height==="object")height=height.ptr;if(position&&typeof position==="object")position=position.ptr;if(text===undefined){this.ptr=_emscripten_bind_MdGeTextLabel_MdGeTextLabel_0();getCache(MdGeTextLabel)[this.ptr]=this;return}if(height===undefined){this.ptr=_emscripten_bind_MdGeTextLabel_MdGeTextLabel_1(text);getCache(MdGeTextLabel)[this.ptr]=this;return}if(position===undefined){this.ptr=_emscripten_bind_MdGeTextLabel_MdGeTextLabel_2(text,height);getCache(MdGeTextLabel)[this.ptr]=this;return}this.ptr=_emscripten_bind_MdGeTextLabel_MdGeTextLabel_3(text,height,position);getCache(MdGeTextLabel)[this.ptr]=this}MdGeTextLabel.prototype=Object.create(Mx3dBaseObject.prototype);MdGeTextLabel.prototype.constructor=MdGeTextLabel;MdGeTextLabel.prototype.__class__=MdGeTextLabel;MdGeTextLabel.__cache__={};Module["MdGeTextLabel"]=MdGeTextLabel;MdGeTextLabel.prototype["SetColor"]=MdGeTextLabel.prototype.SetColor=function(theR,theG,theB){var self=this.ptr;if(theR&&typeof theR==="object")theR=theR.ptr;if(theG&&typeof theG==="object")theG=theG.ptr;if(theB&&typeof theB==="object")theB=theB.ptr;if(theG===undefined){_emscripten_bind_MdGeTextLabel_SetColor_1(self,theR);return}if(theB===undefined){_emscripten_bind_MdGeTextLabel_SetColor_2(self,theR,theG);return}_emscripten_bind_MdGeTextLabel_SetColor_3(self,theR,theG,theB)};MdGeTextLabel.prototype["SetText"]=MdGeTextLabel.prototype.SetText=function(text){var self=this.ptr;ensureCache.prepare();if(text&&typeof text==="object")text=text.ptr;else text=ensureString(text);_emscripten_bind_MdGeTextLabel_SetText_1(self,text)};MdGeTextLabel.prototype["SetPositon"]=MdGeTextLabel.prototype.SetPositon=function(position){var self=this.ptr;if(position&&typeof position==="object")position=position.ptr;_emscripten_bind_MdGeTextLabel_SetPositon_1(self,position)};MdGeTextLabel.prototype["SetHJustification"]=MdGeTextLabel.prototype.SetHJustification=function(theHJust){var self=this.ptr;if(theHJust&&typeof theHJust==="object")theHJust=theHJust.ptr;_emscripten_bind_MdGeTextLabel_SetHJustification_1(self,theHJust)};MdGeTextLabel.prototype["SetVJustification"]=MdGeTextLabel.prototype.SetVJustification=function(theVJust){var self=this.ptr;if(theVJust&&typeof theVJust==="object")theVJust=theVJust.ptr;_emscripten_bind_MdGeTextLabel_SetVJustification_1(self,theVJust)};MdGeTextLabel.prototype["SetAngle"]=MdGeTextLabel.prototype.SetAngle=function(theAngle){var self=this.ptr;if(theAngle&&typeof theAngle==="object")theAngle=theAngle.ptr;_emscripten_bind_MdGeTextLabel_SetAngle_1(self,theAngle)};MdGeTextLabel.prototype["SetZoomable"]=MdGeTextLabel.prototype.SetZoomable=function(theIsZoomable){var self=this.ptr;if(theIsZoomable&&typeof theIsZoomable==="object")theIsZoomable=theIsZoomable.ptr;_emscripten_bind_MdGeTextLabel_SetZoomable_1(self,theIsZoomable)};MdGeTextLabel.prototype["SetHeight"]=MdGeTextLabel.prototype.SetHeight=function(height){var self=this.ptr;if(height&&typeof height==="object")height=height.ptr;_emscripten_bind_MdGeTextLabel_SetHeight_1(self,height)};MdGeTextLabel.prototype["SetFontAspect"]=MdGeTextLabel.prototype.SetFontAspect=function(theFontAspect){var self=this.ptr;if(theFontAspect&&typeof theFontAspect==="object")theFontAspect=theFontAspect.ptr;_emscripten_bind_MdGeTextLabel_SetFontAspect_1(self,theFontAspect)};MdGeTextLabel.prototype["SetFont"]=MdGeTextLabel.prototype.SetFont=function(theFont){var self=this.ptr;ensureCache.prepare();if(theFont&&typeof theFont==="object")theFont=theFont.ptr;else theFont=ensureString(theFont);_emscripten_bind_MdGeTextLabel_SetFont_1(self,theFont)};MdGeTextLabel.prototype["SetOrientation3D"]=MdGeTextLabel.prototype.SetOrientation3D=function(theOrientation){var self=this.ptr;if(theOrientation&&typeof theOrientation==="object")theOrientation=theOrientation.ptr;_emscripten_bind_MdGeTextLabel_SetOrientation3D_1(self,theOrientation)};MdGeTextLabel.prototype["UnsetOrientation3D"]=MdGeTextLabel.prototype.UnsetOrientation3D=function(){var self=this.ptr;_emscripten_bind_MdGeTextLabel_UnsetOrientation3D_0(self)};MdGeTextLabel.prototype["Position"]=MdGeTextLabel.prototype.Position=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeTextLabel_Position_0(self),MdGePoint)};MdGeTextLabel.prototype["FontAspect"]=MdGeTextLabel.prototype.FontAspect=function(){var self=this.ptr;return _emscripten_bind_MdGeTextLabel_FontAspect_0(self)};MdGeTextLabel.prototype["Orientation3D"]=MdGeTextLabel.prototype.Orientation3D=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeTextLabel_Orientation3D_0(self),MdGeCSYSR)};MdGeTextLabel.prototype["HasOrientation3D"]=MdGeTextLabel.prototype.HasOrientation3D=function(){var self=this.ptr;return!!_emscripten_bind_MdGeTextLabel_HasOrientation3D_0(self)};MdGeTextLabel.prototype["SetFlipping"]=MdGeTextLabel.prototype.SetFlipping=function(theIsFlipping){var self=this.ptr;if(theIsFlipping&&typeof theIsFlipping==="object")theIsFlipping=theIsFlipping.ptr;_emscripten_bind_MdGeTextLabel_SetFlipping_1(self,theIsFlipping)};MdGeTextLabel.prototype["HasFlipping"]=MdGeTextLabel.prototype.HasFlipping=function(){var self=this.ptr;return!!_emscripten_bind_MdGeTextLabel_HasFlipping_0(self)};MdGeTextLabel.prototype["HasOwnAnchorPoint"]=MdGeTextLabel.prototype.HasOwnAnchorPoint=function(){var self=this.ptr;return!!_emscripten_bind_MdGeTextLabel_HasOwnAnchorPoint_0(self)};MdGeTextLabel.prototype["SetOwnAnchorPoint"]=MdGeTextLabel.prototype.SetOwnAnchorPoint=function(theOwnAnchorPoint){var self=this.ptr;if(theOwnAnchorPoint&&typeof theOwnAnchorPoint==="object")theOwnAnchorPoint=theOwnAnchorPoint.ptr;_emscripten_bind_MdGeTextLabel_SetOwnAnchorPoint_1(self,theOwnAnchorPoint)};MdGeTextLabel.prototype["SetDisplayType"]=MdGeTextLabel.prototype.SetDisplayType=function(theDisplayType){var self=this.ptr;if(theDisplayType&&typeof theDisplayType==="object")theDisplayType=theDisplayType.ptr;_emscripten_bind_MdGeTextLabel_SetDisplayType_1(self,theDisplayType)};MdGeTextLabel.prototype["SetColorSubTitle"]=MdGeTextLabel.prototype.SetColorSubTitle=function(theR,theG,theB){var self=this.ptr;if(theR&&typeof theR==="object")theR=theR.ptr;if(theG&&typeof theG==="object")theG=theG.ptr;if(theB&&typeof theB==="object")theB=theB.ptr;_emscripten_bind_MdGeTextLabel_SetColorSubTitle_3(self,theR,theG,theB)};MdGeTextLabel.prototype["Display"]=MdGeTextLabel.prototype.Display=function(){var self=this.ptr;_emscripten_bind_MdGeTextLabel_Display_0(self)};MdGeTextLabel.prototype["__destroy__"]=MdGeTextLabel.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_MdGeTextLabel___destroy___0(self)};function MdGeText(text,height,orientation){ensureCache.prepare();if(text&&typeof text==="object")text=text.ptr;else text=ensureString(text);if(height&&typeof height==="object")height=height.ptr;if(orientation&&typeof orientation==="object")orientation=orientation.ptr;if(text===undefined){this.ptr=_emscripten_bind_MdGeText_MdGeText_0();getCache(MdGeText)[this.ptr]=this;return}if(height===undefined){this.ptr=_emscripten_bind_MdGeText_MdGeText_1(text);getCache(MdGeText)[this.ptr]=this;return}if(orientation===undefined){this.ptr=_emscripten_bind_MdGeText_MdGeText_2(text,height);getCache(MdGeText)[this.ptr]=this;return}this.ptr=_emscripten_bind_MdGeText_MdGeText_3(text,height,orientation);getCache(MdGeText)[this.ptr]=this}MdGeText.prototype=Object.create(Mx3dBaseObject.prototype);MdGeText.prototype.constructor=MdGeText;MdGeText.prototype.__class__=MdGeText;MdGeText.__cache__={};Module["MdGeText"]=MdGeText;MdGeText.prototype["SetText"]=MdGeText.prototype.SetText=function(theText){var self=this.ptr;ensureCache.prepare();if(theText&&typeof theText==="object")theText=theText.ptr;else theText=ensureString(theText);_emscripten_bind_MdGeText_SetText_1(self,theText)};MdGeText.prototype["Position"]=MdGeText.prototype.Position=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeText_Position_0(self),MdGePoint)};MdGeText.prototype["SetPosition"]=MdGeText.prototype.SetPosition=function(thePoint){var self=this.ptr;if(thePoint&&typeof thePoint==="object")thePoint=thePoint.ptr;_emscripten_bind_MdGeText_SetPosition_1(self,thePoint)};MdGeText.prototype["Orientation"]=MdGeText.prototype.Orientation=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeText_Orientation_0(self),MdGeCSYSR)};MdGeText.prototype["HasPlane"]=MdGeText.prototype.HasPlane=function(){var self=this.ptr;return!!_emscripten_bind_MdGeText_HasPlane_0(self)};MdGeText.prototype["SetOrientation"]=MdGeText.prototype.SetOrientation=function(theOrientation){var self=this.ptr;if(theOrientation&&typeof theOrientation==="object")theOrientation=theOrientation.ptr;_emscripten_bind_MdGeText_SetOrientation_1(self,theOrientation)};MdGeText.prototype["ResetOrientation"]=MdGeText.prototype.ResetOrientation=function(){var self=this.ptr;_emscripten_bind_MdGeText_ResetOrientation_0(self)};MdGeText.prototype["HasOwnAnchorPoint"]=MdGeText.prototype.HasOwnAnchorPoint=function(){var self=this.ptr;return!!_emscripten_bind_MdGeText_HasOwnAnchorPoint_0(self)};MdGeText.prototype["SetOwnAnchorPoint"]=MdGeText.prototype.SetOwnAnchorPoint=function(theHasOwnAnchor){var self=this.ptr;if(theHasOwnAnchor&&typeof theHasOwnAnchor==="object")theHasOwnAnchor=theHasOwnAnchor.ptr;_emscripten_bind_MdGeText_SetOwnAnchorPoint_1(self,theHasOwnAnchor)};MdGeText.prototype["Height"]=MdGeText.prototype.Height=function(){var self=this.ptr;return _emscripten_bind_MdGeText_Height_0(self)};MdGeText.prototype["SetHeight"]=MdGeText.prototype.SetHeight=function(theHeight){var self=this.ptr;if(theHeight&&typeof theHeight==="object")theHeight=theHeight.ptr;_emscripten_bind_MdGeText_SetHeight_1(self,theHeight)};MdGeText.prototype["SetFontAspect"]=MdGeText.prototype.SetFontAspect=function(theFontAspect){var self=this.ptr;if(theFontAspect&&typeof theFontAspect==="object")theFontAspect=theFontAspect.ptr;_emscripten_bind_MdGeText_SetFontAspect_1(self,theFontAspect)};MdGeText.prototype["SetFont"]=MdGeText.prototype.SetFont=function(theFont){var self=this.ptr;ensureCache.prepare();if(theFont&&typeof theFont==="object")theFont=theFont.ptr;else theFont=ensureString(theFont);_emscripten_bind_MdGeText_SetFont_1(self,theFont)};MdGeText.prototype["HorizontalAlignment"]=MdGeText.prototype.HorizontalAlignment=function(){var self=this.ptr;return _emscripten_bind_MdGeText_HorizontalAlignment_0(self)};MdGeText.prototype["SetHorizontalAlignment"]=MdGeText.prototype.SetHorizontalAlignment=function(theJustification){var self=this.ptr;if(theJustification&&typeof theJustification==="object")theJustification=theJustification.ptr;_emscripten_bind_MdGeText_SetHorizontalAlignment_1(self,theJustification)};MdGeText.prototype["VerticalAlignment"]=MdGeText.prototype.VerticalAlignment=function(){var self=this.ptr;return _emscripten_bind_MdGeText_VerticalAlignment_0(self)};MdGeText.prototype["SetVerticalAlignment"]=MdGeText.prototype.SetVerticalAlignment=function(theJustification){var self=this.ptr;if(theJustification&&typeof theJustification==="object")theJustification=theJustification.ptr;_emscripten_bind_MdGeText_SetVerticalAlignment_1(self,theJustification)};MdGeText.prototype["Shape"]=MdGeText.prototype.Shape=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeText_Shape_0(self),MdGeShape)};MdGeText.prototype["__destroy__"]=MdGeText.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_MdGeText___destroy___0(self)};function MdGeBox(Axes,dx,dy,dz){if(Axes&&typeof Axes==="object")Axes=Axes.ptr;if(dx&&typeof dx==="object")dx=dx.ptr;if(dy&&typeof dy==="object")dy=dy.ptr;if(dz&&typeof dz==="object")dz=dz.ptr;if(Axes===undefined){this.ptr=_emscripten_bind_MdGeBox_MdGeBox_0();getCache(MdGeBox)[this.ptr]=this;return}if(dx===undefined){this.ptr=_emscripten_bind_MdGeBox_MdGeBox_1(Axes);getCache(MdGeBox)[this.ptr]=this;return}if(dy===undefined){this.ptr=_emscripten_bind_MdGeBox_MdGeBox_2(Axes,dx);getCache(MdGeBox)[this.ptr]=this;return}if(dz===undefined){this.ptr=_emscripten_bind_MdGeBox_MdGeBox_3(Axes,dx,dy);getCache(MdGeBox)[this.ptr]=this;return}this.ptr=_emscripten_bind_MdGeBox_MdGeBox_4(Axes,dx,dy,dz);getCache(MdGeBox)[this.ptr]=this}MdGeBox.prototype=Object.create(Mx3dBaseObject.prototype);MdGeBox.prototype.constructor=MdGeBox;MdGeBox.prototype.__class__=MdGeBox;MdGeBox.__cache__={};Module["MdGeBox"]=MdGeBox;MdGeBox.prototype["Init"]=MdGeBox.prototype.Init=function(theAxes,theDX,theDY,theDZ){var self=this.ptr;if(theAxes&&typeof theAxes==="object")theAxes=theAxes.ptr;if(theDX&&typeof theDX==="object")theDX=theDX.ptr;if(theDY&&typeof theDY==="object")theDY=theDY.ptr;if(theDZ&&typeof theDZ==="object")theDZ=theDZ.ptr;if(theDY===undefined){_emscripten_bind_MdGeBox_Init_2(self,theAxes,theDX);return}if(theDZ===undefined){_emscripten_bind_MdGeBox_Init_3(self,theAxes,theDX,theDY);return}_emscripten_bind_MdGeBox_Init_4(self,theAxes,theDX,theDY,theDZ)};MdGeBox.prototype["Shape"]=MdGeBox.prototype.Shape=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeBox_Shape_0(self),MdGeShape)};MdGeBox.prototype["Shell"]=MdGeBox.prototype.Shell=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeBox_Shell_0(self),MdGeShell)};MdGeBox.prototype["Solid"]=MdGeBox.prototype.Solid=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeBox_Solid_0(self),MdGeSolid)};MdGeBox.prototype["BottomFace"]=MdGeBox.prototype.BottomFace=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeBox_BottomFace_0(self),MdGeFace)};MdGeBox.prototype["BackFace"]=MdGeBox.prototype.BackFace=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeBox_BackFace_0(self),MdGeFace)};MdGeBox.prototype["FrontFace"]=MdGeBox.prototype.FrontFace=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeBox_FrontFace_0(self),MdGeFace)};MdGeBox.prototype["LeftFace"]=MdGeBox.prototype.LeftFace=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeBox_LeftFace_0(self),MdGeFace)};MdGeBox.prototype["RightFace"]=MdGeBox.prototype.RightFace=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeBox_RightFace_0(self),MdGeFace)};MdGeBox.prototype["TopFace"]=MdGeBox.prototype.TopFace=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeBox_TopFace_0(self),MdGeFace)};MdGeBox.prototype["__destroy__"]=MdGeBox.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_MdGeBox___destroy___0(self)};function MdGeCone(theA3,theAng,theRadius){if(theA3&&typeof theA3==="object")theA3=theA3.ptr;if(theAng&&typeof theAng==="object")theAng=theAng.ptr;if(theRadius&&typeof theRadius==="object")theRadius=theRadius.ptr;if(theA3===undefined){this.ptr=_emscripten_bind_MdGeCone_MdGeCone_0();getCache(MdGeCone)[this.ptr]=this;return}if(theAng===undefined){this.ptr=_emscripten_bind_MdGeCone_MdGeCone_1(theA3);getCache(MdGeCone)[this.ptr]=this;return}if(theRadius===undefined){this.ptr=_emscripten_bind_MdGeCone_MdGeCone_2(theA3,theAng);getCache(MdGeCone)[this.ptr]=this;return}this.ptr=_emscripten_bind_MdGeCone_MdGeCone_3(theA3,theAng,theRadius);getCache(MdGeCone)[this.ptr]=this}MdGeCone.prototype=Object.create(Mx3dBaseObject.prototype);MdGeCone.prototype.constructor=MdGeCone;MdGeCone.prototype.__class__=MdGeCone;MdGeCone.__cache__={};Module["MdGeCone"]=MdGeCone;MdGeCone.prototype["SetAxis"]=MdGeCone.prototype.SetAxis=function(theA1){var self=this.ptr;if(theA1&&typeof theA1==="object")theA1=theA1.ptr;_emscripten_bind_MdGeCone_SetAxis_1(self,theA1)};MdGeCone.prototype["SetLocation"]=MdGeCone.prototype.SetLocation=function(theLoc){var self=this.ptr;if(theLoc&&typeof theLoc==="object")theLoc=theLoc.ptr;_emscripten_bind_MdGeCone_SetLocation_1(self,theLoc)};MdGeCone.prototype["SetPosition"]=MdGeCone.prototype.SetPosition=function(theA3){var self=this.ptr;if(theA3&&typeof theA3==="object")theA3=theA3.ptr;_emscripten_bind_MdGeCone_SetPosition_1(self,theA3)};MdGeCone.prototype["SetRadius"]=MdGeCone.prototype.SetRadius=function(theR){var self=this.ptr;if(theR&&typeof theR==="object")theR=theR.ptr;_emscripten_bind_MdGeCone_SetRadius_1(self,theR)};MdGeCone.prototype["SetSemiAngle"]=MdGeCone.prototype.SetSemiAngle=function(theAng){var self=this.ptr;if(theAng&&typeof theAng==="object")theAng=theAng.ptr;_emscripten_bind_MdGeCone_SetSemiAngle_1(self,theAng)};MdGeCone.prototype["Apex"]=MdGeCone.prototype.Apex=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeCone_Apex_0(self),MdGePoint)};MdGeCone.prototype["UReverse"]=MdGeCone.prototype.UReverse=function(){var self=this.ptr;_emscripten_bind_MdGeCone_UReverse_0(self)};MdGeCone.prototype["VReverse"]=MdGeCone.prototype.VReverse=function(){var self=this.ptr;_emscripten_bind_MdGeCone_VReverse_0(self)};MdGeCone.prototype["Direct"]=MdGeCone.prototype.Direct=function(){var self=this.ptr;return!!_emscripten_bind_MdGeCone_Direct_0(self)};MdGeCone.prototype["Axis"]=MdGeCone.prototype.Axis=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeCone_Axis_0(self),MdGeAxis)};MdGeCone.prototype["Location"]=MdGeCone.prototype.Location=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeCone_Location_0(self),MdGePoint)};MdGeCone.prototype["Position"]=MdGeCone.prototype.Position=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeCone_Position_0(self),MdGeCSYS)};MdGeCone.prototype["RefRadius"]=MdGeCone.prototype.RefRadius=function(){var self=this.ptr;return _emscripten_bind_MdGeCone_RefRadius_0(self)};MdGeCone.prototype["SemiAngle"]=MdGeCone.prototype.SemiAngle=function(){var self=this.ptr;return _emscripten_bind_MdGeCone_SemiAngle_0(self)};MdGeCone.prototype["XAxis"]=MdGeCone.prototype.XAxis=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeCone_XAxis_0(self),MdGeAxis)};MdGeCone.prototype["YAxis"]=MdGeCone.prototype.YAxis=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeCone_YAxis_0(self),MdGeAxis)};MdGeCone.prototype["MirrorByPoint"]=MdGeCone.prototype.MirrorByPoint=function(theP){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;_emscripten_bind_MdGeCone_MirrorByPoint_1(self,theP)};MdGeCone.prototype["MirroredByPoint"]=MdGeCone.prototype.MirroredByPoint=function(theP){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;return wrapPointer(_emscripten_bind_MdGeCone_MirroredByPoint_1(self,theP),MdGeCone)};MdGeCone.prototype["MirrorByAxis"]=MdGeCone.prototype.MirrorByAxis=function(theA1){var self=this.ptr;if(theA1&&typeof theA1==="object")theA1=theA1.ptr;_emscripten_bind_MdGeCone_MirrorByAxis_1(self,theA1)};MdGeCone.prototype["MirroredByAxis"]=MdGeCone.prototype.MirroredByAxis=function(theA1){var self=this.ptr;if(theA1&&typeof theA1==="object")theA1=theA1.ptr;return wrapPointer(_emscripten_bind_MdGeCone_MirroredByAxis_1(self,theA1),MdGeCone)};MdGeCone.prototype["MirrorByCSYSR"]=MdGeCone.prototype.MirrorByCSYSR=function(theA2){var self=this.ptr;if(theA2&&typeof theA2==="object")theA2=theA2.ptr;_emscripten_bind_MdGeCone_MirrorByCSYSR_1(self,theA2)};MdGeCone.prototype["MirroredByCSYSR"]=MdGeCone.prototype.MirroredByCSYSR=function(theA2){var self=this.ptr;if(theA2&&typeof theA2==="object")theA2=theA2.ptr;return wrapPointer(_emscripten_bind_MdGeCone_MirroredByCSYSR_1(self,theA2),MdGeCone)};MdGeCone.prototype["Rotate"]=MdGeCone.prototype.Rotate=function(theA1,theAng){var self=this.ptr;if(theA1&&typeof theA1==="object")theA1=theA1.ptr;if(theAng&&typeof theAng==="object")theAng=theAng.ptr;_emscripten_bind_MdGeCone_Rotate_2(self,theA1,theAng)};MdGeCone.prototype["Rotated"]=MdGeCone.prototype.Rotated=function(theA1,theAng){var self=this.ptr;if(theA1&&typeof theA1==="object")theA1=theA1.ptr;if(theAng&&typeof theAng==="object")theAng=theAng.ptr;return wrapPointer(_emscripten_bind_MdGeCone_Rotated_2(self,theA1,theAng),MdGeCone)};MdGeCone.prototype["Scale"]=MdGeCone.prototype.Scale=function(theP,theS){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;if(theS&&typeof theS==="object")theS=theS.ptr;_emscripten_bind_MdGeCone_Scale_2(self,theP,theS)};MdGeCone.prototype["Scaled"]=MdGeCone.prototype.Scaled=function(theP,theS){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;if(theS&&typeof theS==="object")theS=theS.ptr;return wrapPointer(_emscripten_bind_MdGeCone_Scaled_2(self,theP,theS),MdGeCone)};MdGeCone.prototype["Transform"]=MdGeCone.prototype.Transform=function(theT){var self=this.ptr;if(theT&&typeof theT==="object")theT=theT.ptr;_emscripten_bind_MdGeCone_Transform_1(self,theT)};MdGeCone.prototype["Transformed"]=MdGeCone.prototype.Transformed=function(theT){var self=this.ptr;if(theT&&typeof theT==="object")theT=theT.ptr;return wrapPointer(_emscripten_bind_MdGeCone_Transformed_1(self,theT),MdGeCone)};MdGeCone.prototype["TranslateByVec"]=MdGeCone.prototype.TranslateByVec=function(theV){var self=this.ptr;if(theV&&typeof theV==="object")theV=theV.ptr;_emscripten_bind_MdGeCone_TranslateByVec_1(self,theV)};MdGeCone.prototype["TranslatedByVec"]=MdGeCone.prototype.TranslatedByVec=function(theV){var self=this.ptr;if(theV&&typeof theV==="object")theV=theV.ptr;return wrapPointer(_emscripten_bind_MdGeCone_TranslatedByVec_1(self,theV),MdGeCone)};MdGeCone.prototype["TranslateBy2Points"]=MdGeCone.prototype.TranslateBy2Points=function(theP1,theP2){var self=this.ptr;if(theP1&&typeof theP1==="object")theP1=theP1.ptr;if(theP2&&typeof theP2==="object")theP2=theP2.ptr;_emscripten_bind_MdGeCone_TranslateBy2Points_2(self,theP1,theP2)};MdGeCone.prototype["TranslatedBy2Points"]=MdGeCone.prototype.TranslatedBy2Points=function(theP1,theP2){var self=this.ptr;if(theP1&&typeof theP1==="object")theP1=theP1.ptr;if(theP2&&typeof theP2==="object")theP2=theP2.ptr;return wrapPointer(_emscripten_bind_MdGeCone_TranslatedBy2Points_2(self,theP1,theP2),MdGeCone)};MdGeCone.prototype["Shape"]=MdGeCone.prototype.Shape=function(H,Angle){var self=this.ptr;if(H&&typeof H==="object")H=H.ptr;if(Angle&&typeof Angle==="object")Angle=Angle.ptr;if(Angle===undefined){return wrapPointer(_emscripten_bind_MdGeCone_Shape_1(self,H),MdGeShape)}return wrapPointer(_emscripten_bind_MdGeCone_Shape_2(self,H,Angle),MdGeShape)};MdGeCone.prototype["Face"]=MdGeCone.prototype.Face=function(UMin,UMax,VMin,VMax){var self=this.ptr;if(UMin&&typeof UMin==="object")UMin=UMin.ptr;if(UMax&&typeof UMax==="object")UMax=UMax.ptr;if(VMin&&typeof VMin==="object")VMin=VMin.ptr;if(VMax&&typeof VMax==="object")VMax=VMax.ptr;if(UMin===undefined){return wrapPointer(_emscripten_bind_MdGeCone_Face_0(self),MdGeFace)}if(UMax===undefined){return wrapPointer(_emscripten_bind_MdGeCone_Face_1(self,UMin),MdGeFace)}if(VMin===undefined){return wrapPointer(_emscripten_bind_MdGeCone_Face_2(self,UMin,UMax),MdGeFace)}if(VMax===undefined){return wrapPointer(_emscripten_bind_MdGeCone_Face_3(self,UMin,UMax,VMin),MdGeFace)}return wrapPointer(_emscripten_bind_MdGeCone_Face_4(self,UMin,UMax,VMin,VMax),MdGeFace)};MdGeCone.prototype["__destroy__"]=MdGeCone.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_MdGeCone___destroy___0(self)};function MdGeCylinder(theA3,theRadius){if(theA3&&typeof theA3==="object")theA3=theA3.ptr;if(theRadius&&typeof theRadius==="object")theRadius=theRadius.ptr;if(theA3===undefined){this.ptr=_emscripten_bind_MdGeCylinder_MdGeCylinder_0();getCache(MdGeCylinder)[this.ptr]=this;return}if(theRadius===undefined){this.ptr=_emscripten_bind_MdGeCylinder_MdGeCylinder_1(theA3);getCache(MdGeCylinder)[this.ptr]=this;return}this.ptr=_emscripten_bind_MdGeCylinder_MdGeCylinder_2(theA3,theRadius);getCache(MdGeCylinder)[this.ptr]=this}MdGeCylinder.prototype=Object.create(Mx3dBaseObject.prototype);MdGeCylinder.prototype.constructor=MdGeCylinder;MdGeCylinder.prototype.__class__=MdGeCylinder;MdGeCylinder.__cache__={};Module["MdGeCylinder"]=MdGeCylinder;MdGeCylinder.prototype["SetAxis"]=MdGeCylinder.prototype.SetAxis=function(theA1){var self=this.ptr;if(theA1&&typeof theA1==="object")theA1=theA1.ptr;_emscripten_bind_MdGeCylinder_SetAxis_1(self,theA1)};MdGeCylinder.prototype["SetLocation"]=MdGeCylinder.prototype.SetLocation=function(theLoc){var self=this.ptr;if(theLoc&&typeof theLoc==="object")theLoc=theLoc.ptr;_emscripten_bind_MdGeCylinder_SetLocation_1(self,theLoc)};MdGeCylinder.prototype["SetPosition"]=MdGeCylinder.prototype.SetPosition=function(theA3){var self=this.ptr;if(theA3&&typeof theA3==="object")theA3=theA3.ptr;_emscripten_bind_MdGeCylinder_SetPosition_1(self,theA3)};MdGeCylinder.prototype["SetRadius"]=MdGeCylinder.prototype.SetRadius=function(theR){var self=this.ptr;if(theR&&typeof theR==="object")theR=theR.ptr;_emscripten_bind_MdGeCylinder_SetRadius_1(self,theR)};MdGeCylinder.prototype["UReverse"]=MdGeCylinder.prototype.UReverse=function(){var self=this.ptr;_emscripten_bind_MdGeCylinder_UReverse_0(self)};MdGeCylinder.prototype["VReverse"]=MdGeCylinder.prototype.VReverse=function(){var self=this.ptr;_emscripten_bind_MdGeCylinder_VReverse_0(self)};MdGeCylinder.prototype["Direct"]=MdGeCylinder.prototype.Direct=function(){var self=this.ptr;return!!_emscripten_bind_MdGeCylinder_Direct_0(self)};MdGeCylinder.prototype["Axis"]=MdGeCylinder.prototype.Axis=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeCylinder_Axis_0(self),MdGeAxis)};MdGeCylinder.prototype["Location"]=MdGeCylinder.prototype.Location=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeCylinder_Location_0(self),MdGePoint)};MdGeCylinder.prototype["Position"]=MdGeCylinder.prototype.Position=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeCylinder_Position_0(self),MdGeCSYS)};MdGeCylinder.prototype["Radius"]=MdGeCylinder.prototype.Radius=function(){var self=this.ptr;return _emscripten_bind_MdGeCylinder_Radius_0(self)};MdGeCylinder.prototype["XAxis"]=MdGeCylinder.prototype.XAxis=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeCylinder_XAxis_0(self),MdGeAxis)};MdGeCylinder.prototype["YAxis"]=MdGeCylinder.prototype.YAxis=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeCylinder_YAxis_0(self),MdGeAxis)};MdGeCylinder.prototype["MirrorByPoint"]=MdGeCylinder.prototype.MirrorByPoint=function(theP){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;_emscripten_bind_MdGeCylinder_MirrorByPoint_1(self,theP)};MdGeCylinder.prototype["MirroredByPoint"]=MdGeCylinder.prototype.MirroredByPoint=function(theP){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;return wrapPointer(_emscripten_bind_MdGeCylinder_MirroredByPoint_1(self,theP),MdGeCylinder)};MdGeCylinder.prototype["MirrorByAxis"]=MdGeCylinder.prototype.MirrorByAxis=function(theA1){var self=this.ptr;if(theA1&&typeof theA1==="object")theA1=theA1.ptr;_emscripten_bind_MdGeCylinder_MirrorByAxis_1(self,theA1)};MdGeCylinder.prototype["MirroredByAxis"]=MdGeCylinder.prototype.MirroredByAxis=function(theA1){var self=this.ptr;if(theA1&&typeof theA1==="object")theA1=theA1.ptr;return wrapPointer(_emscripten_bind_MdGeCylinder_MirroredByAxis_1(self,theA1),MdGeCylinder)};MdGeCylinder.prototype["MirrorByCSYSR"]=MdGeCylinder.prototype.MirrorByCSYSR=function(theA2){var self=this.ptr;if(theA2&&typeof theA2==="object")theA2=theA2.ptr;_emscripten_bind_MdGeCylinder_MirrorByCSYSR_1(self,theA2)};MdGeCylinder.prototype["MirroredByCSYSR"]=MdGeCylinder.prototype.MirroredByCSYSR=function(theA2){var self=this.ptr;if(theA2&&typeof theA2==="object")theA2=theA2.ptr;return wrapPointer(_emscripten_bind_MdGeCylinder_MirroredByCSYSR_1(self,theA2),MdGeCylinder)};MdGeCylinder.prototype["Rotate"]=MdGeCylinder.prototype.Rotate=function(theA1,theAng){var self=this.ptr;if(theA1&&typeof theA1==="object")theA1=theA1.ptr;if(theAng&&typeof theAng==="object")theAng=theAng.ptr;_emscripten_bind_MdGeCylinder_Rotate_2(self,theA1,theAng)};MdGeCylinder.prototype["Rotated"]=MdGeCylinder.prototype.Rotated=function(theA1,theAng){var self=this.ptr;if(theA1&&typeof theA1==="object")theA1=theA1.ptr;if(theAng&&typeof theAng==="object")theAng=theAng.ptr;return wrapPointer(_emscripten_bind_MdGeCylinder_Rotated_2(self,theA1,theAng),MdGeCylinder)};MdGeCylinder.prototype["Scale"]=MdGeCylinder.prototype.Scale=function(theP,theS){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;if(theS&&typeof theS==="object")theS=theS.ptr;_emscripten_bind_MdGeCylinder_Scale_2(self,theP,theS)};MdGeCylinder.prototype["Scaled"]=MdGeCylinder.prototype.Scaled=function(theP,theS){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;if(theS&&typeof theS==="object")theS=theS.ptr;return wrapPointer(_emscripten_bind_MdGeCylinder_Scaled_2(self,theP,theS),MdGeCylinder)};MdGeCylinder.prototype["Transform"]=MdGeCylinder.prototype.Transform=function(theT){var self=this.ptr;if(theT&&typeof theT==="object")theT=theT.ptr;_emscripten_bind_MdGeCylinder_Transform_1(self,theT)};MdGeCylinder.prototype["Transformed"]=MdGeCylinder.prototype.Transformed=function(theT){var self=this.ptr;if(theT&&typeof theT==="object")theT=theT.ptr;return wrapPointer(_emscripten_bind_MdGeCylinder_Transformed_1(self,theT),MdGeCylinder)};MdGeCylinder.prototype["TranslateByVec"]=MdGeCylinder.prototype.TranslateByVec=function(theV){var self=this.ptr;if(theV&&typeof theV==="object")theV=theV.ptr;_emscripten_bind_MdGeCylinder_TranslateByVec_1(self,theV)};MdGeCylinder.prototype["TranslatedByVec"]=MdGeCylinder.prototype.TranslatedByVec=function(theV){var self=this.ptr;if(theV&&typeof theV==="object")theV=theV.ptr;return wrapPointer(_emscripten_bind_MdGeCylinder_TranslatedByVec_1(self,theV),MdGeCylinder)};MdGeCylinder.prototype["TranslateBy2Points"]=MdGeCylinder.prototype.TranslateBy2Points=function(theP1,theP2){var self=this.ptr;if(theP1&&typeof theP1==="object")theP1=theP1.ptr;if(theP2&&typeof theP2==="object")theP2=theP2.ptr;_emscripten_bind_MdGeCylinder_TranslateBy2Points_2(self,theP1,theP2)};MdGeCylinder.prototype["TranslatedBy2Points"]=MdGeCylinder.prototype.TranslatedBy2Points=function(theP1,theP2){var self=this.ptr;if(theP1&&typeof theP1==="object")theP1=theP1.ptr;if(theP2&&typeof theP2==="object")theP2=theP2.ptr;return wrapPointer(_emscripten_bind_MdGeCylinder_TranslatedBy2Points_2(self,theP1,theP2),MdGeCylinder)};MdGeCylinder.prototype["Shape"]=MdGeCylinder.prototype.Shape=function(H,Angle){var self=this.ptr;if(H&&typeof H==="object")H=H.ptr;if(Angle&&typeof Angle==="object")Angle=Angle.ptr;if(Angle===undefined){return wrapPointer(_emscripten_bind_MdGeCylinder_Shape_1(self,H),MdGeShape)}return wrapPointer(_emscripten_bind_MdGeCylinder_Shape_2(self,H,Angle),MdGeShape)};MdGeCylinder.prototype["Face"]=MdGeCylinder.prototype.Face=function(UMin,UMax,VMin,VMax){var self=this.ptr;if(UMin&&typeof UMin==="object")UMin=UMin.ptr;if(UMax&&typeof UMax==="object")UMax=UMax.ptr;if(VMin&&typeof VMin==="object")VMin=VMin.ptr;if(VMax&&typeof VMax==="object")VMax=VMax.ptr;if(UMin===undefined){return wrapPointer(_emscripten_bind_MdGeCylinder_Face_0(self),MdGeFace)}if(UMax===undefined){return wrapPointer(_emscripten_bind_MdGeCylinder_Face_1(self,UMin),MdGeFace)}if(VMin===undefined){return wrapPointer(_emscripten_bind_MdGeCylinder_Face_2(self,UMin,UMax),MdGeFace)}if(VMax===undefined){return wrapPointer(_emscripten_bind_MdGeCylinder_Face_3(self,UMin,UMax,VMin),MdGeFace)}return wrapPointer(_emscripten_bind_MdGeCylinder_Face_4(self,UMin,UMax,VMin,VMax),MdGeFace)};MdGeCylinder.prototype["Shape3d"]=MdGeCylinder.prototype.Shape3d=function(H,Angle){var self=this.ptr;if(H&&typeof H==="object")H=H.ptr;if(Angle&&typeof Angle==="object")Angle=Angle.ptr;if(Angle===undefined){return wrapPointer(_emscripten_bind_MdGeCylinder_Shape3d_1(self,H),Mx3dShapeObject)}return wrapPointer(_emscripten_bind_MdGeCylinder_Shape3d_2(self,H,Angle),Mx3dShapeObject)};MdGeCylinder.prototype["__destroy__"]=MdGeCylinder.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_MdGeCylinder___destroy___0(self)};function MdGeExplorer(S,ToFind,ToAvoid){if(S&&typeof S==="object")S=S.ptr;if(ToFind&&typeof ToFind==="object")ToFind=ToFind.ptr;if(ToAvoid&&typeof ToAvoid==="object")ToAvoid=ToAvoid.ptr;if(S===undefined){this.ptr=_emscripten_bind_MdGeExplorer_MdGeExplorer_0();getCache(MdGeExplorer)[this.ptr]=this;return}if(ToFind===undefined){this.ptr=_emscripten_bind_MdGeExplorer_MdGeExplorer_1(S);getCache(MdGeExplorer)[this.ptr]=this;return}if(ToAvoid===undefined){this.ptr=_emscripten_bind_MdGeExplorer_MdGeExplorer_2(S,ToFind);getCache(MdGeExplorer)[this.ptr]=this;return}this.ptr=_emscripten_bind_MdGeExplorer_MdGeExplorer_3(S,ToFind,ToAvoid);getCache(MdGeExplorer)[this.ptr]=this}MdGeExplorer.prototype=Object.create(Mx3dBaseObject.prototype);MdGeExplorer.prototype.constructor=MdGeExplorer;MdGeExplorer.prototype.__class__=MdGeExplorer;MdGeExplorer.__cache__={};Module["MdGeExplorer"]=MdGeExplorer;MdGeExplorer.prototype["Init"]=MdGeExplorer.prototype.Init=function(S,ToFind,ToAvoid){var self=this.ptr;if(S&&typeof S==="object")S=S.ptr;if(ToFind&&typeof ToFind==="object")ToFind=ToFind.ptr;if(ToAvoid&&typeof ToAvoid==="object")ToAvoid=ToAvoid.ptr;if(ToAvoid===undefined){_emscripten_bind_MdGeExplorer_Init_2(self,S,ToFind);return}_emscripten_bind_MdGeExplorer_Init_3(self,S,ToFind,ToAvoid)};MdGeExplorer.prototype["More"]=MdGeExplorer.prototype.More=function(){var self=this.ptr;return!!_emscripten_bind_MdGeExplorer_More_0(self)};MdGeExplorer.prototype["Next"]=MdGeExplorer.prototype.Next=function(){var self=this.ptr;_emscripten_bind_MdGeExplorer_Next_0(self)};MdGeExplorer.prototype["Value"]=MdGeExplorer.prototype.Value=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeExplorer_Value_0(self),MdGeShape)};MdGeExplorer.prototype["Current"]=MdGeExplorer.prototype.Current=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeExplorer_Current_0(self),MdGeShape)};MdGeExplorer.prototype["ReInit"]=MdGeExplorer.prototype.ReInit=function(){var self=this.ptr;_emscripten_bind_MdGeExplorer_ReInit_0(self)};MdGeExplorer.prototype["ExploredShape"]=MdGeExplorer.prototype.ExploredShape=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeExplorer_ExploredShape_0(self),MdGeShape)};MdGeExplorer.prototype["Depth"]=MdGeExplorer.prototype.Depth=function(){var self=this.ptr;return _emscripten_bind_MdGeExplorer_Depth_0(self)};MdGeExplorer.prototype["Clear"]=MdGeExplorer.prototype.Clear=function(){var self=this.ptr;_emscripten_bind_MdGeExplorer_Clear_0(self)};MdGeExplorer.prototype["__destroy__"]=MdGeExplorer.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_MdGeExplorer___destroy___0(self)};function MdGeTopo(){this.ptr=_emscripten_bind_MdGeTopo_MdGeTopo_0();getCache(MdGeTopo)[this.ptr]=this}MdGeTopo.prototype=Object.create(WrapperObject.prototype);MdGeTopo.prototype.constructor=MdGeTopo;MdGeTopo.prototype.__class__=MdGeTopo;MdGeTopo.__cache__={};Module["MdGeTopo"]=MdGeTopo;MdGeTopo.prototype["Vertex"]=MdGeTopo.prototype.Vertex=function(S){var self=this.ptr;if(S&&typeof S==="object")S=S.ptr;return wrapPointer(_emscripten_bind_MdGeTopo_Vertex_1(self,S),MdGeVertex)};MdGeTopo.prototype["Edge"]=MdGeTopo.prototype.Edge=function(S){var self=this.ptr;if(S&&typeof S==="object")S=S.ptr;return wrapPointer(_emscripten_bind_MdGeTopo_Edge_1(self,S),MdGeEdge)};MdGeTopo.prototype["Wire"]=MdGeTopo.prototype.Wire=function(S){var self=this.ptr;if(S&&typeof S==="object")S=S.ptr;return wrapPointer(_emscripten_bind_MdGeTopo_Wire_1(self,S),MdGeWire)};MdGeTopo.prototype["Face"]=MdGeTopo.prototype.Face=function(S){var self=this.ptr;if(S&&typeof S==="object")S=S.ptr;return wrapPointer(_emscripten_bind_MdGeTopo_Face_1(self,S),MdGeFace)};MdGeTopo.prototype["Shell"]=MdGeTopo.prototype.Shell=function(S){var self=this.ptr;if(S&&typeof S==="object")S=S.ptr;return wrapPointer(_emscripten_bind_MdGeTopo_Shell_1(self,S),MdGeShell)};MdGeTopo.prototype["Solid"]=MdGeTopo.prototype.Solid=function(S){var self=this.ptr;if(S&&typeof S==="object")S=S.ptr;return wrapPointer(_emscripten_bind_MdGeTopo_Solid_1(self,S),MdGeSolid)};MdGeTopo.prototype["CompSolid"]=MdGeTopo.prototype.CompSolid=function(S){var self=this.ptr;if(S&&typeof S==="object")S=S.ptr;return wrapPointer(_emscripten_bind_MdGeTopo_CompSolid_1(self,S),MdGeCompSolid)};MdGeTopo.prototype["Compound"]=MdGeTopo.prototype.Compound=function(S){var self=this.ptr;if(S&&typeof S==="object")S=S.ptr;return wrapPointer(_emscripten_bind_MdGeTopo_Compound_1(self,S),MdGeCompound)};MdGeTopo.prototype["SetRegisterFuncPtr"]=MdGeTopo.prototype.SetRegisterFuncPtr=function(jsFunPtr){var self=this.ptr;if(jsFunPtr&&typeof jsFunPtr==="object")jsFunPtr=jsFunPtr.ptr;_emscripten_bind_MdGeTopo_SetRegisterFuncPtr_1(self,jsFunPtr)};MdGeTopo.prototype["DestroyObject"]=MdGeTopo.prototype.DestroyObject=function(pObj){var self=this.ptr;if(pObj&&typeof pObj==="object")pObj=pObj.ptr;_emscripten_bind_MdGeTopo_DestroyObject_1(self,pObj)};MdGeTopo.prototype["__destroy__"]=MdGeTopo.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_MdGeTopo___destroy___0(self)};function MdGeFillet(S,FShape){if(S&&typeof S==="object")S=S.ptr;if(FShape&&typeof FShape==="object")FShape=FShape.ptr;if(FShape===undefined){this.ptr=_emscripten_bind_MdGeFillet_MdGeFillet_1(S);getCache(MdGeFillet)[this.ptr]=this;return}this.ptr=_emscripten_bind_MdGeFillet_MdGeFillet_2(S,FShape);getCache(MdGeFillet)[this.ptr]=this}MdGeFillet.prototype=Object.create(Mx3dBaseObject.prototype);MdGeFillet.prototype.constructor=MdGeFillet;MdGeFillet.prototype.__class__=MdGeFillet;MdGeFillet.__cache__={};Module["MdGeFillet"]=MdGeFillet;MdGeFillet.prototype["SetParams"]=MdGeFillet.prototype.SetParams=function(Tang,Tesp,T2d,TApp3d,TolApp2d,Fleche){var self=this.ptr;if(Tang&&typeof Tang==="object")Tang=Tang.ptr;if(Tesp&&typeof Tesp==="object")Tesp=Tesp.ptr;if(T2d&&typeof T2d==="object")T2d=T2d.ptr;if(TApp3d&&typeof TApp3d==="object")TApp3d=TApp3d.ptr;if(TolApp2d&&typeof TolApp2d==="object")TolApp2d=TolApp2d.ptr;if(Fleche&&typeof Fleche==="object")Fleche=Fleche.ptr;_emscripten_bind_MdGeFillet_SetParams_6(self,Tang,Tesp,T2d,TApp3d,TolApp2d,Fleche)};MdGeFillet.prototype["Add"]=MdGeFillet.prototype.Add=function(R1,R2,E){var self=this.ptr;if(R1&&typeof R1==="object")R1=R1.ptr;if(R2&&typeof R2==="object")R2=R2.ptr;if(E&&typeof E==="object")E=E.ptr;if(R2===undefined){_emscripten_bind_MdGeFillet_Add_1(self,R1);return}if(E===undefined){_emscripten_bind_MdGeFillet_Add_2(self,R1,R2);return}_emscripten_bind_MdGeFillet_Add_3(self,R1,R2,E)};MdGeFillet.prototype["SetRadius"]=MdGeFillet.prototype.SetRadius=function(R1,R2,IC,IinC){var self=this.ptr;if(R1&&typeof R1==="object")R1=R1.ptr;if(R2&&typeof R2==="object")R2=R2.ptr;if(IC&&typeof IC==="object")IC=IC.ptr;if(IinC&&typeof IinC==="object")IinC=IinC.ptr;if(IinC===undefined){_emscripten_bind_MdGeFillet_SetRadius_3(self,R1,R2,IC);return}_emscripten_bind_MdGeFillet_SetRadius_4(self,R1,R2,IC,IinC)};MdGeFillet.prototype["ResetContour"]=MdGeFillet.prototype.ResetContour=function(IC){var self=this.ptr;if(IC&&typeof IC==="object")IC=IC.ptr;_emscripten_bind_MdGeFillet_ResetContour_1(self,IC)};MdGeFillet.prototype["IsConstant"]=MdGeFillet.prototype.IsConstant=function(IC,E){var self=this.ptr;if(IC&&typeof IC==="object")IC=IC.ptr;if(E&&typeof E==="object")E=E.ptr;if(E===undefined){return!!_emscripten_bind_MdGeFillet_IsConstant_1(self,IC)}return!!_emscripten_bind_MdGeFillet_IsConstant_2(self,IC,E)};MdGeFillet.prototype["Radius"]=MdGeFillet.prototype.Radius=function(IC,E){var self=this.ptr;if(IC&&typeof IC==="object")IC=IC.ptr;if(E&&typeof E==="object")E=E.ptr;if(E===undefined){return _emscripten_bind_MdGeFillet_Radius_1(self,IC)}return _emscripten_bind_MdGeFillet_Radius_2(self,IC,E)};MdGeFillet.prototype["SetRadiusForEdge"]=MdGeFillet.prototype.SetRadiusForEdge=function(Radius,IC,E){var self=this.ptr;if(Radius&&typeof Radius==="object")Radius=Radius.ptr;if(IC&&typeof IC==="object")IC=IC.ptr;if(E&&typeof E==="object")E=E.ptr;_emscripten_bind_MdGeFillet_SetRadiusForEdge_3(self,Radius,IC,E)};MdGeFillet.prototype["SetRadiusForVertex"]=MdGeFillet.prototype.SetRadiusForVertex=function(Radius,IC,V){var self=this.ptr;if(Radius&&typeof Radius==="object")Radius=Radius.ptr;if(IC&&typeof IC==="object")IC=IC.ptr;if(V&&typeof V==="object")V=V.ptr;_emscripten_bind_MdGeFillet_SetRadiusForVertex_3(self,Radius,IC,V)};MdGeFillet.prototype["SetFilletShape"]=MdGeFillet.prototype.SetFilletShape=function(FShape){var self=this.ptr;if(FShape&&typeof FShape==="object")FShape=FShape.ptr;_emscripten_bind_MdGeFillet_SetFilletShape_1(self,FShape)};MdGeFillet.prototype["GetFilletShape"]=MdGeFillet.prototype.GetFilletShape=function(){var self=this.ptr;return _emscripten_bind_MdGeFillet_GetFilletShape_0(self)};MdGeFillet.prototype["NbContours"]=MdGeFillet.prototype.NbContours=function(){var self=this.ptr;return _emscripten_bind_MdGeFillet_NbContours_0(self)};MdGeFillet.prototype["Contour"]=MdGeFillet.prototype.Contour=function(E){var self=this.ptr;if(E&&typeof E==="object")E=E.ptr;return _emscripten_bind_MdGeFillet_Contour_1(self,E)};MdGeFillet.prototype["NbEdges"]=MdGeFillet.prototype.NbEdges=function(I){var self=this.ptr;if(I&&typeof I==="object")I=I.ptr;return _emscripten_bind_MdGeFillet_NbEdges_1(self,I)};MdGeFillet.prototype["Edge"]=MdGeFillet.prototype.Edge=function(I,J){var self=this.ptr;if(I&&typeof I==="object")I=I.ptr;if(J&&typeof J==="object")J=J.ptr;return wrapPointer(_emscripten_bind_MdGeFillet_Edge_2(self,I,J),MdGeEdge)};MdGeFillet.prototype["Remove"]=MdGeFillet.prototype.Remove=function(E){var self=this.ptr;if(E&&typeof E==="object")E=E.ptr;_emscripten_bind_MdGeFillet_Remove_1(self,E)};MdGeFillet.prototype["Length"]=MdGeFillet.prototype.Length=function(IC){var self=this.ptr;if(IC&&typeof IC==="object")IC=IC.ptr;return _emscripten_bind_MdGeFillet_Length_1(self,IC)};MdGeFillet.prototype["FirstVertex"]=MdGeFillet.prototype.FirstVertex=function(IC){var self=this.ptr;if(IC&&typeof IC==="object")IC=IC.ptr;return wrapPointer(_emscripten_bind_MdGeFillet_FirstVertex_1(self,IC),MdGeVertex)};MdGeFillet.prototype["LastVertex"]=MdGeFillet.prototype.LastVertex=function(IC){var self=this.ptr;if(IC&&typeof IC==="object")IC=IC.ptr;return wrapPointer(_emscripten_bind_MdGeFillet_LastVertex_1(self,IC),MdGeVertex)};MdGeFillet.prototype["Abscissa"]=MdGeFillet.prototype.Abscissa=function(IC,V){var self=this.ptr;if(IC&&typeof IC==="object")IC=IC.ptr;if(V&&typeof V==="object")V=V.ptr;return _emscripten_bind_MdGeFillet_Abscissa_2(self,IC,V)};MdGeFillet.prototype["RelativeAbscissa"]=MdGeFillet.prototype.RelativeAbscissa=function(IC,V){var self=this.ptr;if(IC&&typeof IC==="object")IC=IC.ptr;if(V&&typeof V==="object")V=V.ptr;return _emscripten_bind_MdGeFillet_RelativeAbscissa_2(self,IC,V)};MdGeFillet.prototype["ClosedAndTangent"]=MdGeFillet.prototype.ClosedAndTangent=function(IC){var self=this.ptr;if(IC&&typeof IC==="object")IC=IC.ptr;return!!_emscripten_bind_MdGeFillet_ClosedAndTangent_1(self,IC)};MdGeFillet.prototype["Closed"]=MdGeFillet.prototype.Closed=function(IC){var self=this.ptr;if(IC&&typeof IC==="object")IC=IC.ptr;return!!_emscripten_bind_MdGeFillet_Closed_1(self,IC)};MdGeFillet.prototype["Reset"]=MdGeFillet.prototype.Reset=function(){var self=this.ptr;_emscripten_bind_MdGeFillet_Reset_0(self)};MdGeFillet.prototype["NbSurfaces"]=MdGeFillet.prototype.NbSurfaces=function(){var self=this.ptr;return _emscripten_bind_MdGeFillet_NbSurfaces_0(self)};MdGeFillet.prototype["Simulate"]=MdGeFillet.prototype.Simulate=function(IC){var self=this.ptr;if(IC&&typeof IC==="object")IC=IC.ptr;_emscripten_bind_MdGeFillet_Simulate_1(self,IC)};MdGeFillet.prototype["NbSurf"]=MdGeFillet.prototype.NbSurf=function(IC){var self=this.ptr;if(IC&&typeof IC==="object")IC=IC.ptr;return _emscripten_bind_MdGeFillet_NbSurf_1(self,IC)};MdGeFillet.prototype["NbFaultyContours"]=MdGeFillet.prototype.NbFaultyContours=function(){var self=this.ptr;return _emscripten_bind_MdGeFillet_NbFaultyContours_0(self)};MdGeFillet.prototype["FaultyContour"]=MdGeFillet.prototype.FaultyContour=function(I){var self=this.ptr;if(I&&typeof I==="object")I=I.ptr;return _emscripten_bind_MdGeFillet_FaultyContour_1(self,I)};MdGeFillet.prototype["NbComputedSurfaces"]=MdGeFillet.prototype.NbComputedSurfaces=function(IC){var self=this.ptr;if(IC&&typeof IC==="object")IC=IC.ptr;return _emscripten_bind_MdGeFillet_NbComputedSurfaces_1(self,IC)};MdGeFillet.prototype["NbFaultyVertices"]=MdGeFillet.prototype.NbFaultyVertices=function(){var self=this.ptr;return _emscripten_bind_MdGeFillet_NbFaultyVertices_0(self)};MdGeFillet.prototype["FaultyVertex"]=MdGeFillet.prototype.FaultyVertex=function(IV){var self=this.ptr;if(IV&&typeof IV==="object")IV=IV.ptr;return wrapPointer(_emscripten_bind_MdGeFillet_FaultyVertex_1(self,IV),MdGeVertex)};MdGeFillet.prototype["HasResult"]=MdGeFillet.prototype.HasResult=function(){var self=this.ptr;return!!_emscripten_bind_MdGeFillet_HasResult_0(self)};MdGeFillet.prototype["BadShape"]=MdGeFillet.prototype.BadShape=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeFillet_BadShape_0(self),MdGeShape)};MdGeFillet.prototype["Shape"]=MdGeFillet.prototype.Shape=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeFillet_Shape_0(self),MdGeShape)};MdGeFillet.prototype["__destroy__"]=MdGeFillet.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_MdGeFillet___destroy___0(self)};function MdGeChamfer(S){if(S&&typeof S==="object")S=S.ptr;this.ptr=_emscripten_bind_MdGeChamfer_MdGeChamfer_1(S);getCache(MdGeChamfer)[this.ptr]=this}MdGeChamfer.prototype=Object.create(Mx3dBaseObject.prototype);MdGeChamfer.prototype.constructor=MdGeChamfer;MdGeChamfer.prototype.__class__=MdGeChamfer;MdGeChamfer.__cache__={};Module["MdGeChamfer"]=MdGeChamfer;MdGeChamfer.prototype["Add"]=MdGeChamfer.prototype.Add=function(Dis1,Dis2,E,F){var self=this.ptr;if(Dis1&&typeof Dis1==="object")Dis1=Dis1.ptr;if(Dis2&&typeof Dis2==="object")Dis2=Dis2.ptr;if(E&&typeof E==="object")E=E.ptr;if(F&&typeof F==="object")F=F.ptr;if(Dis2===undefined){_emscripten_bind_MdGeChamfer_Add_1(self,Dis1);return}if(E===undefined){_emscripten_bind_MdGeChamfer_Add_2(self,Dis1,Dis2);return}if(F===undefined){_emscripten_bind_MdGeChamfer_Add_3(self,Dis1,Dis2,E);return}_emscripten_bind_MdGeChamfer_Add_4(self,Dis1,Dis2,E,F)};MdGeChamfer.prototype["SetDist"]=MdGeChamfer.prototype.SetDist=function(Dis,IC,F){var self=this.ptr;if(Dis&&typeof Dis==="object")Dis=Dis.ptr;if(IC&&typeof IC==="object")IC=IC.ptr;if(F&&typeof F==="object")F=F.ptr;_emscripten_bind_MdGeChamfer_SetDist_3(self,Dis,IC,F)};MdGeChamfer.prototype["GetDist"]=MdGeChamfer.prototype.GetDist=function(IC,Dis){var self=this.ptr;if(IC&&typeof IC==="object")IC=IC.ptr;if(Dis&&typeof Dis==="object")Dis=Dis.ptr;_emscripten_bind_MdGeChamfer_GetDist_2(self,IC,Dis)};MdGeChamfer.prototype["SetDists"]=MdGeChamfer.prototype.SetDists=function(Dis1,Dis2,IC,F){var self=this.ptr;if(Dis1&&typeof Dis1==="object")Dis1=Dis1.ptr;if(Dis2&&typeof Dis2==="object")Dis2=Dis2.ptr;if(IC&&typeof IC==="object")IC=IC.ptr;if(F&&typeof F==="object")F=F.ptr;_emscripten_bind_MdGeChamfer_SetDists_4(self,Dis1,Dis2,IC,F)};MdGeChamfer.prototype["Dists"]=MdGeChamfer.prototype.Dists=function(IC,Dis1,Dis2){var self=this.ptr;if(IC&&typeof IC==="object")IC=IC.ptr;if(Dis1&&typeof Dis1==="object")Dis1=Dis1.ptr;if(Dis2&&typeof Dis2==="object")Dis2=Dis2.ptr;_emscripten_bind_MdGeChamfer_Dists_3(self,IC,Dis1,Dis2)};MdGeChamfer.prototype["AddDA"]=MdGeChamfer.prototype.AddDA=function(Dis,Angle,E,F){var self=this.ptr;if(Dis&&typeof Dis==="object")Dis=Dis.ptr;if(Angle&&typeof Angle==="object")Angle=Angle.ptr;if(E&&typeof E==="object")E=E.ptr;if(F&&typeof F==="object")F=F.ptr;_emscripten_bind_MdGeChamfer_AddDA_4(self,Dis,Angle,E,F)};MdGeChamfer.prototype["SetDistAngle"]=MdGeChamfer.prototype.SetDistAngle=function(Dis,Angle,IC,F){var self=this.ptr;if(Dis&&typeof Dis==="object")Dis=Dis.ptr;if(Angle&&typeof Angle==="object")Angle=Angle.ptr;if(IC&&typeof IC==="object")IC=IC.ptr;if(F&&typeof F==="object")F=F.ptr;_emscripten_bind_MdGeChamfer_SetDistAngle_4(self,Dis,Angle,IC,F)};MdGeChamfer.prototype["GetDistAngle"]=MdGeChamfer.prototype.GetDistAngle=function(IC,Dis,Angle){var self=this.ptr;if(IC&&typeof IC==="object")IC=IC.ptr;if(Dis&&typeof Dis==="object")Dis=Dis.ptr;if(Angle&&typeof Angle==="object")Angle=Angle.ptr;_emscripten_bind_MdGeChamfer_GetDistAngle_3(self,IC,Dis,Angle)};MdGeChamfer.prototype["SetMode"]=MdGeChamfer.prototype.SetMode=function(theMode){var self=this.ptr;if(theMode&&typeof theMode==="object")theMode=theMode.ptr;_emscripten_bind_MdGeChamfer_SetMode_1(self,theMode)};MdGeChamfer.prototype["IsSymetric"]=MdGeChamfer.prototype.IsSymetric=function(IC){var self=this.ptr;if(IC&&typeof IC==="object")IC=IC.ptr;return!!_emscripten_bind_MdGeChamfer_IsSymetric_1(self,IC)};MdGeChamfer.prototype["IsTwoDistances"]=MdGeChamfer.prototype.IsTwoDistances=function(IC){var self=this.ptr;if(IC&&typeof IC==="object")IC=IC.ptr;return!!_emscripten_bind_MdGeChamfer_IsTwoDistances_1(self,IC)};MdGeChamfer.prototype["IsDistanceAngle"]=MdGeChamfer.prototype.IsDistanceAngle=function(IC){var self=this.ptr;if(IC&&typeof IC==="object")IC=IC.ptr;return!!_emscripten_bind_MdGeChamfer_IsDistanceAngle_1(self,IC)};MdGeChamfer.prototype["ResetContour"]=MdGeChamfer.prototype.ResetContour=function(IC){var self=this.ptr;if(IC&&typeof IC==="object")IC=IC.ptr;_emscripten_bind_MdGeChamfer_ResetContour_1(self,IC)};MdGeChamfer.prototype["NbContours"]=MdGeChamfer.prototype.NbContours=function(){var self=this.ptr;return _emscripten_bind_MdGeChamfer_NbContours_0(self)};MdGeChamfer.prototype["Contour"]=MdGeChamfer.prototype.Contour=function(E){var self=this.ptr;if(E&&typeof E==="object")E=E.ptr;return _emscripten_bind_MdGeChamfer_Contour_1(self,E)};MdGeChamfer.prototype["NbEdges"]=MdGeChamfer.prototype.NbEdges=function(I){var self=this.ptr;if(I&&typeof I==="object")I=I.ptr;return _emscripten_bind_MdGeChamfer_NbEdges_1(self,I)};MdGeChamfer.prototype["Edge"]=MdGeChamfer.prototype.Edge=function(I,J){var self=this.ptr;if(I&&typeof I==="object")I=I.ptr;if(J&&typeof J==="object")J=J.ptr;return wrapPointer(_emscripten_bind_MdGeChamfer_Edge_2(self,I,J),MdGeEdge)};MdGeChamfer.prototype["Remove"]=MdGeChamfer.prototype.Remove=function(E){var self=this.ptr;if(E&&typeof E==="object")E=E.ptr;_emscripten_bind_MdGeChamfer_Remove_1(self,E)};MdGeChamfer.prototype["Length"]=MdGeChamfer.prototype.Length=function(IC){var self=this.ptr;if(IC&&typeof IC==="object")IC=IC.ptr;return _emscripten_bind_MdGeChamfer_Length_1(self,IC)};MdGeChamfer.prototype["FirstVertex"]=MdGeChamfer.prototype.FirstVertex=function(IC){var self=this.ptr;if(IC&&typeof IC==="object")IC=IC.ptr;return wrapPointer(_emscripten_bind_MdGeChamfer_FirstVertex_1(self,IC),MdGeVertex)};MdGeChamfer.prototype["LastVertex"]=MdGeChamfer.prototype.LastVertex=function(IC){var self=this.ptr;if(IC&&typeof IC==="object")IC=IC.ptr;return wrapPointer(_emscripten_bind_MdGeChamfer_LastVertex_1(self,IC),MdGeVertex)};MdGeChamfer.prototype["Abscissa"]=MdGeChamfer.prototype.Abscissa=function(IC,V){var self=this.ptr;if(IC&&typeof IC==="object")IC=IC.ptr;if(V&&typeof V==="object")V=V.ptr;return _emscripten_bind_MdGeChamfer_Abscissa_2(self,IC,V)};MdGeChamfer.prototype["RelativeAbscissa"]=MdGeChamfer.prototype.RelativeAbscissa=function(IC,V){var self=this.ptr;if(IC&&typeof IC==="object")IC=IC.ptr;if(V&&typeof V==="object")V=V.ptr;return _emscripten_bind_MdGeChamfer_RelativeAbscissa_2(self,IC,V)};MdGeChamfer.prototype["ClosedAndTangent"]=MdGeChamfer.prototype.ClosedAndTangent=function(IC){var self=this.ptr;if(IC&&typeof IC==="object")IC=IC.ptr;return!!_emscripten_bind_MdGeChamfer_ClosedAndTangent_1(self,IC)};MdGeChamfer.prototype["Closed"]=MdGeChamfer.prototype.Closed=function(IC){var self=this.ptr;if(IC&&typeof IC==="object")IC=IC.ptr;return!!_emscripten_bind_MdGeChamfer_Closed_1(self,IC)};MdGeChamfer.prototype["Reset"]=MdGeChamfer.prototype.Reset=function(){var self=this.ptr;_emscripten_bind_MdGeChamfer_Reset_0(self)};MdGeChamfer.prototype["Simulate"]=MdGeChamfer.prototype.Simulate=function(IC){var self=this.ptr;if(IC&&typeof IC==="object")IC=IC.ptr;_emscripten_bind_MdGeChamfer_Simulate_1(self,IC)};MdGeChamfer.prototype["NbSurf"]=MdGeChamfer.prototype.NbSurf=function(IC){var self=this.ptr;if(IC&&typeof IC==="object")IC=IC.ptr;return _emscripten_bind_MdGeChamfer_NbSurf_1(self,IC)};MdGeChamfer.prototype["Shape"]=MdGeChamfer.prototype.Shape=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeChamfer_Shape_0(self),MdGeShape)};MdGeChamfer.prototype["__destroy__"]=MdGeChamfer.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_MdGeChamfer___destroy___0(self)};function MdGeEllipse(theA2,theMajorRadius,theMinorRadius){if(theA2&&typeof theA2==="object")theA2=theA2.ptr;if(theMajorRadius&&typeof theMajorRadius==="object")theMajorRadius=theMajorRadius.ptr;if(theMinorRadius&&typeof theMinorRadius==="object")theMinorRadius=theMinorRadius.ptr;if(theA2===undefined){this.ptr=_emscripten_bind_MdGeEllipse_MdGeEllipse_0();getCache(MdGeEllipse)[this.ptr]=this;return}if(theMajorRadius===undefined){this.ptr=_emscripten_bind_MdGeEllipse_MdGeEllipse_1(theA2);getCache(MdGeEllipse)[this.ptr]=this;return}if(theMinorRadius===undefined){this.ptr=_emscripten_bind_MdGeEllipse_MdGeEllipse_2(theA2,theMajorRadius);getCache(MdGeEllipse)[this.ptr]=this;return}this.ptr=_emscripten_bind_MdGeEllipse_MdGeEllipse_3(theA2,theMajorRadius,theMinorRadius);getCache(MdGeEllipse)[this.ptr]=this}MdGeEllipse.prototype=Object.create(Mx3dBaseObject.prototype);MdGeEllipse.prototype.constructor=MdGeEllipse;MdGeEllipse.prototype.__class__=MdGeEllipse;MdGeEllipse.__cache__={};Module["MdGeEllipse"]=MdGeEllipse;MdGeEllipse.prototype["SetAxis"]=MdGeEllipse.prototype.SetAxis=function(theA1){var self=this.ptr;if(theA1&&typeof theA1==="object")theA1=theA1.ptr;_emscripten_bind_MdGeEllipse_SetAxis_1(self,theA1)};MdGeEllipse.prototype["SetLocation"]=MdGeEllipse.prototype.SetLocation=function(theP){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;_emscripten_bind_MdGeEllipse_SetLocation_1(self,theP)};MdGeEllipse.prototype["SetMajorRadius"]=MdGeEllipse.prototype.SetMajorRadius=function(theMajorRadius){var self=this.ptr;if(theMajorRadius&&typeof theMajorRadius==="object")theMajorRadius=theMajorRadius.ptr;_emscripten_bind_MdGeEllipse_SetMajorRadius_1(self,theMajorRadius)};MdGeEllipse.prototype["SetMinorRadius"]=MdGeEllipse.prototype.SetMinorRadius=function(theMinorRadius){var self=this.ptr;if(theMinorRadius&&typeof theMinorRadius==="object")theMinorRadius=theMinorRadius.ptr;_emscripten_bind_MdGeEllipse_SetMinorRadius_1(self,theMinorRadius)};MdGeEllipse.prototype["SetPosition"]=MdGeEllipse.prototype.SetPosition=function(theA2){var self=this.ptr;if(theA2&&typeof theA2==="object")theA2=theA2.ptr;_emscripten_bind_MdGeEllipse_SetPosition_1(self,theA2)};MdGeEllipse.prototype["Area"]=MdGeEllipse.prototype.Area=function(){var self=this.ptr;return _emscripten_bind_MdGeEllipse_Area_0(self)};MdGeEllipse.prototype["Axis"]=MdGeEllipse.prototype.Axis=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeEllipse_Axis_0(self),MdGeAxis)};MdGeEllipse.prototype["Directrix1"]=MdGeEllipse.prototype.Directrix1=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeEllipse_Directrix1_0(self),MdGeAxis)};MdGeEllipse.prototype["Directrix2"]=MdGeEllipse.prototype.Directrix2=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeEllipse_Directrix2_0(self),MdGeAxis)};MdGeEllipse.prototype["Eccentricity"]=MdGeEllipse.prototype.Eccentricity=function(){var self=this.ptr;return _emscripten_bind_MdGeEllipse_Eccentricity_0(self)};MdGeEllipse.prototype["Focal"]=MdGeEllipse.prototype.Focal=function(){var self=this.ptr;return _emscripten_bind_MdGeEllipse_Focal_0(self)};MdGeEllipse.prototype["Focus1"]=MdGeEllipse.prototype.Focus1=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeEllipse_Focus1_0(self),MdGePoint)};MdGeEllipse.prototype["Focus2"]=MdGeEllipse.prototype.Focus2=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeEllipse_Focus2_0(self),MdGePoint)};MdGeEllipse.prototype["Location"]=MdGeEllipse.prototype.Location=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeEllipse_Location_0(self),MdGePoint)};MdGeEllipse.prototype["MajorRadius"]=MdGeEllipse.prototype.MajorRadius=function(){var self=this.ptr;return _emscripten_bind_MdGeEllipse_MajorRadius_0(self)};MdGeEllipse.prototype["MinorRadius"]=MdGeEllipse.prototype.MinorRadius=function(){var self=this.ptr;return _emscripten_bind_MdGeEllipse_MinorRadius_0(self)};MdGeEllipse.prototype["Parameter"]=MdGeEllipse.prototype.Parameter=function(){var self=this.ptr;return _emscripten_bind_MdGeEllipse_Parameter_0(self)};MdGeEllipse.prototype["Position"]=MdGeEllipse.prototype.Position=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeEllipse_Position_0(self),MdGeCSYSR)};MdGeEllipse.prototype["XAxis"]=MdGeEllipse.prototype.XAxis=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeEllipse_XAxis_0(self),MdGeAxis)};MdGeEllipse.prototype["YAxis"]=MdGeEllipse.prototype.YAxis=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeEllipse_YAxis_0(self),MdGeAxis)};MdGeEllipse.prototype["MirrorByPoint"]=MdGeEllipse.prototype.MirrorByPoint=function(theP){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;_emscripten_bind_MdGeEllipse_MirrorByPoint_1(self,theP)};MdGeEllipse.prototype["MirroredByPoint"]=MdGeEllipse.prototype.MirroredByPoint=function(theP){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;return wrapPointer(_emscripten_bind_MdGeEllipse_MirroredByPoint_1(self,theP),MdGeEllipse)};MdGeEllipse.prototype["MirrorByAxis"]=MdGeEllipse.prototype.MirrorByAxis=function(theA1){var self=this.ptr;if(theA1&&typeof theA1==="object")theA1=theA1.ptr;_emscripten_bind_MdGeEllipse_MirrorByAxis_1(self,theA1)};MdGeEllipse.prototype["MirroredByAxis"]=MdGeEllipse.prototype.MirroredByAxis=function(theA1){var self=this.ptr;if(theA1&&typeof theA1==="object")theA1=theA1.ptr;return wrapPointer(_emscripten_bind_MdGeEllipse_MirroredByAxis_1(self,theA1),MdGeEllipse)};MdGeEllipse.prototype["MirrorByCSYSR"]=MdGeEllipse.prototype.MirrorByCSYSR=function(theA2){var self=this.ptr;if(theA2&&typeof theA2==="object")theA2=theA2.ptr;_emscripten_bind_MdGeEllipse_MirrorByCSYSR_1(self,theA2)};MdGeEllipse.prototype["MirroredByCSYSR"]=MdGeEllipse.prototype.MirroredByCSYSR=function(theA2){var self=this.ptr;if(theA2&&typeof theA2==="object")theA2=theA2.ptr;return wrapPointer(_emscripten_bind_MdGeEllipse_MirroredByCSYSR_1(self,theA2),MdGeEllipse)};MdGeEllipse.prototype["Rotate"]=MdGeEllipse.prototype.Rotate=function(theA1,theAng){var self=this.ptr;if(theA1&&typeof theA1==="object")theA1=theA1.ptr;if(theAng&&typeof theAng==="object")theAng=theAng.ptr;_emscripten_bind_MdGeEllipse_Rotate_2(self,theA1,theAng)};MdGeEllipse.prototype["Rotated"]=MdGeEllipse.prototype.Rotated=function(theA1,theAng){var self=this.ptr;if(theA1&&typeof theA1==="object")theA1=theA1.ptr;if(theAng&&typeof theAng==="object")theAng=theAng.ptr;return wrapPointer(_emscripten_bind_MdGeEllipse_Rotated_2(self,theA1,theAng),MdGeEllipse)};MdGeEllipse.prototype["Scale"]=MdGeEllipse.prototype.Scale=function(theP,theS){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;if(theS&&typeof theS==="object")theS=theS.ptr;_emscripten_bind_MdGeEllipse_Scale_2(self,theP,theS)};MdGeEllipse.prototype["Scaled"]=MdGeEllipse.prototype.Scaled=function(theP,theS){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;if(theS&&typeof theS==="object")theS=theS.ptr;return wrapPointer(_emscripten_bind_MdGeEllipse_Scaled_2(self,theP,theS),MdGeEllipse)};MdGeEllipse.prototype["Transform"]=MdGeEllipse.prototype.Transform=function(theT){var self=this.ptr;if(theT&&typeof theT==="object")theT=theT.ptr;_emscripten_bind_MdGeEllipse_Transform_1(self,theT)};MdGeEllipse.prototype["Transformed"]=MdGeEllipse.prototype.Transformed=function(theT){var self=this.ptr;if(theT&&typeof theT==="object")theT=theT.ptr;return wrapPointer(_emscripten_bind_MdGeEllipse_Transformed_1(self,theT),MdGeEllipse)};MdGeEllipse.prototype["Translate"]=MdGeEllipse.prototype.Translate=function(theP1,theP2){var self=this.ptr;if(theP1&&typeof theP1==="object")theP1=theP1.ptr;if(theP2&&typeof theP2==="object")theP2=theP2.ptr;if(theP2===undefined){_emscripten_bind_MdGeEllipse_Translate_1(self,theP1);return}_emscripten_bind_MdGeEllipse_Translate_2(self,theP1,theP2)};MdGeEllipse.prototype["Translated"]=MdGeEllipse.prototype.Translated=function(theP1,theP2){var self=this.ptr;if(theP1&&typeof theP1==="object")theP1=theP1.ptr;if(theP2&&typeof theP2==="object")theP2=theP2.ptr;if(theP2===undefined){return wrapPointer(_emscripten_bind_MdGeEllipse_Translated_1(self,theP1),MdGeEllipse)}return wrapPointer(_emscripten_bind_MdGeEllipse_Translated_2(self,theP1,theP2),MdGeEllipse)};MdGeEllipse.prototype["Shape"]=MdGeEllipse.prototype.Shape=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeEllipse_Shape_0(self),MdGeShape)};MdGeEllipse.prototype["Wire"]=MdGeEllipse.prototype.Wire=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeEllipse_Wire_0(self),MdGeWire)};MdGeEllipse.prototype["Edge"]=MdGeEllipse.prototype.Edge=function(p1,p2){var self=this.ptr;if(p1&&typeof p1==="object")p1=p1.ptr;if(p2&&typeof p2==="object")p2=p2.ptr;if(p1===undefined){return wrapPointer(_emscripten_bind_MdGeEllipse_Edge_0(self),MdGeEdge)}if(p2===undefined){return wrapPointer(_emscripten_bind_MdGeEllipse_Edge_1(self,p1),MdGeEdge)}return wrapPointer(_emscripten_bind_MdGeEllipse_Edge_2(self,p1,p2),MdGeEdge)};MdGeEllipse.prototype["__destroy__"]=MdGeEllipse.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_MdGeEllipse___destroy___0(self)};function MdGePipe(Spine,Profile,aMode,ForceApproxC1){if(Spine&&typeof Spine==="object")Spine=Spine.ptr;if(Profile&&typeof Profile==="object")Profile=Profile.ptr;if(aMode&&typeof aMode==="object")aMode=aMode.ptr;if(ForceApproxC1&&typeof ForceApproxC1==="object")ForceApproxC1=ForceApproxC1.ptr;if(Profile===undefined){this.ptr=_emscripten_bind_MdGePipe_MdGePipe_1(Spine);getCache(MdGePipe)[this.ptr]=this;return}if(aMode===undefined){this.ptr=_emscripten_bind_MdGePipe_MdGePipe_2(Spine,Profile);getCache(MdGePipe)[this.ptr]=this;return}if(ForceApproxC1===undefined){this.ptr=_emscripten_bind_MdGePipe_MdGePipe_3(Spine,Profile,aMode);getCache(MdGePipe)[this.ptr]=this;return}this.ptr=_emscripten_bind_MdGePipe_MdGePipe_4(Spine,Profile,aMode,ForceApproxC1);getCache(MdGePipe)[this.ptr]=this}MdGePipe.prototype=Object.create(Mx3dBaseObject.prototype);MdGePipe.prototype.constructor=MdGePipe;MdGePipe.prototype.__class__=MdGePipe;MdGePipe.__cache__={};Module["MdGePipe"]=MdGePipe;MdGePipe.prototype["FirstShape"]=MdGePipe.prototype.FirstShape=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGePipe_FirstShape_0(self),MdGeShape)};MdGePipe.prototype["LastShape"]=MdGePipe.prototype.LastShape=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGePipe_LastShape_0(self),MdGeShape)};MdGePipe.prototype["Generated"]=MdGePipe.prototype.Generated=function(SSpine,SProfile){var self=this.ptr;if(SSpine&&typeof SSpine==="object")SSpine=SSpine.ptr;if(SProfile&&typeof SProfile==="object")SProfile=SProfile.ptr;return wrapPointer(_emscripten_bind_MdGePipe_Generated_2(self,SSpine,SProfile),MdGeShape)};MdGePipe.prototype["ErrorOnSurface"]=MdGePipe.prototype.ErrorOnSurface=function(){var self=this.ptr;return _emscripten_bind_MdGePipe_ErrorOnSurface_0(self)};MdGePipe.prototype["Shape"]=MdGePipe.prototype.Shape=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGePipe_Shape_0(self),MdGeShape)};MdGePipe.prototype["__destroy__"]=MdGePipe.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_MdGePipe___destroy___0(self)};function MdGePrism(S,V,Copy,Canonize){if(S&&typeof S==="object")S=S.ptr;if(V&&typeof V==="object")V=V.ptr;if(Copy&&typeof Copy==="object")Copy=Copy.ptr;if(Canonize&&typeof Canonize==="object")Canonize=Canonize.ptr;if(V===undefined){this.ptr=_emscripten_bind_MdGePrism_MdGePrism_1(S);getCache(MdGePrism)[this.ptr]=this;return}if(Copy===undefined){this.ptr=_emscripten_bind_MdGePrism_MdGePrism_2(S,V);getCache(MdGePrism)[this.ptr]=this;return}if(Canonize===undefined){this.ptr=_emscripten_bind_MdGePrism_MdGePrism_3(S,V,Copy);getCache(MdGePrism)[this.ptr]=this;return}this.ptr=_emscripten_bind_MdGePrism_MdGePrism_4(S,V,Copy,Canonize);getCache(MdGePrism)[this.ptr]=this}MdGePrism.prototype=Object.create(Mx3dBaseObject.prototype);MdGePrism.prototype.constructor=MdGePrism;MdGePrism.prototype.__class__=MdGePrism;MdGePrism.__cache__={};Module["MdGePrism"]=MdGePrism;MdGePrism.prototype["FirstShape"]=MdGePrism.prototype.FirstShape=function(theShape){var self=this.ptr;if(theShape&&typeof theShape==="object")theShape=theShape.ptr;if(theShape===undefined){return wrapPointer(_emscripten_bind_MdGePrism_FirstShape_0(self),MdGeShape)}return wrapPointer(_emscripten_bind_MdGePrism_FirstShape_1(self,theShape),MdGeShape)};MdGePrism.prototype["LastShape"]=MdGePrism.prototype.LastShape=function(theShape){var self=this.ptr;if(theShape&&typeof theShape==="object")theShape=theShape.ptr;if(theShape===undefined){return wrapPointer(_emscripten_bind_MdGePrism_LastShape_0(self),MdGeShape)}return wrapPointer(_emscripten_bind_MdGePrism_LastShape_1(self,theShape),MdGeShape)};MdGePrism.prototype["IsDeleted"]=MdGePrism.prototype.IsDeleted=function(S){var self=this.ptr;if(S&&typeof S==="object")S=S.ptr;return!!_emscripten_bind_MdGePrism_IsDeleted_1(self,S)};MdGePrism.prototype["Shape"]=MdGePrism.prototype.Shape=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGePrism_Shape_0(self),MdGeShape)};MdGePrism.prototype["__destroy__"]=MdGePrism.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_MdGePrism___destroy___0(self)};function MdGeTorus(theA3,theMajorRadius,theMinorRadius){if(theA3&&typeof theA3==="object")theA3=theA3.ptr;if(theMajorRadius&&typeof theMajorRadius==="object")theMajorRadius=theMajorRadius.ptr;if(theMinorRadius&&typeof theMinorRadius==="object")theMinorRadius=theMinorRadius.ptr;if(theA3===undefined){this.ptr=_emscripten_bind_MdGeTorus_MdGeTorus_0();getCache(MdGeTorus)[this.ptr]=this;return}if(theMajorRadius===undefined){this.ptr=_emscripten_bind_MdGeTorus_MdGeTorus_1(theA3);getCache(MdGeTorus)[this.ptr]=this;return}if(theMinorRadius===undefined){this.ptr=_emscripten_bind_MdGeTorus_MdGeTorus_2(theA3,theMajorRadius);getCache(MdGeTorus)[this.ptr]=this;return}this.ptr=_emscripten_bind_MdGeTorus_MdGeTorus_3(theA3,theMajorRadius,theMinorRadius);getCache(MdGeTorus)[this.ptr]=this}MdGeTorus.prototype=Object.create(Mx3dBaseObject.prototype);MdGeTorus.prototype.constructor=MdGeTorus;MdGeTorus.prototype.__class__=MdGeTorus;MdGeTorus.__cache__={};Module["MdGeTorus"]=MdGeTorus;MdGeTorus.prototype["SetAxis"]=MdGeTorus.prototype.SetAxis=function(theA1){var self=this.ptr;if(theA1&&typeof theA1==="object")theA1=theA1.ptr;_emscripten_bind_MdGeTorus_SetAxis_1(self,theA1)};MdGeTorus.prototype["SetLocation"]=MdGeTorus.prototype.SetLocation=function(theLoc){var self=this.ptr;if(theLoc&&typeof theLoc==="object")theLoc=theLoc.ptr;_emscripten_bind_MdGeTorus_SetLocation_1(self,theLoc)};MdGeTorus.prototype["SetMajorRadius"]=MdGeTorus.prototype.SetMajorRadius=function(theMajorRadius){var self=this.ptr;if(theMajorRadius&&typeof theMajorRadius==="object")theMajorRadius=theMajorRadius.ptr;_emscripten_bind_MdGeTorus_SetMajorRadius_1(self,theMajorRadius)};MdGeTorus.prototype["SetMinorRadius"]=MdGeTorus.prototype.SetMinorRadius=function(theMinorRadius){var self=this.ptr;if(theMinorRadius&&typeof theMinorRadius==="object")theMinorRadius=theMinorRadius.ptr;_emscripten_bind_MdGeTorus_SetMinorRadius_1(self,theMinorRadius)};MdGeTorus.prototype["SetPosition"]=MdGeTorus.prototype.SetPosition=function(theA3){var self=this.ptr;if(theA3&&typeof theA3==="object")theA3=theA3.ptr;_emscripten_bind_MdGeTorus_SetPosition_1(self,theA3)};MdGeTorus.prototype["Area"]=MdGeTorus.prototype.Area=function(){var self=this.ptr;return _emscripten_bind_MdGeTorus_Area_0(self)};MdGeTorus.prototype["UReverse"]=MdGeTorus.prototype.UReverse=function(){var self=this.ptr;_emscripten_bind_MdGeTorus_UReverse_0(self)};MdGeTorus.prototype["VReverse"]=MdGeTorus.prototype.VReverse=function(){var self=this.ptr;_emscripten_bind_MdGeTorus_VReverse_0(self)};MdGeTorus.prototype["Direct"]=MdGeTorus.prototype.Direct=function(){var self=this.ptr;return!!_emscripten_bind_MdGeTorus_Direct_0(self)};MdGeTorus.prototype["Axis"]=MdGeTorus.prototype.Axis=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeTorus_Axis_0(self),MdGeAxis)};MdGeTorus.prototype["Location"]=MdGeTorus.prototype.Location=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeTorus_Location_0(self),MdGePoint)};MdGeTorus.prototype["Position"]=MdGeTorus.prototype.Position=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeTorus_Position_0(self),MdGeCSYS)};MdGeTorus.prototype["MajorRadius"]=MdGeTorus.prototype.MajorRadius=function(){var self=this.ptr;return _emscripten_bind_MdGeTorus_MajorRadius_0(self)};MdGeTorus.prototype["MinorRadius"]=MdGeTorus.prototype.MinorRadius=function(){var self=this.ptr;return _emscripten_bind_MdGeTorus_MinorRadius_0(self)};MdGeTorus.prototype["Volume"]=MdGeTorus.prototype.Volume=function(){var self=this.ptr;return _emscripten_bind_MdGeTorus_Volume_0(self)};MdGeTorus.prototype["XAxis"]=MdGeTorus.prototype.XAxis=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeTorus_XAxis_0(self),MdGeAxis)};MdGeTorus.prototype["YAxis"]=MdGeTorus.prototype.YAxis=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeTorus_YAxis_0(self),MdGeAxis)};MdGeTorus.prototype["MirrorByPoint"]=MdGeTorus.prototype.MirrorByPoint=function(theP){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;_emscripten_bind_MdGeTorus_MirrorByPoint_1(self,theP)};MdGeTorus.prototype["MirroredByPoint"]=MdGeTorus.prototype.MirroredByPoint=function(theP){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;return wrapPointer(_emscripten_bind_MdGeTorus_MirroredByPoint_1(self,theP),MdGeTorus)};MdGeTorus.prototype["MirrorByAxis"]=MdGeTorus.prototype.MirrorByAxis=function(theA1){var self=this.ptr;if(theA1&&typeof theA1==="object")theA1=theA1.ptr;_emscripten_bind_MdGeTorus_MirrorByAxis_1(self,theA1)};MdGeTorus.prototype["MirroredByAxis"]=MdGeTorus.prototype.MirroredByAxis=function(theA1){var self=this.ptr;if(theA1&&typeof theA1==="object")theA1=theA1.ptr;return wrapPointer(_emscripten_bind_MdGeTorus_MirroredByAxis_1(self,theA1),MdGeTorus)};MdGeTorus.prototype["MirrorByCSYSR"]=MdGeTorus.prototype.MirrorByCSYSR=function(theA2){var self=this.ptr;if(theA2&&typeof theA2==="object")theA2=theA2.ptr;_emscripten_bind_MdGeTorus_MirrorByCSYSR_1(self,theA2)};MdGeTorus.prototype["MirroredByCSYSR"]=MdGeTorus.prototype.MirroredByCSYSR=function(theA2){var self=this.ptr;if(theA2&&typeof theA2==="object")theA2=theA2.ptr;return wrapPointer(_emscripten_bind_MdGeTorus_MirroredByCSYSR_1(self,theA2),MdGeTorus)};MdGeTorus.prototype["Rotate"]=MdGeTorus.prototype.Rotate=function(theA1,theAng){var self=this.ptr;if(theA1&&typeof theA1==="object")theA1=theA1.ptr;if(theAng&&typeof theAng==="object")theAng=theAng.ptr;_emscripten_bind_MdGeTorus_Rotate_2(self,theA1,theAng)};MdGeTorus.prototype["Rotated"]=MdGeTorus.prototype.Rotated=function(theA1,theAng){var self=this.ptr;if(theA1&&typeof theA1==="object")theA1=theA1.ptr;if(theAng&&typeof theAng==="object")theAng=theAng.ptr;return wrapPointer(_emscripten_bind_MdGeTorus_Rotated_2(self,theA1,theAng),MdGeTorus)};MdGeTorus.prototype["Scale"]=MdGeTorus.prototype.Scale=function(theP,theS){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;if(theS&&typeof theS==="object")theS=theS.ptr;_emscripten_bind_MdGeTorus_Scale_2(self,theP,theS)};MdGeTorus.prototype["Scaled"]=MdGeTorus.prototype.Scaled=function(theP,theS){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;if(theS&&typeof theS==="object")theS=theS.ptr;return wrapPointer(_emscripten_bind_MdGeTorus_Scaled_2(self,theP,theS),MdGeTorus)};MdGeTorus.prototype["Transform"]=MdGeTorus.prototype.Transform=function(theT){var self=this.ptr;if(theT&&typeof theT==="object")theT=theT.ptr;_emscripten_bind_MdGeTorus_Transform_1(self,theT)};MdGeTorus.prototype["Transformed"]=MdGeTorus.prototype.Transformed=function(theT){var self=this.ptr;if(theT&&typeof theT==="object")theT=theT.ptr;return wrapPointer(_emscripten_bind_MdGeTorus_Transformed_1(self,theT),MdGeTorus)};MdGeTorus.prototype["TranslateByVec"]=MdGeTorus.prototype.TranslateByVec=function(theV){var self=this.ptr;if(theV&&typeof theV==="object")theV=theV.ptr;_emscripten_bind_MdGeTorus_TranslateByVec_1(self,theV)};MdGeTorus.prototype["TranslatedByVec"]=MdGeTorus.prototype.TranslatedByVec=function(theV){var self=this.ptr;if(theV&&typeof theV==="object")theV=theV.ptr;return wrapPointer(_emscripten_bind_MdGeTorus_TranslatedByVec_1(self,theV),MdGeTorus)};MdGeTorus.prototype["TranslateBy2Points"]=MdGeTorus.prototype.TranslateBy2Points=function(theP1,theP2){var self=this.ptr;if(theP1&&typeof theP1==="object")theP1=theP1.ptr;if(theP2&&typeof theP2==="object")theP2=theP2.ptr;_emscripten_bind_MdGeTorus_TranslateBy2Points_2(self,theP1,theP2)};MdGeTorus.prototype["TranslatedBy2Points"]=MdGeTorus.prototype.TranslatedBy2Points=function(theP1,theP2){var self=this.ptr;if(theP1&&typeof theP1==="object")theP1=theP1.ptr;if(theP2&&typeof theP2==="object")theP2=theP2.ptr;return wrapPointer(_emscripten_bind_MdGeTorus_TranslatedBy2Points_2(self,theP1,theP2),MdGeTorus)};MdGeTorus.prototype["Face"]=MdGeTorus.prototype.Face=function(UMin,UMax,VMin,VMax){var self=this.ptr;if(UMin&&typeof UMin==="object")UMin=UMin.ptr;if(UMax&&typeof UMax==="object")UMax=UMax.ptr;if(VMin&&typeof VMin==="object")VMin=VMin.ptr;if(VMax&&typeof VMax==="object")VMax=VMax.ptr;if(UMin===undefined){return wrapPointer(_emscripten_bind_MdGeTorus_Face_0(self),MdGeFace)}if(UMax===undefined){return wrapPointer(_emscripten_bind_MdGeTorus_Face_1(self,UMin),MdGeFace)}if(VMin===undefined){return wrapPointer(_emscripten_bind_MdGeTorus_Face_2(self,UMin,UMax),MdGeFace)}if(VMax===undefined){return wrapPointer(_emscripten_bind_MdGeTorus_Face_3(self,UMin,UMax,VMin),MdGeFace)}return wrapPointer(_emscripten_bind_MdGeTorus_Face_4(self,UMin,UMax,VMin,VMax),MdGeFace)};MdGeTorus.prototype["Shape"]=MdGeTorus.prototype.Shape=function(angle1,angle2,angle){var self=this.ptr;if(angle1&&typeof angle1==="object")angle1=angle1.ptr;if(angle2&&typeof angle2==="object")angle2=angle2.ptr;if(angle&&typeof angle==="object")angle=angle.ptr;if(angle1===undefined){return wrapPointer(_emscripten_bind_MdGeTorus_Shape_0(self),MdGeShape)}if(angle2===undefined){return wrapPointer(_emscripten_bind_MdGeTorus_Shape_1(self,angle1),MdGeShape)}if(angle===undefined){return wrapPointer(_emscripten_bind_MdGeTorus_Shape_2(self,angle1,angle2),MdGeShape)}return wrapPointer(_emscripten_bind_MdGeTorus_Shape_3(self,angle1,angle2,angle),MdGeShape)};MdGeTorus.prototype["__destroy__"]=MdGeTorus.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_MdGeTorus___destroy___0(self)};function MdGeWedge(Axes,dx,dy,dz,xmin,zmin,xmax,zmax){if(Axes&&typeof Axes==="object")Axes=Axes.ptr;if(dx&&typeof dx==="object")dx=dx.ptr;if(dy&&typeof dy==="object")dy=dy.ptr;if(dz&&typeof dz==="object")dz=dz.ptr;if(xmin&&typeof xmin==="object")xmin=xmin.ptr;if(zmin&&typeof zmin==="object")zmin=zmin.ptr;if(xmax&&typeof xmax==="object")xmax=xmax.ptr;if(zmax&&typeof zmax==="object")zmax=zmax.ptr;if(dx===undefined){this.ptr=_emscripten_bind_MdGeWedge_MdGeWedge_1(Axes);getCache(MdGeWedge)[this.ptr]=this;return}if(dy===undefined){this.ptr=_emscripten_bind_MdGeWedge_MdGeWedge_2(Axes,dx);getCache(MdGeWedge)[this.ptr]=this;return}if(dz===undefined){this.ptr=_emscripten_bind_MdGeWedge_MdGeWedge_3(Axes,dx,dy);getCache(MdGeWedge)[this.ptr]=this;return}if(xmin===undefined){this.ptr=_emscripten_bind_MdGeWedge_MdGeWedge_4(Axes,dx,dy,dz);getCache(MdGeWedge)[this.ptr]=this;return}if(zmin===undefined){this.ptr=_emscripten_bind_MdGeWedge_MdGeWedge_5(Axes,dx,dy,dz,xmin);getCache(MdGeWedge)[this.ptr]=this;return}if(xmax===undefined){this.ptr=_emscripten_bind_MdGeWedge_MdGeWedge_6(Axes,dx,dy,dz,xmin,zmin);getCache(MdGeWedge)[this.ptr]=this;return}if(zmax===undefined){this.ptr=_emscripten_bind_MdGeWedge_MdGeWedge_7(Axes,dx,dy,dz,xmin,zmin,xmax);getCache(MdGeWedge)[this.ptr]=this;return}this.ptr=_emscripten_bind_MdGeWedge_MdGeWedge_8(Axes,dx,dy,dz,xmin,zmin,xmax,zmax);getCache(MdGeWedge)[this.ptr]=this}MdGeWedge.prototype=Object.create(Mx3dBaseObject.prototype);MdGeWedge.prototype.constructor=MdGeWedge;MdGeWedge.prototype.__class__=MdGeWedge;MdGeWedge.__cache__={};Module["MdGeWedge"]=MdGeWedge;MdGeWedge.prototype["Shell"]=MdGeWedge.prototype.Shell=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeWedge_Shell_0(self),MdGeShell)};MdGeWedge.prototype["Solid"]=MdGeWedge.prototype.Solid=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeWedge_Solid_0(self),MdGeSolid)};MdGeWedge.prototype["Shape"]=MdGeWedge.prototype.Shape=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeWedge_Shape_0(self),MdGeShape)};MdGeWedge.prototype["__destroy__"]=MdGeWedge.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_MdGeWedge___destroy___0(self)};function MdGeTransform(theShape,theTrsf,theCopyGeom,theCopyMesh){if(theShape&&typeof theShape==="object")theShape=theShape.ptr;if(theTrsf&&typeof theTrsf==="object")theTrsf=theTrsf.ptr;if(theCopyGeom&&typeof theCopyGeom==="object")theCopyGeom=theCopyGeom.ptr;if(theCopyMesh&&typeof theCopyMesh==="object")theCopyMesh=theCopyMesh.ptr;if(theTrsf===undefined){this.ptr=_emscripten_bind_MdGeTransform_MdGeTransform_1(theShape);getCache(MdGeTransform)[this.ptr]=this;return}if(theCopyGeom===undefined){this.ptr=_emscripten_bind_MdGeTransform_MdGeTransform_2(theShape,theTrsf);getCache(MdGeTransform)[this.ptr]=this;return}if(theCopyMesh===undefined){this.ptr=_emscripten_bind_MdGeTransform_MdGeTransform_3(theShape,theTrsf,theCopyGeom);getCache(MdGeTransform)[this.ptr]=this;return}this.ptr=_emscripten_bind_MdGeTransform_MdGeTransform_4(theShape,theTrsf,theCopyGeom,theCopyMesh);getCache(MdGeTransform)[this.ptr]=this}MdGeTransform.prototype=Object.create(Mx3dBaseObject.prototype);MdGeTransform.prototype.constructor=MdGeTransform;MdGeTransform.prototype.__class__=MdGeTransform;MdGeTransform.__cache__={};Module["MdGeTransform"]=MdGeTransform;MdGeTransform.prototype["Perform"]=MdGeTransform.prototype.Perform=function(theShape,theCopyGeom,theCopyMesh){var self=this.ptr;if(theShape&&typeof theShape==="object")theShape=theShape.ptr;if(theCopyGeom&&typeof theCopyGeom==="object")theCopyGeom=theCopyGeom.ptr;if(theCopyMesh&&typeof theCopyMesh==="object")theCopyMesh=theCopyMesh.ptr;if(theCopyGeom===undefined){_emscripten_bind_MdGeTransform_Perform_1(self,theShape);return}if(theCopyMesh===undefined){_emscripten_bind_MdGeTransform_Perform_2(self,theShape,theCopyGeom);return}_emscripten_bind_MdGeTransform_Perform_3(self,theShape,theCopyGeom,theCopyMesh)};MdGeTransform.prototype["ModifiedShape"]=MdGeTransform.prototype.ModifiedShape=function(S){var self=this.ptr;if(S&&typeof S==="object")S=S.ptr;return wrapPointer(_emscripten_bind_MdGeTransform_ModifiedShape_1(self,S),MdGeShape)};MdGeTransform.prototype["Shape"]=MdGeTransform.prototype.Shape=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeTransform_Shape_0(self),MdGeShape)};MdGeTransform.prototype["__destroy__"]=MdGeTransform.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_MdGeTransform___destroy___0(self)};function MdGeAngleDim(theFirstPoint,theSecondPoint,theThirdPoint){if(theFirstPoint&&typeof theFirstPoint==="object")theFirstPoint=theFirstPoint.ptr;if(theSecondPoint&&typeof theSecondPoint==="object")theSecondPoint=theSecondPoint.ptr;if(theThirdPoint&&typeof theThirdPoint==="object")theThirdPoint=theThirdPoint.ptr;if(theSecondPoint===undefined){this.ptr=_emscripten_bind_MdGeAngleDim_MdGeAngleDim_1(theFirstPoint);getCache(MdGeAngleDim)[this.ptr]=this;return}if(theThirdPoint===undefined){this.ptr=_emscripten_bind_MdGeAngleDim_MdGeAngleDim_2(theFirstPoint,theSecondPoint);getCache(MdGeAngleDim)[this.ptr]=this;return}this.ptr=_emscripten_bind_MdGeAngleDim_MdGeAngleDim_3(theFirstPoint,theSecondPoint,theThirdPoint);getCache(MdGeAngleDim)[this.ptr]=this}MdGeAngleDim.prototype=Object.create(Mx3dBaseObject.prototype);MdGeAngleDim.prototype.constructor=MdGeAngleDim;MdGeAngleDim.prototype.__class__=MdGeAngleDim;MdGeAngleDim.__cache__={};Module["MdGeAngleDim"]=MdGeAngleDim;MdGeAngleDim.prototype["FirstPoint"]=MdGeAngleDim.prototype.FirstPoint=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeAngleDim_FirstPoint_0(self),MdGePoint)};MdGeAngleDim.prototype["SecondPoint"]=MdGeAngleDim.prototype.SecondPoint=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeAngleDim_SecondPoint_0(self),MdGePoint)};MdGeAngleDim.prototype["CenterPoint"]=MdGeAngleDim.prototype.CenterPoint=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeAngleDim_CenterPoint_0(self),MdGePoint)};MdGeAngleDim.prototype["FirstShape"]=MdGeAngleDim.prototype.FirstShape=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeAngleDim_FirstShape_0(self),MdGeShape)};MdGeAngleDim.prototype["SecondShape"]=MdGeAngleDim.prototype.SecondShape=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeAngleDim_SecondShape_0(self),MdGeShape)};MdGeAngleDim.prototype["ThirdShape"]=MdGeAngleDim.prototype.ThirdShape=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeAngleDim_ThirdShape_0(self),MdGeShape)};MdGeAngleDim.prototype["SetMeasuredGeometry"]=MdGeAngleDim.prototype.SetMeasuredGeometry=function(theFirstPoint,theSecondPoint,theThridPoint){var self=this.ptr;if(theFirstPoint&&typeof theFirstPoint==="object")theFirstPoint=theFirstPoint.ptr;if(theSecondPoint&&typeof theSecondPoint==="object")theSecondPoint=theSecondPoint.ptr;if(theThridPoint&&typeof theThridPoint==="object")theThridPoint=theThridPoint.ptr;if(theSecondPoint===undefined){_emscripten_bind_MdGeAngleDim_SetMeasuredGeometry_1(self,theFirstPoint);return}if(theThridPoint===undefined){_emscripten_bind_MdGeAngleDim_SetMeasuredGeometry_2(self,theFirstPoint,theSecondPoint);return}_emscripten_bind_MdGeAngleDim_SetMeasuredGeometry_3(self,theFirstPoint,theSecondPoint,theThridPoint)};MdGeAngleDim.prototype["SetTextPosition"]=MdGeAngleDim.prototype.SetTextPosition=function(theTextPos){var self=this.ptr;if(theTextPos&&typeof theTextPos==="object")theTextPos=theTextPos.ptr;_emscripten_bind_MdGeAngleDim_SetTextPosition_1(self,theTextPos)};MdGeAngleDim.prototype["GetTextPosition"]=MdGeAngleDim.prototype.GetTextPosition=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeAngleDim_GetTextPosition_0(self),MdGePoint)};MdGeAngleDim.prototype["GetDisplayUnits"]=MdGeAngleDim.prototype.GetDisplayUnits=function(){var self=this.ptr;return UTF8ToString(_emscripten_bind_MdGeAngleDim_GetDisplayUnits_0(self))};MdGeAngleDim.prototype["GetModelUnits"]=MdGeAngleDim.prototype.GetModelUnits=function(){var self=this.ptr;return UTF8ToString(_emscripten_bind_MdGeAngleDim_GetModelUnits_0(self))};MdGeAngleDim.prototype["SetDisplayUnits"]=MdGeAngleDim.prototype.SetDisplayUnits=function(theUnits){var self=this.ptr;ensureCache.prepare();if(theUnits&&typeof theUnits==="object")theUnits=theUnits.ptr;else theUnits=ensureString(theUnits);_emscripten_bind_MdGeAngleDim_SetDisplayUnits_1(self,theUnits)};MdGeAngleDim.prototype["SetModelUnits"]=MdGeAngleDim.prototype.SetModelUnits=function(theUnits){var self=this.ptr;ensureCache.prepare();if(theUnits&&typeof theUnits==="object")theUnits=theUnits.ptr;else theUnits=ensureString(theUnits);_emscripten_bind_MdGeAngleDim_SetModelUnits_1(self,theUnits)};MdGeAngleDim.prototype["SetType"]=MdGeAngleDim.prototype.SetType=function(theType){var self=this.ptr;if(theType&&typeof theType==="object")theType=theType.ptr;_emscripten_bind_MdGeAngleDim_SetType_1(self,theType)};MdGeAngleDim.prototype["GetType"]=MdGeAngleDim.prototype.GetType=function(){var self=this.ptr;return _emscripten_bind_MdGeAngleDim_GetType_0(self)};MdGeAngleDim.prototype["SetArrowsVisibility"]=MdGeAngleDim.prototype.SetArrowsVisibility=function(theType){var self=this.ptr;if(theType&&typeof theType==="object")theType=theType.ptr;_emscripten_bind_MdGeAngleDim_SetArrowsVisibility_1(self,theType)};MdGeAngleDim.prototype["GetArrowsVisibility"]=MdGeAngleDim.prototype.GetArrowsVisibility=function(){var self=this.ptr;return _emscripten_bind_MdGeAngleDim_GetArrowsVisibility_0(self)};MdGeAngleDim.prototype["GetValue"]=MdGeAngleDim.prototype.GetValue=function(){var self=this.ptr;return _emscripten_bind_MdGeAngleDim_GetValue_0(self)};MdGeAngleDim.prototype["SetComputedValue"]=MdGeAngleDim.prototype.SetComputedValue=function(){var self=this.ptr;_emscripten_bind_MdGeAngleDim_SetComputedValue_0(self)};MdGeAngleDim.prototype["SetCustomValue"]=MdGeAngleDim.prototype.SetCustomValue=function(theValue){var self=this.ptr;if(theValue&&typeof theValue==="object")theValue=theValue.ptr;_emscripten_bind_MdGeAngleDim_SetCustomValue_1(self,theValue)};MdGeAngleDim.prototype["GetPlane"]=MdGeAngleDim.prototype.GetPlane=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeAngleDim_GetPlane_0(self),MdGePlane)};MdGeAngleDim.prototype["GetGeometryType"]=MdGeAngleDim.prototype.GetGeometryType=function(){var self=this.ptr;return _emscripten_bind_MdGeAngleDim_GetGeometryType_0(self)};MdGeAngleDim.prototype["SetCustomPlane"]=MdGeAngleDim.prototype.SetCustomPlane=function(thePlane){var self=this.ptr;if(thePlane&&typeof thePlane==="object")thePlane=thePlane.ptr;_emscripten_bind_MdGeAngleDim_SetCustomPlane_1(self,thePlane)};MdGeAngleDim.prototype["UnsetCustomPlane"]=MdGeAngleDim.prototype.UnsetCustomPlane=function(){var self=this.ptr;_emscripten_bind_MdGeAngleDim_UnsetCustomPlane_0(self)};MdGeAngleDim.prototype["IsTextPositionCustom"]=MdGeAngleDim.prototype.IsTextPositionCustom=function(){var self=this.ptr;return!!_emscripten_bind_MdGeAngleDim_IsTextPositionCustom_0(self)};MdGeAngleDim.prototype["DimensionAspect"]=MdGeAngleDim.prototype.DimensionAspect=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeAngleDim_DimensionAspect_0(self),MdGeDimAspect)};MdGeAngleDim.prototype["SetDimensionAspect"]=MdGeAngleDim.prototype.SetDimensionAspect=function(theDimensionAspect){var self=this.ptr;if(theDimensionAspect&&typeof theDimensionAspect==="object")theDimensionAspect=theDimensionAspect.ptr;_emscripten_bind_MdGeAngleDim_SetDimensionAspect_1(self,theDimensionAspect)};MdGeAngleDim.prototype["KindOfDimension"]=MdGeAngleDim.prototype.KindOfDimension=function(){var self=this.ptr;return _emscripten_bind_MdGeAngleDim_KindOfDimension_0(self)};MdGeAngleDim.prototype["AcceptDisplayMode"]=MdGeAngleDim.prototype.AcceptDisplayMode=function(theMode){var self=this.ptr;if(theMode&&typeof theMode==="object")theMode=theMode.ptr;return!!_emscripten_bind_MdGeAngleDim_AcceptDisplayMode_1(self,theMode)};MdGeAngleDim.prototype["UnsetFixedTextPosition"]=MdGeAngleDim.prototype.UnsetFixedTextPosition=function(){var self=this.ptr;_emscripten_bind_MdGeAngleDim_UnsetFixedTextPosition_0(self)};MdGeAngleDim.prototype["SelToleranceForText2d"]=MdGeAngleDim.prototype.SelToleranceForText2d=function(){var self=this.ptr;return _emscripten_bind_MdGeAngleDim_SelToleranceForText2d_0(self)};MdGeAngleDim.prototype["SetSelToleranceForText2d"]=MdGeAngleDim.prototype.SetSelToleranceForText2d=function(theTol){var self=this.ptr;if(theTol&&typeof theTol==="object")theTol=theTol.ptr;_emscripten_bind_MdGeAngleDim_SetSelToleranceForText2d_1(self,theTol)};MdGeAngleDim.prototype["GetFlyout"]=MdGeAngleDim.prototype.GetFlyout=function(){var self=this.ptr;return _emscripten_bind_MdGeAngleDim_GetFlyout_0(self)};MdGeAngleDim.prototype["SetFlyout"]=MdGeAngleDim.prototype.SetFlyout=function(theFlyout){var self=this.ptr;if(theFlyout&&typeof theFlyout==="object")theFlyout=theFlyout.ptr;_emscripten_bind_MdGeAngleDim_SetFlyout_1(self,theFlyout)};MdGeAngleDim.prototype["IsValid"]=MdGeAngleDim.prototype.IsValid=function(){var self=this.ptr;return!!_emscripten_bind_MdGeAngleDim_IsValid_0(self)};MdGeAngleDim.prototype["Display"]=MdGeAngleDim.prototype.Display=function(){var self=this.ptr;_emscripten_bind_MdGeAngleDim_Display_0(self)};MdGeAngleDim.prototype["__destroy__"]=MdGeAngleDim.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_MdGeAngleDim___destroy___0(self)};function MdGeArray1OfInteger(theLower,theUpper){if(theLower&&typeof theLower==="object")theLower=theLower.ptr;if(theUpper&&typeof theUpper==="object")theUpper=theUpper.ptr;if(theLower===undefined){this.ptr=_emscripten_bind_MdGeArray1OfInteger_MdGeArray1OfInteger_0();getCache(MdGeArray1OfInteger)[this.ptr]=this;return}if(theUpper===undefined){this.ptr=_emscripten_bind_MdGeArray1OfInteger_MdGeArray1OfInteger_1(theLower);getCache(MdGeArray1OfInteger)[this.ptr]=this;return}this.ptr=_emscripten_bind_MdGeArray1OfInteger_MdGeArray1OfInteger_2(theLower,theUpper);getCache(MdGeArray1OfInteger)[this.ptr]=this}MdGeArray1OfInteger.prototype=Object.create(Mx3dBaseObject.prototype);MdGeArray1OfInteger.prototype.constructor=MdGeArray1OfInteger;MdGeArray1OfInteger.prototype.__class__=MdGeArray1OfInteger;MdGeArray1OfInteger.__cache__={};Module["MdGeArray1OfInteger"]=MdGeArray1OfInteger;MdGeArray1OfInteger.prototype["Init"]=MdGeArray1OfInteger.prototype.Init=function(theInteger){var self=this.ptr;if(theInteger&&typeof theInteger==="object")theInteger=theInteger.ptr;_emscripten_bind_MdGeArray1OfInteger_Init_1(self,theInteger)};MdGeArray1OfInteger.prototype["Size"]=MdGeArray1OfInteger.prototype.Size=function(){var self=this.ptr;return _emscripten_bind_MdGeArray1OfInteger_Size_0(self)};MdGeArray1OfInteger.prototype["Length"]=MdGeArray1OfInteger.prototype.Length=function(){var self=this.ptr;return _emscripten_bind_MdGeArray1OfInteger_Length_0(self)};MdGeArray1OfInteger.prototype["IsEmpty"]=MdGeArray1OfInteger.prototype.IsEmpty=function(){var self=this.ptr;return!!_emscripten_bind_MdGeArray1OfInteger_IsEmpty_0(self)};MdGeArray1OfInteger.prototype["Lower"]=MdGeArray1OfInteger.prototype.Lower=function(){var self=this.ptr;return _emscripten_bind_MdGeArray1OfInteger_Lower_0(self)};MdGeArray1OfInteger.prototype["Upper"]=MdGeArray1OfInteger.prototype.Upper=function(){var self=this.ptr;return _emscripten_bind_MdGeArray1OfInteger_Upper_0(self)};MdGeArray1OfInteger.prototype["IsDeletable"]=MdGeArray1OfInteger.prototype.IsDeletable=function(){var self=this.ptr;return!!_emscripten_bind_MdGeArray1OfInteger_IsDeletable_0(self)};MdGeArray1OfInteger.prototype["IsAllocated"]=MdGeArray1OfInteger.prototype.IsAllocated=function(){var self=this.ptr;return!!_emscripten_bind_MdGeArray1OfInteger_IsAllocated_0(self)};MdGeArray1OfInteger.prototype["First"]=MdGeArray1OfInteger.prototype.First=function(){var self=this.ptr;return _emscripten_bind_MdGeArray1OfInteger_First_0(self)};MdGeArray1OfInteger.prototype["Last"]=MdGeArray1OfInteger.prototype.Last=function(){var self=this.ptr;return _emscripten_bind_MdGeArray1OfInteger_Last_0(self)};MdGeArray1OfInteger.prototype["Value"]=MdGeArray1OfInteger.prototype.Value=function(theIndex){var self=this.ptr;if(theIndex&&typeof theIndex==="object")theIndex=theIndex.ptr;return _emscripten_bind_MdGeArray1OfInteger_Value_1(self,theIndex)};MdGeArray1OfInteger.prototype["SetValue"]=MdGeArray1OfInteger.prototype.SetValue=function(theIndex,theInteger){var self=this.ptr;if(theIndex&&typeof theIndex==="object")theIndex=theIndex.ptr;if(theInteger&&typeof theInteger==="object")theInteger=theInteger.ptr;_emscripten_bind_MdGeArray1OfInteger_SetValue_2(self,theIndex,theInteger)};MdGeArray1OfInteger.prototype["Resize"]=MdGeArray1OfInteger.prototype.Resize=function(theLower,theUpper,theToCopyData){var self=this.ptr;if(theLower&&typeof theLower==="object")theLower=theLower.ptr;if(theUpper&&typeof theUpper==="object")theUpper=theUpper.ptr;if(theToCopyData&&typeof theToCopyData==="object")theToCopyData=theToCopyData.ptr;_emscripten_bind_MdGeArray1OfInteger_Resize_3(self,theLower,theUpper,theToCopyData)};MdGeArray1OfInteger.prototype["__destroy__"]=MdGeArray1OfInteger.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_MdGeArray1OfInteger___destroy___0(self)};function MdGeArray1OfPnt(theLower,theUpper){if(theLower&&typeof theLower==="object")theLower=theLower.ptr;if(theUpper&&typeof theUpper==="object")theUpper=theUpper.ptr;if(theLower===undefined){this.ptr=_emscripten_bind_MdGeArray1OfPnt_MdGeArray1OfPnt_0();getCache(MdGeArray1OfPnt)[this.ptr]=this;return}if(theUpper===undefined){this.ptr=_emscripten_bind_MdGeArray1OfPnt_MdGeArray1OfPnt_1(theLower);getCache(MdGeArray1OfPnt)[this.ptr]=this;return}this.ptr=_emscripten_bind_MdGeArray1OfPnt_MdGeArray1OfPnt_2(theLower,theUpper);getCache(MdGeArray1OfPnt)[this.ptr]=this}MdGeArray1OfPnt.prototype=Object.create(Mx3dBaseObject.prototype);MdGeArray1OfPnt.prototype.constructor=MdGeArray1OfPnt;MdGeArray1OfPnt.prototype.__class__=MdGeArray1OfPnt;MdGeArray1OfPnt.__cache__={};Module["MdGeArray1OfPnt"]=MdGeArray1OfPnt;MdGeArray1OfPnt.prototype["Init"]=MdGeArray1OfPnt.prototype.Init=function(thePnt){var self=this.ptr;if(thePnt&&typeof thePnt==="object")thePnt=thePnt.ptr;_emscripten_bind_MdGeArray1OfPnt_Init_1(self,thePnt)};MdGeArray1OfPnt.prototype["Size"]=MdGeArray1OfPnt.prototype.Size=function(){var self=this.ptr;return _emscripten_bind_MdGeArray1OfPnt_Size_0(self)};MdGeArray1OfPnt.prototype["Length"]=MdGeArray1OfPnt.prototype.Length=function(){var self=this.ptr;return _emscripten_bind_MdGeArray1OfPnt_Length_0(self)};MdGeArray1OfPnt.prototype["IsEmpty"]=MdGeArray1OfPnt.prototype.IsEmpty=function(){var self=this.ptr;return!!_emscripten_bind_MdGeArray1OfPnt_IsEmpty_0(self)};MdGeArray1OfPnt.prototype["Lower"]=MdGeArray1OfPnt.prototype.Lower=function(){var self=this.ptr;return _emscripten_bind_MdGeArray1OfPnt_Lower_0(self)};MdGeArray1OfPnt.prototype["Upper"]=MdGeArray1OfPnt.prototype.Upper=function(){var self=this.ptr;return _emscripten_bind_MdGeArray1OfPnt_Upper_0(self)};MdGeArray1OfPnt.prototype["IsDeletable"]=MdGeArray1OfPnt.prototype.IsDeletable=function(){var self=this.ptr;return!!_emscripten_bind_MdGeArray1OfPnt_IsDeletable_0(self)};MdGeArray1OfPnt.prototype["IsAllocated"]=MdGeArray1OfPnt.prototype.IsAllocated=function(){var self=this.ptr;return!!_emscripten_bind_MdGeArray1OfPnt_IsAllocated_0(self)};MdGeArray1OfPnt.prototype["First"]=MdGeArray1OfPnt.prototype.First=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeArray1OfPnt_First_0(self),MdGePoint)};MdGeArray1OfPnt.prototype["Last"]=MdGeArray1OfPnt.prototype.Last=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeArray1OfPnt_Last_0(self),MdGePoint)};MdGeArray1OfPnt.prototype["Value"]=MdGeArray1OfPnt.prototype.Value=function(theIndex){var self=this.ptr;if(theIndex&&typeof theIndex==="object")theIndex=theIndex.ptr;return wrapPointer(_emscripten_bind_MdGeArray1OfPnt_Value_1(self,theIndex),MdGePoint)};MdGeArray1OfPnt.prototype["SetValue"]=MdGeArray1OfPnt.prototype.SetValue=function(theIndex,thePnt){var self=this.ptr;if(theIndex&&typeof theIndex==="object")theIndex=theIndex.ptr;if(thePnt&&typeof thePnt==="object")thePnt=thePnt.ptr;_emscripten_bind_MdGeArray1OfPnt_SetValue_2(self,theIndex,thePnt)};MdGeArray1OfPnt.prototype["Resize"]=MdGeArray1OfPnt.prototype.Resize=function(theLower,theUpper,theToCopyData){var self=this.ptr;if(theLower&&typeof theLower==="object")theLower=theLower.ptr;if(theUpper&&typeof theUpper==="object")theUpper=theUpper.ptr;if(theToCopyData&&typeof theToCopyData==="object")theToCopyData=theToCopyData.ptr;_emscripten_bind_MdGeArray1OfPnt_Resize_3(self,theLower,theUpper,theToCopyData)};MdGeArray1OfPnt.prototype["__destroy__"]=MdGeArray1OfPnt.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_MdGeArray1OfPnt___destroy___0(self)};function MdGeArray1OfReal(theLower,theUpper){if(theLower&&typeof theLower==="object")theLower=theLower.ptr;if(theUpper&&typeof theUpper==="object")theUpper=theUpper.ptr;if(theLower===undefined){this.ptr=_emscripten_bind_MdGeArray1OfReal_MdGeArray1OfReal_0();getCache(MdGeArray1OfReal)[this.ptr]=this;return}if(theUpper===undefined){this.ptr=_emscripten_bind_MdGeArray1OfReal_MdGeArray1OfReal_1(theLower);getCache(MdGeArray1OfReal)[this.ptr]=this;return}this.ptr=_emscripten_bind_MdGeArray1OfReal_MdGeArray1OfReal_2(theLower,theUpper);getCache(MdGeArray1OfReal)[this.ptr]=this}MdGeArray1OfReal.prototype=Object.create(Mx3dBaseObject.prototype);MdGeArray1OfReal.prototype.constructor=MdGeArray1OfReal;MdGeArray1OfReal.prototype.__class__=MdGeArray1OfReal;MdGeArray1OfReal.__cache__={};Module["MdGeArray1OfReal"]=MdGeArray1OfReal;MdGeArray1OfReal.prototype["Init"]=MdGeArray1OfReal.prototype.Init=function(theReal){var self=this.ptr;if(theReal&&typeof theReal==="object")theReal=theReal.ptr;_emscripten_bind_MdGeArray1OfReal_Init_1(self,theReal)};MdGeArray1OfReal.prototype["Size"]=MdGeArray1OfReal.prototype.Size=function(){var self=this.ptr;return _emscripten_bind_MdGeArray1OfReal_Size_0(self)};MdGeArray1OfReal.prototype["Length"]=MdGeArray1OfReal.prototype.Length=function(){var self=this.ptr;return _emscripten_bind_MdGeArray1OfReal_Length_0(self)};MdGeArray1OfReal.prototype["IsEmpty"]=MdGeArray1OfReal.prototype.IsEmpty=function(){var self=this.ptr;return!!_emscripten_bind_MdGeArray1OfReal_IsEmpty_0(self)};MdGeArray1OfReal.prototype["Lower"]=MdGeArray1OfReal.prototype.Lower=function(){var self=this.ptr;return _emscripten_bind_MdGeArray1OfReal_Lower_0(self)};MdGeArray1OfReal.prototype["Upper"]=MdGeArray1OfReal.prototype.Upper=function(){var self=this.ptr;return _emscripten_bind_MdGeArray1OfReal_Upper_0(self)};MdGeArray1OfReal.prototype["IsDeletable"]=MdGeArray1OfReal.prototype.IsDeletable=function(){var self=this.ptr;return!!_emscripten_bind_MdGeArray1OfReal_IsDeletable_0(self)};MdGeArray1OfReal.prototype["IsAllocated"]=MdGeArray1OfReal.prototype.IsAllocated=function(){var self=this.ptr;return!!_emscripten_bind_MdGeArray1OfReal_IsAllocated_0(self)};MdGeArray1OfReal.prototype["First"]=MdGeArray1OfReal.prototype.First=function(){var self=this.ptr;return _emscripten_bind_MdGeArray1OfReal_First_0(self)};MdGeArray1OfReal.prototype["Last"]=MdGeArray1OfReal.prototype.Last=function(){var self=this.ptr;return _emscripten_bind_MdGeArray1OfReal_Last_0(self)};MdGeArray1OfReal.prototype["Value"]=MdGeArray1OfReal.prototype.Value=function(theIndex){var self=this.ptr;if(theIndex&&typeof theIndex==="object")theIndex=theIndex.ptr;return _emscripten_bind_MdGeArray1OfReal_Value_1(self,theIndex)};MdGeArray1OfReal.prototype["SetValue"]=MdGeArray1OfReal.prototype.SetValue=function(theIndex,theReal){var self=this.ptr;if(theIndex&&typeof theIndex==="object")theIndex=theIndex.ptr;if(theReal&&typeof theReal==="object")theReal=theReal.ptr;_emscripten_bind_MdGeArray1OfReal_SetValue_2(self,theIndex,theReal)};MdGeArray1OfReal.prototype["Resize"]=MdGeArray1OfReal.prototype.Resize=function(theLower,theUpper,theToCopyData){var self=this.ptr;if(theLower&&typeof theLower==="object")theLower=theLower.ptr;if(theUpper&&typeof theUpper==="object")theUpper=theUpper.ptr;if(theToCopyData&&typeof theToCopyData==="object")theToCopyData=theToCopyData.ptr;_emscripten_bind_MdGeArray1OfReal_Resize_3(self,theLower,theUpper,theToCopyData)};MdGeArray1OfReal.prototype["__destroy__"]=MdGeArray1OfReal.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_MdGeArray1OfReal___destroy___0(self)};function MdGeArray2OfPnt(theBegin,theRowLower,theRowUpper,theColLower,theColUpper){if(theBegin&&typeof theBegin==="object")theBegin=theBegin.ptr;if(theRowLower&&typeof theRowLower==="object")theRowLower=theRowLower.ptr;if(theRowUpper&&typeof theRowUpper==="object")theRowUpper=theRowUpper.ptr;if(theColLower&&typeof theColLower==="object")theColLower=theColLower.ptr;if(theColUpper&&typeof theColUpper==="object")theColUpper=theColUpper.ptr;if(theBegin===undefined){this.ptr=_emscripten_bind_MdGeArray2OfPnt_MdGeArray2OfPnt_0();getCache(MdGeArray2OfPnt)[this.ptr]=this;return}if(theRowLower===undefined){this.ptr=_emscripten_bind_MdGeArray2OfPnt_MdGeArray2OfPnt_1(theBegin);getCache(MdGeArray2OfPnt)[this.ptr]=this;return}if(theRowUpper===undefined){this.ptr=_emscripten_bind_MdGeArray2OfPnt_MdGeArray2OfPnt_2(theBegin,theRowLower);getCache(MdGeArray2OfPnt)[this.ptr]=this;return}if(theColLower===undefined){this.ptr=_emscripten_bind_MdGeArray2OfPnt_MdGeArray2OfPnt_3(theBegin,theRowLower,theRowUpper);getCache(MdGeArray2OfPnt)[this.ptr]=this;return}if(theColUpper===undefined){this.ptr=_emscripten_bind_MdGeArray2OfPnt_MdGeArray2OfPnt_4(theBegin,theRowLower,theRowUpper,theColLower);getCache(MdGeArray2OfPnt)[this.ptr]=this;return}this.ptr=_emscripten_bind_MdGeArray2OfPnt_MdGeArray2OfPnt_5(theBegin,theRowLower,theRowUpper,theColLower,theColUpper);getCache(MdGeArray2OfPnt)[this.ptr]=this}MdGeArray2OfPnt.prototype=Object.create(Mx3dBaseObject.prototype);MdGeArray2OfPnt.prototype.constructor=MdGeArray2OfPnt;MdGeArray2OfPnt.prototype.__class__=MdGeArray2OfPnt;MdGeArray2OfPnt.__cache__={};Module["MdGeArray2OfPnt"]=MdGeArray2OfPnt;MdGeArray2OfPnt.prototype["Init"]=MdGeArray2OfPnt.prototype.Init=function(thePoint){var self=this.ptr;if(thePoint&&typeof thePoint==="object")thePoint=thePoint.ptr;_emscripten_bind_MdGeArray2OfPnt_Init_1(self,thePoint)};MdGeArray2OfPnt.prototype["Size"]=MdGeArray2OfPnt.prototype.Size=function(){var self=this.ptr;return _emscripten_bind_MdGeArray2OfPnt_Size_0(self)};MdGeArray2OfPnt.prototype["Length"]=MdGeArray2OfPnt.prototype.Length=function(){var self=this.ptr;return _emscripten_bind_MdGeArray2OfPnt_Length_0(self)};MdGeArray2OfPnt.prototype["NbRows"]=MdGeArray2OfPnt.prototype.NbRows=function(){var self=this.ptr;return _emscripten_bind_MdGeArray2OfPnt_NbRows_0(self)};MdGeArray2OfPnt.prototype["NbColumns"]=MdGeArray2OfPnt.prototype.NbColumns=function(){var self=this.ptr;return _emscripten_bind_MdGeArray2OfPnt_NbColumns_0(self)};MdGeArray2OfPnt.prototype["RowLength"]=MdGeArray2OfPnt.prototype.RowLength=function(){var self=this.ptr;return _emscripten_bind_MdGeArray2OfPnt_RowLength_0(self)};MdGeArray2OfPnt.prototype["ColLength"]=MdGeArray2OfPnt.prototype.ColLength=function(){var self=this.ptr;return _emscripten_bind_MdGeArray2OfPnt_ColLength_0(self)};MdGeArray2OfPnt.prototype["LowerRow"]=MdGeArray2OfPnt.prototype.LowerRow=function(){var self=this.ptr;return _emscripten_bind_MdGeArray2OfPnt_LowerRow_0(self)};MdGeArray2OfPnt.prototype["UpperRow"]=MdGeArray2OfPnt.prototype.UpperRow=function(){var self=this.ptr;return _emscripten_bind_MdGeArray2OfPnt_UpperRow_0(self)};MdGeArray2OfPnt.prototype["LowerCol"]=MdGeArray2OfPnt.prototype.LowerCol=function(){var self=this.ptr;return _emscripten_bind_MdGeArray2OfPnt_LowerCol_0(self)};MdGeArray2OfPnt.prototype["UpperCol"]=MdGeArray2OfPnt.prototype.UpperCol=function(){var self=this.ptr;return _emscripten_bind_MdGeArray2OfPnt_UpperCol_0(self)};MdGeArray2OfPnt.prototype["IsDeletable"]=MdGeArray2OfPnt.prototype.IsDeletable=function(){var self=this.ptr;return!!_emscripten_bind_MdGeArray2OfPnt_IsDeletable_0(self)};MdGeArray2OfPnt.prototype["Value"]=MdGeArray2OfPnt.prototype.Value=function(theRow,theCol){var self=this.ptr;if(theRow&&typeof theRow==="object")theRow=theRow.ptr;if(theCol&&typeof theCol==="object")theCol=theCol.ptr;return wrapPointer(_emscripten_bind_MdGeArray2OfPnt_Value_2(self,theRow,theCol),MdGePoint)};MdGeArray2OfPnt.prototype["SetValue"]=MdGeArray2OfPnt.prototype.SetValue=function(theRow,theCol,thePoint){var self=this.ptr;if(theRow&&typeof theRow==="object")theRow=theRow.ptr;if(theCol&&typeof theCol==="object")theCol=theCol.ptr;if(thePoint&&typeof thePoint==="object")thePoint=thePoint.ptr;_emscripten_bind_MdGeArray2OfPnt_SetValue_3(self,theRow,theCol,thePoint)};MdGeArray2OfPnt.prototype["Resize"]=MdGeArray2OfPnt.prototype.Resize=function(theRowLower,theRowUpper,theColLower,theColUpper,theToCopyData){var self=this.ptr;if(theRowLower&&typeof theRowLower==="object")theRowLower=theRowLower.ptr;if(theRowUpper&&typeof theRowUpper==="object")theRowUpper=theRowUpper.ptr;if(theColLower&&typeof theColLower==="object")theColLower=theColLower.ptr;if(theColUpper&&typeof theColUpper==="object")theColUpper=theColUpper.ptr;if(theToCopyData&&typeof theToCopyData==="object")theToCopyData=theToCopyData.ptr;_emscripten_bind_MdGeArray2OfPnt_Resize_5(self,theRowLower,theRowUpper,theColLower,theColUpper,theToCopyData)};MdGeArray2OfPnt.prototype["__destroy__"]=MdGeArray2OfPnt.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_MdGeArray2OfPnt___destroy___0(self)};function MdGeArray2OfReal(theBegin,theRowLower,theRowUpper,theColLower,theColUpper){if(theBegin&&typeof theBegin==="object")theBegin=theBegin.ptr;if(theRowLower&&typeof theRowLower==="object")theRowLower=theRowLower.ptr;if(theRowUpper&&typeof theRowUpper==="object")theRowUpper=theRowUpper.ptr;if(theColLower&&typeof theColLower==="object")theColLower=theColLower.ptr;if(theColUpper&&typeof theColUpper==="object")theColUpper=theColUpper.ptr;if(theBegin===undefined){this.ptr=_emscripten_bind_MdGeArray2OfReal_MdGeArray2OfReal_0();getCache(MdGeArray2OfReal)[this.ptr]=this;return}if(theRowLower===undefined){this.ptr=_emscripten_bind_MdGeArray2OfReal_MdGeArray2OfReal_1(theBegin);getCache(MdGeArray2OfReal)[this.ptr]=this;return}if(theRowUpper===undefined){this.ptr=_emscripten_bind_MdGeArray2OfReal_MdGeArray2OfReal_2(theBegin,theRowLower);getCache(MdGeArray2OfReal)[this.ptr]=this;return}if(theColLower===undefined){this.ptr=_emscripten_bind_MdGeArray2OfReal_MdGeArray2OfReal_3(theBegin,theRowLower,theRowUpper);getCache(MdGeArray2OfReal)[this.ptr]=this;return}if(theColUpper===undefined){this.ptr=_emscripten_bind_MdGeArray2OfReal_MdGeArray2OfReal_4(theBegin,theRowLower,theRowUpper,theColLower);getCache(MdGeArray2OfReal)[this.ptr]=this;return}this.ptr=_emscripten_bind_MdGeArray2OfReal_MdGeArray2OfReal_5(theBegin,theRowLower,theRowUpper,theColLower,theColUpper);getCache(MdGeArray2OfReal)[this.ptr]=this}MdGeArray2OfReal.prototype=Object.create(Mx3dBaseObject.prototype);MdGeArray2OfReal.prototype.constructor=MdGeArray2OfReal;MdGeArray2OfReal.prototype.__class__=MdGeArray2OfReal;MdGeArray2OfReal.__cache__={};Module["MdGeArray2OfReal"]=MdGeArray2OfReal;MdGeArray2OfReal.prototype["Init"]=MdGeArray2OfReal.prototype.Init=function(theReal){var self=this.ptr;if(theReal&&typeof theReal==="object")theReal=theReal.ptr;_emscripten_bind_MdGeArray2OfReal_Init_1(self,theReal)};MdGeArray2OfReal.prototype["Size"]=MdGeArray2OfReal.prototype.Size=function(){var self=this.ptr;return _emscripten_bind_MdGeArray2OfReal_Size_0(self)};MdGeArray2OfReal.prototype["Length"]=MdGeArray2OfReal.prototype.Length=function(){var self=this.ptr;return _emscripten_bind_MdGeArray2OfReal_Length_0(self)};MdGeArray2OfReal.prototype["NbRows"]=MdGeArray2OfReal.prototype.NbRows=function(){var self=this.ptr;return _emscripten_bind_MdGeArray2OfReal_NbRows_0(self)};MdGeArray2OfReal.prototype["NbColumns"]=MdGeArray2OfReal.prototype.NbColumns=function(){var self=this.ptr;return _emscripten_bind_MdGeArray2OfReal_NbColumns_0(self)};MdGeArray2OfReal.prototype["RowLength"]=MdGeArray2OfReal.prototype.RowLength=function(){var self=this.ptr;return _emscripten_bind_MdGeArray2OfReal_RowLength_0(self)};MdGeArray2OfReal.prototype["ColLength"]=MdGeArray2OfReal.prototype.ColLength=function(){var self=this.ptr;return _emscripten_bind_MdGeArray2OfReal_ColLength_0(self)};MdGeArray2OfReal.prototype["LowerRow"]=MdGeArray2OfReal.prototype.LowerRow=function(){var self=this.ptr;return _emscripten_bind_MdGeArray2OfReal_LowerRow_0(self)};MdGeArray2OfReal.prototype["UpperRow"]=MdGeArray2OfReal.prototype.UpperRow=function(){var self=this.ptr;return _emscripten_bind_MdGeArray2OfReal_UpperRow_0(self)};MdGeArray2OfReal.prototype["LowerCol"]=MdGeArray2OfReal.prototype.LowerCol=function(){var self=this.ptr;return _emscripten_bind_MdGeArray2OfReal_LowerCol_0(self)};MdGeArray2OfReal.prototype["UpperCol"]=MdGeArray2OfReal.prototype.UpperCol=function(){var self=this.ptr;return _emscripten_bind_MdGeArray2OfReal_UpperCol_0(self)};MdGeArray2OfReal.prototype["IsDeletable"]=MdGeArray2OfReal.prototype.IsDeletable=function(){var self=this.ptr;return!!_emscripten_bind_MdGeArray2OfReal_IsDeletable_0(self)};MdGeArray2OfReal.prototype["Value"]=MdGeArray2OfReal.prototype.Value=function(theRow,theCol){var self=this.ptr;if(theRow&&typeof theRow==="object")theRow=theRow.ptr;if(theCol&&typeof theCol==="object")theCol=theCol.ptr;return _emscripten_bind_MdGeArray2OfReal_Value_2(self,theRow,theCol)};MdGeArray2OfReal.prototype["SetValue"]=MdGeArray2OfReal.prototype.SetValue=function(theRow,theCol,theReal){var self=this.ptr;if(theRow&&typeof theRow==="object")theRow=theRow.ptr;if(theCol&&typeof theCol==="object")theCol=theCol.ptr;if(theReal&&typeof theReal==="object")theReal=theReal.ptr;_emscripten_bind_MdGeArray2OfReal_SetValue_3(self,theRow,theCol,theReal)};MdGeArray2OfReal.prototype["Resize"]=MdGeArray2OfReal.prototype.Resize=function(theRowLower,theRowUpper,theColLower,theColUpper,theToCopyData){var self=this.ptr;if(theRowLower&&typeof theRowLower==="object")theRowLower=theRowLower.ptr;if(theRowUpper&&typeof theRowUpper==="object")theRowUpper=theRowUpper.ptr;if(theColLower&&typeof theColLower==="object")theColLower=theColLower.ptr;if(theColUpper&&typeof theColUpper==="object")theColUpper=theColUpper.ptr;if(theToCopyData&&typeof theToCopyData==="object")theToCopyData=theToCopyData.ptr;_emscripten_bind_MdGeArray2OfReal_Resize_5(self,theRowLower,theRowUpper,theColLower,theColUpper,theToCopyData)};MdGeArray2OfReal.prototype["__destroy__"]=MdGeArray2OfReal.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_MdGeArray2OfReal___destroy___0(self)};function MdGeBezierCurve(CurvePoles,PoleWeights){if(CurvePoles&&typeof CurvePoles==="object")CurvePoles=CurvePoles.ptr;if(PoleWeights&&typeof PoleWeights==="object")PoleWeights=PoleWeights.ptr;if(PoleWeights===undefined){this.ptr=_emscripten_bind_MdGeBezierCurve_MdGeBezierCurve_1(CurvePoles);getCache(MdGeBezierCurve)[this.ptr]=this;return}this.ptr=_emscripten_bind_MdGeBezierCurve_MdGeBezierCurve_2(CurvePoles,PoleWeights);getCache(MdGeBezierCurve)[this.ptr]=this}MdGeBezierCurve.prototype=Object.create(Mx3dBaseObject.prototype);MdGeBezierCurve.prototype.constructor=MdGeBezierCurve;MdGeBezierCurve.prototype.__class__=MdGeBezierCurve;MdGeBezierCurve.__cache__={};Module["MdGeBezierCurve"]=MdGeBezierCurve;MdGeBezierCurve.prototype["Increase"]=MdGeBezierCurve.prototype.Increase=function(Degree){var self=this.ptr;if(Degree&&typeof Degree==="object")Degree=Degree.ptr;_emscripten_bind_MdGeBezierCurve_Increase_1(self,Degree)};MdGeBezierCurve.prototype["InsertPoleAfter"]=MdGeBezierCurve.prototype.InsertPoleAfter=function(Index,P,Weight){var self=this.ptr;if(Index&&typeof Index==="object")Index=Index.ptr;if(P&&typeof P==="object")P=P.ptr;if(Weight&&typeof Weight==="object")Weight=Weight.ptr;if(Weight===undefined){_emscripten_bind_MdGeBezierCurve_InsertPoleAfter_2(self,Index,P);return}_emscripten_bind_MdGeBezierCurve_InsertPoleAfter_3(self,Index,P,Weight)};MdGeBezierCurve.prototype["InsertPoleBefore"]=MdGeBezierCurve.prototype.InsertPoleBefore=function(Index,P,Weight){var self=this.ptr;if(Index&&typeof Index==="object")Index=Index.ptr;if(P&&typeof P==="object")P=P.ptr;if(Weight&&typeof Weight==="object")Weight=Weight.ptr;if(Weight===undefined){_emscripten_bind_MdGeBezierCurve_InsertPoleBefore_2(self,Index,P);return}_emscripten_bind_MdGeBezierCurve_InsertPoleBefore_3(self,Index,P,Weight)};MdGeBezierCurve.prototype["RemovePole"]=MdGeBezierCurve.prototype.RemovePole=function(Index){var self=this.ptr;if(Index&&typeof Index==="object")Index=Index.ptr;_emscripten_bind_MdGeBezierCurve_RemovePole_1(self,Index)};MdGeBezierCurve.prototype["Reverse"]=MdGeBezierCurve.prototype.Reverse=function(){var self=this.ptr;_emscripten_bind_MdGeBezierCurve_Reverse_0(self)};MdGeBezierCurve.prototype["ReversedParameter"]=MdGeBezierCurve.prototype.ReversedParameter=function(U){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;return _emscripten_bind_MdGeBezierCurve_ReversedParameter_1(self,U)};MdGeBezierCurve.prototype["Segment"]=MdGeBezierCurve.prototype.Segment=function(U1,U2){var self=this.ptr;if(U1&&typeof U1==="object")U1=U1.ptr;if(U2&&typeof U2==="object")U2=U2.ptr;_emscripten_bind_MdGeBezierCurve_Segment_2(self,U1,U2)};MdGeBezierCurve.prototype["SetPole"]=MdGeBezierCurve.prototype.SetPole=function(Index,P,Weight){var self=this.ptr;if(Index&&typeof Index==="object")Index=Index.ptr;if(P&&typeof P==="object")P=P.ptr;if(Weight&&typeof Weight==="object")Weight=Weight.ptr;if(Weight===undefined){_emscripten_bind_MdGeBezierCurve_SetPole_2(self,Index,P);return}_emscripten_bind_MdGeBezierCurve_SetPole_3(self,Index,P,Weight)};MdGeBezierCurve.prototype["SetWeight"]=MdGeBezierCurve.prototype.SetWeight=function(Index,Weight){var self=this.ptr;if(Index&&typeof Index==="object")Index=Index.ptr;if(Weight&&typeof Weight==="object")Weight=Weight.ptr;_emscripten_bind_MdGeBezierCurve_SetWeight_2(self,Index,Weight)};MdGeBezierCurve.prototype["IsClosed"]=MdGeBezierCurve.prototype.IsClosed=function(){var self=this.ptr;return!!_emscripten_bind_MdGeBezierCurve_IsClosed_0(self)};MdGeBezierCurve.prototype["IsCN"]=MdGeBezierCurve.prototype.IsCN=function(N){var self=this.ptr;if(N&&typeof N==="object")N=N.ptr;return!!_emscripten_bind_MdGeBezierCurve_IsCN_1(self,N)};MdGeBezierCurve.prototype["IsPeriodic"]=MdGeBezierCurve.prototype.IsPeriodic=function(){var self=this.ptr;return!!_emscripten_bind_MdGeBezierCurve_IsPeriodic_0(self)};MdGeBezierCurve.prototype["IsRational"]=MdGeBezierCurve.prototype.IsRational=function(){var self=this.ptr;return!!_emscripten_bind_MdGeBezierCurve_IsRational_0(self)};MdGeBezierCurve.prototype["Continuity"]=MdGeBezierCurve.prototype.Continuity=function(){var self=this.ptr;return _emscripten_bind_MdGeBezierCurve_Continuity_0(self)};MdGeBezierCurve.prototype["Degree"]=MdGeBezierCurve.prototype.Degree=function(){var self=this.ptr;return _emscripten_bind_MdGeBezierCurve_Degree_0(self)};MdGeBezierCurve.prototype["DN"]=MdGeBezierCurve.prototype.DN=function(U,N){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(N&&typeof N==="object")N=N.ptr;return wrapPointer(_emscripten_bind_MdGeBezierCurve_DN_2(self,U,N),MdGeVec)};MdGeBezierCurve.prototype["StartPoint"]=MdGeBezierCurve.prototype.StartPoint=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeBezierCurve_StartPoint_0(self),MdGePoint)};MdGeBezierCurve.prototype["EndPoint"]=MdGeBezierCurve.prototype.EndPoint=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeBezierCurve_EndPoint_0(self),MdGePoint)};MdGeBezierCurve.prototype["FirstParameter"]=MdGeBezierCurve.prototype.FirstParameter=function(){var self=this.ptr;return _emscripten_bind_MdGeBezierCurve_FirstParameter_0(self)};MdGeBezierCurve.prototype["LastParameter"]=MdGeBezierCurve.prototype.LastParameter=function(){var self=this.ptr;return _emscripten_bind_MdGeBezierCurve_LastParameter_0(self)};MdGeBezierCurve.prototype["NbPoles"]=MdGeBezierCurve.prototype.NbPoles=function(){var self=this.ptr;return _emscripten_bind_MdGeBezierCurve_NbPoles_0(self)};MdGeBezierCurve.prototype["Pole"]=MdGeBezierCurve.prototype.Pole=function(Index){var self=this.ptr;if(Index&&typeof Index==="object")Index=Index.ptr;return wrapPointer(_emscripten_bind_MdGeBezierCurve_Pole_1(self,Index),MdGePoint)};MdGeBezierCurve.prototype["Poles"]=MdGeBezierCurve.prototype.Poles=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeBezierCurve_Poles_0(self),MdGeArray1OfPnt)};MdGeBezierCurve.prototype["Weight"]=MdGeBezierCurve.prototype.Weight=function(Index){var self=this.ptr;if(Index&&typeof Index==="object")Index=Index.ptr;return _emscripten_bind_MdGeBezierCurve_Weight_1(self,Index)};MdGeBezierCurve.prototype["Weights"]=MdGeBezierCurve.prototype.Weights=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeBezierCurve_Weights_0(self),MdGeArray1OfReal)};MdGeBezierCurve.prototype["Transform"]=MdGeBezierCurve.prototype.Transform=function(T){var self=this.ptr;if(T&&typeof T==="object")T=T.ptr;_emscripten_bind_MdGeBezierCurve_Transform_1(self,T)};MdGeBezierCurve.prototype["MaxDegree"]=MdGeBezierCurve.prototype.MaxDegree=function(){var self=this.ptr;return _emscripten_bind_MdGeBezierCurve_MaxDegree_0(self)};MdGeBezierCurve.prototype["Shape"]=MdGeBezierCurve.prototype.Shape=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeBezierCurve_Shape_0(self),MdGeShape)};MdGeBezierCurve.prototype["Edge"]=MdGeBezierCurve.prototype.Edge=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeBezierCurve_Edge_0(self),MdGeEdge)};MdGeBezierCurve.prototype["Wire"]=MdGeBezierCurve.prototype.Wire=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeBezierCurve_Wire_0(self),MdGeWire)};MdGeBezierCurve.prototype["__destroy__"]=MdGeBezierCurve.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_MdGeBezierCurve___destroy___0(self)};function MdGeBezierSurface(SurfacePoles,PoleWeights){if(SurfacePoles&&typeof SurfacePoles==="object")SurfacePoles=SurfacePoles.ptr;if(PoleWeights&&typeof PoleWeights==="object")PoleWeights=PoleWeights.ptr;if(PoleWeights===undefined){this.ptr=_emscripten_bind_MdGeBezierSurface_MdGeBezierSurface_1(SurfacePoles);getCache(MdGeBezierSurface)[this.ptr]=this;return}this.ptr=_emscripten_bind_MdGeBezierSurface_MdGeBezierSurface_2(SurfacePoles,PoleWeights);getCache(MdGeBezierSurface)[this.ptr]=this}MdGeBezierSurface.prototype=Object.create(Mx3dBaseObject.prototype);MdGeBezierSurface.prototype.constructor=MdGeBezierSurface;MdGeBezierSurface.prototype.__class__=MdGeBezierSurface;MdGeBezierSurface.__cache__={};Module["MdGeBezierSurface"]=MdGeBezierSurface;MdGeBezierSurface.prototype["ExchangeUV"]=MdGeBezierSurface.prototype.ExchangeUV=function(){var self=this.ptr;_emscripten_bind_MdGeBezierSurface_ExchangeUV_0(self)};MdGeBezierSurface.prototype["Increase"]=MdGeBezierSurface.prototype.Increase=function(UDeg,VDeg){var self=this.ptr;if(UDeg&&typeof UDeg==="object")UDeg=UDeg.ptr;if(VDeg&&typeof VDeg==="object")VDeg=VDeg.ptr;_emscripten_bind_MdGeBezierSurface_Increase_2(self,UDeg,VDeg)};MdGeBezierSurface.prototype["InsertPoleColAfter"]=MdGeBezierSurface.prototype.InsertPoleColAfter=function(VIndex,CPoles,CPoleWeights){var self=this.ptr;if(VIndex&&typeof VIndex==="object")VIndex=VIndex.ptr;if(CPoles&&typeof CPoles==="object")CPoles=CPoles.ptr;if(CPoleWeights&&typeof CPoleWeights==="object")CPoleWeights=CPoleWeights.ptr;if(CPoleWeights===undefined){_emscripten_bind_MdGeBezierSurface_InsertPoleColAfter_2(self,VIndex,CPoles);return}_emscripten_bind_MdGeBezierSurface_InsertPoleColAfter_3(self,VIndex,CPoles,CPoleWeights)};MdGeBezierSurface.prototype["InsertPoleColBefore"]=MdGeBezierSurface.prototype.InsertPoleColBefore=function(VIndex,CPoles,CPoleWeights){var self=this.ptr;if(VIndex&&typeof VIndex==="object")VIndex=VIndex.ptr;if(CPoles&&typeof CPoles==="object")CPoles=CPoles.ptr;if(CPoleWeights&&typeof CPoleWeights==="object")CPoleWeights=CPoleWeights.ptr;if(CPoleWeights===undefined){_emscripten_bind_MdGeBezierSurface_InsertPoleColBefore_2(self,VIndex,CPoles);return}_emscripten_bind_MdGeBezierSurface_InsertPoleColBefore_3(self,VIndex,CPoles,CPoleWeights)};MdGeBezierSurface.prototype["InsertPoleRowAfter"]=MdGeBezierSurface.prototype.InsertPoleRowAfter=function(UIndex,CPoles,CPoleWeights){var self=this.ptr;if(UIndex&&typeof UIndex==="object")UIndex=UIndex.ptr;if(CPoles&&typeof CPoles==="object")CPoles=CPoles.ptr;if(CPoleWeights&&typeof CPoleWeights==="object")CPoleWeights=CPoleWeights.ptr;if(CPoleWeights===undefined){_emscripten_bind_MdGeBezierSurface_InsertPoleRowAfter_2(self,UIndex,CPoles);return}_emscripten_bind_MdGeBezierSurface_InsertPoleRowAfter_3(self,UIndex,CPoles,CPoleWeights)};MdGeBezierSurface.prototype["InsertPoleRowBefore"]=MdGeBezierSurface.prototype.InsertPoleRowBefore=function(UIndex,CPoles,CPoleWeights){var self=this.ptr;if(UIndex&&typeof UIndex==="object")UIndex=UIndex.ptr;if(CPoles&&typeof CPoles==="object")CPoles=CPoles.ptr;if(CPoleWeights&&typeof CPoleWeights==="object")CPoleWeights=CPoleWeights.ptr;if(CPoleWeights===undefined){_emscripten_bind_MdGeBezierSurface_InsertPoleRowBefore_2(self,UIndex,CPoles);return}_emscripten_bind_MdGeBezierSurface_InsertPoleRowBefore_3(self,UIndex,CPoles,CPoleWeights)};MdGeBezierSurface.prototype["RemovePoleCol"]=MdGeBezierSurface.prototype.RemovePoleCol=function(VIndex){var self=this.ptr;if(VIndex&&typeof VIndex==="object")VIndex=VIndex.ptr;_emscripten_bind_MdGeBezierSurface_RemovePoleCol_1(self,VIndex)};MdGeBezierSurface.prototype["RemovePoleRow"]=MdGeBezierSurface.prototype.RemovePoleRow=function(UIndex){var self=this.ptr;if(UIndex&&typeof UIndex==="object")UIndex=UIndex.ptr;_emscripten_bind_MdGeBezierSurface_RemovePoleRow_1(self,UIndex)};MdGeBezierSurface.prototype["Segment"]=MdGeBezierSurface.prototype.Segment=function(U1,U2,V1,V2){var self=this.ptr;if(U1&&typeof U1==="object")U1=U1.ptr;if(U2&&typeof U2==="object")U2=U2.ptr;if(V1&&typeof V1==="object")V1=V1.ptr;if(V2&&typeof V2==="object")V2=V2.ptr;_emscripten_bind_MdGeBezierSurface_Segment_4(self,U1,U2,V1,V2)};MdGeBezierSurface.prototype["SetPole"]=MdGeBezierSurface.prototype.SetPole=function(UIndex,VIndex,P,Weight){var self=this.ptr;if(UIndex&&typeof UIndex==="object")UIndex=UIndex.ptr;if(VIndex&&typeof VIndex==="object")VIndex=VIndex.ptr;if(P&&typeof P==="object")P=P.ptr;if(Weight&&typeof Weight==="object")Weight=Weight.ptr;if(Weight===undefined){_emscripten_bind_MdGeBezierSurface_SetPole_3(self,UIndex,VIndex,P);return}_emscripten_bind_MdGeBezierSurface_SetPole_4(self,UIndex,VIndex,P,Weight)};MdGeBezierSurface.prototype["SetPoleCol"]=MdGeBezierSurface.prototype.SetPoleCol=function(VIndex,CPoles,CPoleWeights){var self=this.ptr;if(VIndex&&typeof VIndex==="object")VIndex=VIndex.ptr;if(CPoles&&typeof CPoles==="object")CPoles=CPoles.ptr;if(CPoleWeights&&typeof CPoleWeights==="object")CPoleWeights=CPoleWeights.ptr;if(CPoleWeights===undefined){_emscripten_bind_MdGeBezierSurface_SetPoleCol_2(self,VIndex,CPoles);return}_emscripten_bind_MdGeBezierSurface_SetPoleCol_3(self,VIndex,CPoles,CPoleWeights)};MdGeBezierSurface.prototype["SetPoleRow"]=MdGeBezierSurface.prototype.SetPoleRow=function(UIndex,CPoles,CPoleWeights){var self=this.ptr;if(UIndex&&typeof UIndex==="object")UIndex=UIndex.ptr;if(CPoles&&typeof CPoles==="object")CPoles=CPoles.ptr;if(CPoleWeights&&typeof CPoleWeights==="object")CPoleWeights=CPoleWeights.ptr;if(CPoleWeights===undefined){_emscripten_bind_MdGeBezierSurface_SetPoleRow_2(self,UIndex,CPoles);return}_emscripten_bind_MdGeBezierSurface_SetPoleRow_3(self,UIndex,CPoles,CPoleWeights)};MdGeBezierSurface.prototype["SetWeight"]=MdGeBezierSurface.prototype.SetWeight=function(UIndex,VIndex,Weight){var self=this.ptr;if(UIndex&&typeof UIndex==="object")UIndex=UIndex.ptr;if(VIndex&&typeof VIndex==="object")VIndex=VIndex.ptr;if(Weight&&typeof Weight==="object")Weight=Weight.ptr;_emscripten_bind_MdGeBezierSurface_SetWeight_3(self,UIndex,VIndex,Weight)};MdGeBezierSurface.prototype["SetWeightCol"]=MdGeBezierSurface.prototype.SetWeightCol=function(VIndex,CPoleWeights){var self=this.ptr;if(VIndex&&typeof VIndex==="object")VIndex=VIndex.ptr;if(CPoleWeights&&typeof CPoleWeights==="object")CPoleWeights=CPoleWeights.ptr;_emscripten_bind_MdGeBezierSurface_SetWeightCol_2(self,VIndex,CPoleWeights)};MdGeBezierSurface.prototype["SetWeightRow"]=MdGeBezierSurface.prototype.SetWeightRow=function(UIndex,CPoleWeights){var self=this.ptr;if(UIndex&&typeof UIndex==="object")UIndex=UIndex.ptr;if(CPoleWeights&&typeof CPoleWeights==="object")CPoleWeights=CPoleWeights.ptr;_emscripten_bind_MdGeBezierSurface_SetWeightRow_2(self,UIndex,CPoleWeights)};MdGeBezierSurface.prototype["UReverse"]=MdGeBezierSurface.prototype.UReverse=function(){var self=this.ptr;_emscripten_bind_MdGeBezierSurface_UReverse_0(self)};MdGeBezierSurface.prototype["UReversedParameter"]=MdGeBezierSurface.prototype.UReversedParameter=function(U){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;return _emscripten_bind_MdGeBezierSurface_UReversedParameter_1(self,U)};MdGeBezierSurface.prototype["VReverse"]=MdGeBezierSurface.prototype.VReverse=function(){var self=this.ptr;_emscripten_bind_MdGeBezierSurface_VReverse_0(self)};MdGeBezierSurface.prototype["VReversedParameter"]=MdGeBezierSurface.prototype.VReversedParameter=function(V){var self=this.ptr;if(V&&typeof V==="object")V=V.ptr;return _emscripten_bind_MdGeBezierSurface_VReversedParameter_1(self,V)};MdGeBezierSurface.prototype["Continuity"]=MdGeBezierSurface.prototype.Continuity=function(){var self=this.ptr;return _emscripten_bind_MdGeBezierSurface_Continuity_0(self)};MdGeBezierSurface.prototype["DN"]=MdGeBezierSurface.prototype.DN=function(U,V,Nu,Nv){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(V&&typeof V==="object")V=V.ptr;if(Nu&&typeof Nu==="object")Nu=Nu.ptr;if(Nv&&typeof Nv==="object")Nv=Nv.ptr;return wrapPointer(_emscripten_bind_MdGeBezierSurface_DN_4(self,U,V,Nu,Nv),MdGeVec)};MdGeBezierSurface.prototype["NbUPoles"]=MdGeBezierSurface.prototype.NbUPoles=function(){var self=this.ptr;return _emscripten_bind_MdGeBezierSurface_NbUPoles_0(self)};MdGeBezierSurface.prototype["NbVPoles"]=MdGeBezierSurface.prototype.NbVPoles=function(){var self=this.ptr;return _emscripten_bind_MdGeBezierSurface_NbVPoles_0(self)};MdGeBezierSurface.prototype["Pole"]=MdGeBezierSurface.prototype.Pole=function(UIndex,VIndex){var self=this.ptr;if(UIndex&&typeof UIndex==="object")UIndex=UIndex.ptr;if(VIndex&&typeof VIndex==="object")VIndex=VIndex.ptr;return wrapPointer(_emscripten_bind_MdGeBezierSurface_Pole_2(self,UIndex,VIndex),MdGePoint)};MdGeBezierSurface.prototype["Poles"]=MdGeBezierSurface.prototype.Poles=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeBezierSurface_Poles_0(self),MdGeArray2OfPnt)};MdGeBezierSurface.prototype["UDegree"]=MdGeBezierSurface.prototype.UDegree=function(){var self=this.ptr;return _emscripten_bind_MdGeBezierSurface_UDegree_0(self)};MdGeBezierSurface.prototype["VDegree"]=MdGeBezierSurface.prototype.VDegree=function(){var self=this.ptr;return _emscripten_bind_MdGeBezierSurface_VDegree_0(self)};MdGeBezierSurface.prototype["Weight"]=MdGeBezierSurface.prototype.Weight=function(UIndex,VIndex){var self=this.ptr;if(UIndex&&typeof UIndex==="object")UIndex=UIndex.ptr;if(VIndex&&typeof VIndex==="object")VIndex=VIndex.ptr;return _emscripten_bind_MdGeBezierSurface_Weight_2(self,UIndex,VIndex)};MdGeBezierSurface.prototype["Weights"]=MdGeBezierSurface.prototype.Weights=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeBezierSurface_Weights_0(self),MdGeArray2OfReal)};MdGeBezierSurface.prototype["IsUClosed"]=MdGeBezierSurface.prototype.IsUClosed=function(){var self=this.ptr;return!!_emscripten_bind_MdGeBezierSurface_IsUClosed_0(self)};MdGeBezierSurface.prototype["IsVClosed"]=MdGeBezierSurface.prototype.IsVClosed=function(){var self=this.ptr;return!!_emscripten_bind_MdGeBezierSurface_IsVClosed_0(self)};MdGeBezierSurface.prototype["IsCNu"]=MdGeBezierSurface.prototype.IsCNu=function(N){var self=this.ptr;if(N&&typeof N==="object")N=N.ptr;return!!_emscripten_bind_MdGeBezierSurface_IsCNu_1(self,N)};MdGeBezierSurface.prototype["IsCNv"]=MdGeBezierSurface.prototype.IsCNv=function(N){var self=this.ptr;if(N&&typeof N==="object")N=N.ptr;return!!_emscripten_bind_MdGeBezierSurface_IsCNv_1(self,N)};MdGeBezierSurface.prototype["IsUPeriodic"]=MdGeBezierSurface.prototype.IsUPeriodic=function(){var self=this.ptr;return!!_emscripten_bind_MdGeBezierSurface_IsUPeriodic_0(self)};MdGeBezierSurface.prototype["IsVPeriodic"]=MdGeBezierSurface.prototype.IsVPeriodic=function(){var self=this.ptr;return!!_emscripten_bind_MdGeBezierSurface_IsVPeriodic_0(self)};MdGeBezierSurface.prototype["IsURational"]=MdGeBezierSurface.prototype.IsURational=function(){var self=this.ptr;return!!_emscripten_bind_MdGeBezierSurface_IsURational_0(self)};MdGeBezierSurface.prototype["IsVRational"]=MdGeBezierSurface.prototype.IsVRational=function(){var self=this.ptr;return!!_emscripten_bind_MdGeBezierSurface_IsVRational_0(self)};MdGeBezierSurface.prototype["Transform"]=MdGeBezierSurface.prototype.Transform=function(T){var self=this.ptr;if(T&&typeof T==="object")T=T.ptr;_emscripten_bind_MdGeBezierSurface_Transform_1(self,T)};MdGeBezierSurface.prototype["MaxDegree"]=MdGeBezierSurface.prototype.MaxDegree=function(){var self=this.ptr;return _emscripten_bind_MdGeBezierSurface_MaxDegree_0(self)};MdGeBezierSurface.prototype["Shape"]=MdGeBezierSurface.prototype.Shape=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeBezierSurface_Shape_0(self),MdGeShape)};MdGeBezierSurface.prototype["Face"]=MdGeBezierSurface.prototype.Face=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeBezierSurface_Face_0(self),MdGeFace)};MdGeBezierSurface.prototype["__destroy__"]=MdGeBezierSurface.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_MdGeBezierSurface___destroy___0(self)};function MdGeBSplineCurve(Poles,Knots,Multiplicities,Degree,Periodic){if(Poles&&typeof Poles==="object")Poles=Poles.ptr;if(Knots&&typeof Knots==="object")Knots=Knots.ptr;if(Multiplicities&&typeof Multiplicities==="object")Multiplicities=Multiplicities.ptr;if(Degree&&typeof Degree==="object")Degree=Degree.ptr;if(Periodic&&typeof Periodic==="object")Periodic=Periodic.ptr;if(Poles===undefined){this.ptr=_emscripten_bind_MdGeBSplineCurve_MdGeBSplineCurve_0();getCache(MdGeBSplineCurve)[this.ptr]=this;return}if(Knots===undefined){this.ptr=_emscripten_bind_MdGeBSplineCurve_MdGeBSplineCurve_1(Poles);getCache(MdGeBSplineCurve)[this.ptr]=this;return}if(Multiplicities===undefined){this.ptr=_emscripten_bind_MdGeBSplineCurve_MdGeBSplineCurve_2(Poles,Knots);getCache(MdGeBSplineCurve)[this.ptr]=this;return}if(Degree===undefined){this.ptr=_emscripten_bind_MdGeBSplineCurve_MdGeBSplineCurve_3(Poles,Knots,Multiplicities);getCache(MdGeBSplineCurve)[this.ptr]=this;return}if(Periodic===undefined){this.ptr=_emscripten_bind_MdGeBSplineCurve_MdGeBSplineCurve_4(Poles,Knots,Multiplicities,Degree);getCache(MdGeBSplineCurve)[this.ptr]=this;return}this.ptr=_emscripten_bind_MdGeBSplineCurve_MdGeBSplineCurve_5(Poles,Knots,Multiplicities,Degree,Periodic);getCache(MdGeBSplineCurve)[this.ptr]=this}MdGeBSplineCurve.prototype=Object.create(Mx3dBaseObject.prototype);MdGeBSplineCurve.prototype.constructor=MdGeBSplineCurve;MdGeBSplineCurve.prototype.__class__=MdGeBSplineCurve;MdGeBSplineCurve.__cache__={};Module["MdGeBSplineCurve"]=MdGeBSplineCurve;MdGeBSplineCurve.prototype["IncreaseDegree"]=MdGeBSplineCurve.prototype.IncreaseDegree=function(Degree){var self=this.ptr;if(Degree&&typeof Degree==="object")Degree=Degree.ptr;_emscripten_bind_MdGeBSplineCurve_IncreaseDegree_1(self,Degree)};MdGeBSplineCurve.prototype["IncreaseMultiplicity"]=MdGeBSplineCurve.prototype.IncreaseMultiplicity=function(I1,I2,M){var self=this.ptr;if(I1&&typeof I1==="object")I1=I1.ptr;if(I2&&typeof I2==="object")I2=I2.ptr;if(M&&typeof M==="object")M=M.ptr;if(M===undefined){_emscripten_bind_MdGeBSplineCurve_IncreaseMultiplicity_2(self,I1,I2);return}_emscripten_bind_MdGeBSplineCurve_IncreaseMultiplicity_3(self,I1,I2,M)};MdGeBSplineCurve.prototype["IncrementMultiplicity"]=MdGeBSplineCurve.prototype.IncrementMultiplicity=function(I1,I2,M){var self=this.ptr;if(I1&&typeof I1==="object")I1=I1.ptr;if(I2&&typeof I2==="object")I2=I2.ptr;if(M&&typeof M==="object")M=M.ptr;_emscripten_bind_MdGeBSplineCurve_IncrementMultiplicity_3(self,I1,I2,M)};MdGeBSplineCurve.prototype["InsertKnot"]=MdGeBSplineCurve.prototype.InsertKnot=function(U,M,ParametricTolerance,Add){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(M&&typeof M==="object")M=M.ptr;if(ParametricTolerance&&typeof ParametricTolerance==="object")ParametricTolerance=ParametricTolerance.ptr;if(Add&&typeof Add==="object")Add=Add.ptr;if(M===undefined){_emscripten_bind_MdGeBSplineCurve_InsertKnot_1(self,U);return}if(ParametricTolerance===undefined){_emscripten_bind_MdGeBSplineCurve_InsertKnot_2(self,U,M);return}if(Add===undefined){_emscripten_bind_MdGeBSplineCurve_InsertKnot_3(self,U,M,ParametricTolerance);return}_emscripten_bind_MdGeBSplineCurve_InsertKnot_4(self,U,M,ParametricTolerance,Add)};MdGeBSplineCurve.prototype["InsertKnots"]=MdGeBSplineCurve.prototype.InsertKnots=function(Knots,Mults,ParametricTolerance,Add){var self=this.ptr;if(Knots&&typeof Knots==="object")Knots=Knots.ptr;if(Mults&&typeof Mults==="object")Mults=Mults.ptr;if(ParametricTolerance&&typeof ParametricTolerance==="object")ParametricTolerance=ParametricTolerance.ptr;if(Add&&typeof Add==="object")Add=Add.ptr;if(ParametricTolerance===undefined){_emscripten_bind_MdGeBSplineCurve_InsertKnots_2(self,Knots,Mults);return}if(Add===undefined){_emscripten_bind_MdGeBSplineCurve_InsertKnots_3(self,Knots,Mults,ParametricTolerance);return}_emscripten_bind_MdGeBSplineCurve_InsertKnots_4(self,Knots,Mults,ParametricTolerance,Add)};MdGeBSplineCurve.prototype["RemoveKnot"]=MdGeBSplineCurve.prototype.RemoveKnot=function(Index,M,Tolerance){var self=this.ptr;if(Index&&typeof Index==="object")Index=Index.ptr;if(M&&typeof M==="object")M=M.ptr;if(Tolerance&&typeof Tolerance==="object")Tolerance=Tolerance.ptr;return!!_emscripten_bind_MdGeBSplineCurve_RemoveKnot_3(self,Index,M,Tolerance)};MdGeBSplineCurve.prototype["Reverse"]=MdGeBSplineCurve.prototype.Reverse=function(){var self=this.ptr;_emscripten_bind_MdGeBSplineCurve_Reverse_0(self)};MdGeBSplineCurve.prototype["ReversedParameter"]=MdGeBSplineCurve.prototype.ReversedParameter=function(U){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;return _emscripten_bind_MdGeBSplineCurve_ReversedParameter_1(self,U)};MdGeBSplineCurve.prototype["SetKnot"]=MdGeBSplineCurve.prototype.SetKnot=function(Index,K,M){var self=this.ptr;if(Index&&typeof Index==="object")Index=Index.ptr;if(K&&typeof K==="object")K=K.ptr;if(M&&typeof M==="object")M=M.ptr;if(M===undefined){_emscripten_bind_MdGeBSplineCurve_SetKnot_2(self,Index,K);return}_emscripten_bind_MdGeBSplineCurve_SetKnot_3(self,Index,K,M)};MdGeBSplineCurve.prototype["SetKnots"]=MdGeBSplineCurve.prototype.SetKnots=function(K){var self=this.ptr;if(K&&typeof K==="object")K=K.ptr;_emscripten_bind_MdGeBSplineCurve_SetKnots_1(self,K)};MdGeBSplineCurve.prototype["SetPeriodic"]=MdGeBSplineCurve.prototype.SetPeriodic=function(){var self=this.ptr;_emscripten_bind_MdGeBSplineCurve_SetPeriodic_0(self)};MdGeBSplineCurve.prototype["SetOrigin"]=MdGeBSplineCurve.prototype.SetOrigin=function(U,Tol){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(Tol&&typeof Tol==="object")Tol=Tol.ptr;if(Tol===undefined){_emscripten_bind_MdGeBSplineCurve_SetOrigin_1(self,U);return}_emscripten_bind_MdGeBSplineCurve_SetOrigin_2(self,U,Tol)};MdGeBSplineCurve.prototype["SetNotPeriodic"]=MdGeBSplineCurve.prototype.SetNotPeriodic=function(){var self=this.ptr;_emscripten_bind_MdGeBSplineCurve_SetNotPeriodic_0(self)};MdGeBSplineCurve.prototype["SetPole"]=MdGeBSplineCurve.prototype.SetPole=function(Index,P,Weight){var self=this.ptr;if(Index&&typeof Index==="object")Index=Index.ptr;if(P&&typeof P==="object")P=P.ptr;if(Weight&&typeof Weight==="object")Weight=Weight.ptr;if(Weight===undefined){_emscripten_bind_MdGeBSplineCurve_SetPole_2(self,Index,P);return}_emscripten_bind_MdGeBSplineCurve_SetPole_3(self,Index,P,Weight)};MdGeBSplineCurve.prototype["SetWeight"]=MdGeBSplineCurve.prototype.SetWeight=function(Index,Weight){var self=this.ptr;if(Index&&typeof Index==="object")Index=Index.ptr;if(Weight&&typeof Weight==="object")Weight=Weight.ptr;_emscripten_bind_MdGeBSplineCurve_SetWeight_2(self,Index,Weight)};MdGeBSplineCurve.prototype["IsCN"]=MdGeBSplineCurve.prototype.IsCN=function(N){var self=this.ptr;if(N&&typeof N==="object")N=N.ptr;return!!_emscripten_bind_MdGeBSplineCurve_IsCN_1(self,N)};MdGeBSplineCurve.prototype["IsG1"]=MdGeBSplineCurve.prototype.IsG1=function(theTf,theTl,theAngTol){var self=this.ptr;if(theTf&&typeof theTf==="object")theTf=theTf.ptr;if(theTl&&typeof theTl==="object")theTl=theTl.ptr;if(theAngTol&&typeof theAngTol==="object")theAngTol=theAngTol.ptr;return!!_emscripten_bind_MdGeBSplineCurve_IsG1_3(self,theTf,theTl,theAngTol)};MdGeBSplineCurve.prototype["IsClosed"]=MdGeBSplineCurve.prototype.IsClosed=function(){var self=this.ptr;return!!_emscripten_bind_MdGeBSplineCurve_IsClosed_0(self)};MdGeBSplineCurve.prototype["IsPeriodic"]=MdGeBSplineCurve.prototype.IsPeriodic=function(){var self=this.ptr;return!!_emscripten_bind_MdGeBSplineCurve_IsPeriodic_0(self)};MdGeBSplineCurve.prototype["IsRational"]=MdGeBSplineCurve.prototype.IsRational=function(){var self=this.ptr;return!!_emscripten_bind_MdGeBSplineCurve_IsRational_0(self)};MdGeBSplineCurve.prototype["Continuity"]=MdGeBSplineCurve.prototype.Continuity=function(){var self=this.ptr;return _emscripten_bind_MdGeBSplineCurve_Continuity_0(self)};MdGeBSplineCurve.prototype["Degree"]=MdGeBSplineCurve.prototype.Degree=function(){var self=this.ptr;return _emscripten_bind_MdGeBSplineCurve_Degree_0(self)};MdGeBSplineCurve.prototype["DN"]=MdGeBSplineCurve.prototype.DN=function(U,N){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(N&&typeof N==="object")N=N.ptr;return wrapPointer(_emscripten_bind_MdGeBSplineCurve_DN_2(self,U,N),MdGeVec)};MdGeBSplineCurve.prototype["LocalValue"]=MdGeBSplineCurve.prototype.LocalValue=function(U,FromK1,ToK2){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(FromK1&&typeof FromK1==="object")FromK1=FromK1.ptr;if(ToK2&&typeof ToK2==="object")ToK2=ToK2.ptr;return wrapPointer(_emscripten_bind_MdGeBSplineCurve_LocalValue_3(self,U,FromK1,ToK2),MdGePoint)};MdGeBSplineCurve.prototype["LocalDN"]=MdGeBSplineCurve.prototype.LocalDN=function(U,FromK1,ToK2,N){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(FromK1&&typeof FromK1==="object")FromK1=FromK1.ptr;if(ToK2&&typeof ToK2==="object")ToK2=ToK2.ptr;if(N&&typeof N==="object")N=N.ptr;return wrapPointer(_emscripten_bind_MdGeBSplineCurve_LocalDN_4(self,U,FromK1,ToK2,N),MdGeVec)};MdGeBSplineCurve.prototype["EndPoint"]=MdGeBSplineCurve.prototype.EndPoint=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeBSplineCurve_EndPoint_0(self),MdGePoint)};MdGeBSplineCurve.prototype["FirstUKnotIndex"]=MdGeBSplineCurve.prototype.FirstUKnotIndex=function(){var self=this.ptr;return _emscripten_bind_MdGeBSplineCurve_FirstUKnotIndex_0(self)};MdGeBSplineCurve.prototype["FirstParameter"]=MdGeBSplineCurve.prototype.FirstParameter=function(){var self=this.ptr;return _emscripten_bind_MdGeBSplineCurve_FirstParameter_0(self)};MdGeBSplineCurve.prototype["Knot"]=MdGeBSplineCurve.prototype.Knot=function(Index){var self=this.ptr;if(Index&&typeof Index==="object")Index=Index.ptr;return _emscripten_bind_MdGeBSplineCurve_Knot_1(self,Index)};MdGeBSplineCurve.prototype["Knots"]=MdGeBSplineCurve.prototype.Knots=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeBSplineCurve_Knots_0(self),MdGeArray1OfReal)};MdGeBSplineCurve.prototype["KnotSequence"]=MdGeBSplineCurve.prototype.KnotSequence=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeBSplineCurve_KnotSequence_0(self),MdGeArray1OfReal)};MdGeBSplineCurve.prototype["LastUKnotIndex"]=MdGeBSplineCurve.prototype.LastUKnotIndex=function(){var self=this.ptr;return _emscripten_bind_MdGeBSplineCurve_LastUKnotIndex_0(self)};MdGeBSplineCurve.prototype["LastParameter"]=MdGeBSplineCurve.prototype.LastParameter=function(){var self=this.ptr;return _emscripten_bind_MdGeBSplineCurve_LastParameter_0(self)};MdGeBSplineCurve.prototype["Multiplicity"]=MdGeBSplineCurve.prototype.Multiplicity=function(Index){var self=this.ptr;if(Index&&typeof Index==="object")Index=Index.ptr;return _emscripten_bind_MdGeBSplineCurve_Multiplicity_1(self,Index)};MdGeBSplineCurve.prototype["Multiplicities"]=MdGeBSplineCurve.prototype.Multiplicities=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeBSplineCurve_Multiplicities_0(self),MdGeArray1OfInteger)};MdGeBSplineCurve.prototype["NbKnots"]=MdGeBSplineCurve.prototype.NbKnots=function(){var self=this.ptr;return _emscripten_bind_MdGeBSplineCurve_NbKnots_0(self)};MdGeBSplineCurve.prototype["NbPoles"]=MdGeBSplineCurve.prototype.NbPoles=function(){var self=this.ptr;return _emscripten_bind_MdGeBSplineCurve_NbPoles_0(self)};MdGeBSplineCurve.prototype["Pole"]=MdGeBSplineCurve.prototype.Pole=function(Index){var self=this.ptr;if(Index&&typeof Index==="object")Index=Index.ptr;return wrapPointer(_emscripten_bind_MdGeBSplineCurve_Pole_1(self,Index),MdGePoint)};MdGeBSplineCurve.prototype["Poles"]=MdGeBSplineCurve.prototype.Poles=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeBSplineCurve_Poles_0(self),MdGeArray1OfPnt)};MdGeBSplineCurve.prototype["StartPoint"]=MdGeBSplineCurve.prototype.StartPoint=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeBSplineCurve_StartPoint_0(self),MdGePoint)};MdGeBSplineCurve.prototype["Weight"]=MdGeBSplineCurve.prototype.Weight=function(Index){var self=this.ptr;if(Index&&typeof Index==="object")Index=Index.ptr;return _emscripten_bind_MdGeBSplineCurve_Weight_1(self,Index)};MdGeBSplineCurve.prototype["Weights"]=MdGeBSplineCurve.prototype.Weights=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeBSplineCurve_Weights_0(self),MdGeArray1OfReal)};MdGeBSplineCurve.prototype["Transform"]=MdGeBSplineCurve.prototype.Transform=function(T){var self=this.ptr;if(T&&typeof T==="object")T=T.ptr;_emscripten_bind_MdGeBSplineCurve_Transform_1(self,T)};MdGeBSplineCurve.prototype["Shape"]=MdGeBSplineCurve.prototype.Shape=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeBSplineCurve_Shape_0(self),MdGeShape)};MdGeBSplineCurve.prototype["Edge"]=MdGeBSplineCurve.prototype.Edge=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeBSplineCurve_Edge_0(self),MdGeEdge)};MdGeBSplineCurve.prototype["Wire"]=MdGeBSplineCurve.prototype.Wire=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeBSplineCurve_Wire_0(self),MdGeWire)};MdGeBSplineCurve.prototype["__destroy__"]=MdGeBSplineCurve.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_MdGeBSplineCurve___destroy___0(self)};function MdGeBSplineSurface(Poles,UKnots,VKnots,UMults,VMults,UDegree,VDegree,UPeriodic,VPeriodic){if(Poles&&typeof Poles==="object")Poles=Poles.ptr;if(UKnots&&typeof UKnots==="object")UKnots=UKnots.ptr;if(VKnots&&typeof VKnots==="object")VKnots=VKnots.ptr;if(UMults&&typeof UMults==="object")UMults=UMults.ptr;if(VMults&&typeof VMults==="object")VMults=VMults.ptr;if(UDegree&&typeof UDegree==="object")UDegree=UDegree.ptr;if(VDegree&&typeof VDegree==="object")VDegree=VDegree.ptr;if(UPeriodic&&typeof UPeriodic==="object")UPeriodic=UPeriodic.ptr;if(VPeriodic&&typeof VPeriodic==="object")VPeriodic=VPeriodic.ptr;if(Poles===undefined){this.ptr=_emscripten_bind_MdGeBSplineSurface_MdGeBSplineSurface_0();getCache(MdGeBSplineSurface)[this.ptr]=this;return}if(UKnots===undefined){this.ptr=_emscripten_bind_MdGeBSplineSurface_MdGeBSplineSurface_1(Poles);getCache(MdGeBSplineSurface)[this.ptr]=this;return}if(VKnots===undefined){this.ptr=_emscripten_bind_MdGeBSplineSurface_MdGeBSplineSurface_2(Poles,UKnots);getCache(MdGeBSplineSurface)[this.ptr]=this;return}if(UMults===undefined){this.ptr=_emscripten_bind_MdGeBSplineSurface_MdGeBSplineSurface_3(Poles,UKnots,VKnots);getCache(MdGeBSplineSurface)[this.ptr]=this;return}if(VMults===undefined){this.ptr=_emscripten_bind_MdGeBSplineSurface_MdGeBSplineSurface_4(Poles,UKnots,VKnots,UMults);getCache(MdGeBSplineSurface)[this.ptr]=this;return}if(UDegree===undefined){this.ptr=_emscripten_bind_MdGeBSplineSurface_MdGeBSplineSurface_5(Poles,UKnots,VKnots,UMults,VMults);getCache(MdGeBSplineSurface)[this.ptr]=this;return}if(VDegree===undefined){this.ptr=_emscripten_bind_MdGeBSplineSurface_MdGeBSplineSurface_6(Poles,UKnots,VKnots,UMults,VMults,UDegree);getCache(MdGeBSplineSurface)[this.ptr]=this;return}if(UPeriodic===undefined){this.ptr=_emscripten_bind_MdGeBSplineSurface_MdGeBSplineSurface_7(Poles,UKnots,VKnots,UMults,VMults,UDegree,VDegree);getCache(MdGeBSplineSurface)[this.ptr]=this;return}if(VPeriodic===undefined){this.ptr=_emscripten_bind_MdGeBSplineSurface_MdGeBSplineSurface_8(Poles,UKnots,VKnots,UMults,VMults,UDegree,VDegree,UPeriodic);getCache(MdGeBSplineSurface)[this.ptr]=this;return}this.ptr=_emscripten_bind_MdGeBSplineSurface_MdGeBSplineSurface_9(Poles,UKnots,VKnots,UMults,VMults,UDegree,VDegree,UPeriodic,VPeriodic);getCache(MdGeBSplineSurface)[this.ptr]=this}MdGeBSplineSurface.prototype=Object.create(Mx3dBaseObject.prototype);MdGeBSplineSurface.prototype.constructor=MdGeBSplineSurface;MdGeBSplineSurface.prototype.__class__=MdGeBSplineSurface;MdGeBSplineSurface.__cache__={};Module["MdGeBSplineSurface"]=MdGeBSplineSurface;MdGeBSplineSurface.prototype["ExchangeUV"]=MdGeBSplineSurface.prototype.ExchangeUV=function(){var self=this.ptr;_emscripten_bind_MdGeBSplineSurface_ExchangeUV_0(self)};MdGeBSplineSurface.prototype["SetUPeriodic"]=MdGeBSplineSurface.prototype.SetUPeriodic=function(){var self=this.ptr;_emscripten_bind_MdGeBSplineSurface_SetUPeriodic_0(self)};MdGeBSplineSurface.prototype["SetVPeriodic"]=MdGeBSplineSurface.prototype.SetVPeriodic=function(){var self=this.ptr;_emscripten_bind_MdGeBSplineSurface_SetVPeriodic_0(self)};MdGeBSplineSurface.prototype["SetUOrigin"]=MdGeBSplineSurface.prototype.SetUOrigin=function(Index){var self=this.ptr;if(Index&&typeof Index==="object")Index=Index.ptr;_emscripten_bind_MdGeBSplineSurface_SetUOrigin_1(self,Index)};MdGeBSplineSurface.prototype["SetVOrigin"]=MdGeBSplineSurface.prototype.SetVOrigin=function(Index){var self=this.ptr;if(Index&&typeof Index==="object")Index=Index.ptr;_emscripten_bind_MdGeBSplineSurface_SetVOrigin_1(self,Index)};MdGeBSplineSurface.prototype["SetUNotPeriodic"]=MdGeBSplineSurface.prototype.SetUNotPeriodic=function(){var self=this.ptr;_emscripten_bind_MdGeBSplineSurface_SetUNotPeriodic_0(self)};MdGeBSplineSurface.prototype["SetVNotPeriodic"]=MdGeBSplineSurface.prototype.SetVNotPeriodic=function(){var self=this.ptr;_emscripten_bind_MdGeBSplineSurface_SetVNotPeriodic_0(self)};MdGeBSplineSurface.prototype["UReverse"]=MdGeBSplineSurface.prototype.UReverse=function(){var self=this.ptr;_emscripten_bind_MdGeBSplineSurface_UReverse_0(self)};MdGeBSplineSurface.prototype["VReverse"]=MdGeBSplineSurface.prototype.VReverse=function(){var self=this.ptr;_emscripten_bind_MdGeBSplineSurface_VReverse_0(self)};MdGeBSplineSurface.prototype["UReversedParameter"]=MdGeBSplineSurface.prototype.UReversedParameter=function(U){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;return _emscripten_bind_MdGeBSplineSurface_UReversedParameter_1(self,U)};MdGeBSplineSurface.prototype["VReversedParameter"]=MdGeBSplineSurface.prototype.VReversedParameter=function(V){var self=this.ptr;if(V&&typeof V==="object")V=V.ptr;return _emscripten_bind_MdGeBSplineSurface_VReversedParameter_1(self,V)};MdGeBSplineSurface.prototype["IncreaseDegree"]=MdGeBSplineSurface.prototype.IncreaseDegree=function(UDegree,VDegree){var self=this.ptr;if(UDegree&&typeof UDegree==="object")UDegree=UDegree.ptr;if(VDegree&&typeof VDegree==="object")VDegree=VDegree.ptr;_emscripten_bind_MdGeBSplineSurface_IncreaseDegree_2(self,UDegree,VDegree)};MdGeBSplineSurface.prototype["InsertUKnots"]=MdGeBSplineSurface.prototype.InsertUKnots=function(Knots,Mults,ParametricTolerance,Add){var self=this.ptr;if(Knots&&typeof Knots==="object")Knots=Knots.ptr;if(Mults&&typeof Mults==="object")Mults=Mults.ptr;if(ParametricTolerance&&typeof ParametricTolerance==="object")ParametricTolerance=ParametricTolerance.ptr;if(Add&&typeof Add==="object")Add=Add.ptr;if(ParametricTolerance===undefined){_emscripten_bind_MdGeBSplineSurface_InsertUKnots_2(self,Knots,Mults);return}if(Add===undefined){_emscripten_bind_MdGeBSplineSurface_InsertUKnots_3(self,Knots,Mults,ParametricTolerance);return}_emscripten_bind_MdGeBSplineSurface_InsertUKnots_4(self,Knots,Mults,ParametricTolerance,Add)};MdGeBSplineSurface.prototype["InsertVKnots"]=MdGeBSplineSurface.prototype.InsertVKnots=function(Knots,Mults,ParametricTolerance,Add){var self=this.ptr;if(Knots&&typeof Knots==="object")Knots=Knots.ptr;if(Mults&&typeof Mults==="object")Mults=Mults.ptr;if(ParametricTolerance&&typeof ParametricTolerance==="object")ParametricTolerance=ParametricTolerance.ptr;if(Add&&typeof Add==="object")Add=Add.ptr;if(ParametricTolerance===undefined){_emscripten_bind_MdGeBSplineSurface_InsertVKnots_2(self,Knots,Mults);return}if(Add===undefined){_emscripten_bind_MdGeBSplineSurface_InsertVKnots_3(self,Knots,Mults,ParametricTolerance);return}_emscripten_bind_MdGeBSplineSurface_InsertVKnots_4(self,Knots,Mults,ParametricTolerance,Add)};MdGeBSplineSurface.prototype["RemoveUKnot"]=MdGeBSplineSurface.prototype.RemoveUKnot=function(Index,M,Tolerance){var self=this.ptr;if(Index&&typeof Index==="object")Index=Index.ptr;if(M&&typeof M==="object")M=M.ptr;if(Tolerance&&typeof Tolerance==="object")Tolerance=Tolerance.ptr;return!!_emscripten_bind_MdGeBSplineSurface_RemoveUKnot_3(self,Index,M,Tolerance)};MdGeBSplineSurface.prototype["RemoveVKnot"]=MdGeBSplineSurface.prototype.RemoveVKnot=function(Index,M,Tolerance){var self=this.ptr;if(Index&&typeof Index==="object")Index=Index.ptr;if(M&&typeof M==="object")M=M.ptr;if(Tolerance&&typeof Tolerance==="object")Tolerance=Tolerance.ptr;return!!_emscripten_bind_MdGeBSplineSurface_RemoveVKnot_3(self,Index,M,Tolerance)};MdGeBSplineSurface.prototype["IncreaseUMultiplicity"]=MdGeBSplineSurface.prototype.IncreaseUMultiplicity=function(FromI1,ToI2,M){var self=this.ptr;if(FromI1&&typeof FromI1==="object")FromI1=FromI1.ptr;if(ToI2&&typeof ToI2==="object")ToI2=ToI2.ptr;if(M&&typeof M==="object")M=M.ptr;if(M===undefined){_emscripten_bind_MdGeBSplineSurface_IncreaseUMultiplicity_2(self,FromI1,ToI2);return}_emscripten_bind_MdGeBSplineSurface_IncreaseUMultiplicity_3(self,FromI1,ToI2,M)};MdGeBSplineSurface.prototype["IncrementUMultiplicity"]=MdGeBSplineSurface.prototype.IncrementUMultiplicity=function(FromI1,ToI2,Step){var self=this.ptr;if(FromI1&&typeof FromI1==="object")FromI1=FromI1.ptr;if(ToI2&&typeof ToI2==="object")ToI2=ToI2.ptr;if(Step&&typeof Step==="object")Step=Step.ptr;_emscripten_bind_MdGeBSplineSurface_IncrementUMultiplicity_3(self,FromI1,ToI2,Step)};MdGeBSplineSurface.prototype["IncreaseVMultiplicity"]=MdGeBSplineSurface.prototype.IncreaseVMultiplicity=function(FromI1,ToI2,M){var self=this.ptr;if(FromI1&&typeof FromI1==="object")FromI1=FromI1.ptr;if(ToI2&&typeof ToI2==="object")ToI2=ToI2.ptr;if(M&&typeof M==="object")M=M.ptr;if(M===undefined){_emscripten_bind_MdGeBSplineSurface_IncreaseVMultiplicity_2(self,FromI1,ToI2);return}_emscripten_bind_MdGeBSplineSurface_IncreaseVMultiplicity_3(self,FromI1,ToI2,M)};MdGeBSplineSurface.prototype["IncrementVMultiplicity"]=MdGeBSplineSurface.prototype.IncrementVMultiplicity=function(FromI1,ToI2,Step){var self=this.ptr;if(FromI1&&typeof FromI1==="object")FromI1=FromI1.ptr;if(ToI2&&typeof ToI2==="object")ToI2=ToI2.ptr;if(Step&&typeof Step==="object")Step=Step.ptr;_emscripten_bind_MdGeBSplineSurface_IncrementVMultiplicity_3(self,FromI1,ToI2,Step)};MdGeBSplineSurface.prototype["InsertUKnot"]=MdGeBSplineSurface.prototype.InsertUKnot=function(U,M,ParametricTolerance,Add){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(M&&typeof M==="object")M=M.ptr;if(ParametricTolerance&&typeof ParametricTolerance==="object")ParametricTolerance=ParametricTolerance.ptr;if(Add&&typeof Add==="object")Add=Add.ptr;if(Add===undefined){_emscripten_bind_MdGeBSplineSurface_InsertUKnot_3(self,U,M,ParametricTolerance);return}_emscripten_bind_MdGeBSplineSurface_InsertUKnot_4(self,U,M,ParametricTolerance,Add)};MdGeBSplineSurface.prototype["InsertVKnot"]=MdGeBSplineSurface.prototype.InsertVKnot=function(V,M,ParametricTolerance,Add){var self=this.ptr;if(V&&typeof V==="object")V=V.ptr;if(M&&typeof M==="object")M=M.ptr;if(ParametricTolerance&&typeof ParametricTolerance==="object")ParametricTolerance=ParametricTolerance.ptr;if(Add&&typeof Add==="object")Add=Add.ptr;if(Add===undefined){_emscripten_bind_MdGeBSplineSurface_InsertVKnot_3(self,V,M,ParametricTolerance);return}_emscripten_bind_MdGeBSplineSurface_InsertVKnot_4(self,V,M,ParametricTolerance,Add)};MdGeBSplineSurface.prototype["SetUKnot"]=MdGeBSplineSurface.prototype.SetUKnot=function(UIndex,K,M){var self=this.ptr;if(UIndex&&typeof UIndex==="object")UIndex=UIndex.ptr;if(K&&typeof K==="object")K=K.ptr;if(M&&typeof M==="object")M=M.ptr;if(M===undefined){_emscripten_bind_MdGeBSplineSurface_SetUKnot_2(self,UIndex,K);return}_emscripten_bind_MdGeBSplineSurface_SetUKnot_3(self,UIndex,K,M)};MdGeBSplineSurface.prototype["SetUKnots"]=MdGeBSplineSurface.prototype.SetUKnots=function(UK){var self=this.ptr;if(UK&&typeof UK==="object")UK=UK.ptr;_emscripten_bind_MdGeBSplineSurface_SetUKnots_1(self,UK)};MdGeBSplineSurface.prototype["SetVKnot"]=MdGeBSplineSurface.prototype.SetVKnot=function(VIndex,K,M){var self=this.ptr;if(VIndex&&typeof VIndex==="object")VIndex=VIndex.ptr;if(K&&typeof K==="object")K=K.ptr;if(M&&typeof M==="object")M=M.ptr;if(M===undefined){_emscripten_bind_MdGeBSplineSurface_SetVKnot_2(self,VIndex,K);return}_emscripten_bind_MdGeBSplineSurface_SetVKnot_3(self,VIndex,K,M)};MdGeBSplineSurface.prototype["SetVKnots"]=MdGeBSplineSurface.prototype.SetVKnots=function(VK){var self=this.ptr;if(VK&&typeof VK==="object")VK=VK.ptr;_emscripten_bind_MdGeBSplineSurface_SetVKnots_1(self,VK)};MdGeBSplineSurface.prototype["SetPole"]=MdGeBSplineSurface.prototype.SetPole=function(UIndex,VIndex,P,Weight){var self=this.ptr;if(UIndex&&typeof UIndex==="object")UIndex=UIndex.ptr;if(VIndex&&typeof VIndex==="object")VIndex=VIndex.ptr;if(P&&typeof P==="object")P=P.ptr;if(Weight&&typeof Weight==="object")Weight=Weight.ptr;if(Weight===undefined){_emscripten_bind_MdGeBSplineSurface_SetPole_3(self,UIndex,VIndex,P);return}_emscripten_bind_MdGeBSplineSurface_SetPole_4(self,UIndex,VIndex,P,Weight)};MdGeBSplineSurface.prototype["SetPoleCol"]=MdGeBSplineSurface.prototype.SetPoleCol=function(VIndex,CPoles,CPoleWeights){var self=this.ptr;if(VIndex&&typeof VIndex==="object")VIndex=VIndex.ptr;if(CPoles&&typeof CPoles==="object")CPoles=CPoles.ptr;if(CPoleWeights&&typeof CPoleWeights==="object")CPoleWeights=CPoleWeights.ptr;if(CPoleWeights===undefined){_emscripten_bind_MdGeBSplineSurface_SetPoleCol_2(self,VIndex,CPoles);return}_emscripten_bind_MdGeBSplineSurface_SetPoleCol_3(self,VIndex,CPoles,CPoleWeights)};MdGeBSplineSurface.prototype["SetPoleRow"]=MdGeBSplineSurface.prototype.SetPoleRow=function(UIndex,CPoles,CPoleWeights){var self=this.ptr;if(UIndex&&typeof UIndex==="object")UIndex=UIndex.ptr;if(CPoles&&typeof CPoles==="object")CPoles=CPoles.ptr;if(CPoleWeights&&typeof CPoleWeights==="object")CPoleWeights=CPoleWeights.ptr;if(CPoleWeights===undefined){_emscripten_bind_MdGeBSplineSurface_SetPoleRow_2(self,UIndex,CPoles);return}_emscripten_bind_MdGeBSplineSurface_SetPoleRow_3(self,UIndex,CPoles,CPoleWeights)};MdGeBSplineSurface.prototype["SetWeight"]=MdGeBSplineSurface.prototype.SetWeight=function(UIndex,VIndex,Weight){var self=this.ptr;if(UIndex&&typeof UIndex==="object")UIndex=UIndex.ptr;if(VIndex&&typeof VIndex==="object")VIndex=VIndex.ptr;if(Weight&&typeof Weight==="object")Weight=Weight.ptr;_emscripten_bind_MdGeBSplineSurface_SetWeight_3(self,UIndex,VIndex,Weight)};MdGeBSplineSurface.prototype["SetWeightCol"]=MdGeBSplineSurface.prototype.SetWeightCol=function(VIndex,CPoleWeights){var self=this.ptr;if(VIndex&&typeof VIndex==="object")VIndex=VIndex.ptr;if(CPoleWeights&&typeof CPoleWeights==="object")CPoleWeights=CPoleWeights.ptr;_emscripten_bind_MdGeBSplineSurface_SetWeightCol_2(self,VIndex,CPoleWeights)};MdGeBSplineSurface.prototype["SetWeightRow"]=MdGeBSplineSurface.prototype.SetWeightRow=function(UIndex,CPoleWeights){var self=this.ptr;if(UIndex&&typeof UIndex==="object")UIndex=UIndex.ptr;if(CPoleWeights&&typeof CPoleWeights==="object")CPoleWeights=CPoleWeights.ptr;_emscripten_bind_MdGeBSplineSurface_SetWeightRow_2(self,UIndex,CPoleWeights)};MdGeBSplineSurface.prototype["IsUClosed"]=MdGeBSplineSurface.prototype.IsUClosed=function(){var self=this.ptr;return!!_emscripten_bind_MdGeBSplineSurface_IsUClosed_0(self)};MdGeBSplineSurface.prototype["IsVClosed"]=MdGeBSplineSurface.prototype.IsVClosed=function(){var self=this.ptr;return!!_emscripten_bind_MdGeBSplineSurface_IsVClosed_0(self)};MdGeBSplineSurface.prototype["IsCNu"]=MdGeBSplineSurface.prototype.IsCNu=function(N){var self=this.ptr;if(N&&typeof N==="object")N=N.ptr;return!!_emscripten_bind_MdGeBSplineSurface_IsCNu_1(self,N)};MdGeBSplineSurface.prototype["IsCNv"]=MdGeBSplineSurface.prototype.IsCNv=function(N){var self=this.ptr;if(N&&typeof N==="object")N=N.ptr;return!!_emscripten_bind_MdGeBSplineSurface_IsCNv_1(self,N)};MdGeBSplineSurface.prototype["IsUPeriodic"]=MdGeBSplineSurface.prototype.IsUPeriodic=function(){var self=this.ptr;return!!_emscripten_bind_MdGeBSplineSurface_IsUPeriodic_0(self)};MdGeBSplineSurface.prototype["IsURational"]=MdGeBSplineSurface.prototype.IsURational=function(){var self=this.ptr;return!!_emscripten_bind_MdGeBSplineSurface_IsURational_0(self)};MdGeBSplineSurface.prototype["IsVPeriodic"]=MdGeBSplineSurface.prototype.IsVPeriodic=function(){var self=this.ptr;return!!_emscripten_bind_MdGeBSplineSurface_IsVPeriodic_0(self)};MdGeBSplineSurface.prototype["IsVRational"]=MdGeBSplineSurface.prototype.IsVRational=function(){var self=this.ptr;return!!_emscripten_bind_MdGeBSplineSurface_IsVRational_0(self)};MdGeBSplineSurface.prototype["Continuity"]=MdGeBSplineSurface.prototype.Continuity=function(){var self=this.ptr;return _emscripten_bind_MdGeBSplineSurface_Continuity_0(self)};MdGeBSplineSurface.prototype["FirstUKnotIndex"]=MdGeBSplineSurface.prototype.FirstUKnotIndex=function(){var self=this.ptr;return _emscripten_bind_MdGeBSplineSurface_FirstUKnotIndex_0(self)};MdGeBSplineSurface.prototype["FirstVKnotIndex"]=MdGeBSplineSurface.prototype.FirstVKnotIndex=function(){var self=this.ptr;return _emscripten_bind_MdGeBSplineSurface_FirstVKnotIndex_0(self)};MdGeBSplineSurface.prototype["LastUKnotIndex"]=MdGeBSplineSurface.prototype.LastUKnotIndex=function(){var self=this.ptr;return _emscripten_bind_MdGeBSplineSurface_LastUKnotIndex_0(self)};MdGeBSplineSurface.prototype["LastVKnotIndex"]=MdGeBSplineSurface.prototype.LastVKnotIndex=function(){var self=this.ptr;return _emscripten_bind_MdGeBSplineSurface_LastVKnotIndex_0(self)};MdGeBSplineSurface.prototype["NbUKnots"]=MdGeBSplineSurface.prototype.NbUKnots=function(){var self=this.ptr;return _emscripten_bind_MdGeBSplineSurface_NbUKnots_0(self)};MdGeBSplineSurface.prototype["NbUPoles"]=MdGeBSplineSurface.prototype.NbUPoles=function(){var self=this.ptr;return _emscripten_bind_MdGeBSplineSurface_NbUPoles_0(self)};MdGeBSplineSurface.prototype["NbVKnots"]=MdGeBSplineSurface.prototype.NbVKnots=function(){var self=this.ptr;return _emscripten_bind_MdGeBSplineSurface_NbVKnots_0(self)};MdGeBSplineSurface.prototype["NbVPoles"]=MdGeBSplineSurface.prototype.NbVPoles=function(){var self=this.ptr;return _emscripten_bind_MdGeBSplineSurface_NbVPoles_0(self)};MdGeBSplineSurface.prototype["Pole"]=MdGeBSplineSurface.prototype.Pole=function(UIndex,VIndex){var self=this.ptr;if(UIndex&&typeof UIndex==="object")UIndex=UIndex.ptr;if(VIndex&&typeof VIndex==="object")VIndex=VIndex.ptr;return wrapPointer(_emscripten_bind_MdGeBSplineSurface_Pole_2(self,UIndex,VIndex),MdGePoint)};MdGeBSplineSurface.prototype["Poles"]=MdGeBSplineSurface.prototype.Poles=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeBSplineSurface_Poles_0(self),MdGeArray2OfPnt)};MdGeBSplineSurface.prototype["UDegree"]=MdGeBSplineSurface.prototype.UDegree=function(){var self=this.ptr;return _emscripten_bind_MdGeBSplineSurface_UDegree_0(self)};MdGeBSplineSurface.prototype["UKnot"]=MdGeBSplineSurface.prototype.UKnot=function(UIndex){var self=this.ptr;if(UIndex&&typeof UIndex==="object")UIndex=UIndex.ptr;return _emscripten_bind_MdGeBSplineSurface_UKnot_1(self,UIndex)};MdGeBSplineSurface.prototype["UKnots"]=MdGeBSplineSurface.prototype.UKnots=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeBSplineSurface_UKnots_0(self),MdGeArray1OfReal)};MdGeBSplineSurface.prototype["UKnotSequence"]=MdGeBSplineSurface.prototype.UKnotSequence=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeBSplineSurface_UKnotSequence_0(self),MdGeArray1OfReal)};MdGeBSplineSurface.prototype["UMultiplicity"]=MdGeBSplineSurface.prototype.UMultiplicity=function(UIndex){var self=this.ptr;if(UIndex&&typeof UIndex==="object")UIndex=UIndex.ptr;return _emscripten_bind_MdGeBSplineSurface_UMultiplicity_1(self,UIndex)};MdGeBSplineSurface.prototype["UMultiplicities"]=MdGeBSplineSurface.prototype.UMultiplicities=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeBSplineSurface_UMultiplicities_0(self),MdGeArray1OfInteger)};MdGeBSplineSurface.prototype["VDegree"]=MdGeBSplineSurface.prototype.VDegree=function(){var self=this.ptr;return _emscripten_bind_MdGeBSplineSurface_VDegree_0(self)};MdGeBSplineSurface.prototype["VKnot"]=MdGeBSplineSurface.prototype.VKnot=function(VIndex){var self=this.ptr;if(VIndex&&typeof VIndex==="object")VIndex=VIndex.ptr;return _emscripten_bind_MdGeBSplineSurface_VKnot_1(self,VIndex)};MdGeBSplineSurface.prototype["VKnots"]=MdGeBSplineSurface.prototype.VKnots=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeBSplineSurface_VKnots_0(self),MdGeArray1OfReal)};MdGeBSplineSurface.prototype["VKnotSequence"]=MdGeBSplineSurface.prototype.VKnotSequence=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeBSplineSurface_VKnotSequence_0(self),MdGeArray1OfReal)};MdGeBSplineSurface.prototype["VMultiplicity"]=MdGeBSplineSurface.prototype.VMultiplicity=function(VIndex){var self=this.ptr;if(VIndex&&typeof VIndex==="object")VIndex=VIndex.ptr;return _emscripten_bind_MdGeBSplineSurface_VMultiplicity_1(self,VIndex)};MdGeBSplineSurface.prototype["VMultiplicities"]=MdGeBSplineSurface.prototype.VMultiplicities=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeBSplineSurface_VMultiplicities_0(self),MdGeArray1OfInteger)};MdGeBSplineSurface.prototype["Weight"]=MdGeBSplineSurface.prototype.Weight=function(UIndex,VIndex){var self=this.ptr;if(UIndex&&typeof UIndex==="object")UIndex=UIndex.ptr;if(VIndex&&typeof VIndex==="object")VIndex=VIndex.ptr;return _emscripten_bind_MdGeBSplineSurface_Weight_2(self,UIndex,VIndex)};MdGeBSplineSurface.prototype["Weights"]=MdGeBSplineSurface.prototype.Weights=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeBSplineSurface_Weights_0(self),MdGeArray2OfReal)};MdGeBSplineSurface.prototype["DN"]=MdGeBSplineSurface.prototype.DN=function(U,V,Nu,Nv){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(V&&typeof V==="object")V=V.ptr;if(Nu&&typeof Nu==="object")Nu=Nu.ptr;if(Nv&&typeof Nv==="object")Nv=Nv.ptr;return wrapPointer(_emscripten_bind_MdGeBSplineSurface_DN_4(self,U,V,Nu,Nv),MdGeVec)};MdGeBSplineSurface.prototype["LocalDN"]=MdGeBSplineSurface.prototype.LocalDN=function(U,V,FromUK1,ToUK2,FromVK1,ToVK2,Nu,Nv){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(V&&typeof V==="object")V=V.ptr;if(FromUK1&&typeof FromUK1==="object")FromUK1=FromUK1.ptr;if(ToUK2&&typeof ToUK2==="object")ToUK2=ToUK2.ptr;if(FromVK1&&typeof FromVK1==="object")FromVK1=FromVK1.ptr;if(ToVK2&&typeof ToVK2==="object")ToVK2=ToVK2.ptr;if(Nu&&typeof Nu==="object")Nu=Nu.ptr;if(Nv&&typeof Nv==="object")Nv=Nv.ptr;return wrapPointer(_emscripten_bind_MdGeBSplineSurface_LocalDN_8(self,U,V,FromUK1,ToUK2,FromVK1,ToVK2,Nu,Nv),MdGeVec)};MdGeBSplineSurface.prototype["LocalValue"]=MdGeBSplineSurface.prototype.LocalValue=function(U,V,FromUK1,ToUK2,FromVK1,ToVK2){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(V&&typeof V==="object")V=V.ptr;if(FromUK1&&typeof FromUK1==="object")FromUK1=FromUK1.ptr;if(ToUK2&&typeof ToUK2==="object")ToUK2=ToUK2.ptr;if(FromVK1&&typeof FromVK1==="object")FromVK1=FromVK1.ptr;if(ToVK2&&typeof ToVK2==="object")ToVK2=ToVK2.ptr;return wrapPointer(_emscripten_bind_MdGeBSplineSurface_LocalValue_6(self,U,V,FromUK1,ToUK2,FromVK1,ToVK2),MdGePoint)};MdGeBSplineSurface.prototype["Transform"]=MdGeBSplineSurface.prototype.Transform=function(T){var self=this.ptr;if(T&&typeof T==="object")T=T.ptr;_emscripten_bind_MdGeBSplineSurface_Transform_1(self,T)};MdGeBSplineSurface.prototype["MaxDegree"]=MdGeBSplineSurface.prototype.MaxDegree=function(){var self=this.ptr;return _emscripten_bind_MdGeBSplineSurface_MaxDegree_0(self)};MdGeBSplineSurface.prototype["Shape"]=MdGeBSplineSurface.prototype.Shape=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeBSplineSurface_Shape_0(self),MdGeShape)};MdGeBSplineSurface.prototype["Face"]=MdGeBSplineSurface.prototype.Face=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeBSplineSurface_Face_0(self),MdGeFace)};MdGeBSplineSurface.prototype["__destroy__"]=MdGeBSplineSurface.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_MdGeBSplineSurface___destroy___0(self)};function MdGeDiameterDim(theCircle,thePlane){if(theCircle&&typeof theCircle==="object")theCircle=theCircle.ptr;if(thePlane&&typeof thePlane==="object")thePlane=thePlane.ptr;if(thePlane===undefined){this.ptr=_emscripten_bind_MdGeDiameterDim_MdGeDiameterDim_1(theCircle);getCache(MdGeDiameterDim)[this.ptr]=this;return}this.ptr=_emscripten_bind_MdGeDiameterDim_MdGeDiameterDim_2(theCircle,thePlane);getCache(MdGeDiameterDim)[this.ptr]=this}MdGeDiameterDim.prototype=Object.create(Mx3dBaseObject.prototype);MdGeDiameterDim.prototype.constructor=MdGeDiameterDim;MdGeDiameterDim.prototype.__class__=MdGeDiameterDim;MdGeDiameterDim.__cache__={};Module["MdGeDiameterDim"]=MdGeDiameterDim;MdGeDiameterDim.prototype["Circle"]=MdGeDiameterDim.prototype.Circle=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeDiameterDim_Circle_0(self),MdGeCircle)};MdGeDiameterDim.prototype["AnchorPoint"]=MdGeDiameterDim.prototype.AnchorPoint=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeDiameterDim_AnchorPoint_0(self),MdGePoint)};MdGeDiameterDim.prototype["Shape"]=MdGeDiameterDim.prototype.Shape=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeDiameterDim_Shape_0(self),MdGeShape)};MdGeDiameterDim.prototype["SetMeasuredGeometry"]=MdGeDiameterDim.prototype.SetMeasuredGeometry=function(theCircle){var self=this.ptr;if(theCircle&&typeof theCircle==="object")theCircle=theCircle.ptr;_emscripten_bind_MdGeDiameterDim_SetMeasuredGeometry_1(self,theCircle)};MdGeDiameterDim.prototype["SetTextPosition"]=MdGeDiameterDim.prototype.SetTextPosition=function(theTextPos){var self=this.ptr;if(theTextPos&&typeof theTextPos==="object")theTextPos=theTextPos.ptr;_emscripten_bind_MdGeDiameterDim_SetTextPosition_1(self,theTextPos)};MdGeDiameterDim.prototype["GetTextPosition"]=MdGeDiameterDim.prototype.GetTextPosition=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeDiameterDim_GetTextPosition_0(self),MdGePoint)};MdGeDiameterDim.prototype["SetDisplayUnits"]=MdGeDiameterDim.prototype.SetDisplayUnits=function(theUnits){var self=this.ptr;ensureCache.prepare();if(theUnits&&typeof theUnits==="object")theUnits=theUnits.ptr;else theUnits=ensureString(theUnits);_emscripten_bind_MdGeDiameterDim_SetDisplayUnits_1(self,theUnits)};MdGeDiameterDim.prototype["SetModelUnits"]=MdGeDiameterDim.prototype.SetModelUnits=function(theUnits){var self=this.ptr;ensureCache.prepare();if(theUnits&&typeof theUnits==="object")theUnits=theUnits.ptr;else theUnits=ensureString(theUnits);_emscripten_bind_MdGeDiameterDim_SetModelUnits_1(self,theUnits)};MdGeDiameterDim.prototype["GetValue"]=MdGeDiameterDim.prototype.GetValue=function(){var self=this.ptr;return _emscripten_bind_MdGeDiameterDim_GetValue_0(self)};MdGeDiameterDim.prototype["SetComputedValue"]=MdGeDiameterDim.prototype.SetComputedValue=function(){var self=this.ptr;_emscripten_bind_MdGeDiameterDim_SetComputedValue_0(self)};MdGeDiameterDim.prototype["SetCustomValue"]=MdGeDiameterDim.prototype.SetCustomValue=function(theValue){var self=this.ptr;if(theValue&&typeof theValue==="object")theValue=theValue.ptr;_emscripten_bind_MdGeDiameterDim_SetCustomValue_1(self,theValue)};MdGeDiameterDim.prototype["GetPlane"]=MdGeDiameterDim.prototype.GetPlane=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeDiameterDim_GetPlane_0(self),MdGePlane)};MdGeDiameterDim.prototype["GetGeometryType"]=MdGeDiameterDim.prototype.GetGeometryType=function(){var self=this.ptr;return _emscripten_bind_MdGeDiameterDim_GetGeometryType_0(self)};MdGeDiameterDim.prototype["SetCustomPlane"]=MdGeDiameterDim.prototype.SetCustomPlane=function(thePlane){var self=this.ptr;if(thePlane&&typeof thePlane==="object")thePlane=thePlane.ptr;_emscripten_bind_MdGeDiameterDim_SetCustomPlane_1(self,thePlane)};MdGeDiameterDim.prototype["UnsetCustomPlane"]=MdGeDiameterDim.prototype.UnsetCustomPlane=function(){var self=this.ptr;_emscripten_bind_MdGeDiameterDim_UnsetCustomPlane_0(self)};MdGeDiameterDim.prototype["IsTextPositionCustom"]=MdGeDiameterDim.prototype.IsTextPositionCustom=function(){var self=this.ptr;return!!_emscripten_bind_MdGeDiameterDim_IsTextPositionCustom_0(self)};MdGeDiameterDim.prototype["DimensionAspect"]=MdGeDiameterDim.prototype.DimensionAspect=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeDiameterDim_DimensionAspect_0(self),MdGeDimAspect)};MdGeDiameterDim.prototype["SetDimensionAspect"]=MdGeDiameterDim.prototype.SetDimensionAspect=function(theDimensionAspect){var self=this.ptr;if(theDimensionAspect&&typeof theDimensionAspect==="object")theDimensionAspect=theDimensionAspect.ptr;_emscripten_bind_MdGeDiameterDim_SetDimensionAspect_1(self,theDimensionAspect)};MdGeDiameterDim.prototype["KindOfDimension"]=MdGeDiameterDim.prototype.KindOfDimension=function(){var self=this.ptr;return _emscripten_bind_MdGeDiameterDim_KindOfDimension_0(self)};MdGeDiameterDim.prototype["AcceptDisplayMode"]=MdGeDiameterDim.prototype.AcceptDisplayMode=function(theMode){var self=this.ptr;if(theMode&&typeof theMode==="object")theMode=theMode.ptr;return!!_emscripten_bind_MdGeDiameterDim_AcceptDisplayMode_1(self,theMode)};MdGeDiameterDim.prototype["UnsetFixedTextPosition"]=MdGeDiameterDim.prototype.UnsetFixedTextPosition=function(){var self=this.ptr;_emscripten_bind_MdGeDiameterDim_UnsetFixedTextPosition_0(self)};MdGeDiameterDim.prototype["SelToleranceForText2d"]=MdGeDiameterDim.prototype.SelToleranceForText2d=function(){var self=this.ptr;return _emscripten_bind_MdGeDiameterDim_SelToleranceForText2d_0(self)};MdGeDiameterDim.prototype["SetSelToleranceForText2d"]=MdGeDiameterDim.prototype.SetSelToleranceForText2d=function(theTol){var self=this.ptr;if(theTol&&typeof theTol==="object")theTol=theTol.ptr;_emscripten_bind_MdGeDiameterDim_SetSelToleranceForText2d_1(self,theTol)};MdGeDiameterDim.prototype["GetFlyout"]=MdGeDiameterDim.prototype.GetFlyout=function(){var self=this.ptr;return _emscripten_bind_MdGeDiameterDim_GetFlyout_0(self)};MdGeDiameterDim.prototype["SetFlyout"]=MdGeDiameterDim.prototype.SetFlyout=function(theFlyout){var self=this.ptr;if(theFlyout&&typeof theFlyout==="object")theFlyout=theFlyout.ptr;_emscripten_bind_MdGeDiameterDim_SetFlyout_1(self,theFlyout)};MdGeDiameterDim.prototype["IsValid"]=MdGeDiameterDim.prototype.IsValid=function(){var self=this.ptr;return!!_emscripten_bind_MdGeDiameterDim_IsValid_0(self)};MdGeDiameterDim.prototype["Display"]=MdGeDiameterDim.prototype.Display=function(){var self=this.ptr;_emscripten_bind_MdGeDiameterDim_Display_0(self)};MdGeDiameterDim.prototype["__destroy__"]=MdGeDiameterDim.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_MdGeDiameterDim___destroy___0(self)};function MdGeDir(theXv,theYv,theZv){if(theXv&&typeof theXv==="object")theXv=theXv.ptr;if(theYv&&typeof theYv==="object")theYv=theYv.ptr;if(theZv&&typeof theZv==="object")theZv=theZv.ptr;if(theXv===undefined){this.ptr=_emscripten_bind_MdGeDir_MdGeDir_0();getCache(MdGeDir)[this.ptr]=this;return}if(theYv===undefined){this.ptr=_emscripten_bind_MdGeDir_MdGeDir_1(theXv);getCache(MdGeDir)[this.ptr]=this;return}if(theZv===undefined){this.ptr=_emscripten_bind_MdGeDir_MdGeDir_2(theXv,theYv);getCache(MdGeDir)[this.ptr]=this;return}this.ptr=_emscripten_bind_MdGeDir_MdGeDir_3(theXv,theYv,theZv);getCache(MdGeDir)[this.ptr]=this}MdGeDir.prototype=Object.create(Mx3dBaseObject.prototype);MdGeDir.prototype.constructor=MdGeDir;MdGeDir.prototype.__class__=MdGeDir;MdGeDir.__cache__={};Module["MdGeDir"]=MdGeDir;MdGeDir.prototype["SetCoord"]=MdGeDir.prototype.SetCoord=function(theXv,theYv,theZv){var self=this.ptr;if(theXv&&typeof theXv==="object")theXv=theXv.ptr;if(theYv&&typeof theYv==="object")theYv=theYv.ptr;if(theZv&&typeof theZv==="object")theZv=theZv.ptr;if(theZv===undefined){_emscripten_bind_MdGeDir_SetCoord_2(self,theXv,theYv);return}_emscripten_bind_MdGeDir_SetCoord_3(self,theXv,theYv,theZv)};MdGeDir.prototype["SetX"]=MdGeDir.prototype.SetX=function(theX){var self=this.ptr;if(theX&&typeof theX==="object")theX=theX.ptr;_emscripten_bind_MdGeDir_SetX_1(self,theX)};MdGeDir.prototype["SetY"]=MdGeDir.prototype.SetY=function(theY){var self=this.ptr;if(theY&&typeof theY==="object")theY=theY.ptr;_emscripten_bind_MdGeDir_SetY_1(self,theY)};MdGeDir.prototype["SetZ"]=MdGeDir.prototype.SetZ=function(theZ){var self=this.ptr;if(theZ&&typeof theZ==="object")theZ=theZ.ptr;_emscripten_bind_MdGeDir_SetZ_1(self,theZ)};MdGeDir.prototype["SetXYZ"]=MdGeDir.prototype.SetXYZ=function(theCoord){var self=this.ptr;if(theCoord&&typeof theCoord==="object")theCoord=theCoord.ptr;_emscripten_bind_MdGeDir_SetXYZ_1(self,theCoord)};MdGeDir.prototype["Coord"]=MdGeDir.prototype.Coord=function(theIndex){var self=this.ptr;if(theIndex&&typeof theIndex==="object")theIndex=theIndex.ptr;return _emscripten_bind_MdGeDir_Coord_1(self,theIndex)};MdGeDir.prototype["X"]=MdGeDir.prototype.X=function(){var self=this.ptr;return _emscripten_bind_MdGeDir_X_0(self)};MdGeDir.prototype["Y"]=MdGeDir.prototype.Y=function(){var self=this.ptr;return _emscripten_bind_MdGeDir_Y_0(self)};MdGeDir.prototype["Z"]=MdGeDir.prototype.Z=function(){var self=this.ptr;return _emscripten_bind_MdGeDir_Z_0(self)};MdGeDir.prototype["XYZ"]=MdGeDir.prototype.XYZ=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeDir_XYZ_0(self),MdGeXYZ)};MdGeDir.prototype["IsEqual"]=MdGeDir.prototype.IsEqual=function(theOther,theAngularTolerance){var self=this.ptr;if(theOther&&typeof theOther==="object")theOther=theOther.ptr;if(theAngularTolerance&&typeof theAngularTolerance==="object")theAngularTolerance=theAngularTolerance.ptr;return!!_emscripten_bind_MdGeDir_IsEqual_2(self,theOther,theAngularTolerance)};MdGeDir.prototype["IsNormal"]=MdGeDir.prototype.IsNormal=function(theOther,theAngularTolerance){var self=this.ptr;if(theOther&&typeof theOther==="object")theOther=theOther.ptr;if(theAngularTolerance&&typeof theAngularTolerance==="object")theAngularTolerance=theAngularTolerance.ptr;return!!_emscripten_bind_MdGeDir_IsNormal_2(self,theOther,theAngularTolerance)};MdGeDir.prototype["IsOpposite"]=MdGeDir.prototype.IsOpposite=function(theOther,theAngularTolerance){var self=this.ptr;if(theOther&&typeof theOther==="object")theOther=theOther.ptr;if(theAngularTolerance&&typeof theAngularTolerance==="object")theAngularTolerance=theAngularTolerance.ptr;return!!_emscripten_bind_MdGeDir_IsOpposite_2(self,theOther,theAngularTolerance)};MdGeDir.prototype["IsParallel"]=MdGeDir.prototype.IsParallel=function(theOther,theAngularTolerance){var self=this.ptr;if(theOther&&typeof theOther==="object")theOther=theOther.ptr;if(theAngularTolerance&&typeof theAngularTolerance==="object")theAngularTolerance=theAngularTolerance.ptr;return!!_emscripten_bind_MdGeDir_IsParallel_2(self,theOther,theAngularTolerance)};MdGeDir.prototype["Angle"]=MdGeDir.prototype.Angle=function(theOther){var self=this.ptr;if(theOther&&typeof theOther==="object")theOther=theOther.ptr;return _emscripten_bind_MdGeDir_Angle_1(self,theOther)};MdGeDir.prototype["AngleWithRef"]=MdGeDir.prototype.AngleWithRef=function(theOther,theVRef){var self=this.ptr;if(theOther&&typeof theOther==="object")theOther=theOther.ptr;if(theVRef&&typeof theVRef==="object")theVRef=theVRef.ptr;return _emscripten_bind_MdGeDir_AngleWithRef_2(self,theOther,theVRef)};MdGeDir.prototype["Cross"]=MdGeDir.prototype.Cross=function(theRight){var self=this.ptr;if(theRight&&typeof theRight==="object")theRight=theRight.ptr;_emscripten_bind_MdGeDir_Cross_1(self,theRight)};MdGeDir.prototype["Crossed"]=MdGeDir.prototype.Crossed=function(theRight){var self=this.ptr;if(theRight&&typeof theRight==="object")theRight=theRight.ptr;return wrapPointer(_emscripten_bind_MdGeDir_Crossed_1(self,theRight),MdGeDir)};MdGeDir.prototype["CrossCross"]=MdGeDir.prototype.CrossCross=function(theV1,theV2){var self=this.ptr;if(theV1&&typeof theV1==="object")theV1=theV1.ptr;if(theV2&&typeof theV2==="object")theV2=theV2.ptr;_emscripten_bind_MdGeDir_CrossCross_2(self,theV1,theV2)};MdGeDir.prototype["CrossCrossed"]=MdGeDir.prototype.CrossCrossed=function(theV1,theV2){var self=this.ptr;if(theV1&&typeof theV1==="object")theV1=theV1.ptr;if(theV2&&typeof theV2==="object")theV2=theV2.ptr;return wrapPointer(_emscripten_bind_MdGeDir_CrossCrossed_2(self,theV1,theV2),MdGeDir)};MdGeDir.prototype["Dot"]=MdGeDir.prototype.Dot=function(theOther){var self=this.ptr;if(theOther&&typeof theOther==="object")theOther=theOther.ptr;return _emscripten_bind_MdGeDir_Dot_1(self,theOther)};MdGeDir.prototype["DotCross"]=MdGeDir.prototype.DotCross=function(theV1,theV2){var self=this.ptr;if(theV1&&typeof theV1==="object")theV1=theV1.ptr;if(theV2&&typeof theV2==="object")theV2=theV2.ptr;return _emscripten_bind_MdGeDir_DotCross_2(self,theV1,theV2)};MdGeDir.prototype["Reverse"]=MdGeDir.prototype.Reverse=function(){var self=this.ptr;_emscripten_bind_MdGeDir_Reverse_0(self)};MdGeDir.prototype["Reversed"]=MdGeDir.prototype.Reversed=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeDir_Reversed_0(self),MdGeDir)};MdGeDir.prototype["MirrorByVec"]=MdGeDir.prototype.MirrorByVec=function(theV){var self=this.ptr;if(theV&&typeof theV==="object")theV=theV.ptr;_emscripten_bind_MdGeDir_MirrorByVec_1(self,theV)};MdGeDir.prototype["MirroredByVec"]=MdGeDir.prototype.MirroredByVec=function(theV){var self=this.ptr;if(theV&&typeof theV==="object")theV=theV.ptr;return wrapPointer(_emscripten_bind_MdGeDir_MirroredByVec_1(self,theV),MdGeDir)};MdGeDir.prototype["MirrorByAxis"]=MdGeDir.prototype.MirrorByAxis=function(theA1){var self=this.ptr;if(theA1&&typeof theA1==="object")theA1=theA1.ptr;_emscripten_bind_MdGeDir_MirrorByAxis_1(self,theA1)};MdGeDir.prototype["MirroredByAxis"]=MdGeDir.prototype.MirroredByAxis=function(theA1){var self=this.ptr;if(theA1&&typeof theA1==="object")theA1=theA1.ptr;return wrapPointer(_emscripten_bind_MdGeDir_MirroredByAxis_1(self,theA1),MdGeDir)};MdGeDir.prototype["MirrorByCSYSR"]=MdGeDir.prototype.MirrorByCSYSR=function(theA2){var self=this.ptr;if(theA2&&typeof theA2==="object")theA2=theA2.ptr;_emscripten_bind_MdGeDir_MirrorByCSYSR_1(self,theA2)};MdGeDir.prototype["MirroredByCSYSR"]=MdGeDir.prototype.MirroredByCSYSR=function(theA2){var self=this.ptr;if(theA2&&typeof theA2==="object")theA2=theA2.ptr;return wrapPointer(_emscripten_bind_MdGeDir_MirroredByCSYSR_1(self,theA2),MdGeDir)};MdGeDir.prototype["Rotate"]=MdGeDir.prototype.Rotate=function(theA1,theAng){var self=this.ptr;if(theA1&&typeof theA1==="object")theA1=theA1.ptr;if(theAng&&typeof theAng==="object")theAng=theAng.ptr;_emscripten_bind_MdGeDir_Rotate_2(self,theA1,theAng)};MdGeDir.prototype["Rotated"]=MdGeDir.prototype.Rotated=function(theA1,theAng){var self=this.ptr;if(theA1&&typeof theA1==="object")theA1=theA1.ptr;if(theAng&&typeof theAng==="object")theAng=theAng.ptr;return wrapPointer(_emscripten_bind_MdGeDir_Rotated_2(self,theA1,theAng),MdGeDir)};MdGeDir.prototype["Transform"]=MdGeDir.prototype.Transform=function(theT){var self=this.ptr;if(theT&&typeof theT==="object")theT=theT.ptr;_emscripten_bind_MdGeDir_Transform_1(self,theT)};MdGeDir.prototype["Transformed"]=MdGeDir.prototype.Transformed=function(theT){var self=this.ptr;if(theT&&typeof theT==="object")theT=theT.ptr;return wrapPointer(_emscripten_bind_MdGeDir_Transformed_1(self,theT),MdGeDir)};MdGeDir.prototype["__destroy__"]=MdGeDir.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_MdGeDir___destroy___0(self)};function MdGeHypr(theA2,theMajorRadius,theMinorRadius){if(theA2&&typeof theA2==="object")theA2=theA2.ptr;if(theMajorRadius&&typeof theMajorRadius==="object")theMajorRadius=theMajorRadius.ptr;if(theMinorRadius&&typeof theMinorRadius==="object")theMinorRadius=theMinorRadius.ptr;if(theA2===undefined){this.ptr=_emscripten_bind_MdGeHypr_MdGeHypr_0();getCache(MdGeHypr)[this.ptr]=this;return}if(theMajorRadius===undefined){this.ptr=_emscripten_bind_MdGeHypr_MdGeHypr_1(theA2);getCache(MdGeHypr)[this.ptr]=this;return}if(theMinorRadius===undefined){this.ptr=_emscripten_bind_MdGeHypr_MdGeHypr_2(theA2,theMajorRadius);getCache(MdGeHypr)[this.ptr]=this;return}this.ptr=_emscripten_bind_MdGeHypr_MdGeHypr_3(theA2,theMajorRadius,theMinorRadius);getCache(MdGeHypr)[this.ptr]=this}MdGeHypr.prototype=Object.create(Mx3dBaseObject.prototype);MdGeHypr.prototype.constructor=MdGeHypr;MdGeHypr.prototype.__class__=MdGeHypr;MdGeHypr.__cache__={};Module["MdGeHypr"]=MdGeHypr;MdGeHypr.prototype["SetAxis"]=MdGeHypr.prototype.SetAxis=function(theA1){var self=this.ptr;if(theA1&&typeof theA1==="object")theA1=theA1.ptr;_emscripten_bind_MdGeHypr_SetAxis_1(self,theA1)};MdGeHypr.prototype["SetLocation"]=MdGeHypr.prototype.SetLocation=function(theP){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;_emscripten_bind_MdGeHypr_SetLocation_1(self,theP)};MdGeHypr.prototype["SetMajorRadius"]=MdGeHypr.prototype.SetMajorRadius=function(theMajorRadius){var self=this.ptr;if(theMajorRadius&&typeof theMajorRadius==="object")theMajorRadius=theMajorRadius.ptr;_emscripten_bind_MdGeHypr_SetMajorRadius_1(self,theMajorRadius)};MdGeHypr.prototype["SetMinorRadius"]=MdGeHypr.prototype.SetMinorRadius=function(theMinorRadius){var self=this.ptr;if(theMinorRadius&&typeof theMinorRadius==="object")theMinorRadius=theMinorRadius.ptr;_emscripten_bind_MdGeHypr_SetMinorRadius_1(self,theMinorRadius)};MdGeHypr.prototype["SetPosition"]=MdGeHypr.prototype.SetPosition=function(theA2){var self=this.ptr;if(theA2&&typeof theA2==="object")theA2=theA2.ptr;_emscripten_bind_MdGeHypr_SetPosition_1(self,theA2)};MdGeHypr.prototype["Asymptote1"]=MdGeHypr.prototype.Asymptote1=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeHypr_Asymptote1_0(self),MdGeAxis)};MdGeHypr.prototype["Asymptote2"]=MdGeHypr.prototype.Asymptote2=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeHypr_Asymptote2_0(self),MdGeAxis)};MdGeHypr.prototype["Axis"]=MdGeHypr.prototype.Axis=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeHypr_Axis_0(self),MdGeAxis)};MdGeHypr.prototype["ConjugateBranch1"]=MdGeHypr.prototype.ConjugateBranch1=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeHypr_ConjugateBranch1_0(self),MdGeHypr)};MdGeHypr.prototype["ConjugateBranch2"]=MdGeHypr.prototype.ConjugateBranch2=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeHypr_ConjugateBranch2_0(self),MdGeHypr)};MdGeHypr.prototype["Directrix1"]=MdGeHypr.prototype.Directrix1=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeHypr_Directrix1_0(self),MdGeAxis)};MdGeHypr.prototype["Directrix2"]=MdGeHypr.prototype.Directrix2=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeHypr_Directrix2_0(self),MdGeAxis)};MdGeHypr.prototype["Eccentricity"]=MdGeHypr.prototype.Eccentricity=function(){var self=this.ptr;return _emscripten_bind_MdGeHypr_Eccentricity_0(self)};MdGeHypr.prototype["Focal"]=MdGeHypr.prototype.Focal=function(){var self=this.ptr;return _emscripten_bind_MdGeHypr_Focal_0(self)};MdGeHypr.prototype["Focus1"]=MdGeHypr.prototype.Focus1=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeHypr_Focus1_0(self),MdGePoint)};MdGeHypr.prototype["Focus2"]=MdGeHypr.prototype.Focus2=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeHypr_Focus2_0(self),MdGePoint)};MdGeHypr.prototype["Location"]=MdGeHypr.prototype.Location=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeHypr_Location_0(self),MdGePoint)};MdGeHypr.prototype["MajorRadius"]=MdGeHypr.prototype.MajorRadius=function(){var self=this.ptr;return _emscripten_bind_MdGeHypr_MajorRadius_0(self)};MdGeHypr.prototype["MinorRadius"]=MdGeHypr.prototype.MinorRadius=function(){var self=this.ptr;return _emscripten_bind_MdGeHypr_MinorRadius_0(self)};MdGeHypr.prototype["OtherBranch"]=MdGeHypr.prototype.OtherBranch=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeHypr_OtherBranch_0(self),MdGeHypr)};MdGeHypr.prototype["Parameter"]=MdGeHypr.prototype.Parameter=function(){var self=this.ptr;return _emscripten_bind_MdGeHypr_Parameter_0(self)};MdGeHypr.prototype["Position"]=MdGeHypr.prototype.Position=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeHypr_Position_0(self),MdGeCSYSR)};MdGeHypr.prototype["XAxis"]=MdGeHypr.prototype.XAxis=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeHypr_XAxis_0(self),MdGeAxis)};MdGeHypr.prototype["YAxis"]=MdGeHypr.prototype.YAxis=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeHypr_YAxis_0(self),MdGeAxis)};MdGeHypr.prototype["MirrorByPoint"]=MdGeHypr.prototype.MirrorByPoint=function(theP){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;_emscripten_bind_MdGeHypr_MirrorByPoint_1(self,theP)};MdGeHypr.prototype["MirroredByPoint"]=MdGeHypr.prototype.MirroredByPoint=function(theP){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;return wrapPointer(_emscripten_bind_MdGeHypr_MirroredByPoint_1(self,theP),MdGeHypr)};MdGeHypr.prototype["MirrorByAxis"]=MdGeHypr.prototype.MirrorByAxis=function(theA1){var self=this.ptr;if(theA1&&typeof theA1==="object")theA1=theA1.ptr;_emscripten_bind_MdGeHypr_MirrorByAxis_1(self,theA1)};MdGeHypr.prototype["MirroredByAxis"]=MdGeHypr.prototype.MirroredByAxis=function(theA1){var self=this.ptr;if(theA1&&typeof theA1==="object")theA1=theA1.ptr;return wrapPointer(_emscripten_bind_MdGeHypr_MirroredByAxis_1(self,theA1),MdGeHypr)};MdGeHypr.prototype["MirrorByCSYSR"]=MdGeHypr.prototype.MirrorByCSYSR=function(theA2){var self=this.ptr;if(theA2&&typeof theA2==="object")theA2=theA2.ptr;_emscripten_bind_MdGeHypr_MirrorByCSYSR_1(self,theA2)};MdGeHypr.prototype["MirroredByCSYSR"]=MdGeHypr.prototype.MirroredByCSYSR=function(theA2){var self=this.ptr;if(theA2&&typeof theA2==="object")theA2=theA2.ptr;return wrapPointer(_emscripten_bind_MdGeHypr_MirroredByCSYSR_1(self,theA2),MdGeHypr)};MdGeHypr.prototype["Rotate"]=MdGeHypr.prototype.Rotate=function(theA1,theAng){var self=this.ptr;if(theA1&&typeof theA1==="object")theA1=theA1.ptr;if(theAng&&typeof theAng==="object")theAng=theAng.ptr;_emscripten_bind_MdGeHypr_Rotate_2(self,theA1,theAng)};MdGeHypr.prototype["Rotated"]=MdGeHypr.prototype.Rotated=function(theA1,theAng){var self=this.ptr;if(theA1&&typeof theA1==="object")theA1=theA1.ptr;if(theAng&&typeof theAng==="object")theAng=theAng.ptr;return wrapPointer(_emscripten_bind_MdGeHypr_Rotated_2(self,theA1,theAng),MdGeHypr)};MdGeHypr.prototype["Scale"]=MdGeHypr.prototype.Scale=function(theP,theS){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;if(theS&&typeof theS==="object")theS=theS.ptr;_emscripten_bind_MdGeHypr_Scale_2(self,theP,theS)};MdGeHypr.prototype["Scaled"]=MdGeHypr.prototype.Scaled=function(theP,theS){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;if(theS&&typeof theS==="object")theS=theS.ptr;return wrapPointer(_emscripten_bind_MdGeHypr_Scaled_2(self,theP,theS),MdGeHypr)};MdGeHypr.prototype["Transform"]=MdGeHypr.prototype.Transform=function(theT){var self=this.ptr;if(theT&&typeof theT==="object")theT=theT.ptr;_emscripten_bind_MdGeHypr_Transform_1(self,theT)};MdGeHypr.prototype["Transformed"]=MdGeHypr.prototype.Transformed=function(theT){var self=this.ptr;if(theT&&typeof theT==="object")theT=theT.ptr;return wrapPointer(_emscripten_bind_MdGeHypr_Transformed_1(self,theT),MdGeHypr)};MdGeHypr.prototype["TranslateByVec"]=MdGeHypr.prototype.TranslateByVec=function(theV){var self=this.ptr;if(theV&&typeof theV==="object")theV=theV.ptr;_emscripten_bind_MdGeHypr_TranslateByVec_1(self,theV)};MdGeHypr.prototype["TranslatedByVec"]=MdGeHypr.prototype.TranslatedByVec=function(theV){var self=this.ptr;if(theV&&typeof theV==="object")theV=theV.ptr;return wrapPointer(_emscripten_bind_MdGeHypr_TranslatedByVec_1(self,theV),MdGeHypr)};MdGeHypr.prototype["TranslateBy2Points"]=MdGeHypr.prototype.TranslateBy2Points=function(theP1,theP2){var self=this.ptr;if(theP1&&typeof theP1==="object")theP1=theP1.ptr;if(theP2&&typeof theP2==="object")theP2=theP2.ptr;_emscripten_bind_MdGeHypr_TranslateBy2Points_2(self,theP1,theP2)};MdGeHypr.prototype["TranslatedBy2Points"]=MdGeHypr.prototype.TranslatedBy2Points=function(theP1,theP2){var self=this.ptr;if(theP1&&typeof theP1==="object")theP1=theP1.ptr;if(theP2&&typeof theP2==="object")theP2=theP2.ptr;return wrapPointer(_emscripten_bind_MdGeHypr_TranslatedBy2Points_2(self,theP1,theP2),MdGeHypr)};MdGeHypr.prototype["Shape"]=MdGeHypr.prototype.Shape=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeHypr_Shape_0(self),MdGeShape)};MdGeHypr.prototype["Wire"]=MdGeHypr.prototype.Wire=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeHypr_Wire_0(self),MdGeWire)};MdGeHypr.prototype["Edge"]=MdGeHypr.prototype.Edge=function(p1,p2){var self=this.ptr;if(p1&&typeof p1==="object")p1=p1.ptr;if(p2&&typeof p2==="object")p2=p2.ptr;if(p1===undefined){return wrapPointer(_emscripten_bind_MdGeHypr_Edge_0(self),MdGeEdge)}if(p2===undefined){return wrapPointer(_emscripten_bind_MdGeHypr_Edge_1(self,p1),MdGeEdge)}return wrapPointer(_emscripten_bind_MdGeHypr_Edge_2(self,p1,p2),MdGeEdge)};MdGeHypr.prototype["__destroy__"]=MdGeHypr.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_MdGeHypr___destroy___0(self)};function MdGeInterpolateBSpl(Points,Parameters,PeriodicFlag,Tolerance){if(Points&&typeof Points==="object")Points=Points.ptr;if(Parameters&&typeof Parameters==="object")Parameters=Parameters.ptr;if(PeriodicFlag&&typeof PeriodicFlag==="object")PeriodicFlag=PeriodicFlag.ptr;if(Tolerance&&typeof Tolerance==="object")Tolerance=Tolerance.ptr;if(Parameters===undefined){this.ptr=_emscripten_bind_MdGeInterpolateBSpl_MdGeInterpolateBSpl_1(Points);getCache(MdGeInterpolateBSpl)[this.ptr]=this;return}if(PeriodicFlag===undefined){this.ptr=_emscripten_bind_MdGeInterpolateBSpl_MdGeInterpolateBSpl_2(Points,Parameters);getCache(MdGeInterpolateBSpl)[this.ptr]=this;return}if(Tolerance===undefined){this.ptr=_emscripten_bind_MdGeInterpolateBSpl_MdGeInterpolateBSpl_3(Points,Parameters,PeriodicFlag);getCache(MdGeInterpolateBSpl)[this.ptr]=this;return}this.ptr=_emscripten_bind_MdGeInterpolateBSpl_MdGeInterpolateBSpl_4(Points,Parameters,PeriodicFlag,Tolerance);getCache(MdGeInterpolateBSpl)[this.ptr]=this}MdGeInterpolateBSpl.prototype=Object.create(Mx3dBaseObject.prototype);MdGeInterpolateBSpl.prototype.constructor=MdGeInterpolateBSpl;MdGeInterpolateBSpl.prototype.__class__=MdGeInterpolateBSpl;MdGeInterpolateBSpl.__cache__={};Module["MdGeInterpolateBSpl"]=MdGeInterpolateBSpl;MdGeInterpolateBSpl.prototype["Load"]=MdGeInterpolateBSpl.prototype.Load=function(InitialTangent,FinalTangent,Scale){var self=this.ptr;if(InitialTangent&&typeof InitialTangent==="object")InitialTangent=InitialTangent.ptr;if(FinalTangent&&typeof FinalTangent==="object")FinalTangent=FinalTangent.ptr;if(Scale&&typeof Scale==="object")Scale=Scale.ptr;if(Scale===undefined){_emscripten_bind_MdGeInterpolateBSpl_Load_2(self,InitialTangent,FinalTangent);return}_emscripten_bind_MdGeInterpolateBSpl_Load_3(self,InitialTangent,FinalTangent,Scale)};MdGeInterpolateBSpl.prototype["Perform"]=MdGeInterpolateBSpl.prototype.Perform=function(){var self=this.ptr;_emscripten_bind_MdGeInterpolateBSpl_Perform_0(self)};MdGeInterpolateBSpl.prototype["Curve"]=MdGeInterpolateBSpl.prototype.Curve=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeInterpolateBSpl_Curve_0(self),MdGeBSplineCurve)};MdGeInterpolateBSpl.prototype["IsDone"]=MdGeInterpolateBSpl.prototype.IsDone=function(){var self=this.ptr;return!!_emscripten_bind_MdGeInterpolateBSpl_IsDone_0(self)};MdGeInterpolateBSpl.prototype["__destroy__"]=MdGeInterpolateBSpl.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_MdGeInterpolateBSpl___destroy___0(self)};function MdGeLengthDim(theFirstPoint,theSecondPoint,thePlane){if(theFirstPoint&&typeof theFirstPoint==="object")theFirstPoint=theFirstPoint.ptr;if(theSecondPoint&&typeof theSecondPoint==="object")theSecondPoint=theSecondPoint.ptr;if(thePlane&&typeof thePlane==="object")thePlane=thePlane.ptr;if(theFirstPoint===undefined){this.ptr=_emscripten_bind_MdGeLengthDim_MdGeLengthDim_0();getCache(MdGeLengthDim)[this.ptr]=this;return}if(theSecondPoint===undefined){this.ptr=_emscripten_bind_MdGeLengthDim_MdGeLengthDim_1(theFirstPoint);getCache(MdGeLengthDim)[this.ptr]=this;return}if(thePlane===undefined){this.ptr=_emscripten_bind_MdGeLengthDim_MdGeLengthDim_2(theFirstPoint,theSecondPoint);getCache(MdGeLengthDim)[this.ptr]=this;return}this.ptr=_emscripten_bind_MdGeLengthDim_MdGeLengthDim_3(theFirstPoint,theSecondPoint,thePlane);getCache(MdGeLengthDim)[this.ptr]=this}MdGeLengthDim.prototype=Object.create(Mx3dBaseObject.prototype);MdGeLengthDim.prototype.constructor=MdGeLengthDim;MdGeLengthDim.prototype.__class__=MdGeLengthDim;MdGeLengthDim.__cache__={};Module["MdGeLengthDim"]=MdGeLengthDim;MdGeLengthDim.prototype["FirstPoint"]=MdGeLengthDim.prototype.FirstPoint=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeLengthDim_FirstPoint_0(self),MdGePoint)};MdGeLengthDim.prototype["SecondPoint"]=MdGeLengthDim.prototype.SecondPoint=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeLengthDim_SecondPoint_0(self),MdGePoint)};MdGeLengthDim.prototype["FirstShape"]=MdGeLengthDim.prototype.FirstShape=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeLengthDim_FirstShape_0(self),MdGeShape)};MdGeLengthDim.prototype["SecondShape"]=MdGeLengthDim.prototype.SecondShape=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeLengthDim_SecondShape_0(self),MdGeShape)};MdGeLengthDim.prototype["SetMeasuredGeometry"]=MdGeLengthDim.prototype.SetMeasuredGeometry=function(theFirstPoint,theSecondPoint,thePlane){var self=this.ptr;if(theFirstPoint&&typeof theFirstPoint==="object")theFirstPoint=theFirstPoint.ptr;if(theSecondPoint&&typeof theSecondPoint==="object")theSecondPoint=theSecondPoint.ptr;if(thePlane&&typeof thePlane==="object")thePlane=thePlane.ptr;_emscripten_bind_MdGeLengthDim_SetMeasuredGeometry_3(self,theFirstPoint,theSecondPoint,thePlane)};MdGeLengthDim.prototype["SetMeasuredShapes"]=MdGeLengthDim.prototype.SetMeasuredShapes=function(theFirstShape,theSecondShape){var self=this.ptr;if(theFirstShape&&typeof theFirstShape==="object")theFirstShape=theFirstShape.ptr;if(theSecondShape&&typeof theSecondShape==="object")theSecondShape=theSecondShape.ptr;_emscripten_bind_MdGeLengthDim_SetMeasuredShapes_2(self,theFirstShape,theSecondShape)};MdGeLengthDim.prototype["SetTextPosition"]=MdGeLengthDim.prototype.SetTextPosition=function(theTextPos){var self=this.ptr;if(theTextPos&&typeof theTextPos==="object")theTextPos=theTextPos.ptr;_emscripten_bind_MdGeLengthDim_SetTextPosition_1(self,theTextPos)};MdGeLengthDim.prototype["GetTextPosition"]=MdGeLengthDim.prototype.GetTextPosition=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeLengthDim_GetTextPosition_0(self),MdGePoint)};MdGeLengthDim.prototype["SetDirection"]=MdGeLengthDim.prototype.SetDirection=function(theDirection,theUseDirection){var self=this.ptr;if(theDirection&&typeof theDirection==="object")theDirection=theDirection.ptr;if(theUseDirection&&typeof theUseDirection==="object")theUseDirection=theUseDirection.ptr;if(theUseDirection===undefined){_emscripten_bind_MdGeLengthDim_SetDirection_1(self,theDirection);return}_emscripten_bind_MdGeLengthDim_SetDirection_2(self,theDirection,theUseDirection)};MdGeLengthDim.prototype["GetValue"]=MdGeLengthDim.prototype.GetValue=function(){var self=this.ptr;return _emscripten_bind_MdGeLengthDim_GetValue_0(self)};MdGeLengthDim.prototype["SetComputedValue"]=MdGeLengthDim.prototype.SetComputedValue=function(){var self=this.ptr;_emscripten_bind_MdGeLengthDim_SetComputedValue_0(self)};MdGeLengthDim.prototype["SetCustomValue"]=MdGeLengthDim.prototype.SetCustomValue=function(theValue){var self=this.ptr;if(theValue&&typeof theValue==="object")theValue=theValue.ptr;_emscripten_bind_MdGeLengthDim_SetCustomValue_1(self,theValue)};MdGeLengthDim.prototype["GetPlane"]=MdGeLengthDim.prototype.GetPlane=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeLengthDim_GetPlane_0(self),MdGePlane)};MdGeLengthDim.prototype["GetGeometryType"]=MdGeLengthDim.prototype.GetGeometryType=function(){var self=this.ptr;return _emscripten_bind_MdGeLengthDim_GetGeometryType_0(self)};MdGeLengthDim.prototype["SetCustomPlane"]=MdGeLengthDim.prototype.SetCustomPlane=function(thePlane){var self=this.ptr;if(thePlane&&typeof thePlane==="object")thePlane=thePlane.ptr;_emscripten_bind_MdGeLengthDim_SetCustomPlane_1(self,thePlane)};MdGeLengthDim.prototype["UnsetCustomPlane"]=MdGeLengthDim.prototype.UnsetCustomPlane=function(){var self=this.ptr;_emscripten_bind_MdGeLengthDim_UnsetCustomPlane_0(self)};MdGeLengthDim.prototype["IsTextPositionCustom"]=MdGeLengthDim.prototype.IsTextPositionCustom=function(){var self=this.ptr;return!!_emscripten_bind_MdGeLengthDim_IsTextPositionCustom_0(self)};MdGeLengthDim.prototype["DimensionAspect"]=MdGeLengthDim.prototype.DimensionAspect=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeLengthDim_DimensionAspect_0(self),MdGeDimAspect)};MdGeLengthDim.prototype["SetDimensionAspect"]=MdGeLengthDim.prototype.SetDimensionAspect=function(theDimensionAspect){var self=this.ptr;if(theDimensionAspect&&typeof theDimensionAspect==="object")theDimensionAspect=theDimensionAspect.ptr;_emscripten_bind_MdGeLengthDim_SetDimensionAspect_1(self,theDimensionAspect)};MdGeLengthDim.prototype["KindOfDimension"]=MdGeLengthDim.prototype.KindOfDimension=function(){var self=this.ptr;return _emscripten_bind_MdGeLengthDim_KindOfDimension_0(self)};MdGeLengthDim.prototype["AcceptDisplayMode"]=MdGeLengthDim.prototype.AcceptDisplayMode=function(theMode){var self=this.ptr;if(theMode&&typeof theMode==="object")theMode=theMode.ptr;return!!_emscripten_bind_MdGeLengthDim_AcceptDisplayMode_1(self,theMode)};MdGeLengthDim.prototype["UnsetFixedTextPosition"]=MdGeLengthDim.prototype.UnsetFixedTextPosition=function(){var self=this.ptr;_emscripten_bind_MdGeLengthDim_UnsetFixedTextPosition_0(self)};MdGeLengthDim.prototype["SelToleranceForText2d"]=MdGeLengthDim.prototype.SelToleranceForText2d=function(){var self=this.ptr;return _emscripten_bind_MdGeLengthDim_SelToleranceForText2d_0(self)};MdGeLengthDim.prototype["SetSelToleranceForText2d"]=MdGeLengthDim.prototype.SetSelToleranceForText2d=function(theTol){var self=this.ptr;if(theTol&&typeof theTol==="object")theTol=theTol.ptr;_emscripten_bind_MdGeLengthDim_SetSelToleranceForText2d_1(self,theTol)};MdGeLengthDim.prototype["GetFlyout"]=MdGeLengthDim.prototype.GetFlyout=function(){var self=this.ptr;return _emscripten_bind_MdGeLengthDim_GetFlyout_0(self)};MdGeLengthDim.prototype["SetFlyout"]=MdGeLengthDim.prototype.SetFlyout=function(theFlyout){var self=this.ptr;if(theFlyout&&typeof theFlyout==="object")theFlyout=theFlyout.ptr;_emscripten_bind_MdGeLengthDim_SetFlyout_1(self,theFlyout)};MdGeLengthDim.prototype["IsValid"]=MdGeLengthDim.prototype.IsValid=function(){var self=this.ptr;return!!_emscripten_bind_MdGeLengthDim_IsValid_0(self)};MdGeLengthDim.prototype["Display"]=MdGeLengthDim.prototype.Display=function(){var self=this.ptr;_emscripten_bind_MdGeLengthDim_Display_0(self)};MdGeLengthDim.prototype["__destroy__"]=MdGeLengthDim.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_MdGeLengthDim___destroy___0(self)};function MdGeLoft(isSolid,ruled,pres3d){if(isSolid&&typeof isSolid==="object")isSolid=isSolid.ptr;if(ruled&&typeof ruled==="object")ruled=ruled.ptr;if(pres3d&&typeof pres3d==="object")pres3d=pres3d.ptr;if(isSolid===undefined){this.ptr=_emscripten_bind_MdGeLoft_MdGeLoft_0();getCache(MdGeLoft)[this.ptr]=this;return}if(ruled===undefined){this.ptr=_emscripten_bind_MdGeLoft_MdGeLoft_1(isSolid);getCache(MdGeLoft)[this.ptr]=this;return}if(pres3d===undefined){this.ptr=_emscripten_bind_MdGeLoft_MdGeLoft_2(isSolid,ruled);getCache(MdGeLoft)[this.ptr]=this;return}this.ptr=_emscripten_bind_MdGeLoft_MdGeLoft_3(isSolid,ruled,pres3d);getCache(MdGeLoft)[this.ptr]=this}MdGeLoft.prototype=Object.create(Mx3dBaseObject.prototype);MdGeLoft.prototype.constructor=MdGeLoft;MdGeLoft.prototype.__class__=MdGeLoft;MdGeLoft.__cache__={};Module["MdGeLoft"]=MdGeLoft;MdGeLoft.prototype["Init"]=MdGeLoft.prototype.Init=function(isSolid,ruled,pres3d){var self=this.ptr;if(isSolid&&typeof isSolid==="object")isSolid=isSolid.ptr;if(ruled&&typeof ruled==="object")ruled=ruled.ptr;if(pres3d&&typeof pres3d==="object")pres3d=pres3d.ptr;if(isSolid===undefined){_emscripten_bind_MdGeLoft_Init_0(self);return}if(ruled===undefined){_emscripten_bind_MdGeLoft_Init_1(self,isSolid);return}if(pres3d===undefined){_emscripten_bind_MdGeLoft_Init_2(self,isSolid,ruled);return}_emscripten_bind_MdGeLoft_Init_3(self,isSolid,ruled,pres3d)};MdGeLoft.prototype["AddWire"]=MdGeLoft.prototype.AddWire=function(wire){var self=this.ptr;if(wire&&typeof wire==="object")wire=wire.ptr;_emscripten_bind_MdGeLoft_AddWire_1(self,wire)};MdGeLoft.prototype["AddVertex"]=MdGeLoft.prototype.AddVertex=function(aVertex){var self=this.ptr;if(aVertex&&typeof aVertex==="object")aVertex=aVertex.ptr;_emscripten_bind_MdGeLoft_AddVertex_1(self,aVertex)};MdGeLoft.prototype["CheckCompatibility"]=MdGeLoft.prototype.CheckCompatibility=function(check){var self=this.ptr;if(check&&typeof check==="object")check=check.ptr;if(check===undefined){_emscripten_bind_MdGeLoft_CheckCompatibility_0(self);return}_emscripten_bind_MdGeLoft_CheckCompatibility_1(self,check)};MdGeLoft.prototype["SetSmoothing"]=MdGeLoft.prototype.SetSmoothing=function(UseSmoothing){var self=this.ptr;if(UseSmoothing&&typeof UseSmoothing==="object")UseSmoothing=UseSmoothing.ptr;_emscripten_bind_MdGeLoft_SetSmoothing_1(self,UseSmoothing)};MdGeLoft.prototype["SetContinuity"]=MdGeLoft.prototype.SetContinuity=function(C){var self=this.ptr;if(C&&typeof C==="object")C=C.ptr;_emscripten_bind_MdGeLoft_SetContinuity_1(self,C)};MdGeLoft.prototype["SetMaxDegree"]=MdGeLoft.prototype.SetMaxDegree=function(MaxDeg){var self=this.ptr;if(MaxDeg&&typeof MaxDeg==="object")MaxDeg=MaxDeg.ptr;_emscripten_bind_MdGeLoft_SetMaxDegree_1(self,MaxDeg)};MdGeLoft.prototype["Continuity"]=MdGeLoft.prototype.Continuity=function(){var self=this.ptr;return _emscripten_bind_MdGeLoft_Continuity_0(self)};MdGeLoft.prototype["MaxDegree"]=MdGeLoft.prototype.MaxDegree=function(){var self=this.ptr;return _emscripten_bind_MdGeLoft_MaxDegree_0(self)};MdGeLoft.prototype["UseSmoothing"]=MdGeLoft.prototype.UseSmoothing=function(){var self=this.ptr;return!!_emscripten_bind_MdGeLoft_UseSmoothing_0(self)};MdGeLoft.prototype["FirstShape"]=MdGeLoft.prototype.FirstShape=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeLoft_FirstShape_0(self),MdGeShape)};MdGeLoft.prototype["LastShape"]=MdGeLoft.prototype.LastShape=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeLoft_LastShape_0(self),MdGeShape)};MdGeLoft.prototype["GeneratedFace"]=MdGeLoft.prototype.GeneratedFace=function(Edge){var self=this.ptr;if(Edge&&typeof Edge==="object")Edge=Edge.ptr;return wrapPointer(_emscripten_bind_MdGeLoft_GeneratedFace_1(self,Edge),MdGeShape)};MdGeLoft.prototype["SetMutableInput"]=MdGeLoft.prototype.SetMutableInput=function(theIsMutableInput){var self=this.ptr;if(theIsMutableInput&&typeof theIsMutableInput==="object")theIsMutableInput=theIsMutableInput.ptr;_emscripten_bind_MdGeLoft_SetMutableInput_1(self,theIsMutableInput)};MdGeLoft.prototype["IsMutableInput"]=MdGeLoft.prototype.IsMutableInput=function(){var self=this.ptr;return!!_emscripten_bind_MdGeLoft_IsMutableInput_0(self)};MdGeLoft.prototype["Shape"]=MdGeLoft.prototype.Shape=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeLoft_Shape_0(self),MdGeShape)};MdGeLoft.prototype["__destroy__"]=MdGeLoft.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_MdGeLoft___destroy___0(self)};function MdGeParab(theA2,theFocal){if(theA2&&typeof theA2==="object")theA2=theA2.ptr;if(theFocal&&typeof theFocal==="object")theFocal=theFocal.ptr;if(theA2===undefined){this.ptr=_emscripten_bind_MdGeParab_MdGeParab_0();getCache(MdGeParab)[this.ptr]=this;return}if(theFocal===undefined){this.ptr=_emscripten_bind_MdGeParab_MdGeParab_1(theA2);getCache(MdGeParab)[this.ptr]=this;return}this.ptr=_emscripten_bind_MdGeParab_MdGeParab_2(theA2,theFocal);getCache(MdGeParab)[this.ptr]=this}MdGeParab.prototype=Object.create(Mx3dBaseObject.prototype);MdGeParab.prototype.constructor=MdGeParab;MdGeParab.prototype.__class__=MdGeParab;MdGeParab.__cache__={};Module["MdGeParab"]=MdGeParab;MdGeParab.prototype["SetAxis"]=MdGeParab.prototype.SetAxis=function(theA1){var self=this.ptr;if(theA1&&typeof theA1==="object")theA1=theA1.ptr;_emscripten_bind_MdGeParab_SetAxis_1(self,theA1)};MdGeParab.prototype["SetFocal"]=MdGeParab.prototype.SetFocal=function(theFocal){var self=this.ptr;if(theFocal&&typeof theFocal==="object")theFocal=theFocal.ptr;_emscripten_bind_MdGeParab_SetFocal_1(self,theFocal)};MdGeParab.prototype["SetLocation"]=MdGeParab.prototype.SetLocation=function(theP){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;_emscripten_bind_MdGeParab_SetLocation_1(self,theP)};MdGeParab.prototype["SetPosition"]=MdGeParab.prototype.SetPosition=function(theA2){var self=this.ptr;if(theA2&&typeof theA2==="object")theA2=theA2.ptr;_emscripten_bind_MdGeParab_SetPosition_1(self,theA2)};MdGeParab.prototype["Axis"]=MdGeParab.prototype.Axis=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeParab_Axis_0(self),MdGeAxis)};MdGeParab.prototype["Directrix"]=MdGeParab.prototype.Directrix=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeParab_Directrix_0(self),MdGeAxis)};MdGeParab.prototype["Focal"]=MdGeParab.prototype.Focal=function(){var self=this.ptr;return _emscripten_bind_MdGeParab_Focal_0(self)};MdGeParab.prototype["Focus"]=MdGeParab.prototype.Focus=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeParab_Focus_0(self),MdGePoint)};MdGeParab.prototype["Location"]=MdGeParab.prototype.Location=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeParab_Location_0(self),MdGePoint)};MdGeParab.prototype["Parameter"]=MdGeParab.prototype.Parameter=function(){var self=this.ptr;return _emscripten_bind_MdGeParab_Parameter_0(self)};MdGeParab.prototype["Position"]=MdGeParab.prototype.Position=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeParab_Position_0(self),MdGeCSYSR)};MdGeParab.prototype["XAxis"]=MdGeParab.prototype.XAxis=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeParab_XAxis_0(self),MdGeAxis)};MdGeParab.prototype["YAxis"]=MdGeParab.prototype.YAxis=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeParab_YAxis_0(self),MdGeAxis)};MdGeParab.prototype["MirrorByPoint"]=MdGeParab.prototype.MirrorByPoint=function(theP){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;_emscripten_bind_MdGeParab_MirrorByPoint_1(self,theP)};MdGeParab.prototype["MirroredByPoint"]=MdGeParab.prototype.MirroredByPoint=function(theP){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;return wrapPointer(_emscripten_bind_MdGeParab_MirroredByPoint_1(self,theP),MdGeParab)};MdGeParab.prototype["MirrorByAxis"]=MdGeParab.prototype.MirrorByAxis=function(theA1){var self=this.ptr;if(theA1&&typeof theA1==="object")theA1=theA1.ptr;_emscripten_bind_MdGeParab_MirrorByAxis_1(self,theA1)};MdGeParab.prototype["MirroredByAxis"]=MdGeParab.prototype.MirroredByAxis=function(theA1){var self=this.ptr;if(theA1&&typeof theA1==="object")theA1=theA1.ptr;return wrapPointer(_emscripten_bind_MdGeParab_MirroredByAxis_1(self,theA1),MdGeParab)};MdGeParab.prototype["MirrorByCSYSR"]=MdGeParab.prototype.MirrorByCSYSR=function(theA2){var self=this.ptr;if(theA2&&typeof theA2==="object")theA2=theA2.ptr;_emscripten_bind_MdGeParab_MirrorByCSYSR_1(self,theA2)};MdGeParab.prototype["MirroredByCSYSR"]=MdGeParab.prototype.MirroredByCSYSR=function(theA2){var self=this.ptr;if(theA2&&typeof theA2==="object")theA2=theA2.ptr;return wrapPointer(_emscripten_bind_MdGeParab_MirroredByCSYSR_1(self,theA2),MdGeParab)};MdGeParab.prototype["Rotate"]=MdGeParab.prototype.Rotate=function(theA1,theAng){var self=this.ptr;if(theA1&&typeof theA1==="object")theA1=theA1.ptr;if(theAng&&typeof theAng==="object")theAng=theAng.ptr;_emscripten_bind_MdGeParab_Rotate_2(self,theA1,theAng)};MdGeParab.prototype["Rotated"]=MdGeParab.prototype.Rotated=function(theA1,theAng){var self=this.ptr;if(theA1&&typeof theA1==="object")theA1=theA1.ptr;if(theAng&&typeof theAng==="object")theAng=theAng.ptr;return wrapPointer(_emscripten_bind_MdGeParab_Rotated_2(self,theA1,theAng),MdGeParab)};MdGeParab.prototype["Scale"]=MdGeParab.prototype.Scale=function(theP,theS){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;if(theS&&typeof theS==="object")theS=theS.ptr;_emscripten_bind_MdGeParab_Scale_2(self,theP,theS)};MdGeParab.prototype["Scaled"]=MdGeParab.prototype.Scaled=function(theP,theS){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;if(theS&&typeof theS==="object")theS=theS.ptr;return wrapPointer(_emscripten_bind_MdGeParab_Scaled_2(self,theP,theS),MdGeParab)};MdGeParab.prototype["Transform"]=MdGeParab.prototype.Transform=function(theT){var self=this.ptr;if(theT&&typeof theT==="object")theT=theT.ptr;_emscripten_bind_MdGeParab_Transform_1(self,theT)};MdGeParab.prototype["Transformed"]=MdGeParab.prototype.Transformed=function(theT){var self=this.ptr;if(theT&&typeof theT==="object")theT=theT.ptr;return wrapPointer(_emscripten_bind_MdGeParab_Transformed_1(self,theT),MdGeParab)};MdGeParab.prototype["TranslateByVec"]=MdGeParab.prototype.TranslateByVec=function(theV){var self=this.ptr;if(theV&&typeof theV==="object")theV=theV.ptr;_emscripten_bind_MdGeParab_TranslateByVec_1(self,theV)};MdGeParab.prototype["TranslatedByVec"]=MdGeParab.prototype.TranslatedByVec=function(theV){var self=this.ptr;if(theV&&typeof theV==="object")theV=theV.ptr;return wrapPointer(_emscripten_bind_MdGeParab_TranslatedByVec_1(self,theV),MdGeParab)};MdGeParab.prototype["TranslateBy2Points"]=MdGeParab.prototype.TranslateBy2Points=function(theP1,theP2){var self=this.ptr;if(theP1&&typeof theP1==="object")theP1=theP1.ptr;if(theP2&&typeof theP2==="object")theP2=theP2.ptr;_emscripten_bind_MdGeParab_TranslateBy2Points_2(self,theP1,theP2)};MdGeParab.prototype["TranslatedBy2Points"]=MdGeParab.prototype.TranslatedBy2Points=function(theP1,theP2){var self=this.ptr;if(theP1&&typeof theP1==="object")theP1=theP1.ptr;if(theP2&&typeof theP2==="object")theP2=theP2.ptr;return wrapPointer(_emscripten_bind_MdGeParab_TranslatedBy2Points_2(self,theP1,theP2),MdGeParab)};MdGeParab.prototype["Shape"]=MdGeParab.prototype.Shape=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeParab_Shape_0(self),MdGeShape)};MdGeParab.prototype["Wire"]=MdGeParab.prototype.Wire=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeParab_Wire_0(self),MdGeWire)};MdGeParab.prototype["Edge"]=MdGeParab.prototype.Edge=function(p1,p2){var self=this.ptr;if(p1&&typeof p1==="object")p1=p1.ptr;if(p2&&typeof p2==="object")p2=p2.ptr;if(p1===undefined){return wrapPointer(_emscripten_bind_MdGeParab_Edge_0(self),MdGeEdge)}if(p2===undefined){return wrapPointer(_emscripten_bind_MdGeParab_Edge_1(self,p1),MdGeEdge)}return wrapPointer(_emscripten_bind_MdGeParab_Edge_2(self,p1,p2),MdGeEdge)};MdGeParab.prototype["__destroy__"]=MdGeParab.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_MdGeParab___destroy___0(self)};function MdGePlane(theA,theB,theC,theD){if(theA&&typeof theA==="object")theA=theA.ptr;if(theB&&typeof theB==="object")theB=theB.ptr;if(theC&&typeof theC==="object")theC=theC.ptr;if(theD&&typeof theD==="object")theD=theD.ptr;if(theA===undefined){this.ptr=_emscripten_bind_MdGePlane_MdGePlane_0();getCache(MdGePlane)[this.ptr]=this;return}if(theB===undefined){this.ptr=_emscripten_bind_MdGePlane_MdGePlane_1(theA);getCache(MdGePlane)[this.ptr]=this;return}if(theC===undefined){this.ptr=_emscripten_bind_MdGePlane_MdGePlane_2(theA,theB);getCache(MdGePlane)[this.ptr]=this;return}if(theD===undefined){this.ptr=_emscripten_bind_MdGePlane_MdGePlane_3(theA,theB,theC);getCache(MdGePlane)[this.ptr]=this;return}this.ptr=_emscripten_bind_MdGePlane_MdGePlane_4(theA,theB,theC,theD);getCache(MdGePlane)[this.ptr]=this}MdGePlane.prototype=Object.create(Mx3dBaseObject.prototype);MdGePlane.prototype.constructor=MdGePlane;MdGePlane.prototype.__class__=MdGePlane;MdGePlane.__cache__={};Module["MdGePlane"]=MdGePlane;MdGePlane.prototype["SetAxis"]=MdGePlane.prototype.SetAxis=function(theA1){var self=this.ptr;if(theA1&&typeof theA1==="object")theA1=theA1.ptr;_emscripten_bind_MdGePlane_SetAxis_1(self,theA1)};MdGePlane.prototype["SetLocation"]=MdGePlane.prototype.SetLocation=function(theLoc){var self=this.ptr;if(theLoc&&typeof theLoc==="object")theLoc=theLoc.ptr;_emscripten_bind_MdGePlane_SetLocation_1(self,theLoc)};MdGePlane.prototype["SetPosition"]=MdGePlane.prototype.SetPosition=function(theA3){var self=this.ptr;if(theA3&&typeof theA3==="object")theA3=theA3.ptr;_emscripten_bind_MdGePlane_SetPosition_1(self,theA3)};MdGePlane.prototype["UReverse"]=MdGePlane.prototype.UReverse=function(){var self=this.ptr;_emscripten_bind_MdGePlane_UReverse_0(self)};MdGePlane.prototype["VReverse"]=MdGePlane.prototype.VReverse=function(){var self=this.ptr;_emscripten_bind_MdGePlane_VReverse_0(self)};MdGePlane.prototype["Direct"]=MdGePlane.prototype.Direct=function(){var self=this.ptr;return!!_emscripten_bind_MdGePlane_Direct_0(self)};MdGePlane.prototype["Axis"]=MdGePlane.prototype.Axis=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGePlane_Axis_0(self),MdGeAxis)};MdGePlane.prototype["Location"]=MdGePlane.prototype.Location=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGePlane_Location_0(self),MdGePoint)};MdGePlane.prototype["Position"]=MdGePlane.prototype.Position=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGePlane_Position_0(self),MdGeCSYS)};MdGePlane.prototype["DistanceToPoint"]=MdGePlane.prototype.DistanceToPoint=function(theP){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;return _emscripten_bind_MdGePlane_DistanceToPoint_1(self,theP)};MdGePlane.prototype["DistanceToPlane"]=MdGePlane.prototype.DistanceToPlane=function(theOther){var self=this.ptr;if(theOther&&typeof theOther==="object")theOther=theOther.ptr;return _emscripten_bind_MdGePlane_DistanceToPlane_1(self,theOther)};MdGePlane.prototype["SquareDistanceToPoint"]=MdGePlane.prototype.SquareDistanceToPoint=function(theP){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;return _emscripten_bind_MdGePlane_SquareDistanceToPoint_1(self,theP)};MdGePlane.prototype["SquareDistanceToPlane"]=MdGePlane.prototype.SquareDistanceToPlane=function(theOther){var self=this.ptr;if(theOther&&typeof theOther==="object")theOther=theOther.ptr;return _emscripten_bind_MdGePlane_SquareDistanceToPlane_1(self,theOther)};MdGePlane.prototype["XAxis"]=MdGePlane.prototype.XAxis=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGePlane_XAxis_0(self),MdGeAxis)};MdGePlane.prototype["YAxis"]=MdGePlane.prototype.YAxis=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGePlane_YAxis_0(self),MdGeAxis)};MdGePlane.prototype["Contains"]=MdGePlane.prototype.Contains=function(theP,theLinearTolerance){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;if(theLinearTolerance&&typeof theLinearTolerance==="object")theLinearTolerance=theLinearTolerance.ptr;return!!_emscripten_bind_MdGePlane_Contains_2(self,theP,theLinearTolerance)};MdGePlane.prototype["MirrorByPoint"]=MdGePlane.prototype.MirrorByPoint=function(theP){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;_emscripten_bind_MdGePlane_MirrorByPoint_1(self,theP)};MdGePlane.prototype["MirroredByPoint"]=MdGePlane.prototype.MirroredByPoint=function(theP){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;return wrapPointer(_emscripten_bind_MdGePlane_MirroredByPoint_1(self,theP),MdGePlane)};MdGePlane.prototype["MirrorByAxis"]=MdGePlane.prototype.MirrorByAxis=function(theA1){var self=this.ptr;if(theA1&&typeof theA1==="object")theA1=theA1.ptr;_emscripten_bind_MdGePlane_MirrorByAxis_1(self,theA1)};MdGePlane.prototype["MirroredByAxis"]=MdGePlane.prototype.MirroredByAxis=function(theA1){var self=this.ptr;if(theA1&&typeof theA1==="object")theA1=theA1.ptr;return wrapPointer(_emscripten_bind_MdGePlane_MirroredByAxis_1(self,theA1),MdGePlane)};MdGePlane.prototype["MirrorByCSYSR"]=MdGePlane.prototype.MirrorByCSYSR=function(theA2){var self=this.ptr;if(theA2&&typeof theA2==="object")theA2=theA2.ptr;_emscripten_bind_MdGePlane_MirrorByCSYSR_1(self,theA2)};MdGePlane.prototype["MirroredByCSYSR"]=MdGePlane.prototype.MirroredByCSYSR=function(theA2){var self=this.ptr;if(theA2&&typeof theA2==="object")theA2=theA2.ptr;return wrapPointer(_emscripten_bind_MdGePlane_MirroredByCSYSR_1(self,theA2),MdGePlane)};MdGePlane.prototype["Rotate"]=MdGePlane.prototype.Rotate=function(theA1,theAng){var self=this.ptr;if(theA1&&typeof theA1==="object")theA1=theA1.ptr;if(theAng&&typeof theAng==="object")theAng=theAng.ptr;_emscripten_bind_MdGePlane_Rotate_2(self,theA1,theAng)};MdGePlane.prototype["Rotated"]=MdGePlane.prototype.Rotated=function(theA1,theAng){var self=this.ptr;if(theA1&&typeof theA1==="object")theA1=theA1.ptr;if(theAng&&typeof theAng==="object")theAng=theAng.ptr;return wrapPointer(_emscripten_bind_MdGePlane_Rotated_2(self,theA1,theAng),MdGePlane)};MdGePlane.prototype["Scale"]=MdGePlane.prototype.Scale=function(theP,theS){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;if(theS&&typeof theS==="object")theS=theS.ptr;_emscripten_bind_MdGePlane_Scale_2(self,theP,theS)};MdGePlane.prototype["Scaled"]=MdGePlane.prototype.Scaled=function(theP,theS){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;if(theS&&typeof theS==="object")theS=theS.ptr;return wrapPointer(_emscripten_bind_MdGePlane_Scaled_2(self,theP,theS),MdGePlane)};MdGePlane.prototype["Transform"]=MdGePlane.prototype.Transform=function(theT){var self=this.ptr;if(theT&&typeof theT==="object")theT=theT.ptr;_emscripten_bind_MdGePlane_Transform_1(self,theT)};MdGePlane.prototype["Transformed"]=MdGePlane.prototype.Transformed=function(theT){var self=this.ptr;if(theT&&typeof theT==="object")theT=theT.ptr;return wrapPointer(_emscripten_bind_MdGePlane_Transformed_1(self,theT),MdGePlane)};MdGePlane.prototype["TranslateByVec"]=MdGePlane.prototype.TranslateByVec=function(theV){var self=this.ptr;if(theV&&typeof theV==="object")theV=theV.ptr;_emscripten_bind_MdGePlane_TranslateByVec_1(self,theV)};MdGePlane.prototype["TranslatedByVec"]=MdGePlane.prototype.TranslatedByVec=function(theV){var self=this.ptr;if(theV&&typeof theV==="object")theV=theV.ptr;return wrapPointer(_emscripten_bind_MdGePlane_TranslatedByVec_1(self,theV),MdGePlane)};MdGePlane.prototype["TranslateBy2Points"]=MdGePlane.prototype.TranslateBy2Points=function(theP1,theP2){var self=this.ptr;if(theP1&&typeof theP1==="object")theP1=theP1.ptr;if(theP2&&typeof theP2==="object")theP2=theP2.ptr;_emscripten_bind_MdGePlane_TranslateBy2Points_2(self,theP1,theP2)};MdGePlane.prototype["TranslatedBy2Points"]=MdGePlane.prototype.TranslatedBy2Points=function(theP1,theP2){var self=this.ptr;if(theP1&&typeof theP1==="object")theP1=theP1.ptr;if(theP2&&typeof theP2==="object")theP2=theP2.ptr;return wrapPointer(_emscripten_bind_MdGePlane_TranslatedBy2Points_2(self,theP1,theP2),MdGePlane)};MdGePlane.prototype["Face"]=MdGePlane.prototype.Face=function(UMin,UMax,VMin,VMax){var self=this.ptr;if(UMin&&typeof UMin==="object")UMin=UMin.ptr;if(UMax&&typeof UMax==="object")UMax=UMax.ptr;if(VMin&&typeof VMin==="object")VMin=VMin.ptr;if(VMax&&typeof VMax==="object")VMax=VMax.ptr;if(UMin===undefined){return wrapPointer(_emscripten_bind_MdGePlane_Face_0(self),MdGeFace)}if(UMax===undefined){return wrapPointer(_emscripten_bind_MdGePlane_Face_1(self,UMin),MdGeFace)}if(VMin===undefined){return wrapPointer(_emscripten_bind_MdGePlane_Face_2(self,UMin,UMax),MdGeFace)}if(VMax===undefined){return wrapPointer(_emscripten_bind_MdGePlane_Face_3(self,UMin,UMax,VMin),MdGeFace)}return wrapPointer(_emscripten_bind_MdGePlane_Face_4(self,UMin,UMax,VMin,VMax),MdGeFace)};MdGePlane.prototype["__destroy__"]=MdGePlane.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_MdGePlane___destroy___0(self)};function MdGePointsToBSpl(Points,DegMin,DegMax,Continuity,Tol3D){if(Points&&typeof Points==="object")Points=Points.ptr;if(DegMin&&typeof DegMin==="object")DegMin=DegMin.ptr;if(DegMax&&typeof DegMax==="object")DegMax=DegMax.ptr;if(Continuity&&typeof Continuity==="object")Continuity=Continuity.ptr;if(Tol3D&&typeof Tol3D==="object")Tol3D=Tol3D.ptr;if(Points===undefined){this.ptr=_emscripten_bind_MdGePointsToBSpl_MdGePointsToBSpl_0();getCache(MdGePointsToBSpl)[this.ptr]=this;return}if(DegMin===undefined){this.ptr=_emscripten_bind_MdGePointsToBSpl_MdGePointsToBSpl_1(Points);getCache(MdGePointsToBSpl)[this.ptr]=this;return}if(DegMax===undefined){this.ptr=_emscripten_bind_MdGePointsToBSpl_MdGePointsToBSpl_2(Points,DegMin);getCache(MdGePointsToBSpl)[this.ptr]=this;return}if(Continuity===undefined){this.ptr=_emscripten_bind_MdGePointsToBSpl_MdGePointsToBSpl_3(Points,DegMin,DegMax);getCache(MdGePointsToBSpl)[this.ptr]=this;return}if(Tol3D===undefined){this.ptr=_emscripten_bind_MdGePointsToBSpl_MdGePointsToBSpl_4(Points,DegMin,DegMax,Continuity);getCache(MdGePointsToBSpl)[this.ptr]=this;return}this.ptr=_emscripten_bind_MdGePointsToBSpl_MdGePointsToBSpl_5(Points,DegMin,DegMax,Continuity,Tol3D);getCache(MdGePointsToBSpl)[this.ptr]=this}MdGePointsToBSpl.prototype=Object.create(Mx3dBaseObject.prototype);MdGePointsToBSpl.prototype.constructor=MdGePointsToBSpl;MdGePointsToBSpl.prototype.__class__=MdGePointsToBSpl;MdGePointsToBSpl.__cache__={};Module["MdGePointsToBSpl"]=MdGePointsToBSpl;MdGePointsToBSpl.prototype["Init"]=MdGePointsToBSpl.prototype.Init=function(Points,Parameters,DegMin,DegMax,Continuity,Tol3D){var self=this.ptr;if(Points&&typeof Points==="object")Points=Points.ptr;if(Parameters&&typeof Parameters==="object")Parameters=Parameters.ptr;if(DegMin&&typeof DegMin==="object")DegMin=DegMin.ptr;if(DegMax&&typeof DegMax==="object")DegMax=DegMax.ptr;if(Continuity&&typeof Continuity==="object")Continuity=Continuity.ptr;if(Tol3D&&typeof Tol3D==="object")Tol3D=Tol3D.ptr;if(DegMin===undefined){_emscripten_bind_MdGePointsToBSpl_Init_2(self,Points,Parameters);return}if(DegMax===undefined){_emscripten_bind_MdGePointsToBSpl_Init_3(self,Points,Parameters,DegMin);return}if(Continuity===undefined){_emscripten_bind_MdGePointsToBSpl_Init_4(self,Points,Parameters,DegMin,DegMax);return}if(Tol3D===undefined){_emscripten_bind_MdGePointsToBSpl_Init_5(self,Points,Parameters,DegMin,DegMax,Continuity);return}_emscripten_bind_MdGePointsToBSpl_Init_6(self,Points,Parameters,DegMin,DegMax,Continuity,Tol3D)};MdGePointsToBSpl.prototype["Curve"]=MdGePointsToBSpl.prototype.Curve=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGePointsToBSpl_Curve_0(self),MdGeBSplineCurve)};MdGePointsToBSpl.prototype["IsDone"]=MdGePointsToBSpl.prototype.IsDone=function(){var self=this.ptr;return!!_emscripten_bind_MdGePointsToBSpl_IsDone_0(self)};MdGePointsToBSpl.prototype["__destroy__"]=MdGePointsToBSpl.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_MdGePointsToBSpl___destroy___0(self)};function MdGePointsToBSplSurface(Points,DegMin,DegMax,Continuity,Tol3D){if(Points&&typeof Points==="object")Points=Points.ptr;if(DegMin&&typeof DegMin==="object")DegMin=DegMin.ptr;if(DegMax&&typeof DegMax==="object")DegMax=DegMax.ptr;if(Continuity&&typeof Continuity==="object")Continuity=Continuity.ptr;if(Tol3D&&typeof Tol3D==="object")Tol3D=Tol3D.ptr;if(Points===undefined){this.ptr=_emscripten_bind_MdGePointsToBSplSurface_MdGePointsToBSplSurface_0();getCache(MdGePointsToBSplSurface)[this.ptr]=this;return}if(DegMin===undefined){this.ptr=_emscripten_bind_MdGePointsToBSplSurface_MdGePointsToBSplSurface_1(Points);getCache(MdGePointsToBSplSurface)[this.ptr]=this;return}if(DegMax===undefined){this.ptr=_emscripten_bind_MdGePointsToBSplSurface_MdGePointsToBSplSurface_2(Points,DegMin);getCache(MdGePointsToBSplSurface)[this.ptr]=this;return}if(Continuity===undefined){this.ptr=_emscripten_bind_MdGePointsToBSplSurface_MdGePointsToBSplSurface_3(Points,DegMin,DegMax);getCache(MdGePointsToBSplSurface)[this.ptr]=this;return}if(Tol3D===undefined){this.ptr=_emscripten_bind_MdGePointsToBSplSurface_MdGePointsToBSplSurface_4(Points,DegMin,DegMax,Continuity);getCache(MdGePointsToBSplSurface)[this.ptr]=this;return}this.ptr=_emscripten_bind_MdGePointsToBSplSurface_MdGePointsToBSplSurface_5(Points,DegMin,DegMax,Continuity,Tol3D);getCache(MdGePointsToBSplSurface)[this.ptr]=this}MdGePointsToBSplSurface.prototype=Object.create(Mx3dBaseObject.prototype);MdGePointsToBSplSurface.prototype.constructor=MdGePointsToBSplSurface;MdGePointsToBSplSurface.prototype.__class__=MdGePointsToBSplSurface;MdGePointsToBSplSurface.__cache__={};Module["MdGePointsToBSplSurface"]=MdGePointsToBSplSurface;MdGePointsToBSplSurface.prototype["Init"]=MdGePointsToBSplSurface.prototype.Init=function(Points,DegMin,DegMax,Continuity,Tol3D){var self=this.ptr;if(Points&&typeof Points==="object")Points=Points.ptr;if(DegMin&&typeof DegMin==="object")DegMin=DegMin.ptr;if(DegMax&&typeof DegMax==="object")DegMax=DegMax.ptr;if(Continuity&&typeof Continuity==="object")Continuity=Continuity.ptr;if(Tol3D&&typeof Tol3D==="object")Tol3D=Tol3D.ptr;if(DegMin===undefined){_emscripten_bind_MdGePointsToBSplSurface_Init_1(self,Points);return}if(DegMax===undefined){_emscripten_bind_MdGePointsToBSplSurface_Init_2(self,Points,DegMin);return}if(Continuity===undefined){_emscripten_bind_MdGePointsToBSplSurface_Init_3(self,Points,DegMin,DegMax);return}if(Tol3D===undefined){_emscripten_bind_MdGePointsToBSplSurface_Init_4(self,Points,DegMin,DegMax,Continuity);return}_emscripten_bind_MdGePointsToBSplSurface_Init_5(self,Points,DegMin,DegMax,Continuity,Tol3D)};MdGePointsToBSplSurface.prototype["Interpolate"]=MdGePointsToBSplSurface.prototype.Interpolate=function(ZPoints,X0,dX,Y0,dY){var self=this.ptr;if(ZPoints&&typeof ZPoints==="object")ZPoints=ZPoints.ptr;if(X0&&typeof X0==="object")X0=X0.ptr;if(dX&&typeof dX==="object")dX=dX.ptr;if(Y0&&typeof Y0==="object")Y0=Y0.ptr;if(dY&&typeof dY==="object")dY=dY.ptr;if(X0===undefined){_emscripten_bind_MdGePointsToBSplSurface_Interpolate_1(self,ZPoints);return}if(dX===undefined){_emscripten_bind_MdGePointsToBSplSurface_Interpolate_2(self,ZPoints,X0);return}if(Y0===undefined){_emscripten_bind_MdGePointsToBSplSurface_Interpolate_3(self,ZPoints,X0,dX);return}if(dY===undefined){_emscripten_bind_MdGePointsToBSplSurface_Interpolate_4(self,ZPoints,X0,dX,Y0);return}_emscripten_bind_MdGePointsToBSplSurface_Interpolate_5(self,ZPoints,X0,dX,Y0,dY)};MdGePointsToBSplSurface.prototype["IsDone"]=MdGePointsToBSplSurface.prototype.IsDone=function(){var self=this.ptr;return!!_emscripten_bind_MdGePointsToBSplSurface_IsDone_0(self)};MdGePointsToBSplSurface.prototype["Surface"]=MdGePointsToBSplSurface.prototype.Surface=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGePointsToBSplSurface_Surface_0(self),MdGeBSplineSurface)};MdGePointsToBSplSurface.prototype["__destroy__"]=MdGePointsToBSplSurface.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_MdGePointsToBSplSurface___destroy___0(self)};function MdGeRadiusDim(theCircle,theAnchorPoint){if(theCircle&&typeof theCircle==="object")theCircle=theCircle.ptr;if(theAnchorPoint&&typeof theAnchorPoint==="object")theAnchorPoint=theAnchorPoint.ptr;if(theAnchorPoint===undefined){this.ptr=_emscripten_bind_MdGeRadiusDim_MdGeRadiusDim_1(theCircle);getCache(MdGeRadiusDim)[this.ptr]=this;return}this.ptr=_emscripten_bind_MdGeRadiusDim_MdGeRadiusDim_2(theCircle,theAnchorPoint);getCache(MdGeRadiusDim)[this.ptr]=this}MdGeRadiusDim.prototype=Object.create(Mx3dBaseObject.prototype);MdGeRadiusDim.prototype.constructor=MdGeRadiusDim;MdGeRadiusDim.prototype.__class__=MdGeRadiusDim;MdGeRadiusDim.__cache__={};Module["MdGeRadiusDim"]=MdGeRadiusDim;MdGeRadiusDim.prototype["Circle"]=MdGeRadiusDim.prototype.Circle=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeRadiusDim_Circle_0(self),MdGeCircle)};MdGeRadiusDim.prototype["AnchorPoint"]=MdGeRadiusDim.prototype.AnchorPoint=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeRadiusDim_AnchorPoint_0(self),MdGePoint)};MdGeRadiusDim.prototype["Shape"]=MdGeRadiusDim.prototype.Shape=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeRadiusDim_Shape_0(self),MdGeShape)};MdGeRadiusDim.prototype["SetMeasuredGeometry"]=MdGeRadiusDim.prototype.SetMeasuredGeometry=function(theCircle,theAnchorPoint,theHasAnchor){var self=this.ptr;if(theCircle&&typeof theCircle==="object")theCircle=theCircle.ptr;if(theAnchorPoint&&typeof theAnchorPoint==="object")theAnchorPoint=theAnchorPoint.ptr;if(theHasAnchor&&typeof theHasAnchor==="object")theHasAnchor=theHasAnchor.ptr;if(theAnchorPoint===undefined){_emscripten_bind_MdGeRadiusDim_SetMeasuredGeometry_1(self,theCircle);return}if(theHasAnchor===undefined){_emscripten_bind_MdGeRadiusDim_SetMeasuredGeometry_2(self,theCircle,theAnchorPoint);return}_emscripten_bind_MdGeRadiusDim_SetMeasuredGeometry_3(self,theCircle,theAnchorPoint,theHasAnchor)};MdGeRadiusDim.prototype["SetTextPosition"]=MdGeRadiusDim.prototype.SetTextPosition=function(theTextPos){var self=this.ptr;if(theTextPos&&typeof theTextPos==="object")theTextPos=theTextPos.ptr;_emscripten_bind_MdGeRadiusDim_SetTextPosition_1(self,theTextPos)};MdGeRadiusDim.prototype["GetTextPosition"]=MdGeRadiusDim.prototype.GetTextPosition=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeRadiusDim_GetTextPosition_0(self),MdGePoint)};MdGeRadiusDim.prototype["GetValue"]=MdGeRadiusDim.prototype.GetValue=function(){var self=this.ptr;return _emscripten_bind_MdGeRadiusDim_GetValue_0(self)};MdGeRadiusDim.prototype["SetComputedValue"]=MdGeRadiusDim.prototype.SetComputedValue=function(){var self=this.ptr;_emscripten_bind_MdGeRadiusDim_SetComputedValue_0(self)};MdGeRadiusDim.prototype["SetCustomValue"]=MdGeRadiusDim.prototype.SetCustomValue=function(theValue){var self=this.ptr;if(theValue&&typeof theValue==="object")theValue=theValue.ptr;_emscripten_bind_MdGeRadiusDim_SetCustomValue_1(self,theValue)};MdGeRadiusDim.prototype["GetPlane"]=MdGeRadiusDim.prototype.GetPlane=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeRadiusDim_GetPlane_0(self),MdGePlane)};MdGeRadiusDim.prototype["GetGeometryType"]=MdGeRadiusDim.prototype.GetGeometryType=function(){var self=this.ptr;return _emscripten_bind_MdGeRadiusDim_GetGeometryType_0(self)};MdGeRadiusDim.prototype["SetCustomPlane"]=MdGeRadiusDim.prototype.SetCustomPlane=function(thePlane){var self=this.ptr;if(thePlane&&typeof thePlane==="object")thePlane=thePlane.ptr;_emscripten_bind_MdGeRadiusDim_SetCustomPlane_1(self,thePlane)};MdGeRadiusDim.prototype["UnsetCustomPlane"]=MdGeRadiusDim.prototype.UnsetCustomPlane=function(){var self=this.ptr;_emscripten_bind_MdGeRadiusDim_UnsetCustomPlane_0(self)};MdGeRadiusDim.prototype["IsTextPositionCustom"]=MdGeRadiusDim.prototype.IsTextPositionCustom=function(){var self=this.ptr;return!!_emscripten_bind_MdGeRadiusDim_IsTextPositionCustom_0(self)};MdGeRadiusDim.prototype["DimensionAspect"]=MdGeRadiusDim.prototype.DimensionAspect=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeRadiusDim_DimensionAspect_0(self),MdGeDimAspect)};MdGeRadiusDim.prototype["SetDimensionAspect"]=MdGeRadiusDim.prototype.SetDimensionAspect=function(theDimensionAspect){var self=this.ptr;if(theDimensionAspect&&typeof theDimensionAspect==="object")theDimensionAspect=theDimensionAspect.ptr;_emscripten_bind_MdGeRadiusDim_SetDimensionAspect_1(self,theDimensionAspect)};MdGeRadiusDim.prototype["KindOfDimension"]=MdGeRadiusDim.prototype.KindOfDimension=function(){var self=this.ptr;return _emscripten_bind_MdGeRadiusDim_KindOfDimension_0(self)};MdGeRadiusDim.prototype["AcceptDisplayMode"]=MdGeRadiusDim.prototype.AcceptDisplayMode=function(theMode){var self=this.ptr;if(theMode&&typeof theMode==="object")theMode=theMode.ptr;return!!_emscripten_bind_MdGeRadiusDim_AcceptDisplayMode_1(self,theMode)};MdGeRadiusDim.prototype["UnsetFixedTextPosition"]=MdGeRadiusDim.prototype.UnsetFixedTextPosition=function(){var self=this.ptr;_emscripten_bind_MdGeRadiusDim_UnsetFixedTextPosition_0(self)};MdGeRadiusDim.prototype["SelToleranceForText2d"]=MdGeRadiusDim.prototype.SelToleranceForText2d=function(){var self=this.ptr;return _emscripten_bind_MdGeRadiusDim_SelToleranceForText2d_0(self)};MdGeRadiusDim.prototype["SetSelToleranceForText2d"]=MdGeRadiusDim.prototype.SetSelToleranceForText2d=function(theTol){var self=this.ptr;if(theTol&&typeof theTol==="object")theTol=theTol.ptr;_emscripten_bind_MdGeRadiusDim_SetSelToleranceForText2d_1(self,theTol)};MdGeRadiusDim.prototype["GetFlyout"]=MdGeRadiusDim.prototype.GetFlyout=function(){var self=this.ptr;return _emscripten_bind_MdGeRadiusDim_GetFlyout_0(self)};MdGeRadiusDim.prototype["SetFlyout"]=MdGeRadiusDim.prototype.SetFlyout=function(theFlyout){var self=this.ptr;if(theFlyout&&typeof theFlyout==="object")theFlyout=theFlyout.ptr;_emscripten_bind_MdGeRadiusDim_SetFlyout_1(self,theFlyout)};MdGeRadiusDim.prototype["IsValid"]=MdGeRadiusDim.prototype.IsValid=function(){var self=this.ptr;return!!_emscripten_bind_MdGeRadiusDim_IsValid_0(self)};MdGeRadiusDim.prototype["Display"]=MdGeRadiusDim.prototype.Display=function(){var self=this.ptr;_emscripten_bind_MdGeRadiusDim_Display_0(self)};MdGeRadiusDim.prototype["__destroy__"]=MdGeRadiusDim.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_MdGeRadiusDim___destroy___0(self)};function MdGeRect(thePosition,theX,theY){if(thePosition&&typeof thePosition==="object")thePosition=thePosition.ptr;if(theX&&typeof theX==="object")theX=theX.ptr;if(theY&&typeof theY==="object")theY=theY.ptr;this.ptr=_emscripten_bind_MdGeRect_MdGeRect_3(thePosition,theX,theY);getCache(MdGeRect)[this.ptr]=this}MdGeRect.prototype=Object.create(Mx3dBaseObject.prototype);MdGeRect.prototype.constructor=MdGeRect;MdGeRect.prototype.__class__=MdGeRect;MdGeRect.__cache__={};Module["MdGeRect"]=MdGeRect;MdGeRect.prototype["Position"]=MdGeRect.prototype.Position=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeRect_Position_0(self),MdGeCSYSR)};MdGeRect.prototype["SetPosition"]=MdGeRect.prototype.SetPosition=function(thePosition){var self=this.ptr;if(thePosition&&typeof thePosition==="object")thePosition=thePosition.ptr;_emscripten_bind_MdGeRect_SetPosition_1(self,thePosition)};MdGeRect.prototype["X"]=MdGeRect.prototype.X=function(){var self=this.ptr;return _emscripten_bind_MdGeRect_X_0(self)};MdGeRect.prototype["Y"]=MdGeRect.prototype.Y=function(){var self=this.ptr;return _emscripten_bind_MdGeRect_Y_0(self)};MdGeRect.prototype["SetX"]=MdGeRect.prototype.SetX=function(theX){var self=this.ptr;if(theX&&typeof theX==="object")theX=theX.ptr;_emscripten_bind_MdGeRect_SetX_1(self,theX)};MdGeRect.prototype["SetY"]=MdGeRect.prototype.SetY=function(theY){var self=this.ptr;if(theY&&typeof theY==="object")theY=theY.ptr;_emscripten_bind_MdGeRect_SetY_1(self,theY)};MdGeRect.prototype["Shape"]=MdGeRect.prototype.Shape=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeRect_Shape_0(self),MdGeShape)};MdGeRect.prototype["Face"]=MdGeRect.prototype.Face=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeRect_Face_0(self),MdGeFace)};MdGeRect.prototype["Wire"]=MdGeRect.prototype.Wire=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeRect_Wire_0(self),MdGeWire)};MdGeRect.prototype["LeftEdge"]=MdGeRect.prototype.LeftEdge=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeRect_LeftEdge_0(self),MdGeEdge)};MdGeRect.prototype["RightEdge"]=MdGeRect.prototype.RightEdge=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeRect_RightEdge_0(self),MdGeEdge)};MdGeRect.prototype["TopEdge"]=MdGeRect.prototype.TopEdge=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeRect_TopEdge_0(self),MdGeEdge)};MdGeRect.prototype["BottomEdge"]=MdGeRect.prototype.BottomEdge=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeRect_BottomEdge_0(self),MdGeEdge)};MdGeRect.prototype["Area"]=MdGeRect.prototype.Area=function(){var self=this.ptr;return _emscripten_bind_MdGeRect_Area_0(self)};MdGeRect.prototype["__destroy__"]=MdGeRect.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_MdGeRect___destroy___0(self)};function MdGeRevol(S,A,D,Copy){if(S&&typeof S==="object")S=S.ptr;if(A&&typeof A==="object")A=A.ptr;if(D&&typeof D==="object")D=D.ptr;if(Copy&&typeof Copy==="object")Copy=Copy.ptr;if(A===undefined){this.ptr=_emscripten_bind_MdGeRevol_MdGeRevol_1(S);getCache(MdGeRevol)[this.ptr]=this;return}if(D===undefined){this.ptr=_emscripten_bind_MdGeRevol_MdGeRevol_2(S,A);getCache(MdGeRevol)[this.ptr]=this;return}if(Copy===undefined){this.ptr=_emscripten_bind_MdGeRevol_MdGeRevol_3(S,A,D);getCache(MdGeRevol)[this.ptr]=this;return}this.ptr=_emscripten_bind_MdGeRevol_MdGeRevol_4(S,A,D,Copy);getCache(MdGeRevol)[this.ptr]=this}MdGeRevol.prototype=Object.create(Mx3dBaseObject.prototype);MdGeRevol.prototype.constructor=MdGeRevol;MdGeRevol.prototype.__class__=MdGeRevol;MdGeRevol.__cache__={};Module["MdGeRevol"]=MdGeRevol;MdGeRevol.prototype["FirstShape"]=MdGeRevol.prototype.FirstShape=function(theShape){var self=this.ptr;if(theShape&&typeof theShape==="object")theShape=theShape.ptr;if(theShape===undefined){return wrapPointer(_emscripten_bind_MdGeRevol_FirstShape_0(self),MdGeShape)}return wrapPointer(_emscripten_bind_MdGeRevol_FirstShape_1(self,theShape),MdGeShape)};MdGeRevol.prototype["LastShape"]=MdGeRevol.prototype.LastShape=function(theShape){var self=this.ptr;if(theShape&&typeof theShape==="object")theShape=theShape.ptr;if(theShape===undefined){return wrapPointer(_emscripten_bind_MdGeRevol_LastShape_0(self),MdGeShape)}return wrapPointer(_emscripten_bind_MdGeRevol_LastShape_1(self,theShape),MdGeShape)};MdGeRevol.prototype["IsDeleted"]=MdGeRevol.prototype.IsDeleted=function(S){var self=this.ptr;if(S&&typeof S==="object")S=S.ptr;return!!_emscripten_bind_MdGeRevol_IsDeleted_1(self,S)};MdGeRevol.prototype["HasDegenerated"]=MdGeRevol.prototype.HasDegenerated=function(){var self=this.ptr;return!!_emscripten_bind_MdGeRevol_HasDegenerated_0(self)};MdGeRevol.prototype["Shape"]=MdGeRevol.prototype.Shape=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeRevol_Shape_0(self),MdGeShape)};MdGeRevol.prototype["__destroy__"]=MdGeRevol.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_MdGeRevol___destroy___0(self)};function MdGeListIteratorOfListOfShape(other){if(other&&typeof other==="object")other=other.ptr;if(other===undefined){this.ptr=_emscripten_bind_MdGeListIteratorOfListOfShape_MdGeListIteratorOfListOfShape_0();getCache(MdGeListIteratorOfListOfShape)[this.ptr]=this;return}this.ptr=_emscripten_bind_MdGeListIteratorOfListOfShape_MdGeListIteratorOfListOfShape_1(other);getCache(MdGeListIteratorOfListOfShape)[this.ptr]=this}MdGeListIteratorOfListOfShape.prototype=Object.create(Mx3dBaseObject.prototype);MdGeListIteratorOfListOfShape.prototype.constructor=MdGeListIteratorOfListOfShape;MdGeListIteratorOfListOfShape.prototype.__class__=MdGeListIteratorOfListOfShape;MdGeListIteratorOfListOfShape.__cache__={};Module["MdGeListIteratorOfListOfShape"]=MdGeListIteratorOfListOfShape;MdGeListIteratorOfListOfShape.prototype["More"]=MdGeListIteratorOfListOfShape.prototype.More=function(){var self=this.ptr;return!!_emscripten_bind_MdGeListIteratorOfListOfShape_More_0(self)};MdGeListIteratorOfListOfShape.prototype["Next"]=MdGeListIteratorOfListOfShape.prototype.Next=function(){var self=this.ptr;_emscripten_bind_MdGeListIteratorOfListOfShape_Next_0(self)};MdGeListIteratorOfListOfShape.prototype["Value"]=MdGeListIteratorOfListOfShape.prototype.Value=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeListIteratorOfListOfShape_Value_0(self),MdGeShape)};MdGeListIteratorOfListOfShape.prototype["ChangeValue"]=MdGeListIteratorOfListOfShape.prototype.ChangeValue=function(theShape){var self=this.ptr;if(theShape&&typeof theShape==="object")theShape=theShape.ptr;_emscripten_bind_MdGeListIteratorOfListOfShape_ChangeValue_1(self,theShape)};MdGeListIteratorOfListOfShape.prototype["__destroy__"]=MdGeListIteratorOfListOfShape.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_MdGeListIteratorOfListOfShape___destroy___0(self)};function MdGeListOfShape(other){if(other&&typeof other==="object")other=other.ptr;if(other===undefined){this.ptr=_emscripten_bind_MdGeListOfShape_MdGeListOfShape_0();getCache(MdGeListOfShape)[this.ptr]=this;return}this.ptr=_emscripten_bind_MdGeListOfShape_MdGeListOfShape_1(other);getCache(MdGeListOfShape)[this.ptr]=this}MdGeListOfShape.prototype=Object.create(Mx3dBaseObject.prototype);MdGeListOfShape.prototype.constructor=MdGeListOfShape;MdGeListOfShape.prototype.__class__=MdGeListOfShape;MdGeListOfShape.__cache__={};Module["MdGeListOfShape"]=MdGeListOfShape;MdGeListOfShape.prototype["begin"]=MdGeListOfShape.prototype.begin=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeListOfShape_begin_0(self),MdGeListIteratorOfListOfShape)};MdGeListOfShape.prototype["end"]=MdGeListOfShape.prototype.end=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeListOfShape_end_0(self),MdGeListIteratorOfListOfShape)};MdGeListOfShape.prototype["Size"]=MdGeListOfShape.prototype.Size=function(){var self=this.ptr;return _emscripten_bind_MdGeListOfShape_Size_0(self)};MdGeListOfShape.prototype["First"]=MdGeListOfShape.prototype.First=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeListOfShape_First_0(self),MdGeShape)};MdGeListOfShape.prototype["Last"]=MdGeListOfShape.prototype.Last=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeListOfShape_Last_0(self),MdGeShape)};MdGeListOfShape.prototype["AppendShape"]=MdGeListOfShape.prototype.AppendShape=function(theShape,theIter){var self=this.ptr;if(theShape&&typeof theShape==="object")theShape=theShape.ptr;if(theIter&&typeof theIter==="object")theIter=theIter.ptr;if(theIter===undefined){_emscripten_bind_MdGeListOfShape_AppendShape_1(self,theShape);return}_emscripten_bind_MdGeListOfShape_AppendShape_2(self,theShape,theIter)};MdGeListOfShape.prototype["AppendList"]=MdGeListOfShape.prototype.AppendList=function(theOther){var self=this.ptr;if(theOther&&typeof theOther==="object")theOther=theOther.ptr;_emscripten_bind_MdGeListOfShape_AppendList_1(self,theOther)};MdGeListOfShape.prototype["PrependShape"]=MdGeListOfShape.prototype.PrependShape=function(theShape){var self=this.ptr;if(theShape&&typeof theShape==="object")theShape=theShape.ptr;_emscripten_bind_MdGeListOfShape_PrependShape_1(self,theShape)};MdGeListOfShape.prototype["PrependList"]=MdGeListOfShape.prototype.PrependList=function(theOther){var self=this.ptr;if(theOther&&typeof theOther==="object")theOther=theOther.ptr;_emscripten_bind_MdGeListOfShape_PrependList_1(self,theOther)};MdGeListOfShape.prototype["RemoveFirst"]=MdGeListOfShape.prototype.RemoveFirst=function(){var self=this.ptr;_emscripten_bind_MdGeListOfShape_RemoveFirst_0(self)};MdGeListOfShape.prototype["InsertBeforeShape"]=MdGeListOfShape.prototype.InsertBeforeShape=function(theShape,theIter){var self=this.ptr;if(theShape&&typeof theShape==="object")theShape=theShape.ptr;if(theIter&&typeof theIter==="object")theIter=theIter.ptr;_emscripten_bind_MdGeListOfShape_InsertBeforeShape_2(self,theShape,theIter)};MdGeListOfShape.prototype["InsertBeforeList"]=MdGeListOfShape.prototype.InsertBeforeList=function(theOther,theIter){var self=this.ptr;if(theOther&&typeof theOther==="object")theOther=theOther.ptr;if(theIter&&typeof theIter==="object")theIter=theIter.ptr;_emscripten_bind_MdGeListOfShape_InsertBeforeList_2(self,theOther,theIter)};MdGeListOfShape.prototype["InsertAfterShape"]=MdGeListOfShape.prototype.InsertAfterShape=function(theShape,theIter){var self=this.ptr;if(theShape&&typeof theShape==="object")theShape=theShape.ptr;if(theIter&&typeof theIter==="object")theIter=theIter.ptr;_emscripten_bind_MdGeListOfShape_InsertAfterShape_2(self,theShape,theIter)};MdGeListOfShape.prototype["InsertAfterList"]=MdGeListOfShape.prototype.InsertAfterList=function(theOther,theIter){var self=this.ptr;if(theOther&&typeof theOther==="object")theOther=theOther.ptr;if(theIter&&typeof theIter==="object")theIter=theIter.ptr;_emscripten_bind_MdGeListOfShape_InsertAfterList_2(self,theOther,theIter)};MdGeListOfShape.prototype["Reverse"]=MdGeListOfShape.prototype.Reverse=function(){var self=this.ptr;_emscripten_bind_MdGeListOfShape_Reverse_0(self)};MdGeListOfShape.prototype["__destroy__"]=MdGeListOfShape.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_MdGeListOfShape___destroy___0(self)};function MdGeMakeThickSolid(other){if(other&&typeof other==="object")other=other.ptr;if(other===undefined){this.ptr=_emscripten_bind_MdGeMakeThickSolid_MdGeMakeThickSolid_0();getCache(MdGeMakeThickSolid)[this.ptr]=this;return}this.ptr=_emscripten_bind_MdGeMakeThickSolid_MdGeMakeThickSolid_1(other);getCache(MdGeMakeThickSolid)[this.ptr]=this}MdGeMakeThickSolid.prototype=Object.create(Mx3dBaseObject.prototype);MdGeMakeThickSolid.prototype.constructor=MdGeMakeThickSolid;MdGeMakeThickSolid.prototype.__class__=MdGeMakeThickSolid;MdGeMakeThickSolid.__cache__={};Module["MdGeMakeThickSolid"]=MdGeMakeThickSolid;MdGeMakeThickSolid.prototype["MakeThickSolidBySimple"]=MdGeMakeThickSolid.prototype.MakeThickSolidBySimple=function(theS,theOffsetValue){var self=this.ptr;if(theS&&typeof theS==="object")theS=theS.ptr;if(theOffsetValue&&typeof theOffsetValue==="object")theOffsetValue=theOffsetValue.ptr;_emscripten_bind_MdGeMakeThickSolid_MakeThickSolidBySimple_2(self,theS,theOffsetValue)};MdGeMakeThickSolid.prototype["MakeThickSolidByJoin"]=MdGeMakeThickSolid.prototype.MakeThickSolidByJoin=function(S,ClosingFaces,Offset,Tol,Mode,Intersection,SelfInter,Join,RemoveIntEdges){var self=this.ptr;if(S&&typeof S==="object")S=S.ptr;if(ClosingFaces&&typeof ClosingFaces==="object")ClosingFaces=ClosingFaces.ptr;if(Offset&&typeof Offset==="object")Offset=Offset.ptr;if(Tol&&typeof Tol==="object")Tol=Tol.ptr;if(Mode&&typeof Mode==="object")Mode=Mode.ptr;if(Intersection&&typeof Intersection==="object")Intersection=Intersection.ptr;if(SelfInter&&typeof SelfInter==="object")SelfInter=SelfInter.ptr;if(Join&&typeof Join==="object")Join=Join.ptr;if(RemoveIntEdges&&typeof RemoveIntEdges==="object")RemoveIntEdges=RemoveIntEdges.ptr;if(Mode===undefined){_emscripten_bind_MdGeMakeThickSolid_MakeThickSolidByJoin_4(self,S,ClosingFaces,Offset,Tol);return}if(Intersection===undefined){_emscripten_bind_MdGeMakeThickSolid_MakeThickSolidByJoin_5(self,S,ClosingFaces,Offset,Tol,Mode);return}if(SelfInter===undefined){_emscripten_bind_MdGeMakeThickSolid_MakeThickSolidByJoin_6(self,S,ClosingFaces,Offset,Tol,Mode,Intersection);return}if(Join===undefined){_emscripten_bind_MdGeMakeThickSolid_MakeThickSolidByJoin_7(self,S,ClosingFaces,Offset,Tol,Mode,Intersection,SelfInter);return}if(RemoveIntEdges===undefined){_emscripten_bind_MdGeMakeThickSolid_MakeThickSolidByJoin_8(self,S,ClosingFaces,Offset,Tol,Mode,Intersection,SelfInter,Join);return}_emscripten_bind_MdGeMakeThickSolid_MakeThickSolidByJoin_9(self,S,ClosingFaces,Offset,Tol,Mode,Intersection,SelfInter,Join,RemoveIntEdges)};MdGeMakeThickSolid.prototype["Shape"]=MdGeMakeThickSolid.prototype.Shape=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeMakeThickSolid_Shape_0(self),MdGeShape)};MdGeMakeThickSolid.prototype["__destroy__"]=MdGeMakeThickSolid.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_MdGeMakeThickSolid___destroy___0(self)};function MdGeBRep(){this.ptr=_emscripten_bind_MdGeBRep_MdGeBRep_0();getCache(MdGeBRep)[this.ptr]=this}MdGeBRep.prototype=Object.create(WrapperObject.prototype);MdGeBRep.prototype.constructor=MdGeBRep;MdGeBRep.prototype.__class__=MdGeBRep;MdGeBRep.__cache__={};Module["MdGeBRep"]=MdGeBRep;MdGeBRep.prototype["IsClosed"]=MdGeBRep.prototype.IsClosed=function(E,F){var self=this.ptr;if(E&&typeof E==="object")E=E.ptr;if(F&&typeof F==="object")F=F.ptr;if(F===undefined){return!!_emscripten_bind_MdGeBRep_IsClosed_1(self,E)}return!!_emscripten_bind_MdGeBRep_IsClosed_2(self,E,F)};MdGeBRep.prototype["Surface"]=MdGeBRep.prototype.Surface=function(F){var self=this.ptr;if(F&&typeof F==="object")F=F.ptr;return wrapPointer(_emscripten_bind_MdGeBRep_Surface_1(self,F),MdGeHGeomSurface)};MdGeBRep.prototype["Tolerance"]=MdGeBRep.prototype.Tolerance=function(F){var self=this.ptr;if(F&&typeof F==="object")F=F.ptr;return _emscripten_bind_MdGeBRep_Tolerance_1(self,F)};MdGeBRep.prototype["NaturalRestriction"]=MdGeBRep.prototype.NaturalRestriction=function(F){var self=this.ptr;if(F&&typeof F==="object")F=F.ptr;return!!_emscripten_bind_MdGeBRep_NaturalRestriction_1(self,F)};MdGeBRep.prototype["IsGeometric"]=MdGeBRep.prototype.IsGeometric=function(F){var self=this.ptr;if(F&&typeof F==="object")F=F.ptr;return!!_emscripten_bind_MdGeBRep_IsGeometric_1(self,F)};MdGeBRep.prototype["SameParameter"]=MdGeBRep.prototype.SameParameter=function(E){var self=this.ptr;if(E&&typeof E==="object")E=E.ptr;return!!_emscripten_bind_MdGeBRep_SameParameter_1(self,E)};MdGeBRep.prototype["SameRange"]=MdGeBRep.prototype.SameRange=function(E){var self=this.ptr;if(E&&typeof E==="object")E=E.ptr;return!!_emscripten_bind_MdGeBRep_SameRange_1(self,E)};MdGeBRep.prototype["Degenerated"]=MdGeBRep.prototype.Degenerated=function(E){var self=this.ptr;if(E&&typeof E==="object")E=E.ptr;return!!_emscripten_bind_MdGeBRep_Degenerated_1(self,E)};MdGeBRep.prototype["HasContinuity"]=MdGeBRep.prototype.HasContinuity=function(E,F1,F2){var self=this.ptr;if(E&&typeof E==="object")E=E.ptr;if(F1&&typeof F1==="object")F1=F1.ptr;if(F2&&typeof F2==="object")F2=F2.ptr;if(F1===undefined){return!!_emscripten_bind_MdGeBRep_HasContinuity_1(self,E)}if(F2===undefined){return!!_emscripten_bind_MdGeBRep_HasContinuity_2(self,E,F1)}return!!_emscripten_bind_MdGeBRep_HasContinuity_3(self,E,F1,F2)};MdGeBRep.prototype["Continuity"]=MdGeBRep.prototype.Continuity=function(E,F1,F2){var self=this.ptr;if(E&&typeof E==="object")E=E.ptr;if(F1&&typeof F1==="object")F1=F1.ptr;if(F2&&typeof F2==="object")F2=F2.ptr;return _emscripten_bind_MdGeBRep_Continuity_3(self,E,F1,F2)};MdGeBRep.prototype["MaxContinuity"]=MdGeBRep.prototype.MaxContinuity=function(theEdge){var self=this.ptr;if(theEdge&&typeof theEdge==="object")theEdge=theEdge.ptr;return _emscripten_bind_MdGeBRep_MaxContinuity_1(self,theEdge)};MdGeBRep.prototype["Pnt"]=MdGeBRep.prototype.Pnt=function(V){var self=this.ptr;if(V&&typeof V==="object")V=V.ptr;return wrapPointer(_emscripten_bind_MdGeBRep_Pnt_1(self,V),MdGePoint)};MdGeBRep.prototype["Parameter"]=MdGeBRep.prototype.Parameter=function(V,E,F){var self=this.ptr;if(V&&typeof V==="object")V=V.ptr;if(E&&typeof E==="object")E=E.ptr;if(F&&typeof F==="object")F=F.ptr;if(F===undefined){return _emscripten_bind_MdGeBRep_Parameter_2(self,V,E)}return _emscripten_bind_MdGeBRep_Parameter_3(self,V,E,F)};MdGeBRep.prototype["MaxTolerance"]=MdGeBRep.prototype.MaxTolerance=function(theShape,theSubShape){var self=this.ptr;if(theShape&&typeof theShape==="object")theShape=theShape.ptr;if(theSubShape&&typeof theSubShape==="object")theSubShape=theSubShape.ptr;return _emscripten_bind_MdGeBRep_MaxTolerance_2(self,theShape,theSubShape)};MdGeBRep.prototype["openBrepFromUrl"]=MdGeBRep.prototype.openBrepFromUrl=function(theModelPath){var self=this.ptr;ensureCache.prepare();if(theModelPath&&typeof theModelPath==="object")theModelPath=theModelPath.ptr;else theModelPath=ensureString(theModelPath);return wrapPointer(_emscripten_bind_MdGeBRep_openBrepFromUrl_1(self,theModelPath),MdGeShape)};MdGeBRep.prototype["openStepFromUrl"]=MdGeBRep.prototype.openStepFromUrl=function(theModelPath){var self=this.ptr;ensureCache.prepare();if(theModelPath&&typeof theModelPath==="object")theModelPath=theModelPath.ptr;else theModelPath=ensureString(theModelPath);return wrapPointer(_emscripten_bind_MdGeBRep_openStepFromUrl_1(self,theModelPath),MdGeShape)};MdGeBRep.prototype["openStlFromUrl"]=MdGeBRep.prototype.openStlFromUrl=function(theModelPath){var self=this.ptr;ensureCache.prepare();if(theModelPath&&typeof theModelPath==="object")theModelPath=theModelPath.ptr;else theModelPath=ensureString(theModelPath);return wrapPointer(_emscripten_bind_MdGeBRep_openStlFromUrl_1(self,theModelPath),MdGeShape)};MdGeBRep.prototype["openIgesFromUrl"]=MdGeBRep.prototype.openIgesFromUrl=function(theModelPath){var self=this.ptr;ensureCache.prepare();if(theModelPath&&typeof theModelPath==="object")theModelPath=theModelPath.ptr;else theModelPath=ensureString(theModelPath);return wrapPointer(_emscripten_bind_MdGeBRep_openIgesFromUrl_1(self,theModelPath),MdGeShape)};MdGeBRep.prototype["openObjFromUrl"]=MdGeBRep.prototype.openObjFromUrl=function(theModelPath){var self=this.ptr;ensureCache.prepare();if(theModelPath&&typeof theModelPath==="object")theModelPath=theModelPath.ptr;else theModelPath=ensureString(theModelPath);return wrapPointer(_emscripten_bind_MdGeBRep_openObjFromUrl_1(self,theModelPath),MdGeShape)};MdGeBRep.prototype["openGltfFromUrl"]=MdGeBRep.prototype.openGltfFromUrl=function(theModelPath){var self=this.ptr;ensureCache.prepare();if(theModelPath&&typeof theModelPath==="object")theModelPath=theModelPath.ptr;else theModelPath=ensureString(theModelPath);return wrapPointer(_emscripten_bind_MdGeBRep_openGltfFromUrl_1(self,theModelPath),MdGeShape)};MdGeBRep.prototype["openVrmlFromUrl"]=MdGeBRep.prototype.openVrmlFromUrl=function(theModelPath){var self=this.ptr;ensureCache.prepare();if(theModelPath&&typeof theModelPath==="object")theModelPath=theModelPath.ptr;else theModelPath=ensureString(theModelPath);return wrapPointer(_emscripten_bind_MdGeBRep_openVrmlFromUrl_1(self,theModelPath),MdGeShape)};MdGeBRep.prototype["RemoveAllLights"]=MdGeBRep.prototype.RemoveAllLights=function(){var self=this.ptr;_emscripten_bind_MdGeBRep_RemoveAllLights_0(self)};MdGeBRep.prototype["AddLight"]=MdGeBRep.prototype.AddLight=function(theLight){var self=this.ptr;if(theLight&&typeof theLight==="object")theLight=theLight.ptr;_emscripten_bind_MdGeBRep_AddLight_1(self,theLight)};MdGeBRep.prototype["EnableAllLights"]=MdGeBRep.prototype.EnableAllLights=function(){var self=this.ptr;_emscripten_bind_MdGeBRep_EnableAllLights_0(self)};MdGeBRep.prototype["DisableAllLights"]=MdGeBRep.prototype.DisableAllLights=function(){var self=this.ptr;_emscripten_bind_MdGeBRep_DisableAllLights_0(self)};MdGeBRep.prototype["EnableLight"]=MdGeBRep.prototype.EnableLight=function(theName){var self=this.ptr;ensureCache.prepare();if(theName&&typeof theName==="object")theName=theName.ptr;else theName=ensureString(theName);return!!_emscripten_bind_MdGeBRep_EnableLight_1(self,theName)};MdGeBRep.prototype["DisableLight"]=MdGeBRep.prototype.DisableLight=function(theName){var self=this.ptr;ensureCache.prepare();if(theName&&typeof theName==="object")theName=theName.ptr;else theName=ensureString(theName);return!!_emscripten_bind_MdGeBRep_DisableLight_1(self,theName)};MdGeBRep.prototype["DeleteAllLights"]=MdGeBRep.prototype.DeleteAllLights=function(){var self=this.ptr;_emscripten_bind_MdGeBRep_DeleteAllLights_0(self)};MdGeBRep.prototype["OutputDefinedLights"]=MdGeBRep.prototype.OutputDefinedLights=function(){var self=this.ptr;_emscripten_bind_MdGeBRep_OutputDefinedLights_0(self)};MdGeBRep.prototype["OutputActiveLights"]=MdGeBRep.prototype.OutputActiveLights=function(){var self=this.ptr;_emscripten_bind_MdGeBRep_OutputActiveLights_0(self)};MdGeBRep.prototype["SetAllLightsOn"]=MdGeBRep.prototype.SetAllLightsOn=function(){var self=this.ptr;_emscripten_bind_MdGeBRep_SetAllLightsOn_0(self)};MdGeBRep.prototype["SetAllLightsOff"]=MdGeBRep.prototype.SetAllLightsOff=function(){var self=this.ptr;_emscripten_bind_MdGeBRep_SetAllLightsOff_0(self)};MdGeBRep.prototype["SetLightOn"]=MdGeBRep.prototype.SetLightOn=function(theName){var self=this.ptr;ensureCache.prepare();if(theName&&typeof theName==="object")theName=theName.ptr;else theName=ensureString(theName);return!!_emscripten_bind_MdGeBRep_SetLightOn_1(self,theName)};MdGeBRep.prototype["SetLightOff"]=MdGeBRep.prototype.SetLightOff=function(theName){var self=this.ptr;ensureCache.prepare();if(theName&&typeof theName==="object")theName=theName.ptr;else theName=ensureString(theName);return!!_emscripten_bind_MdGeBRep_SetLightOff_1(self,theName)};MdGeBRep.prototype["SetProjectionType"]=MdGeBRep.prototype.SetProjectionType=function(theProjection){var self=this.ptr;if(theProjection&&typeof theProjection==="object")theProjection=theProjection.ptr;_emscripten_bind_MdGeBRep_SetProjectionType_1(self,theProjection)};MdGeBRep.prototype["SetProj"]=MdGeBRep.prototype.SetProj=function(theOrientation,theIsYup){var self=this.ptr;if(theOrientation&&typeof theOrientation==="object")theOrientation=theOrientation.ptr;if(theIsYup&&typeof theIsYup==="object")theIsYup=theIsYup.ptr;_emscripten_bind_MdGeBRep_SetProj_2(self,theOrientation,theIsYup)};MdGeBRep.prototype["ChangeSelectedColor"]=MdGeBRep.prototype.ChangeSelectedColor=function(color){var self=this.ptr;if(color&&typeof color==="object")color=color.ptr;_emscripten_bind_MdGeBRep_ChangeSelectedColor_1(self,color)};MdGeBRep.prototype["SetColorByEntry"]=MdGeBRep.prototype.SetColorByEntry=function(theEntry,theColor){var self=this.ptr;ensureCache.prepare();if(theEntry&&typeof theEntry==="object")theEntry=theEntry.ptr;else theEntry=ensureString(theEntry);if(theColor&&typeof theColor==="object")theColor=theColor.ptr;_emscripten_bind_MdGeBRep_SetColorByEntry_2(self,theEntry,theColor)};MdGeBRep.prototype["AddModelTexture"]=MdGeBRep.prototype.AddModelTexture=function(theFileName){var self=this.ptr;ensureCache.prepare();if(theFileName&&typeof theFileName==="object")theFileName=theFileName.ptr;else theFileName=ensureString(theFileName);_emscripten_bind_MdGeBRep_AddModelTexture_1(self,theFileName)};MdGeBRep.prototype["RemoveModelTexture"]=MdGeBRep.prototype.RemoveModelTexture=function(){var self=this.ptr;_emscripten_bind_MdGeBRep_RemoveModelTexture_0(self)};MdGeBRep.prototype["ChangeSelectedMaterial"]=MdGeBRep.prototype.ChangeSelectedMaterial=function(material){var self=this.ptr;if(material&&typeof material==="object")material=material.ptr;_emscripten_bind_MdGeBRep_ChangeSelectedMaterial_1(self,material)};MdGeBRep.prototype["openStepFromUrlByOCAF"]=MdGeBRep.prototype.openStepFromUrlByOCAF=function(theModelPath){var self=this.ptr;ensureCache.prepare();if(theModelPath&&typeof theModelPath==="object")theModelPath=theModelPath.ptr;else theModelPath=ensureString(theModelPath);return UTF8ToString(_emscripten_bind_MdGeBRep_openStepFromUrlByOCAF_1(self,theModelPath))};MdGeBRep.prototype["openIgesFromUrlByOCAF"]=MdGeBRep.prototype.openIgesFromUrlByOCAF=function(theModelPath){var self=this.ptr;ensureCache.prepare();if(theModelPath&&typeof theModelPath==="object")theModelPath=theModelPath.ptr;else theModelPath=ensureString(theModelPath);return UTF8ToString(_emscripten_bind_MdGeBRep_openIgesFromUrlByOCAF_1(self,theModelPath))};MdGeBRep.prototype["openObjFromUrlByOCAF"]=MdGeBRep.prototype.openObjFromUrlByOCAF=function(theModelPath){var self=this.ptr;ensureCache.prepare();if(theModelPath&&typeof theModelPath==="object")theModelPath=theModelPath.ptr;else theModelPath=ensureString(theModelPath);return UTF8ToString(_emscripten_bind_MdGeBRep_openObjFromUrlByOCAF_1(self,theModelPath))};MdGeBRep.prototype["openStlFromUrlByOCAF"]=MdGeBRep.prototype.openStlFromUrlByOCAF=function(theModelPath){var self=this.ptr;ensureCache.prepare();if(theModelPath&&typeof theModelPath==="object")theModelPath=theModelPath.ptr;else theModelPath=ensureString(theModelPath);return UTF8ToString(_emscripten_bind_MdGeBRep_openStlFromUrlByOCAF_1(self,theModelPath))};MdGeBRep.prototype["openGltfFromUrlByOCAF"]=MdGeBRep.prototype.openGltfFromUrlByOCAF=function(theModelPath){var self=this.ptr;ensureCache.prepare();if(theModelPath&&typeof theModelPath==="object")theModelPath=theModelPath.ptr;else theModelPath=ensureString(theModelPath);return UTF8ToString(_emscripten_bind_MdGeBRep_openGltfFromUrlByOCAF_1(self,theModelPath))};MdGeBRep.prototype["openVrmlFromUrlByOCAF"]=MdGeBRep.prototype.openVrmlFromUrlByOCAF=function(theModelPath){var self=this.ptr;ensureCache.prepare();if(theModelPath&&typeof theModelPath==="object")theModelPath=theModelPath.ptr;else theModelPath=ensureString(theModelPath);return UTF8ToString(_emscripten_bind_MdGeBRep_openVrmlFromUrlByOCAF_1(self,theModelPath))};MdGeBRep.prototype["getLabelAttributes"]=MdGeBRep.prototype.getLabelAttributes=function(theEntry){var self=this.ptr;ensureCache.prepare();if(theEntry&&typeof theEntry==="object")theEntry=theEntry.ptr;else theEntry=ensureString(theEntry);return UTF8ToString(_emscripten_bind_MdGeBRep_getLabelAttributes_1(self,theEntry))};MdGeBRep.prototype["refreshDocTree"]=MdGeBRep.prototype.refreshDocTree=function(){var self=this.ptr;return UTF8ToString(_emscripten_bind_MdGeBRep_refreshDocTree_0(self))};MdGeBRep.prototype["saveStepFile"]=MdGeBRep.prototype.saveStepFile=function(fileName,theDoc){var self=this.ptr;ensureCache.prepare();if(fileName&&typeof fileName==="object")fileName=fileName.ptr;else fileName=ensureString(fileName);if(theDoc&&typeof theDoc==="object")theDoc=theDoc.ptr;_emscripten_bind_MdGeBRep_saveStepFile_2(self,fileName,theDoc)};MdGeBRep.prototype["ptCanvasToView"]=MdGeBRep.prototype.ptCanvasToView=function(x,y){var self=this.ptr;if(x&&typeof x==="object")x=x.ptr;if(y&&typeof y==="object")y=y.ptr;return wrapPointer(_emscripten_bind_MdGeBRep_ptCanvasToView_2(self,x,y),MdGePoint)};MdGeBRep.prototype["AddClipPlane"]=MdGeBRep.prototype.AddClipPlane=function(pln){var self=this.ptr;if(pln&&typeof pln==="object")pln=pln.ptr;_emscripten_bind_MdGeBRep_AddClipPlane_1(self,pln)};MdGeBRep.prototype["GetSelectedShapes"]=MdGeBRep.prototype.GetSelectedShapes=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeBRep_GetSelectedShapes_0(self),MdGeListOfShape)};MdGeBRep.prototype["setObjectColor"]=MdGeBRep.prototype.setObjectColor=function(theEntry,theColor){var self=this.ptr;ensureCache.prepare();if(theEntry&&typeof theEntry==="object")theEntry=theEntry.ptr;else theEntry=ensureString(theEntry);if(theColor&&typeof theColor==="object")theColor=theColor.ptr;_emscripten_bind_MdGeBRep_setObjectColor_2(self,theEntry,theColor)};MdGeBRep.prototype["moveObjectByTrsf"]=MdGeBRep.prototype.moveObjectByTrsf=function(theEntry,theTrsf){var self=this.ptr;ensureCache.prepare();if(theEntry&&typeof theEntry==="object")theEntry=theEntry.ptr;else theEntry=ensureString(theEntry);if(theTrsf&&typeof theTrsf==="object")theTrsf=theTrsf.ptr;_emscripten_bind_MdGeBRep_moveObjectByTrsf_2(self,theEntry,theTrsf)};MdGeBRep.prototype["printSelObjInfo"]=MdGeBRep.prototype.printSelObjInfo=function(){var self=this.ptr;_emscripten_bind_MdGeBRep_printSelObjInfo_0(self)};MdGeBRep.prototype["drawAisObjChildren"]=MdGeBRep.prototype.drawAisObjChildren=function(){var self=this.ptr;_emscripten_bind_MdGeBRep_drawAisObjChildren_0(self)};MdGeBRep.prototype["setGradientBgColor"]=MdGeBRep.prototype.setGradientBgColor=function(theColor1,theColor2,theMethod){var self=this.ptr;if(theColor1&&typeof theColor1==="object")theColor1=theColor1.ptr;if(theColor2&&typeof theColor2==="object")theColor2=theColor2.ptr;if(theMethod&&typeof theMethod==="object")theMethod=theMethod.ptr;_emscripten_bind_MdGeBRep_setGradientBgColor_3(self,theColor1,theColor2,theMethod)};MdGeBRep.prototype["getVertexPosition"]=MdGeBRep.prototype.getVertexPosition=function(theVertex){var self=this.ptr;if(theVertex&&typeof theVertex==="object")theVertex=theVertex.ptr;return wrapPointer(_emscripten_bind_MdGeBRep_getVertexPosition_1(self,theVertex),MdGePoint)};MdGeBRep.prototype["getCircleCenter"]=MdGeBRep.prototype.getCircleCenter=function(theEdge){var self=this.ptr;if(theEdge&&typeof theEdge==="object")theEdge=theEdge.ptr;return wrapPointer(_emscripten_bind_MdGeBRep_getCircleCenter_1(self,theEdge),MdGePoint)};MdGeBRep.prototype["getCircleDiameter"]=MdGeBRep.prototype.getCircleDiameter=function(theEdge){var self=this.ptr;if(theEdge&&typeof theEdge==="object")theEdge=theEdge.ptr;return _emscripten_bind_MdGeBRep_getCircleDiameter_1(self,theEdge)};MdGeBRep.prototype["getMinDistance"]=MdGeBRep.prototype.getMinDistance=function(theShape1,theShape2){var self=this.ptr;if(theShape1&&typeof theShape1==="object")theShape1=theShape1.ptr;if(theShape2&&typeof theShape2==="object")theShape2=theShape2.ptr;return _emscripten_bind_MdGeBRep_getMinDistance_2(self,theShape1,theShape2)};MdGeBRep.prototype["getAngle"]=MdGeBRep.prototype.getAngle=function(theEdge1,theEdge2){var self=this.ptr;if(theEdge1&&typeof theEdge1==="object")theEdge1=theEdge1.ptr;if(theEdge2&&typeof theEdge2==="object")theEdge2=theEdge2.ptr;return _emscripten_bind_MdGeBRep_getAngle_2(self,theEdge1,theEdge2)};MdGeBRep.prototype["getLength"]=MdGeBRep.prototype.getLength=function(theEdge){var self=this.ptr;if(theEdge&&typeof theEdge==="object")theEdge=theEdge.ptr;return _emscripten_bind_MdGeBRep_getLength_1(self,theEdge)};MdGeBRep.prototype["getArea"]=MdGeBRep.prototype.getArea=function(theFace){var self=this.ptr;if(theFace&&typeof theFace==="object")theFace=theFace.ptr;return _emscripten_bind_MdGeBRep_getArea_1(self,theFace)};MdGeBRep.prototype["someTests"]=MdGeBRep.prototype.someTests=function(){var self=this.ptr;_emscripten_bind_MdGeBRep_someTests_0(self)};MdGeBRep.prototype["__destroy__"]=MdGeBRep.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_MdGeBRep___destroy___0(self)};function MdGeHGeomSurface(other){if(other&&typeof other==="object")other=other.ptr;if(other===undefined){this.ptr=_emscripten_bind_MdGeHGeomSurface_MdGeHGeomSurface_0();getCache(MdGeHGeomSurface)[this.ptr]=this;return}this.ptr=_emscripten_bind_MdGeHGeomSurface_MdGeHGeomSurface_1(other);getCache(MdGeHGeomSurface)[this.ptr]=this}MdGeHGeomSurface.prototype=Object.create(Mx3dBaseObject.prototype);MdGeHGeomSurface.prototype.constructor=MdGeHGeomSurface;MdGeHGeomSurface.prototype.__class__=MdGeHGeomSurface;MdGeHGeomSurface.__cache__={};Module["MdGeHGeomSurface"]=MdGeHGeomSurface;MdGeHGeomSurface.prototype["DynamicType"]=MdGeHGeomSurface.prototype.DynamicType=function(){var self=this.ptr;return UTF8ToString(_emscripten_bind_MdGeHGeomSurface_DynamicType_0(self))};MdGeHGeomSurface.prototype["__destroy__"]=MdGeHGeomSurface.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_MdGeHGeomSurface___destroy___0(self)};function MdGeHGeomPlane(other){if(other&&typeof other==="object")other=other.ptr;if(other===undefined){this.ptr=_emscripten_bind_MdGeHGeomPlane_MdGeHGeomPlane_0();getCache(MdGeHGeomPlane)[this.ptr]=this;return}this.ptr=_emscripten_bind_MdGeHGeomPlane_MdGeHGeomPlane_1(other);getCache(MdGeHGeomPlane)[this.ptr]=this}MdGeHGeomPlane.prototype=Object.create(Mx3dBaseObject.prototype);MdGeHGeomPlane.prototype.constructor=MdGeHGeomPlane;MdGeHGeomPlane.prototype.__class__=MdGeHGeomPlane;MdGeHGeomPlane.__cache__={};Module["MdGeHGeomPlane"]=MdGeHGeomPlane;MdGeHGeomPlane.prototype["DownCast"]=MdGeHGeomPlane.prototype.DownCast=function(hGeomSurface){var self=this.ptr;if(hGeomSurface&&typeof hGeomSurface==="object")hGeomSurface=hGeomSurface.ptr;return wrapPointer(_emscripten_bind_MdGeHGeomPlane_DownCast_1(self,hGeomSurface),MdGeHGeomPlane)};MdGeHGeomPlane.prototype["Axis"]=MdGeHGeomPlane.prototype.Axis=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeHGeomPlane_Axis_0(self),MdGeAxis)};MdGeHGeomPlane.prototype["Location"]=MdGeHGeomPlane.prototype.Location=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeHGeomPlane_Location_0(self),MdGePoint)};MdGeHGeomPlane.prototype["Position"]=MdGeHGeomPlane.prototype.Position=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeHGeomPlane_Position_0(self),MdGeCSYS)};MdGeHGeomPlane.prototype["__destroy__"]=MdGeHGeomPlane.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_MdGeHGeomPlane___destroy___0(self)};function MdGeColor(theC1,theC2,theC3,theType){if(theC1&&typeof theC1==="object")theC1=theC1.ptr;if(theC2&&typeof theC2==="object")theC2=theC2.ptr;if(theC3&&typeof theC3==="object")theC3=theC3.ptr;if(theType&&typeof theType==="object")theType=theType.ptr;if(theC1===undefined){this.ptr=_emscripten_bind_MdGeColor_MdGeColor_0();getCache(MdGeColor)[this.ptr]=this;return}if(theC2===undefined){this.ptr=_emscripten_bind_MdGeColor_MdGeColor_1(theC1);getCache(MdGeColor)[this.ptr]=this;return}if(theC3===undefined){this.ptr=_emscripten_bind_MdGeColor_MdGeColor_2(theC1,theC2);getCache(MdGeColor)[this.ptr]=this;return}if(theType===undefined){this.ptr=_emscripten_bind_MdGeColor_MdGeColor_3(theC1,theC2,theC3);getCache(MdGeColor)[this.ptr]=this;return}this.ptr=_emscripten_bind_MdGeColor_MdGeColor_4(theC1,theC2,theC3,theType);getCache(MdGeColor)[this.ptr]=this}MdGeColor.prototype=Object.create(Mx3dBaseObject.prototype);MdGeColor.prototype.constructor=MdGeColor;MdGeColor.prototype.__class__=MdGeColor;MdGeColor.__cache__={};Module["MdGeColor"]=MdGeColor;MdGeColor.prototype["Name"]=MdGeColor.prototype.Name=function(){var self=this.ptr;return _emscripten_bind_MdGeColor_Name_0(self)};MdGeColor.prototype["SetValues"]=MdGeColor.prototype.SetValues=function(theC1,theC2,theC3,theType){var self=this.ptr;if(theC1&&typeof theC1==="object")theC1=theC1.ptr;if(theC2&&typeof theC2==="object")theC2=theC2.ptr;if(theC3&&typeof theC3==="object")theC3=theC3.ptr;if(theType&&typeof theType==="object")theType=theType.ptr;if(theC2===undefined){_emscripten_bind_MdGeColor_SetValues_1(self,theC1);return}if(theC3===undefined){_emscripten_bind_MdGeColor_SetValues_2(self,theC1,theC2);return}if(theType===undefined){_emscripten_bind_MdGeColor_SetValues_3(self,theC1,theC2,theC3);return}_emscripten_bind_MdGeColor_SetValues_4(self,theC1,theC2,theC3,theType)};MdGeColor.prototype["Red"]=MdGeColor.prototype.Red=function(){var self=this.ptr;return _emscripten_bind_MdGeColor_Red_0(self)};MdGeColor.prototype["Green"]=MdGeColor.prototype.Green=function(){var self=this.ptr;return _emscripten_bind_MdGeColor_Green_0(self)};MdGeColor.prototype["Blue"]=MdGeColor.prototype.Blue=function(){var self=this.ptr;return _emscripten_bind_MdGeColor_Blue_0(self)};MdGeColor.prototype["Hue"]=MdGeColor.prototype.Hue=function(){var self=this.ptr;return _emscripten_bind_MdGeColor_Hue_0(self)};MdGeColor.prototype["Light"]=MdGeColor.prototype.Light=function(){var self=this.ptr;return _emscripten_bind_MdGeColor_Light_0(self)};MdGeColor.prototype["ChangeIntensity"]=MdGeColor.prototype.ChangeIntensity=function(theDelta){var self=this.ptr;if(theDelta&&typeof theDelta==="object")theDelta=theDelta.ptr;_emscripten_bind_MdGeColor_ChangeIntensity_1(self,theDelta)};MdGeColor.prototype["Saturation"]=MdGeColor.prototype.Saturation=function(){var self=this.ptr;return _emscripten_bind_MdGeColor_Saturation_0(self)};MdGeColor.prototype["ChangeContrast"]=MdGeColor.prototype.ChangeContrast=function(theDelta){var self=this.ptr;if(theDelta&&typeof theDelta==="object")theDelta=theDelta.ptr;_emscripten_bind_MdGeColor_ChangeContrast_1(self,theDelta)};MdGeColor.prototype["IsDifferent"]=MdGeColor.prototype.IsDifferent=function(theOther){var self=this.ptr;if(theOther&&typeof theOther==="object")theOther=theOther.ptr;return!!_emscripten_bind_MdGeColor_IsDifferent_1(self,theOther)};MdGeColor.prototype["IsEqual"]=MdGeColor.prototype.IsEqual=function(theOther){var self=this.ptr;if(theOther&&typeof theOther==="object")theOther=theOther.ptr;return!!_emscripten_bind_MdGeColor_IsEqual_1(self,theOther)};MdGeColor.prototype["Distance"]=MdGeColor.prototype.Distance=function(theColor){var self=this.ptr;if(theColor&&typeof theColor==="object")theColor=theColor.ptr;return _emscripten_bind_MdGeColor_Distance_1(self,theColor)};MdGeColor.prototype["SquareDistance"]=MdGeColor.prototype.SquareDistance=function(theColor){var self=this.ptr;if(theColor&&typeof theColor==="object")theColor=theColor.ptr;return _emscripten_bind_MdGeColor_SquareDistance_1(self,theColor)};MdGeColor.prototype["DeltaE2000"]=MdGeColor.prototype.DeltaE2000=function(theOther){var self=this.ptr;if(theOther&&typeof theOther==="object")theOther=theOther.ptr;return _emscripten_bind_MdGeColor_DeltaE2000_1(self,theOther)};MdGeColor.prototype["StringName"]=MdGeColor.prototype.StringName=function(theColor){var self=this.ptr;if(theColor&&typeof theColor==="object")theColor=theColor.ptr;return UTF8ToString(_emscripten_bind_MdGeColor_StringName_1(self,theColor))};MdGeColor.prototype["__destroy__"]=MdGeColor.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_MdGeColor___destroy___0(self)};function MdGeMaterialAspect(theName){if(theName&&typeof theName==="object")theName=theName.ptr;if(theName===undefined){this.ptr=_emscripten_bind_MdGeMaterialAspect_MdGeMaterialAspect_0();getCache(MdGeMaterialAspect)[this.ptr]=this;return}this.ptr=_emscripten_bind_MdGeMaterialAspect_MdGeMaterialAspect_1(theName);getCache(MdGeMaterialAspect)[this.ptr]=this}MdGeMaterialAspect.prototype=Object.create(Mx3dBaseObject.prototype);MdGeMaterialAspect.prototype.constructor=MdGeMaterialAspect;MdGeMaterialAspect.prototype.__class__=MdGeMaterialAspect;MdGeMaterialAspect.__cache__={};Module["MdGeMaterialAspect"]=MdGeMaterialAspect;MdGeMaterialAspect.prototype["NumberOfMaterials"]=MdGeMaterialAspect.prototype.NumberOfMaterials=function(){var self=this.ptr;return _emscripten_bind_MdGeMaterialAspect_NumberOfMaterials_0(self)};MdGeMaterialAspect.prototype["MaterialFromName"]=MdGeMaterialAspect.prototype.MaterialFromName=function(theName){var self=this.ptr;ensureCache.prepare();if(theName&&typeof theName==="object")theName=theName.ptr;else theName=ensureString(theName);return _emscripten_bind_MdGeMaterialAspect_MaterialFromName_1(self,theName)};MdGeMaterialAspect.prototype["Name"]=MdGeMaterialAspect.prototype.Name=function(){var self=this.ptr;return _emscripten_bind_MdGeMaterialAspect_Name_0(self)};MdGeMaterialAspect.prototype["RequestedName"]=MdGeMaterialAspect.prototype.RequestedName=function(){var self=this.ptr;return _emscripten_bind_MdGeMaterialAspect_RequestedName_0(self)};MdGeMaterialAspect.prototype["MaterialName"]=MdGeMaterialAspect.prototype.MaterialName=function(){var self=this.ptr;return UTF8ToString(_emscripten_bind_MdGeMaterialAspect_MaterialName_0(self))};MdGeMaterialAspect.prototype["SetMaterialName"]=MdGeMaterialAspect.prototype.SetMaterialName=function(theName){var self=this.ptr;ensureCache.prepare();if(theName&&typeof theName==="object")theName=theName.ptr;else theName=ensureString(theName);_emscripten_bind_MdGeMaterialAspect_SetMaterialName_1(self,theName)};MdGeMaterialAspect.prototype["Reset"]=MdGeMaterialAspect.prototype.Reset=function(){var self=this.ptr;_emscripten_bind_MdGeMaterialAspect_Reset_0(self)};MdGeMaterialAspect.prototype["Color"]=MdGeMaterialAspect.prototype.Color=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeMaterialAspect_Color_0(self),MdGeColor)};MdGeMaterialAspect.prototype["SetColor"]=MdGeMaterialAspect.prototype.SetColor=function(theColor){var self=this.ptr;if(theColor&&typeof theColor==="object")theColor=theColor.ptr;_emscripten_bind_MdGeMaterialAspect_SetColor_1(self,theColor)};MdGeMaterialAspect.prototype["Transparency"]=MdGeMaterialAspect.prototype.Transparency=function(){var self=this.ptr;return _emscripten_bind_MdGeMaterialAspect_Transparency_0(self)};MdGeMaterialAspect.prototype["Alpha"]=MdGeMaterialAspect.prototype.Alpha=function(){var self=this.ptr;return _emscripten_bind_MdGeMaterialAspect_Alpha_0(self)};MdGeMaterialAspect.prototype["SetTransparency"]=MdGeMaterialAspect.prototype.SetTransparency=function(theValue){var self=this.ptr;if(theValue&&typeof theValue==="object")theValue=theValue.ptr;_emscripten_bind_MdGeMaterialAspect_SetTransparency_1(self,theValue)};MdGeMaterialAspect.prototype["SetAlpha"]=MdGeMaterialAspect.prototype.SetAlpha=function(theValue){var self=this.ptr;if(theValue&&typeof theValue==="object")theValue=theValue.ptr;_emscripten_bind_MdGeMaterialAspect_SetAlpha_1(self,theValue)};MdGeMaterialAspect.prototype["AmbientColor"]=MdGeMaterialAspect.prototype.AmbientColor=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeMaterialAspect_AmbientColor_0(self),MdGeColor)};MdGeMaterialAspect.prototype["SetAmbientColor"]=MdGeMaterialAspect.prototype.SetAmbientColor=function(theColor){var self=this.ptr;if(theColor&&typeof theColor==="object")theColor=theColor.ptr;_emscripten_bind_MdGeMaterialAspect_SetAmbientColor_1(self,theColor)};MdGeMaterialAspect.prototype["DiffuseColor"]=MdGeMaterialAspect.prototype.DiffuseColor=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeMaterialAspect_DiffuseColor_0(self),MdGeColor)};MdGeMaterialAspect.prototype["SetDiffuseColor"]=MdGeMaterialAspect.prototype.SetDiffuseColor=function(theColor){var self=this.ptr;if(theColor&&typeof theColor==="object")theColor=theColor.ptr;_emscripten_bind_MdGeMaterialAspect_SetDiffuseColor_1(self,theColor)};MdGeMaterialAspect.prototype["SpecularColor"]=MdGeMaterialAspect.prototype.SpecularColor=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeMaterialAspect_SpecularColor_0(self),MdGeColor)};MdGeMaterialAspect.prototype["SetSpecularColor"]=MdGeMaterialAspect.prototype.SetSpecularColor=function(theColor){var self=this.ptr;if(theColor&&typeof theColor==="object")theColor=theColor.ptr;_emscripten_bind_MdGeMaterialAspect_SetSpecularColor_1(self,theColor)};MdGeMaterialAspect.prototype["EmissiveColor"]=MdGeMaterialAspect.prototype.EmissiveColor=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeMaterialAspect_EmissiveColor_0(self),MdGeColor)};MdGeMaterialAspect.prototype["SetEmissiveColor"]=MdGeMaterialAspect.prototype.SetEmissiveColor=function(theColor){var self=this.ptr;if(theColor&&typeof theColor==="object")theColor=theColor.ptr;_emscripten_bind_MdGeMaterialAspect_SetEmissiveColor_1(self,theColor)};MdGeMaterialAspect.prototype["Shininess"]=MdGeMaterialAspect.prototype.Shininess=function(){var self=this.ptr;return _emscripten_bind_MdGeMaterialAspect_Shininess_0(self)};MdGeMaterialAspect.prototype["SetShininess"]=MdGeMaterialAspect.prototype.SetShininess=function(theValue){var self=this.ptr;if(theValue&&typeof theValue==="object")theValue=theValue.ptr;_emscripten_bind_MdGeMaterialAspect_SetShininess_1(self,theValue)};MdGeMaterialAspect.prototype["IncreaseShine"]=MdGeMaterialAspect.prototype.IncreaseShine=function(theDelta){var self=this.ptr;if(theDelta&&typeof theDelta==="object")theDelta=theDelta.ptr;_emscripten_bind_MdGeMaterialAspect_IncreaseShine_1(self,theDelta)};MdGeMaterialAspect.prototype["RefractionIndex"]=MdGeMaterialAspect.prototype.RefractionIndex=function(){var self=this.ptr;return _emscripten_bind_MdGeMaterialAspect_RefractionIndex_0(self)};MdGeMaterialAspect.prototype["SetRefractionIndex"]=MdGeMaterialAspect.prototype.SetRefractionIndex=function(theValue){var self=this.ptr;if(theValue&&typeof theValue==="object")theValue=theValue.ptr;_emscripten_bind_MdGeMaterialAspect_SetRefractionIndex_1(self,theValue)};MdGeMaterialAspect.prototype["ReflectionMode"]=MdGeMaterialAspect.prototype.ReflectionMode=function(theType){var self=this.ptr;if(theType&&typeof theType==="object")theType=theType.ptr;return!!_emscripten_bind_MdGeMaterialAspect_ReflectionMode_1(self,theType)};MdGeMaterialAspect.prototype["MaterialType"]=MdGeMaterialAspect.prototype.MaterialType=function(){var self=this.ptr;return _emscripten_bind_MdGeMaterialAspect_MaterialType_0(self)};MdGeMaterialAspect.prototype["SetMaterialType"]=MdGeMaterialAspect.prototype.SetMaterialType=function(theType){var self=this.ptr;if(theType&&typeof theType==="object")theType=theType.ptr;_emscripten_bind_MdGeMaterialAspect_SetMaterialType_1(self,theType)};MdGeMaterialAspect.prototype["IsDifferent"]=MdGeMaterialAspect.prototype.IsDifferent=function(theOther){var self=this.ptr;if(theOther&&typeof theOther==="object")theOther=theOther.ptr;return!!_emscripten_bind_MdGeMaterialAspect_IsDifferent_1(self,theOther)};MdGeMaterialAspect.prototype["IsEqual"]=MdGeMaterialAspect.prototype.IsEqual=function(theOther){var self=this.ptr;if(theOther&&typeof theOther==="object")theOther=theOther.ptr;return!!_emscripten_bind_MdGeMaterialAspect_IsEqual_1(self,theOther)};MdGeMaterialAspect.prototype["__destroy__"]=MdGeMaterialAspect.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_MdGeMaterialAspect___destroy___0(self)};function MdGeSequenceOfShape(){this.ptr=_emscripten_bind_MdGeSequenceOfShape_MdGeSequenceOfShape_0();getCache(MdGeSequenceOfShape)[this.ptr]=this}MdGeSequenceOfShape.prototype=Object.create(Mx3dBaseObject.prototype);MdGeSequenceOfShape.prototype.constructor=MdGeSequenceOfShape;MdGeSequenceOfShape.prototype.__class__=MdGeSequenceOfShape;MdGeSequenceOfShape.__cache__={};Module["MdGeSequenceOfShape"]=MdGeSequenceOfShape;MdGeSequenceOfShape.prototype["begin"]=MdGeSequenceOfShape.prototype.begin=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeSequenceOfShape_begin_0(self),MdGeSequenceIteratorOfSequenceOfShape)};MdGeSequenceOfShape.prototype["end"]=MdGeSequenceOfShape.prototype.end=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeSequenceOfShape_end_0(self),MdGeSequenceIteratorOfSequenceOfShape)};MdGeSequenceOfShape.prototype["Size"]=MdGeSequenceOfShape.prototype.Size=function(){var self=this.ptr;return _emscripten_bind_MdGeSequenceOfShape_Size_0(self)};MdGeSequenceOfShape.prototype["Length"]=MdGeSequenceOfShape.prototype.Length=function(){var self=this.ptr;return _emscripten_bind_MdGeSequenceOfShape_Length_0(self)};MdGeSequenceOfShape.prototype["Lower"]=MdGeSequenceOfShape.prototype.Lower=function(){var self=this.ptr;return _emscripten_bind_MdGeSequenceOfShape_Lower_0(self)};MdGeSequenceOfShape.prototype["Upper"]=MdGeSequenceOfShape.prototype.Upper=function(){var self=this.ptr;return _emscripten_bind_MdGeSequenceOfShape_Upper_0(self)};MdGeSequenceOfShape.prototype["IsEmpty"]=MdGeSequenceOfShape.prototype.IsEmpty=function(){var self=this.ptr;return!!_emscripten_bind_MdGeSequenceOfShape_IsEmpty_0(self)};MdGeSequenceOfShape.prototype["Reverse"]=MdGeSequenceOfShape.prototype.Reverse=function(){var self=this.ptr;_emscripten_bind_MdGeSequenceOfShape_Reverse_0(self)};MdGeSequenceOfShape.prototype["Exchange"]=MdGeSequenceOfShape.prototype.Exchange=function(I,J){var self=this.ptr;if(I&&typeof I==="object")I=I.ptr;if(J&&typeof J==="object")J=J.ptr;_emscripten_bind_MdGeSequenceOfShape_Exchange_2(self,I,J)};MdGeSequenceOfShape.prototype["Remove"]=MdGeSequenceOfShape.prototype.Remove=function(theFromIndex,theToIndex){var self=this.ptr;if(theFromIndex&&typeof theFromIndex==="object")theFromIndex=theFromIndex.ptr;if(theToIndex&&typeof theToIndex==="object")theToIndex=theToIndex.ptr;if(theToIndex===undefined){_emscripten_bind_MdGeSequenceOfShape_Remove_1(self,theFromIndex);return}_emscripten_bind_MdGeSequenceOfShape_Remove_2(self,theFromIndex,theToIndex)};MdGeSequenceOfShape.prototype["Append"]=MdGeSequenceOfShape.prototype.Append=function(theShape){var self=this.ptr;if(theShape&&typeof theShape==="object")theShape=theShape.ptr;_emscripten_bind_MdGeSequenceOfShape_Append_1(self,theShape)};MdGeSequenceOfShape.prototype["Prepend"]=MdGeSequenceOfShape.prototype.Prepend=function(theShape){var self=this.ptr;if(theShape&&typeof theShape==="object")theShape=theShape.ptr;_emscripten_bind_MdGeSequenceOfShape_Prepend_1(self,theShape)};MdGeSequenceOfShape.prototype["InsertBefore"]=MdGeSequenceOfShape.prototype.InsertBefore=function(theIndex,theShape){var self=this.ptr;if(theIndex&&typeof theIndex==="object")theIndex=theIndex.ptr;if(theShape&&typeof theShape==="object")theShape=theShape.ptr;_emscripten_bind_MdGeSequenceOfShape_InsertBefore_2(self,theIndex,theShape)};MdGeSequenceOfShape.prototype["InsertAfter"]=MdGeSequenceOfShape.prototype.InsertAfter=function(theIndex,theShape){var self=this.ptr;if(theIndex&&typeof theIndex==="object")theIndex=theIndex.ptr;if(theShape&&typeof theShape==="object")theShape=theShape.ptr;_emscripten_bind_MdGeSequenceOfShape_InsertAfter_2(self,theIndex,theShape)};MdGeSequenceOfShape.prototype["First"]=MdGeSequenceOfShape.prototype.First=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeSequenceOfShape_First_0(self),MdGeShape)};MdGeSequenceOfShape.prototype["Last"]=MdGeSequenceOfShape.prototype.Last=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeSequenceOfShape_Last_0(self),MdGeShape)};MdGeSequenceOfShape.prototype["Value"]=MdGeSequenceOfShape.prototype.Value=function(theIndex){var self=this.ptr;if(theIndex&&typeof theIndex==="object")theIndex=theIndex.ptr;return wrapPointer(_emscripten_bind_MdGeSequenceOfShape_Value_1(self,theIndex),MdGeShape)};MdGeSequenceOfShape.prototype["SetValue"]=MdGeSequenceOfShape.prototype.SetValue=function(theIndex,theShape){var self=this.ptr;if(theIndex&&typeof theIndex==="object")theIndex=theIndex.ptr;if(theShape&&typeof theShape==="object")theShape=theShape.ptr;_emscripten_bind_MdGeSequenceOfShape_SetValue_2(self,theIndex,theShape)};MdGeSequenceOfShape.prototype["__destroy__"]=MdGeSequenceOfShape.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_MdGeSequenceOfShape___destroy___0(self)};function MdGeSequenceIteratorOfSequenceOfShape(){this.ptr=_emscripten_bind_MdGeSequenceIteratorOfSequenceOfShape_MdGeSequenceIteratorOfSequenceOfShape_0();getCache(MdGeSequenceIteratorOfSequenceOfShape)[this.ptr]=this}MdGeSequenceIteratorOfSequenceOfShape.prototype=Object.create(Mx3dBaseObject.prototype);MdGeSequenceIteratorOfSequenceOfShape.prototype.constructor=MdGeSequenceIteratorOfSequenceOfShape;MdGeSequenceIteratorOfSequenceOfShape.prototype.__class__=MdGeSequenceIteratorOfSequenceOfShape;MdGeSequenceIteratorOfSequenceOfShape.__cache__={};Module["MdGeSequenceIteratorOfSequenceOfShape"]=MdGeSequenceIteratorOfSequenceOfShape;MdGeSequenceIteratorOfSequenceOfShape.prototype["More"]=MdGeSequenceIteratorOfSequenceOfShape.prototype.More=function(){var self=this.ptr;return!!_emscripten_bind_MdGeSequenceIteratorOfSequenceOfShape_More_0(self)};MdGeSequenceIteratorOfSequenceOfShape.prototype["Next"]=MdGeSequenceIteratorOfSequenceOfShape.prototype.Next=function(){var self=this.ptr;_emscripten_bind_MdGeSequenceIteratorOfSequenceOfShape_Next_0(self)};MdGeSequenceIteratorOfSequenceOfShape.prototype["Value"]=MdGeSequenceIteratorOfSequenceOfShape.prototype.Value=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeSequenceIteratorOfSequenceOfShape_Value_0(self),MdGeShape)};MdGeSequenceIteratorOfSequenceOfShape.prototype["IsEqual"]=MdGeSequenceIteratorOfSequenceOfShape.prototype.IsEqual=function(theOther){var self=this.ptr;if(theOther&&typeof theOther==="object")theOther=theOther.ptr;return!!_emscripten_bind_MdGeSequenceIteratorOfSequenceOfShape_IsEqual_1(self,theOther)};MdGeSequenceIteratorOfSequenceOfShape.prototype["__destroy__"]=MdGeSequenceIteratorOfSequenceOfShape.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_MdGeSequenceIteratorOfSequenceOfShape___destroy___0(self)};function MdGeMakeWires(){this.ptr=_emscripten_bind_MdGeMakeWires_MdGeMakeWires_0();getCache(MdGeMakeWires)[this.ptr]=this}MdGeMakeWires.prototype=Object.create(Mx3dBaseObject.prototype);MdGeMakeWires.prototype.constructor=MdGeMakeWires;MdGeMakeWires.prototype.__class__=MdGeMakeWires;MdGeMakeWires.__cache__={};Module["MdGeMakeWires"]=MdGeMakeWires;MdGeMakeWires.prototype["ConnectEdgesToWires"]=MdGeMakeWires.prototype.ConnectEdgesToWires=function(edges,toler,shared){var self=this.ptr;if(edges&&typeof edges==="object")edges=edges.ptr;if(toler&&typeof toler==="object")toler=toler.ptr;if(shared&&typeof shared==="object")shared=shared.ptr;return wrapPointer(_emscripten_bind_MdGeMakeWires_ConnectEdgesToWires_3(self,edges,toler,shared),MdGeSequenceOfShape)};MdGeMakeWires.prototype["ConnectWiresToWires"]=MdGeMakeWires.prototype.ConnectWiresToWires=function(iwires,toler,shared){var self=this.ptr;if(iwires&&typeof iwires==="object")iwires=iwires.ptr;if(toler&&typeof toler==="object")toler=toler.ptr;if(shared&&typeof shared==="object")shared=shared.ptr;return wrapPointer(_emscripten_bind_MdGeMakeWires_ConnectWiresToWires_3(self,iwires,toler,shared),MdGeSequenceOfShape)};MdGeMakeWires.prototype["__destroy__"]=MdGeMakeWires.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_MdGeMakeWires___destroy___0(self)};function MdGeMakeFace(wire){if(wire&&typeof wire==="object")wire=wire.ptr;if(wire===undefined){this.ptr=_emscripten_bind_MdGeMakeFace_MdGeMakeFace_0();getCache(MdGeMakeFace)[this.ptr]=this;return}this.ptr=_emscripten_bind_MdGeMakeFace_MdGeMakeFace_1(wire);getCache(MdGeMakeFace)[this.ptr]=this}MdGeMakeFace.prototype=Object.create(Mx3dBaseObject.prototype);MdGeMakeFace.prototype.constructor=MdGeMakeFace;MdGeMakeFace.prototype.__class__=MdGeMakeFace;MdGeMakeFace.__cache__={};Module["MdGeMakeFace"]=MdGeMakeFace;MdGeMakeFace.prototype["Add"]=MdGeMakeFace.prototype.Add=function(wire){var self=this.ptr;if(wire&&typeof wire==="object")wire=wire.ptr;_emscripten_bind_MdGeMakeFace_Add_1(self,wire)};MdGeMakeFace.prototype["Face"]=MdGeMakeFace.prototype.Face=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeMakeFace_Face_0(self),MdGeFace)};MdGeMakeFace.prototype["__destroy__"]=MdGeMakeFace.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_MdGeMakeFace___destroy___0(self)};function MdGeMakeArcOfCircle(pt1,pt2,pt3){if(pt1&&typeof pt1==="object")pt1=pt1.ptr;if(pt2&&typeof pt2==="object")pt2=pt2.ptr;if(pt3&&typeof pt3==="object")pt3=pt3.ptr;this.ptr=_emscripten_bind_MdGeMakeArcOfCircle_MdGeMakeArcOfCircle_3(pt1,pt2,pt3);getCache(MdGeMakeArcOfCircle)[this.ptr]=this}MdGeMakeArcOfCircle.prototype=Object.create(Mx3dBaseObject.prototype);MdGeMakeArcOfCircle.prototype.constructor=MdGeMakeArcOfCircle;MdGeMakeArcOfCircle.prototype.__class__=MdGeMakeArcOfCircle;MdGeMakeArcOfCircle.__cache__={};Module["MdGeMakeArcOfCircle"]=MdGeMakeArcOfCircle;MdGeMakeArcOfCircle.prototype["Edge"]=MdGeMakeArcOfCircle.prototype.Edge=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeMakeArcOfCircle_Edge_0(self),MdGeEdge)};MdGeMakeArcOfCircle.prototype["__destroy__"]=MdGeMakeArcOfCircle.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_MdGeMakeArcOfCircle___destroy___0(self)};function MdGeLight(theType){if(theType&&typeof theType==="object")theType=theType.ptr;this.ptr=_emscripten_bind_MdGeLight_MdGeLight_1(theType);getCache(MdGeLight)[this.ptr]=this}MdGeLight.prototype=Object.create(Mx3dBaseObject.prototype);MdGeLight.prototype.constructor=MdGeLight;MdGeLight.prototype.__class__=MdGeLight;MdGeLight.__cache__={};Module["MdGeLight"]=MdGeLight;MdGeLight.prototype["CopyFrom"]=MdGeLight.prototype.CopyFrom=function(theLight){var self=this.ptr;if(theLight&&typeof theLight==="object")theLight=theLight.ptr;_emscripten_bind_MdGeLight_CopyFrom_1(self,theLight)};MdGeLight.prototype["Type"]=MdGeLight.prototype.Type=function(){var self=this.ptr;return _emscripten_bind_MdGeLight_Type_0(self)};MdGeLight.prototype["Name"]=MdGeLight.prototype.Name=function(){var self=this.ptr;return UTF8ToString(_emscripten_bind_MdGeLight_Name_0(self))};MdGeLight.prototype["SetName"]=MdGeLight.prototype.SetName=function(theName){var self=this.ptr;ensureCache.prepare();if(theName&&typeof theName==="object")theName=theName.ptr;else theName=ensureString(theName);_emscripten_bind_MdGeLight_SetName_1(self,theName)};MdGeLight.prototype["Color"]=MdGeLight.prototype.Color=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeLight_Color_0(self),MdGeColor)};MdGeLight.prototype["SetColor"]=MdGeLight.prototype.SetColor=function(theColor){var self=this.ptr;if(theColor&&typeof theColor==="object")theColor=theColor.ptr;_emscripten_bind_MdGeLight_SetColor_1(self,theColor)};MdGeLight.prototype["IsEnabled"]=MdGeLight.prototype.IsEnabled=function(){var self=this.ptr;return!!_emscripten_bind_MdGeLight_IsEnabled_0(self)};MdGeLight.prototype["SetEnabled"]=MdGeLight.prototype.SetEnabled=function(theIsOn){var self=this.ptr;if(theIsOn&&typeof theIsOn==="object")theIsOn=theIsOn.ptr;_emscripten_bind_MdGeLight_SetEnabled_1(self,theIsOn)};MdGeLight.prototype["ToCastShadows"]=MdGeLight.prototype.ToCastShadows=function(){var self=this.ptr;return!!_emscripten_bind_MdGeLight_ToCastShadows_0(self)};MdGeLight.prototype["SetCastShadows"]=MdGeLight.prototype.SetCastShadows=function(theToCast){var self=this.ptr;if(theToCast&&typeof theToCast==="object")theToCast=theToCast.ptr;_emscripten_bind_MdGeLight_SetCastShadows_1(self,theToCast)};MdGeLight.prototype["IsHeadlight"]=MdGeLight.prototype.IsHeadlight=function(){var self=this.ptr;return!!_emscripten_bind_MdGeLight_IsHeadlight_0(self)};MdGeLight.prototype["Headlight"]=MdGeLight.prototype.Headlight=function(){var self=this.ptr;return!!_emscripten_bind_MdGeLight_Headlight_0(self)};MdGeLight.prototype["SetHeadlight"]=MdGeLight.prototype.SetHeadlight=function(theValue){var self=this.ptr;if(theValue&&typeof theValue==="object")theValue=theValue.ptr;_emscripten_bind_MdGeLight_SetHeadlight_1(self,theValue)};MdGeLight.prototype["Position"]=MdGeLight.prototype.Position=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeLight_Position_0(self),MdGePoint)};MdGeLight.prototype["SetPosition"]=MdGeLight.prototype.SetPosition=function(theX,theY,theZ){var self=this.ptr;if(theX&&typeof theX==="object")theX=theX.ptr;if(theY&&typeof theY==="object")theY=theY.ptr;if(theZ&&typeof theZ==="object")theZ=theZ.ptr;if(theY===undefined){_emscripten_bind_MdGeLight_SetPosition_1(self,theX);return}if(theZ===undefined){_emscripten_bind_MdGeLight_SetPosition_2(self,theX,theY);return}_emscripten_bind_MdGeLight_SetPosition_3(self,theX,theY,theZ)};MdGeLight.prototype["ConstAttenuation"]=MdGeLight.prototype.ConstAttenuation=function(){var self=this.ptr;return _emscripten_bind_MdGeLight_ConstAttenuation_0(self)};MdGeLight.prototype["LinearAttenuation"]=MdGeLight.prototype.LinearAttenuation=function(){var self=this.ptr;return _emscripten_bind_MdGeLight_LinearAttenuation_0(self)};MdGeLight.prototype["SetAttenuation"]=MdGeLight.prototype.SetAttenuation=function(theConstAttenuation,theLinearAttenuation){var self=this.ptr;if(theConstAttenuation&&typeof theConstAttenuation==="object")theConstAttenuation=theConstAttenuation.ptr;if(theLinearAttenuation&&typeof theLinearAttenuation==="object")theLinearAttenuation=theLinearAttenuation.ptr;_emscripten_bind_MdGeLight_SetAttenuation_2(self,theConstAttenuation,theLinearAttenuation)};MdGeLight.prototype["Direction"]=MdGeLight.prototype.Direction=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeLight_Direction_0(self),MdGeDir)};MdGeLight.prototype["SetDirection"]=MdGeLight.prototype.SetDirection=function(theVx,theVy,theVz){var self=this.ptr;if(theVx&&typeof theVx==="object")theVx=theVx.ptr;if(theVy&&typeof theVy==="object")theVy=theVy.ptr;if(theVz&&typeof theVz==="object")theVz=theVz.ptr;if(theVy===undefined){_emscripten_bind_MdGeLight_SetDirection_1(self,theVx);return}if(theVz===undefined){_emscripten_bind_MdGeLight_SetDirection_2(self,theVx,theVy);return}_emscripten_bind_MdGeLight_SetDirection_3(self,theVx,theVy,theVz)};MdGeLight.prototype["DisplayPosition"]=MdGeLight.prototype.DisplayPosition=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeLight_DisplayPosition_0(self),MdGePoint)};MdGeLight.prototype["SetDisplayPosition"]=MdGeLight.prototype.SetDisplayPosition=function(thePosition){var self=this.ptr;if(thePosition&&typeof thePosition==="object")thePosition=thePosition.ptr;_emscripten_bind_MdGeLight_SetDisplayPosition_1(self,thePosition)};MdGeLight.prototype["Angle"]=MdGeLight.prototype.Angle=function(){var self=this.ptr;return _emscripten_bind_MdGeLight_Angle_0(self)};MdGeLight.prototype["SetAngle"]=MdGeLight.prototype.SetAngle=function(theAngle){var self=this.ptr;if(theAngle&&typeof theAngle==="object")theAngle=theAngle.ptr;_emscripten_bind_MdGeLight_SetAngle_1(self,theAngle)};MdGeLight.prototype["Concentration"]=MdGeLight.prototype.Concentration=function(){var self=this.ptr;return _emscripten_bind_MdGeLight_Concentration_0(self)};MdGeLight.prototype["SetConcentration"]=MdGeLight.prototype.SetConcentration=function(theConcentration){var self=this.ptr;if(theConcentration&&typeof theConcentration==="object")theConcentration=theConcentration.ptr;_emscripten_bind_MdGeLight_SetConcentration_1(self,theConcentration)};MdGeLight.prototype["Intensity"]=MdGeLight.prototype.Intensity=function(){var self=this.ptr;return _emscripten_bind_MdGeLight_Intensity_0(self)};MdGeLight.prototype["SetIntensity"]=MdGeLight.prototype.SetIntensity=function(theValue){var self=this.ptr;if(theValue&&typeof theValue==="object")theValue=theValue.ptr;_emscripten_bind_MdGeLight_SetIntensity_1(self,theValue)};MdGeLight.prototype["Smoothness"]=MdGeLight.prototype.Smoothness=function(){var self=this.ptr;return _emscripten_bind_MdGeLight_Smoothness_0(self)};MdGeLight.prototype["SetSmoothRadius"]=MdGeLight.prototype.SetSmoothRadius=function(theValue){var self=this.ptr;if(theValue&&typeof theValue==="object")theValue=theValue.ptr;_emscripten_bind_MdGeLight_SetSmoothRadius_1(self,theValue)};MdGeLight.prototype["SetSmoothAngle"]=MdGeLight.prototype.SetSmoothAngle=function(theValue){var self=this.ptr;if(theValue&&typeof theValue==="object")theValue=theValue.ptr;_emscripten_bind_MdGeLight_SetSmoothAngle_1(self,theValue)};MdGeLight.prototype["HasRange"]=MdGeLight.prototype.HasRange=function(){var self=this.ptr;return!!_emscripten_bind_MdGeLight_HasRange_0(self)};MdGeLight.prototype["Range"]=MdGeLight.prototype.Range=function(){var self=this.ptr;return _emscripten_bind_MdGeLight_Range_0(self)};MdGeLight.prototype["SetRange"]=MdGeLight.prototype.SetRange=function(theValue){var self=this.ptr;if(theValue&&typeof theValue==="object")theValue=theValue.ptr;_emscripten_bind_MdGeLight_SetRange_1(self,theValue)};MdGeLight.prototype["__destroy__"]=MdGeLight.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_MdGeLight___destroy___0(self)};function MdGeArrowAspect(anAngle,aLength){if(anAngle&&typeof anAngle==="object")anAngle=anAngle.ptr;if(aLength&&typeof aLength==="object")aLength=aLength.ptr;if(anAngle===undefined){this.ptr=_emscripten_bind_MdGeArrowAspect_MdGeArrowAspect_0();getCache(MdGeArrowAspect)[this.ptr]=this;return}if(aLength===undefined){this.ptr=_emscripten_bind_MdGeArrowAspect_MdGeArrowAspect_1(anAngle);getCache(MdGeArrowAspect)[this.ptr]=this;return}this.ptr=_emscripten_bind_MdGeArrowAspect_MdGeArrowAspect_2(anAngle,aLength);getCache(MdGeArrowAspect)[this.ptr]=this}MdGeArrowAspect.prototype=Object.create(Mx3dBaseObject.prototype);MdGeArrowAspect.prototype.constructor=MdGeArrowAspect;MdGeArrowAspect.prototype.__class__=MdGeArrowAspect;MdGeArrowAspect.__cache__={};Module["MdGeArrowAspect"]=MdGeArrowAspect;MdGeArrowAspect.prototype["SetAngle"]=MdGeArrowAspect.prototype.SetAngle=function(anAngle){var self=this.ptr;if(anAngle&&typeof anAngle==="object")anAngle=anAngle.ptr;_emscripten_bind_MdGeArrowAspect_SetAngle_1(self,anAngle)};MdGeArrowAspect.prototype["Angle"]=MdGeArrowAspect.prototype.Angle=function(){var self=this.ptr;return _emscripten_bind_MdGeArrowAspect_Angle_0(self)};MdGeArrowAspect.prototype["SetLength"]=MdGeArrowAspect.prototype.SetLength=function(theLength){var self=this.ptr;if(theLength&&typeof theLength==="object")theLength=theLength.ptr;_emscripten_bind_MdGeArrowAspect_SetLength_1(self,theLength)};MdGeArrowAspect.prototype["Length"]=MdGeArrowAspect.prototype.Length=function(){var self=this.ptr;return _emscripten_bind_MdGeArrowAspect_Length_0(self)};MdGeArrowAspect.prototype["SetZoomable"]=MdGeArrowAspect.prototype.SetZoomable=function(theIsZoomable){var self=this.ptr;if(theIsZoomable&&typeof theIsZoomable==="object")theIsZoomable=theIsZoomable.ptr;_emscripten_bind_MdGeArrowAspect_SetZoomable_1(self,theIsZoomable)};MdGeArrowAspect.prototype["IsZoomable"]=MdGeArrowAspect.prototype.IsZoomable=function(){var self=this.ptr;return!!_emscripten_bind_MdGeArrowAspect_IsZoomable_0(self)};MdGeArrowAspect.prototype["SetColor"]=MdGeArrowAspect.prototype.SetColor=function(theColor){var self=this.ptr;if(theColor&&typeof theColor==="object")theColor=theColor.ptr;_emscripten_bind_MdGeArrowAspect_SetColor_1(self,theColor)};MdGeArrowAspect.prototype["__destroy__"]=MdGeArrowAspect.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_MdGeArrowAspect___destroy___0(self)};function MdGeDimAspect(){this.ptr=_emscripten_bind_MdGeDimAspect_MdGeDimAspect_0();getCache(MdGeDimAspect)[this.ptr]=this}MdGeDimAspect.prototype=Object.create(Mx3dBaseObject.prototype);MdGeDimAspect.prototype.constructor=MdGeDimAspect;MdGeDimAspect.prototype.__class__=MdGeDimAspect;MdGeDimAspect.__cache__={};Module["MdGeDimAspect"]=MdGeDimAspect;MdGeDimAspect.prototype["LineAspect"]=MdGeDimAspect.prototype.LineAspect=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeDimAspect_LineAspect_0(self),MdGeLineAspect)};MdGeDimAspect.prototype["SetLineAspect"]=MdGeDimAspect.prototype.SetLineAspect=function(theAspect){var self=this.ptr;if(theAspect&&typeof theAspect==="object")theAspect=theAspect.ptr;_emscripten_bind_MdGeDimAspect_SetLineAspect_1(self,theAspect)};MdGeDimAspect.prototype["TextAspect"]=MdGeDimAspect.prototype.TextAspect=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeDimAspect_TextAspect_0(self),MdGeTextAspect)};MdGeDimAspect.prototype["SetTextAspect"]=MdGeDimAspect.prototype.SetTextAspect=function(theAspect){var self=this.ptr;if(theAspect&&typeof theAspect==="object")theAspect=theAspect.ptr;_emscripten_bind_MdGeDimAspect_SetTextAspect_1(self,theAspect)};MdGeDimAspect.prototype["IsText3d"]=MdGeDimAspect.prototype.IsText3d=function(){var self=this.ptr;return!!_emscripten_bind_MdGeDimAspect_IsText3d_0(self)};MdGeDimAspect.prototype["MakeText3d"]=MdGeDimAspect.prototype.MakeText3d=function(isText3d){var self=this.ptr;if(isText3d&&typeof isText3d==="object")isText3d=isText3d.ptr;_emscripten_bind_MdGeDimAspect_MakeText3d_1(self,isText3d)};MdGeDimAspect.prototype["IsTextShaded"]=MdGeDimAspect.prototype.IsTextShaded=function(){var self=this.ptr;return!!_emscripten_bind_MdGeDimAspect_IsTextShaded_0(self)};MdGeDimAspect.prototype["MakeTextShaded"]=MdGeDimAspect.prototype.MakeTextShaded=function(theIsTextShaded){var self=this.ptr;if(theIsTextShaded&&typeof theIsTextShaded==="object")theIsTextShaded=theIsTextShaded.ptr;_emscripten_bind_MdGeDimAspect_MakeTextShaded_1(self,theIsTextShaded)};MdGeDimAspect.prototype["IsArrows3d"]=MdGeDimAspect.prototype.IsArrows3d=function(){var self=this.ptr;return!!_emscripten_bind_MdGeDimAspect_IsArrows3d_0(self)};MdGeDimAspect.prototype["MakeArrows3d"]=MdGeDimAspect.prototype.MakeArrows3d=function(theIsArrows3d){var self=this.ptr;if(theIsArrows3d&&typeof theIsArrows3d==="object")theIsArrows3d=theIsArrows3d.ptr;_emscripten_bind_MdGeDimAspect_MakeArrows3d_1(self,theIsArrows3d)};MdGeDimAspect.prototype["IsUnitsDisplayed"]=MdGeDimAspect.prototype.IsUnitsDisplayed=function(){var self=this.ptr;return!!_emscripten_bind_MdGeDimAspect_IsUnitsDisplayed_0(self)};MdGeDimAspect.prototype["MakeUnitsDisplayed"]=MdGeDimAspect.prototype.MakeUnitsDisplayed=function(theIsDisplayed){var self=this.ptr;if(theIsDisplayed&&typeof theIsDisplayed==="object")theIsDisplayed=theIsDisplayed.ptr;_emscripten_bind_MdGeDimAspect_MakeUnitsDisplayed_1(self,theIsDisplayed)};MdGeDimAspect.prototype["SetArrowOrientation"]=MdGeDimAspect.prototype.SetArrowOrientation=function(theArrowOrient){var self=this.ptr;if(theArrowOrient&&typeof theArrowOrient==="object")theArrowOrient=theArrowOrient.ptr;_emscripten_bind_MdGeDimAspect_SetArrowOrientation_1(self,theArrowOrient)};MdGeDimAspect.prototype["ArrowOrientation"]=MdGeDimAspect.prototype.ArrowOrientation=function(){var self=this.ptr;return _emscripten_bind_MdGeDimAspect_ArrowOrientation_0(self)};MdGeDimAspect.prototype["SetTextVerticalPosition"]=MdGeDimAspect.prototype.SetTextVerticalPosition=function(thePosition){var self=this.ptr;if(thePosition&&typeof thePosition==="object")thePosition=thePosition.ptr;_emscripten_bind_MdGeDimAspect_SetTextVerticalPosition_1(self,thePosition)};MdGeDimAspect.prototype["TextVerticalPosition"]=MdGeDimAspect.prototype.TextVerticalPosition=function(){var self=this.ptr;return _emscripten_bind_MdGeDimAspect_TextVerticalPosition_0(self)};MdGeDimAspect.prototype["SetTextHorizontalPosition"]=MdGeDimAspect.prototype.SetTextHorizontalPosition=function(thePosition){var self=this.ptr;if(thePosition&&typeof thePosition==="object")thePosition=thePosition.ptr;_emscripten_bind_MdGeDimAspect_SetTextHorizontalPosition_1(self,thePosition)};MdGeDimAspect.prototype["TextHorizontalPosition"]=MdGeDimAspect.prototype.TextHorizontalPosition=function(){var self=this.ptr;return _emscripten_bind_MdGeDimAspect_TextHorizontalPosition_0(self)};MdGeDimAspect.prototype["ArrowAspect"]=MdGeDimAspect.prototype.ArrowAspect=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeDimAspect_ArrowAspect_0(self),MdGeArrowAspect)};MdGeDimAspect.prototype["SetArrowAspect"]=MdGeDimAspect.prototype.SetArrowAspect=function(theAspect){var self=this.ptr;if(theAspect&&typeof theAspect==="object")theAspect=theAspect.ptr;_emscripten_bind_MdGeDimAspect_SetArrowAspect_1(self,theAspect)};MdGeDimAspect.prototype["SetCommonColor"]=MdGeDimAspect.prototype.SetCommonColor=function(theColor){var self=this.ptr;if(theColor&&typeof theColor==="object")theColor=theColor.ptr;_emscripten_bind_MdGeDimAspect_SetCommonColor_1(self,theColor)};MdGeDimAspect.prototype["SetExtensionSize"]=MdGeDimAspect.prototype.SetExtensionSize=function(theSize){var self=this.ptr;if(theSize&&typeof theSize==="object")theSize=theSize.ptr;_emscripten_bind_MdGeDimAspect_SetExtensionSize_1(self,theSize)};MdGeDimAspect.prototype["ExtensionSize"]=MdGeDimAspect.prototype.ExtensionSize=function(){var self=this.ptr;return _emscripten_bind_MdGeDimAspect_ExtensionSize_0(self)};MdGeDimAspect.prototype["SetArrowTailSize"]=MdGeDimAspect.prototype.SetArrowTailSize=function(theSize){var self=this.ptr;if(theSize&&typeof theSize==="object")theSize=theSize.ptr;_emscripten_bind_MdGeDimAspect_SetArrowTailSize_1(self,theSize)};MdGeDimAspect.prototype["ArrowTailSize"]=MdGeDimAspect.prototype.ArrowTailSize=function(){var self=this.ptr;return _emscripten_bind_MdGeDimAspect_ArrowTailSize_0(self)};MdGeDimAspect.prototype["SetValueStringFormat"]=MdGeDimAspect.prototype.SetValueStringFormat=function(theFormat){var self=this.ptr;ensureCache.prepare();if(theFormat&&typeof theFormat==="object")theFormat=theFormat.ptr;else theFormat=ensureString(theFormat);_emscripten_bind_MdGeDimAspect_SetValueStringFormat_1(self,theFormat)};MdGeDimAspect.prototype["ValueStringFormat"]=MdGeDimAspect.prototype.ValueStringFormat=function(){var self=this.ptr;return UTF8ToString(_emscripten_bind_MdGeDimAspect_ValueStringFormat_0(self))};MdGeDimAspect.prototype["__destroy__"]=MdGeDimAspect.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_MdGeDimAspect___destroy___0(self)};function MdGeLineAspect(theColor,theType,theWidth){if(theColor&&typeof theColor==="object")theColor=theColor.ptr;if(theType&&typeof theType==="object")theType=theType.ptr;if(theWidth&&typeof theWidth==="object")theWidth=theWidth.ptr;this.ptr=_emscripten_bind_MdGeLineAspect_MdGeLineAspect_3(theColor,theType,theWidth);getCache(MdGeLineAspect)[this.ptr]=this}MdGeLineAspect.prototype=Object.create(Mx3dBaseObject.prototype);MdGeLineAspect.prototype.constructor=MdGeLineAspect;MdGeLineAspect.prototype.__class__=MdGeLineAspect;MdGeLineAspect.__cache__={};Module["MdGeLineAspect"]=MdGeLineAspect;MdGeLineAspect.prototype["SetColor"]=MdGeLineAspect.prototype.SetColor=function(theColor){var self=this.ptr;if(theColor&&typeof theColor==="object")theColor=theColor.ptr;_emscripten_bind_MdGeLineAspect_SetColor_1(self,theColor)};MdGeLineAspect.prototype["SetTypeOfLine"]=MdGeLineAspect.prototype.SetTypeOfLine=function(theType){var self=this.ptr;if(theType&&typeof theType==="object")theType=theType.ptr;_emscripten_bind_MdGeLineAspect_SetTypeOfLine_1(self,theType)};MdGeLineAspect.prototype["SetWidth"]=MdGeLineAspect.prototype.SetWidth=function(theWidth){var self=this.ptr;if(theWidth&&typeof theWidth==="object")theWidth=theWidth.ptr;_emscripten_bind_MdGeLineAspect_SetWidth_1(self,theWidth)};MdGeLineAspect.prototype["__destroy__"]=MdGeLineAspect.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_MdGeLineAspect___destroy___0(self)};function MdGeTextAspect(){this.ptr=_emscripten_bind_MdGeTextAspect_MdGeTextAspect_0();getCache(MdGeTextAspect)[this.ptr]=this}MdGeTextAspect.prototype=Object.create(Mx3dBaseObject.prototype);MdGeTextAspect.prototype.constructor=MdGeTextAspect;MdGeTextAspect.prototype.__class__=MdGeTextAspect;MdGeTextAspect.__cache__={};Module["MdGeTextAspect"]=MdGeTextAspect;MdGeTextAspect.prototype["SetColor"]=MdGeTextAspect.prototype.SetColor=function(theColor){var self=this.ptr;if(theColor&&typeof theColor==="object")theColor=theColor.ptr;_emscripten_bind_MdGeTextAspect_SetColor_1(self,theColor)};MdGeTextAspect.prototype["SetFont"]=MdGeTextAspect.prototype.SetFont=function(theFont){var self=this.ptr;ensureCache.prepare();if(theFont&&typeof theFont==="object")theFont=theFont.ptr;else theFont=ensureString(theFont);_emscripten_bind_MdGeTextAspect_SetFont_1(self,theFont)};MdGeTextAspect.prototype["SetHeight"]=MdGeTextAspect.prototype.SetHeight=function(theHeight){var self=this.ptr;if(theHeight&&typeof theHeight==="object")theHeight=theHeight.ptr;_emscripten_bind_MdGeTextAspect_SetHeight_1(self,theHeight)};MdGeTextAspect.prototype["SetAngle"]=MdGeTextAspect.prototype.SetAngle=function(theAngle){var self=this.ptr;if(theAngle&&typeof theAngle==="object")theAngle=theAngle.ptr;_emscripten_bind_MdGeTextAspect_SetAngle_1(self,theAngle)};MdGeTextAspect.prototype["Height"]=MdGeTextAspect.prototype.Height=function(){var self=this.ptr;return _emscripten_bind_MdGeTextAspect_Height_0(self)};MdGeTextAspect.prototype["Angle"]=MdGeTextAspect.prototype.Angle=function(){var self=this.ptr;return _emscripten_bind_MdGeTextAspect_Angle_0(self)};MdGeTextAspect.prototype["SetHorizontalJustification"]=MdGeTextAspect.prototype.SetHorizontalJustification=function(theJustification){var self=this.ptr;if(theJustification&&typeof theJustification==="object")theJustification=theJustification.ptr;_emscripten_bind_MdGeTextAspect_SetHorizontalJustification_1(self,theJustification)};MdGeTextAspect.prototype["SetVerticalJustification"]=MdGeTextAspect.prototype.SetVerticalJustification=function(theJustification){var self=this.ptr;if(theJustification&&typeof theJustification==="object")theJustification=theJustification.ptr;_emscripten_bind_MdGeTextAspect_SetVerticalJustification_1(self,theJustification)};MdGeTextAspect.prototype["SetOrientation"]=MdGeTextAspect.prototype.SetOrientation=function(theOrientation){var self=this.ptr;if(theOrientation&&typeof theOrientation==="object")theOrientation=theOrientation.ptr;_emscripten_bind_MdGeTextAspect_SetOrientation_1(self,theOrientation)};MdGeTextAspect.prototype["HorizontalJustification"]=MdGeTextAspect.prototype.HorizontalJustification=function(){var self=this.ptr;return _emscripten_bind_MdGeTextAspect_HorizontalJustification_0(self)};MdGeTextAspect.prototype["VerticalJustification"]=MdGeTextAspect.prototype.VerticalJustification=function(){var self=this.ptr;return _emscripten_bind_MdGeTextAspect_VerticalJustification_0(self)};MdGeTextAspect.prototype["Orientation"]=MdGeTextAspect.prototype.Orientation=function(){var self=this.ptr;return _emscripten_bind_MdGeTextAspect_Orientation_0(self)};MdGeTextAspect.prototype["__destroy__"]=MdGeTextAspect.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_MdGeTextAspect___destroy___0(self)};function MdGeApplication(){this.ptr=_emscripten_bind_MdGeApplication_MdGeApplication_0();getCache(MdGeApplication)[this.ptr]=this}MdGeApplication.prototype=Object.create(Mx3dBaseObject.prototype);MdGeApplication.prototype.constructor=MdGeApplication;MdGeApplication.prototype.__class__=MdGeApplication;MdGeApplication.__cache__={};Module["MdGeApplication"]=MdGeApplication;MdGeApplication.prototype["NbDocuments"]=MdGeApplication.prototype.NbDocuments=function(){var self=this.ptr;return _emscripten_bind_MdGeApplication_NbDocuments_0(self)};MdGeApplication.prototype["GetDocument"]=MdGeApplication.prototype.GetDocument=function(index){var self=this.ptr;if(index&&typeof index==="object")index=index.ptr;return wrapPointer(_emscripten_bind_MdGeApplication_GetDocument_1(self,index),MdGeDocument)};MdGeApplication.prototype["NewDocument"]=MdGeApplication.prototype.NewDocument=function(format){var self=this.ptr;ensureCache.prepare();if(format&&typeof format==="object")format=format.ptr;else format=ensureString(format);return wrapPointer(_emscripten_bind_MdGeApplication_NewDocument_1(self,format),MdGeDocument)};MdGeApplication.prototype["InitDocument"]=MdGeApplication.prototype.InitDocument=function(aDoc){var self=this.ptr;if(aDoc&&typeof aDoc==="object")aDoc=aDoc.ptr;_emscripten_bind_MdGeApplication_InitDocument_1(self,aDoc)};MdGeApplication.prototype["Close"]=MdGeApplication.prototype.Close=function(aDoc){var self=this.ptr;if(aDoc&&typeof aDoc==="object")aDoc=aDoc.ptr;_emscripten_bind_MdGeApplication_Close_1(self,aDoc)};MdGeApplication.prototype["__destroy__"]=MdGeApplication.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_MdGeApplication___destroy___0(self)};function MdGeDocument(){throw"cannot construct a MdGeDocument, no constructor in IDL"}MdGeDocument.prototype=Object.create(Mx3dBaseObject.prototype);MdGeDocument.prototype.constructor=MdGeDocument;MdGeDocument.prototype.__class__=MdGeDocument;MdGeDocument.__cache__={};Module["MdGeDocument"]=MdGeDocument;MdGeDocument.prototype["IsSaved"]=MdGeDocument.prototype.IsSaved=function(){var self=this.ptr;return!!_emscripten_bind_MdGeDocument_IsSaved_0(self)};MdGeDocument.prototype["IsChanged"]=MdGeDocument.prototype.IsChanged=function(){var self=this.ptr;return!!_emscripten_bind_MdGeDocument_IsChanged_0(self)};MdGeDocument.prototype["SetSaved"]=MdGeDocument.prototype.SetSaved=function(){var self=this.ptr;_emscripten_bind_MdGeDocument_SetSaved_0(self)};MdGeDocument.prototype["SetSavedTime"]=MdGeDocument.prototype.SetSavedTime=function(theTime){var self=this.ptr;if(theTime&&typeof theTime==="object")theTime=theTime.ptr;_emscripten_bind_MdGeDocument_SetSavedTime_1(self,theTime)};MdGeDocument.prototype["GetSavedTime"]=MdGeDocument.prototype.GetSavedTime=function(){var self=this.ptr;return _emscripten_bind_MdGeDocument_GetSavedTime_0(self)};MdGeDocument.prototype["GetName"]=MdGeDocument.prototype.GetName=function(){var self=this.ptr;return UTF8ToString(_emscripten_bind_MdGeDocument_GetName_0(self))};MdGeDocument.prototype["GetPath"]=MdGeDocument.prototype.GetPath=function(){var self=this.ptr;return UTF8ToString(_emscripten_bind_MdGeDocument_GetPath_0(self))};MdGeDocument.prototype["Main"]=MdGeDocument.prototype.Main=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeDocument_Main_0(self),MdGeLabel)};MdGeDocument.prototype["IsEmpty"]=MdGeDocument.prototype.IsEmpty=function(){var self=this.ptr;return!!_emscripten_bind_MdGeDocument_IsEmpty_0(self)};MdGeDocument.prototype["IsValid"]=MdGeDocument.prototype.IsValid=function(){var self=this.ptr;return!!_emscripten_bind_MdGeDocument_IsValid_0(self)};MdGeDocument.prototype["SetModified"]=MdGeDocument.prototype.SetModified=function(L){var self=this.ptr;if(L&&typeof L==="object")L=L.ptr;_emscripten_bind_MdGeDocument_SetModified_1(self,L)};MdGeDocument.prototype["PurgeModified"]=MdGeDocument.prototype.PurgeModified=function(){var self=this.ptr;_emscripten_bind_MdGeDocument_PurgeModified_0(self)};MdGeDocument.prototype["NewCommand"]=MdGeDocument.prototype.NewCommand=function(){var self=this.ptr;_emscripten_bind_MdGeDocument_NewCommand_0(self)};MdGeDocument.prototype["HasOpenCommand"]=MdGeDocument.prototype.HasOpenCommand=function(){var self=this.ptr;return!!_emscripten_bind_MdGeDocument_HasOpenCommand_0(self)};MdGeDocument.prototype["OpenCommand"]=MdGeDocument.prototype.OpenCommand=function(){var self=this.ptr;_emscripten_bind_MdGeDocument_OpenCommand_0(self)};MdGeDocument.prototype["CommitCommand"]=MdGeDocument.prototype.CommitCommand=function(){var self=this.ptr;return!!_emscripten_bind_MdGeDocument_CommitCommand_0(self)};MdGeDocument.prototype["AbortCommand"]=MdGeDocument.prototype.AbortCommand=function(){var self=this.ptr;_emscripten_bind_MdGeDocument_AbortCommand_0(self)};MdGeDocument.prototype["GetUndoLimit"]=MdGeDocument.prototype.GetUndoLimit=function(){var self=this.ptr;return _emscripten_bind_MdGeDocument_GetUndoLimit_0(self)};MdGeDocument.prototype["SetUndoLimit"]=MdGeDocument.prototype.SetUndoLimit=function(L){var self=this.ptr;if(L&&typeof L==="object")L=L.ptr;_emscripten_bind_MdGeDocument_SetUndoLimit_1(self,L)};MdGeDocument.prototype["ClearUndos"]=MdGeDocument.prototype.ClearUndos=function(){var self=this.ptr;_emscripten_bind_MdGeDocument_ClearUndos_0(self)};MdGeDocument.prototype["ClearRedos"]=MdGeDocument.prototype.ClearRedos=function(){var self=this.ptr;_emscripten_bind_MdGeDocument_ClearRedos_0(self)};MdGeDocument.prototype["GetAvailableUndos"]=MdGeDocument.prototype.GetAvailableUndos=function(){var self=this.ptr;return _emscripten_bind_MdGeDocument_GetAvailableUndos_0(self)};MdGeDocument.prototype["Undo"]=MdGeDocument.prototype.Undo=function(){var self=this.ptr;return!!_emscripten_bind_MdGeDocument_Undo_0(self)};MdGeDocument.prototype["GetAvailableRedos"]=MdGeDocument.prototype.GetAvailableRedos=function(){var self=this.ptr;return _emscripten_bind_MdGeDocument_GetAvailableRedos_0(self)};MdGeDocument.prototype["Redo"]=MdGeDocument.prototype.Redo=function(){var self=this.ptr;return!!_emscripten_bind_MdGeDocument_Redo_0(self)};MdGeDocument.prototype["RemoveFirstUndo"]=MdGeDocument.prototype.RemoveFirstUndo=function(){var self=this.ptr;_emscripten_bind_MdGeDocument_RemoveFirstUndo_0(self)};MdGeDocument.prototype["InitDeltaCompaction"]=MdGeDocument.prototype.InitDeltaCompaction=function(){var self=this.ptr;return!!_emscripten_bind_MdGeDocument_InitDeltaCompaction_0(self)};MdGeDocument.prototype["PerformDeltaCompaction"]=MdGeDocument.prototype.PerformDeltaCompaction=function(){var self=this.ptr;return!!_emscripten_bind_MdGeDocument_PerformDeltaCompaction_0(self)};MdGeDocument.prototype["UpdateReferences"]=MdGeDocument.prototype.UpdateReferences=function(aDocEntry){var self=this.ptr;ensureCache.prepare();if(aDocEntry&&typeof aDocEntry==="object")aDocEntry=aDocEntry.ptr;else aDocEntry=ensureString(aDocEntry);_emscripten_bind_MdGeDocument_UpdateReferences_1(self,aDocEntry)};MdGeDocument.prototype["Recompute"]=MdGeDocument.prototype.Recompute=function(){var self=this.ptr;_emscripten_bind_MdGeDocument_Recompute_0(self)};MdGeDocument.prototype["StorageFormat"]=MdGeDocument.prototype.StorageFormat=function(){var self=this.ptr;return UTF8ToString(_emscripten_bind_MdGeDocument_StorageFormat_0(self))};MdGeDocument.prototype["ChangeStorageFormat"]=MdGeDocument.prototype.ChangeStorageFormat=function(newStorageFormat){var self=this.ptr;ensureCache.prepare();if(newStorageFormat&&typeof newStorageFormat==="object")newStorageFormat=newStorageFormat.ptr;else newStorageFormat=ensureString(newStorageFormat);_emscripten_bind_MdGeDocument_ChangeStorageFormat_1(self,newStorageFormat)};MdGeDocument.prototype["SetEmptyLabelsSavingMode"]=MdGeDocument.prototype.SetEmptyLabelsSavingMode=function(isAllowed){var self=this.ptr;if(isAllowed&&typeof isAllowed==="object")isAllowed=isAllowed.ptr;_emscripten_bind_MdGeDocument_SetEmptyLabelsSavingMode_1(self,isAllowed)};MdGeDocument.prototype["EmptyLabelsSavingMode"]=MdGeDocument.prototype.EmptyLabelsSavingMode=function(){var self=this.ptr;return!!_emscripten_bind_MdGeDocument_EmptyLabelsSavingMode_0(self)};MdGeDocument.prototype["SetNestedTransactionMode"]=MdGeDocument.prototype.SetNestedTransactionMode=function(isAllowed){var self=this.ptr;if(isAllowed&&typeof isAllowed==="object")isAllowed=isAllowed.ptr;_emscripten_bind_MdGeDocument_SetNestedTransactionMode_1(self,isAllowed)};MdGeDocument.prototype["IsNestedTransactionMode"]=MdGeDocument.prototype.IsNestedTransactionMode=function(){var self=this.ptr;return!!_emscripten_bind_MdGeDocument_IsNestedTransactionMode_0(self)};MdGeDocument.prototype["SetModificationMode"]=MdGeDocument.prototype.SetModificationMode=function(theTransactionOnly){var self=this.ptr;if(theTransactionOnly&&typeof theTransactionOnly==="object")theTransactionOnly=theTransactionOnly.ptr;_emscripten_bind_MdGeDocument_SetModificationMode_1(self,theTransactionOnly)};MdGeDocument.prototype["ModificationMode"]=MdGeDocument.prototype.ModificationMode=function(){var self=this.ptr;return!!_emscripten_bind_MdGeDocument_ModificationMode_0(self)};MdGeDocument.prototype["BeforeClose"]=MdGeDocument.prototype.BeforeClose=function(){var self=this.ptr;_emscripten_bind_MdGeDocument_BeforeClose_0(self)};MdGeDocument.prototype["__destroy__"]=MdGeDocument.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_MdGeDocument___destroy___0(self)};function MdGeDocShapeTool(theMainLabel){if(theMainLabel&&typeof theMainLabel==="object")theMainLabel=theMainLabel.ptr;this.ptr=_emscripten_bind_MdGeDocShapeTool_MdGeDocShapeTool_1(theMainLabel);getCache(MdGeDocShapeTool)[this.ptr]=this}MdGeDocShapeTool.prototype=Object.create(Mx3dBaseObject.prototype);MdGeDocShapeTool.prototype.constructor=MdGeDocShapeTool;MdGeDocShapeTool.prototype.__class__=MdGeDocShapeTool;MdGeDocShapeTool.__cache__={};Module["MdGeDocShapeTool"]=MdGeDocShapeTool;MdGeDocShapeTool.prototype["IsTopLevel"]=MdGeDocShapeTool.prototype.IsTopLevel=function(L){var self=this.ptr;if(L&&typeof L==="object")L=L.ptr;return!!_emscripten_bind_MdGeDocShapeTool_IsTopLevel_1(self,L)};MdGeDocShapeTool.prototype["IsFree"]=MdGeDocShapeTool.prototype.IsFree=function(L){var self=this.ptr;if(L&&typeof L==="object")L=L.ptr;return!!_emscripten_bind_MdGeDocShapeTool_IsFree_1(self,L)};MdGeDocShapeTool.prototype["IsShape"]=MdGeDocShapeTool.prototype.IsShape=function(L){var self=this.ptr;if(L&&typeof L==="object")L=L.ptr;return!!_emscripten_bind_MdGeDocShapeTool_IsShape_1(self,L)};MdGeDocShapeTool.prototype["IsSimpleShape"]=MdGeDocShapeTool.prototype.IsSimpleShape=function(L){var self=this.ptr;if(L&&typeof L==="object")L=L.ptr;return!!_emscripten_bind_MdGeDocShapeTool_IsSimpleShape_1(self,L)};MdGeDocShapeTool.prototype["IsReference"]=MdGeDocShapeTool.prototype.IsReference=function(L){var self=this.ptr;if(L&&typeof L==="object")L=L.ptr;return!!_emscripten_bind_MdGeDocShapeTool_IsReference_1(self,L)};MdGeDocShapeTool.prototype["IsAssembly"]=MdGeDocShapeTool.prototype.IsAssembly=function(L){var self=this.ptr;if(L&&typeof L==="object")L=L.ptr;return!!_emscripten_bind_MdGeDocShapeTool_IsAssembly_1(self,L)};MdGeDocShapeTool.prototype["IsComponent"]=MdGeDocShapeTool.prototype.IsComponent=function(L){var self=this.ptr;if(L&&typeof L==="object")L=L.ptr;return!!_emscripten_bind_MdGeDocShapeTool_IsComponent_1(self,L)};MdGeDocShapeTool.prototype["IsCompound"]=MdGeDocShapeTool.prototype.IsCompound=function(L){var self=this.ptr;if(L&&typeof L==="object")L=L.ptr;return!!_emscripten_bind_MdGeDocShapeTool_IsCompound_1(self,L)};MdGeDocShapeTool.prototype["IsSubShape"]=MdGeDocShapeTool.prototype.IsSubShape=function(shapeL,sub){var self=this.ptr;if(shapeL&&typeof shapeL==="object")shapeL=shapeL.ptr;if(sub&&typeof sub==="object")sub=sub.ptr;if(sub===undefined){return!!_emscripten_bind_MdGeDocShapeTool_IsSubShape_1(self,shapeL)}return!!_emscripten_bind_MdGeDocShapeTool_IsSubShape_2(self,shapeL,sub)};MdGeDocShapeTool.prototype["Search"]=MdGeDocShapeTool.prototype.Search=function(S,findInstance,findComponent,findSubshape){var self=this.ptr;if(S&&typeof S==="object")S=S.ptr;if(findInstance&&typeof findInstance==="object")findInstance=findInstance.ptr;if(findComponent&&typeof findComponent==="object")findComponent=findComponent.ptr;if(findSubshape&&typeof findSubshape==="object")findSubshape=findSubshape.ptr;return wrapPointer(_emscripten_bind_MdGeDocShapeTool_Search_4(self,S,findInstance,findComponent,findSubshape),MdGeLabel)};MdGeDocShapeTool.prototype["FindShape"]=MdGeDocShapeTool.prototype.FindShape=function(S,findInstance){var self=this.ptr;if(S&&typeof S==="object")S=S.ptr;if(findInstance&&typeof findInstance==="object")findInstance=findInstance.ptr;return wrapPointer(_emscripten_bind_MdGeDocShapeTool_FindShape_2(self,S,findInstance),MdGeLabel)};MdGeDocShapeTool.prototype["GetShape"]=MdGeDocShapeTool.prototype.GetShape=function(L){var self=this.ptr;if(L&&typeof L==="object")L=L.ptr;return wrapPointer(_emscripten_bind_MdGeDocShapeTool_GetShape_1(self,L),MdGeShape)};MdGeDocShapeTool.prototype["NewShape"]=MdGeDocShapeTool.prototype.NewShape=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeDocShapeTool_NewShape_0(self),MdGeLabel)};MdGeDocShapeTool.prototype["SetShape"]=MdGeDocShapeTool.prototype.SetShape=function(L,S){var self=this.ptr;if(L&&typeof L==="object")L=L.ptr;if(S&&typeof S==="object")S=S.ptr;_emscripten_bind_MdGeDocShapeTool_SetShape_2(self,L,S)};MdGeDocShapeTool.prototype["AddShape"]=MdGeDocShapeTool.prototype.AddShape=function(S,makeAssembly,makePrepare){var self=this.ptr;if(S&&typeof S==="object")S=S.ptr;if(makeAssembly&&typeof makeAssembly==="object")makeAssembly=makeAssembly.ptr;if(makePrepare&&typeof makePrepare==="object")makePrepare=makePrepare.ptr;return wrapPointer(_emscripten_bind_MdGeDocShapeTool_AddShape_3(self,S,makeAssembly,makePrepare),MdGeLabel)};MdGeDocShapeTool.prototype["RemoveShape"]=MdGeDocShapeTool.prototype.RemoveShape=function(L,removeCompletely){var self=this.ptr;if(L&&typeof L==="object")L=L.ptr;if(removeCompletely&&typeof removeCompletely==="object")removeCompletely=removeCompletely.ptr;return!!_emscripten_bind_MdGeDocShapeTool_RemoveShape_2(self,L,removeCompletely)};MdGeDocShapeTool.prototype["Init"]=MdGeDocShapeTool.prototype.Init=function(){var self=this.ptr;_emscripten_bind_MdGeDocShapeTool_Init_0(self)};MdGeDocShapeTool.prototype["SetAutoNaming"]=MdGeDocShapeTool.prototype.SetAutoNaming=function(V){var self=this.ptr;if(V&&typeof V==="object")V=V.ptr;_emscripten_bind_MdGeDocShapeTool_SetAutoNaming_1(self,V)};MdGeDocShapeTool.prototype["AutoNaming"]=MdGeDocShapeTool.prototype.AutoNaming=function(){var self=this.ptr;return!!_emscripten_bind_MdGeDocShapeTool_AutoNaming_0(self)};MdGeDocShapeTool.prototype["ComputeShapes"]=MdGeDocShapeTool.prototype.ComputeShapes=function(L){var self=this.ptr;if(L&&typeof L==="object")L=L.ptr;_emscripten_bind_MdGeDocShapeTool_ComputeShapes_1(self,L)};MdGeDocShapeTool.prototype["ComputeSimpleShapes"]=MdGeDocShapeTool.prototype.ComputeSimpleShapes=function(){var self=this.ptr;_emscripten_bind_MdGeDocShapeTool_ComputeSimpleShapes_0(self)};MdGeDocShapeTool.prototype["GetShapes"]=MdGeDocShapeTool.prototype.GetShapes=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeDocShapeTool_GetShapes_0(self),MdGeLabelSequence)};MdGeDocShapeTool.prototype["GetFreeShapes"]=MdGeDocShapeTool.prototype.GetFreeShapes=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeDocShapeTool_GetFreeShapes_0(self),MdGeLabelSequence)};MdGeDocShapeTool.prototype["GetLocation"]=MdGeDocShapeTool.prototype.GetLocation=function(L){var self=this.ptr;if(L&&typeof L==="object")L=L.ptr;return wrapPointer(_emscripten_bind_MdGeDocShapeTool_GetLocation_1(self,L),MdGeLocation)};MdGeDocShapeTool.prototype["GetReferredShape"]=MdGeDocShapeTool.prototype.GetReferredShape=function(L){var self=this.ptr;if(L&&typeof L==="object")L=L.ptr;return wrapPointer(_emscripten_bind_MdGeDocShapeTool_GetReferredShape_1(self,L),MdGeLabel)};MdGeDocShapeTool.prototype["NbComponents"]=MdGeDocShapeTool.prototype.NbComponents=function(L,getsubchilds){var self=this.ptr;if(L&&typeof L==="object")L=L.ptr;if(getsubchilds&&typeof getsubchilds==="object")getsubchilds=getsubchilds.ptr;return _emscripten_bind_MdGeDocShapeTool_NbComponents_2(self,L,getsubchilds)};MdGeDocShapeTool.prototype["GetComponents"]=MdGeDocShapeTool.prototype.GetComponents=function(L,getsubchilds){var self=this.ptr;if(L&&typeof L==="object")L=L.ptr;if(getsubchilds&&typeof getsubchilds==="object")getsubchilds=getsubchilds.ptr;return wrapPointer(_emscripten_bind_MdGeDocShapeTool_GetComponents_2(self,L,getsubchilds),MdGeLabelSequence)};MdGeDocShapeTool.prototype["AddComponent"]=MdGeDocShapeTool.prototype.AddComponent=function(assembly,comp,Loc){var self=this.ptr;if(assembly&&typeof assembly==="object")assembly=assembly.ptr;if(comp&&typeof comp==="object")comp=comp.ptr;if(Loc&&typeof Loc==="object")Loc=Loc.ptr;return wrapPointer(_emscripten_bind_MdGeDocShapeTool_AddComponent_3(self,assembly,comp,Loc),MdGeLabel)};MdGeDocShapeTool.prototype["RemoveComponent"]=MdGeDocShapeTool.prototype.RemoveComponent=function(comp){var self=this.ptr;if(comp&&typeof comp==="object")comp=comp.ptr;_emscripten_bind_MdGeDocShapeTool_RemoveComponent_1(self,comp)};MdGeDocShapeTool.prototype["UpdateAssemblies"]=MdGeDocShapeTool.prototype.UpdateAssemblies=function(){var self=this.ptr;_emscripten_bind_MdGeDocShapeTool_UpdateAssemblies_0(self)};MdGeDocShapeTool.prototype["FindSubShape"]=MdGeDocShapeTool.prototype.FindSubShape=function(shapeL,sub){var self=this.ptr;if(shapeL&&typeof shapeL==="object")shapeL=shapeL.ptr;if(sub&&typeof sub==="object")sub=sub.ptr;return wrapPointer(_emscripten_bind_MdGeDocShapeTool_FindSubShape_2(self,shapeL,sub),MdGeLabel)};MdGeDocShapeTool.prototype["AddSubShape"]=MdGeDocShapeTool.prototype.AddSubShape=function(shapeL,sub){var self=this.ptr;if(shapeL&&typeof shapeL==="object")shapeL=shapeL.ptr;if(sub&&typeof sub==="object")sub=sub.ptr;return wrapPointer(_emscripten_bind_MdGeDocShapeTool_AddSubShape_2(self,shapeL,sub),MdGeLabel)};MdGeDocShapeTool.prototype["FindMainShapeUsingMap"]=MdGeDocShapeTool.prototype.FindMainShapeUsingMap=function(sub){var self=this.ptr;if(sub&&typeof sub==="object")sub=sub.ptr;return wrapPointer(_emscripten_bind_MdGeDocShapeTool_FindMainShapeUsingMap_1(self,sub),MdGeLabel)};MdGeDocShapeTool.prototype["FindMainShape"]=MdGeDocShapeTool.prototype.FindMainShape=function(sub){var self=this.ptr;if(sub&&typeof sub==="object")sub=sub.ptr;return wrapPointer(_emscripten_bind_MdGeDocShapeTool_FindMainShape_1(self,sub),MdGeLabel)};MdGeDocShapeTool.prototype["GetSubShapes"]=MdGeDocShapeTool.prototype.GetSubShapes=function(L){var self=this.ptr;if(L&&typeof L==="object")L=L.ptr;return wrapPointer(_emscripten_bind_MdGeDocShapeTool_GetSubShapes_1(self,L),MdGeLabelSequence)};MdGeDocShapeTool.prototype["BaseLabel"]=MdGeDocShapeTool.prototype.BaseLabel=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeDocShapeTool_BaseLabel_0(self),MdGeLabel)};MdGeDocShapeTool.prototype["FindComponent"]=MdGeDocShapeTool.prototype.FindComponent=function(theShape){var self=this.ptr;if(theShape&&typeof theShape==="object")theShape=theShape.ptr;return wrapPointer(_emscripten_bind_MdGeDocShapeTool_FindComponent_1(self,theShape),MdGeLabelSequence)};MdGeDocShapeTool.prototype["SetLocation"]=MdGeDocShapeTool.prototype.SetLocation=function(theShapeLabel,theLoc){var self=this.ptr;if(theShapeLabel&&typeof theShapeLabel==="object")theShapeLabel=theShapeLabel.ptr;if(theLoc&&typeof theLoc==="object")theLoc=theLoc.ptr;return wrapPointer(_emscripten_bind_MdGeDocShapeTool_SetLocation_2(self,theShapeLabel,theLoc),MdGeLabel)};MdGeDocShapeTool.prototype["Expand"]=MdGeDocShapeTool.prototype.Expand=function(Shape){var self=this.ptr;if(Shape&&typeof Shape==="object")Shape=Shape.ptr;return!!_emscripten_bind_MdGeDocShapeTool_Expand_1(self,Shape)};MdGeDocShapeTool.prototype["__destroy__"]=MdGeDocShapeTool.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_MdGeDocShapeTool___destroy___0(self)};function MdGeDocColorTool(theMainLabel){if(theMainLabel&&typeof theMainLabel==="object")theMainLabel=theMainLabel.ptr;this.ptr=_emscripten_bind_MdGeDocColorTool_MdGeDocColorTool_1(theMainLabel);getCache(MdGeDocColorTool)[this.ptr]=this}MdGeDocColorTool.prototype=Object.create(Mx3dBaseObject.prototype);MdGeDocColorTool.prototype.constructor=MdGeDocColorTool;MdGeDocColorTool.prototype.__class__=MdGeDocColorTool;MdGeDocColorTool.__cache__={};Module["MdGeDocColorTool"]=MdGeDocColorTool;MdGeDocColorTool.prototype["AutoNaming"]=MdGeDocColorTool.prototype.AutoNaming=function(){var self=this.ptr;return!!_emscripten_bind_MdGeDocColorTool_AutoNaming_0(self)};MdGeDocColorTool.prototype["SetAutoNaming"]=MdGeDocColorTool.prototype.SetAutoNaming=function(theIsAutoNaming){var self=this.ptr;if(theIsAutoNaming&&typeof theIsAutoNaming==="object")theIsAutoNaming=theIsAutoNaming.ptr;_emscripten_bind_MdGeDocColorTool_SetAutoNaming_1(self,theIsAutoNaming)};MdGeDocColorTool.prototype["BaseLabel"]=MdGeDocColorTool.prototype.BaseLabel=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeDocColorTool_BaseLabel_0(self),MdGeLabel)};MdGeDocColorTool.prototype["IsColor"]=MdGeDocColorTool.prototype.IsColor=function(lab){var self=this.ptr;if(lab&&typeof lab==="object")lab=lab.ptr;return!!_emscripten_bind_MdGeDocColorTool_IsColor_1(self,lab)};MdGeDocColorTool.prototype["GetColor"]=MdGeDocColorTool.prototype.GetColor=function(lab){var self=this.ptr;if(lab&&typeof lab==="object")lab=lab.ptr;return wrapPointer(_emscripten_bind_MdGeDocColorTool_GetColor_1(self,lab),MdGeColor)};MdGeDocColorTool.prototype["FindColor"]=MdGeDocColorTool.prototype.FindColor=function(col){var self=this.ptr;if(col&&typeof col==="object")col=col.ptr;return wrapPointer(_emscripten_bind_MdGeDocColorTool_FindColor_1(self,col),MdGeLabel)};MdGeDocColorTool.prototype["AddColor"]=MdGeDocColorTool.prototype.AddColor=function(col){var self=this.ptr;if(col&&typeof col==="object")col=col.ptr;return wrapPointer(_emscripten_bind_MdGeDocColorTool_AddColor_1(self,col),MdGeLabel)};MdGeDocColorTool.prototype["RemoveColor"]=MdGeDocColorTool.prototype.RemoveColor=function(lab){var self=this.ptr;if(lab&&typeof lab==="object")lab=lab.ptr;_emscripten_bind_MdGeDocColorTool_RemoveColor_1(self,lab)};MdGeDocColorTool.prototype["GetColors"]=MdGeDocColorTool.prototype.GetColors=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeDocColorTool_GetColors_0(self),MdGeLabelSequence)};MdGeDocColorTool.prototype["SetColor"]=MdGeDocColorTool.prototype.SetColor=function(L,colorL,type){var self=this.ptr;if(L&&typeof L==="object")L=L.ptr;if(colorL&&typeof colorL==="object")colorL=colorL.ptr;if(type&&typeof type==="object")type=type.ptr;_emscripten_bind_MdGeDocColorTool_SetColor_3(self,L,colorL,type)};MdGeDocColorTool.prototype["UnSetColor"]=MdGeDocColorTool.prototype.UnSetColor=function(L,type){var self=this.ptr;if(L&&typeof L==="object")L=L.ptr;if(type&&typeof type==="object")type=type.ptr;_emscripten_bind_MdGeDocColorTool_UnSetColor_2(self,L,type)};MdGeDocColorTool.prototype["IsSet"]=MdGeDocColorTool.prototype.IsSet=function(L,type){var self=this.ptr;if(L&&typeof L==="object")L=L.ptr;if(type&&typeof type==="object")type=type.ptr;return!!_emscripten_bind_MdGeDocColorTool_IsSet_2(self,L,type)};MdGeDocColorTool.prototype["GetColorLabel"]=MdGeDocColorTool.prototype.GetColorLabel=function(L,type){var self=this.ptr;if(L&&typeof L==="object")L=L.ptr;if(type&&typeof type==="object")type=type.ptr;return wrapPointer(_emscripten_bind_MdGeDocColorTool_GetColorLabel_2(self,L,type),MdGeLabel)};MdGeDocColorTool.prototype["IsVisible"]=MdGeDocColorTool.prototype.IsVisible=function(L){var self=this.ptr;if(L&&typeof L==="object")L=L.ptr;return!!_emscripten_bind_MdGeDocColorTool_IsVisible_1(self,L)};MdGeDocColorTool.prototype["SetVisibility"]=MdGeDocColorTool.prototype.SetVisibility=function(shapeLabel,isvisible){var self=this.ptr;if(shapeLabel&&typeof shapeLabel==="object")shapeLabel=shapeLabel.ptr;if(isvisible&&typeof isvisible==="object")isvisible=isvisible.ptr;_emscripten_bind_MdGeDocColorTool_SetVisibility_2(self,shapeLabel,isvisible)};MdGeDocColorTool.prototype["IsColorByLayer"]=MdGeDocColorTool.prototype.IsColorByLayer=function(L){var self=this.ptr;if(L&&typeof L==="object")L=L.ptr;return!!_emscripten_bind_MdGeDocColorTool_IsColorByLayer_1(self,L)};MdGeDocColorTool.prototype["SetColorByLayer"]=MdGeDocColorTool.prototype.SetColorByLayer=function(shapeLabel,isColorByLayer){var self=this.ptr;if(shapeLabel&&typeof shapeLabel==="object")shapeLabel=shapeLabel.ptr;if(isColorByLayer&&typeof isColorByLayer==="object")isColorByLayer=isColorByLayer.ptr;_emscripten_bind_MdGeDocColorTool_SetColorByLayer_2(self,shapeLabel,isColorByLayer)};MdGeDocColorTool.prototype["ReverseChainsOfTreeNodes"]=MdGeDocColorTool.prototype.ReverseChainsOfTreeNodes=function(){var self=this.ptr;return!!_emscripten_bind_MdGeDocColorTool_ReverseChainsOfTreeNodes_0(self)};MdGeDocColorTool.prototype["__destroy__"]=MdGeDocColorTool.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_MdGeDocColorTool___destroy___0(self)};function MdGeLabel(){this.ptr=_emscripten_bind_MdGeLabel_MdGeLabel_0();getCache(MdGeLabel)[this.ptr]=this}MdGeLabel.prototype=Object.create(Mx3dBaseObject.prototype);MdGeLabel.prototype.constructor=MdGeLabel;MdGeLabel.prototype.__class__=MdGeLabel;MdGeLabel.__cache__={};Module["MdGeLabel"]=MdGeLabel;MdGeLabel.prototype["Nullify"]=MdGeLabel.prototype.Nullify=function(){var self=this.ptr;_emscripten_bind_MdGeLabel_Nullify_0(self)};MdGeLabel.prototype["Tag"]=MdGeLabel.prototype.Tag=function(){var self=this.ptr;return _emscripten_bind_MdGeLabel_Tag_0(self)};MdGeLabel.prototype["Father"]=MdGeLabel.prototype.Father=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeLabel_Father_0(self),MdGeLabel)};MdGeLabel.prototype["IsNull"]=MdGeLabel.prototype.IsNull=function(){var self=this.ptr;return!!_emscripten_bind_MdGeLabel_IsNull_0(self)};MdGeLabel.prototype["Imported"]=MdGeLabel.prototype.Imported=function(aStatus){var self=this.ptr;if(aStatus&&typeof aStatus==="object")aStatus=aStatus.ptr;_emscripten_bind_MdGeLabel_Imported_1(self,aStatus)};MdGeLabel.prototype["IsImported"]=MdGeLabel.prototype.IsImported=function(){var self=this.ptr;return!!_emscripten_bind_MdGeLabel_IsImported_0(self)};MdGeLabel.prototype["IsEqual"]=MdGeLabel.prototype.IsEqual=function(aLabel){var self=this.ptr;if(aLabel&&typeof aLabel==="object")aLabel=aLabel.ptr;return!!_emscripten_bind_MdGeLabel_IsEqual_1(self,aLabel)};MdGeLabel.prototype["IsDifferent"]=MdGeLabel.prototype.IsDifferent=function(aLabel){var self=this.ptr;if(aLabel&&typeof aLabel==="object")aLabel=aLabel.ptr;return!!_emscripten_bind_MdGeLabel_IsDifferent_1(self,aLabel)};MdGeLabel.prototype["IsRoot"]=MdGeLabel.prototype.IsRoot=function(){var self=this.ptr;return!!_emscripten_bind_MdGeLabel_IsRoot_0(self)};MdGeLabel.prototype["MayBeModified"]=MdGeLabel.prototype.MayBeModified=function(){var self=this.ptr;return!!_emscripten_bind_MdGeLabel_MayBeModified_0(self)};MdGeLabel.prototype["AttributesModified"]=MdGeLabel.prototype.AttributesModified=function(){var self=this.ptr;return!!_emscripten_bind_MdGeLabel_AttributesModified_0(self)};MdGeLabel.prototype["HasAttribute"]=MdGeLabel.prototype.HasAttribute=function(){var self=this.ptr;return!!_emscripten_bind_MdGeLabel_HasAttribute_0(self)};MdGeLabel.prototype["NbAttributes"]=MdGeLabel.prototype.NbAttributes=function(){var self=this.ptr;return _emscripten_bind_MdGeLabel_NbAttributes_0(self)};MdGeLabel.prototype["Depth"]=MdGeLabel.prototype.Depth=function(){var self=this.ptr;return _emscripten_bind_MdGeLabel_Depth_0(self)};MdGeLabel.prototype["IsDescendant"]=MdGeLabel.prototype.IsDescendant=function(aLabel){var self=this.ptr;if(aLabel&&typeof aLabel==="object")aLabel=aLabel.ptr;return!!_emscripten_bind_MdGeLabel_IsDescendant_1(self,aLabel)};MdGeLabel.prototype["Root"]=MdGeLabel.prototype.Root=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeLabel_Root_0(self),MdGeLabel)};MdGeLabel.prototype["HasChild"]=MdGeLabel.prototype.HasChild=function(){var self=this.ptr;return!!_emscripten_bind_MdGeLabel_HasChild_0(self)};MdGeLabel.prototype["NbChildren"]=MdGeLabel.prototype.NbChildren=function(){var self=this.ptr;return _emscripten_bind_MdGeLabel_NbChildren_0(self)};MdGeLabel.prototype["FindChild"]=MdGeLabel.prototype.FindChild=function(aTag,create){var self=this.ptr;if(aTag&&typeof aTag==="object")aTag=aTag.ptr;if(create&&typeof create==="object")create=create.ptr;return wrapPointer(_emscripten_bind_MdGeLabel_FindChild_2(self,aTag,create),MdGeLabel)};MdGeLabel.prototype["NewChild"]=MdGeLabel.prototype.NewChild=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeLabel_NewChild_0(self),MdGeLabel)};MdGeLabel.prototype["Transaction"]=MdGeLabel.prototype.Transaction=function(){var self=this.ptr;return _emscripten_bind_MdGeLabel_Transaction_0(self)};MdGeLabel.prototype["HasLowerNode"]=MdGeLabel.prototype.HasLowerNode=function(otherLabel){var self=this.ptr;if(otherLabel&&typeof otherLabel==="object")otherLabel=otherLabel.ptr;return!!_emscripten_bind_MdGeLabel_HasLowerNode_1(self,otherLabel)};MdGeLabel.prototype["HasGreaterNode"]=MdGeLabel.prototype.HasGreaterNode=function(otherLabel){var self=this.ptr;if(otherLabel&&typeof otherLabel==="object")otherLabel=otherLabel.ptr;return!!_emscripten_bind_MdGeLabel_HasGreaterNode_1(self,otherLabel)};MdGeLabel.prototype["__destroy__"]=MdGeLabel.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_MdGeLabel___destroy___0(self)};function MdGeLabelSequence(){this.ptr=_emscripten_bind_MdGeLabelSequence_MdGeLabelSequence_0();getCache(MdGeLabelSequence)[this.ptr]=this}MdGeLabelSequence.prototype=Object.create(Mx3dBaseObject.prototype);MdGeLabelSequence.prototype.constructor=MdGeLabelSequence;MdGeLabelSequence.prototype.__class__=MdGeLabelSequence;MdGeLabelSequence.__cache__={};Module["MdGeLabelSequence"]=MdGeLabelSequence;MdGeLabelSequence.prototype["Size"]=MdGeLabelSequence.prototype.Size=function(){var self=this.ptr;return _emscripten_bind_MdGeLabelSequence_Size_0(self)};MdGeLabelSequence.prototype["Length"]=MdGeLabelSequence.prototype.Length=function(){var self=this.ptr;return _emscripten_bind_MdGeLabelSequence_Length_0(self)};MdGeLabelSequence.prototype["Lower"]=MdGeLabelSequence.prototype.Lower=function(){var self=this.ptr;return _emscripten_bind_MdGeLabelSequence_Lower_0(self)};MdGeLabelSequence.prototype["Upper"]=MdGeLabelSequence.prototype.Upper=function(){var self=this.ptr;return _emscripten_bind_MdGeLabelSequence_Upper_0(self)};MdGeLabelSequence.prototype["IsEmpty"]=MdGeLabelSequence.prototype.IsEmpty=function(){var self=this.ptr;return!!_emscripten_bind_MdGeLabelSequence_IsEmpty_0(self)};MdGeLabelSequence.prototype["Reverse"]=MdGeLabelSequence.prototype.Reverse=function(){var self=this.ptr;_emscripten_bind_MdGeLabelSequence_Reverse_0(self)};MdGeLabelSequence.prototype["Exchange"]=MdGeLabelSequence.prototype.Exchange=function(I,J){var self=this.ptr;if(I&&typeof I==="object")I=I.ptr;if(J&&typeof J==="object")J=J.ptr;_emscripten_bind_MdGeLabelSequence_Exchange_2(self,I,J)};MdGeLabelSequence.prototype["Remove"]=MdGeLabelSequence.prototype.Remove=function(theFromIndex,theToIndex){var self=this.ptr;if(theFromIndex&&typeof theFromIndex==="object")theFromIndex=theFromIndex.ptr;if(theToIndex&&typeof theToIndex==="object")theToIndex=theToIndex.ptr;_emscripten_bind_MdGeLabelSequence_Remove_2(self,theFromIndex,theToIndex)};MdGeLabelSequence.prototype["Append"]=MdGeLabelSequence.prototype.Append=function(theItem){var self=this.ptr;if(theItem&&typeof theItem==="object")theItem=theItem.ptr;_emscripten_bind_MdGeLabelSequence_Append_1(self,theItem)};MdGeLabelSequence.prototype["Prepend"]=MdGeLabelSequence.prototype.Prepend=function(theItem){var self=this.ptr;if(theItem&&typeof theItem==="object")theItem=theItem.ptr;_emscripten_bind_MdGeLabelSequence_Prepend_1(self,theItem)};MdGeLabelSequence.prototype["InsertBefore"]=MdGeLabelSequence.prototype.InsertBefore=function(theIndex,theItem){var self=this.ptr;if(theIndex&&typeof theIndex==="object")theIndex=theIndex.ptr;if(theItem&&typeof theItem==="object")theItem=theItem.ptr;_emscripten_bind_MdGeLabelSequence_InsertBefore_2(self,theIndex,theItem)};MdGeLabelSequence.prototype["InsertAfter"]=MdGeLabelSequence.prototype.InsertAfter=function(theIndex,theItem){var self=this.ptr;if(theIndex&&typeof theIndex==="object")theIndex=theIndex.ptr;if(theItem&&typeof theItem==="object")theItem=theItem.ptr;_emscripten_bind_MdGeLabelSequence_InsertAfter_2(self,theIndex,theItem)};MdGeLabelSequence.prototype["First"]=MdGeLabelSequence.prototype.First=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeLabelSequence_First_0(self),MdGeLabel)};MdGeLabelSequence.prototype["Last"]=MdGeLabelSequence.prototype.Last=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeLabelSequence_Last_0(self),MdGeLabel)};MdGeLabelSequence.prototype["Value"]=MdGeLabelSequence.prototype.Value=function(theIndex){var self=this.ptr;if(theIndex&&typeof theIndex==="object")theIndex=theIndex.ptr;return wrapPointer(_emscripten_bind_MdGeLabelSequence_Value_1(self,theIndex),MdGeLabel)};MdGeLabelSequence.prototype["SetValue"]=MdGeLabelSequence.prototype.SetValue=function(theIndex,theItem){var self=this.ptr;if(theIndex&&typeof theIndex==="object")theIndex=theIndex.ptr;if(theItem&&typeof theItem==="object")theItem=theItem.ptr;_emscripten_bind_MdGeLabelSequence_SetValue_2(self,theIndex,theItem)};MdGeLabelSequence.prototype["__destroy__"]=MdGeLabelSequence.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_MdGeLabelSequence___destroy___0(self)};function MdGeLocation(T){if(T&&typeof T==="object")T=T.ptr;if(T===undefined){this.ptr=_emscripten_bind_MdGeLocation_MdGeLocation_0();getCache(MdGeLocation)[this.ptr]=this;return}this.ptr=_emscripten_bind_MdGeLocation_MdGeLocation_1(T);getCache(MdGeLocation)[this.ptr]=this}MdGeLocation.prototype=Object.create(Mx3dBaseObject.prototype);MdGeLocation.prototype.constructor=MdGeLocation;MdGeLocation.prototype.__class__=MdGeLocation;MdGeLocation.__cache__={};Module["MdGeLocation"]=MdGeLocation;MdGeLocation.prototype["IsIdentity"]=MdGeLocation.prototype.IsIdentity=function(){var self=this.ptr;return!!_emscripten_bind_MdGeLocation_IsIdentity_0(self)};MdGeLocation.prototype["Identity"]=MdGeLocation.prototype.Identity=function(){var self=this.ptr;_emscripten_bind_MdGeLocation_Identity_0(self)};MdGeLocation.prototype["FirstPower"]=MdGeLocation.prototype.FirstPower=function(){var self=this.ptr;return _emscripten_bind_MdGeLocation_FirstPower_0(self)};MdGeLocation.prototype["NextLocation"]=MdGeLocation.prototype.NextLocation=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeLocation_NextLocation_0(self),MdGeLocation)};MdGeLocation.prototype["Transformation"]=MdGeLocation.prototype.Transformation=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeLocation_Transformation_0(self),MdGeTrsf)};MdGeLocation.prototype["Inverted"]=MdGeLocation.prototype.Inverted=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeLocation_Inverted_0(self),MdGeLocation)};MdGeLocation.prototype["Multiplied"]=MdGeLocation.prototype.Multiplied=function(Other){var self=this.ptr;if(Other&&typeof Other==="object")Other=Other.ptr;return wrapPointer(_emscripten_bind_MdGeLocation_Multiplied_1(self,Other),MdGeLocation)};MdGeLocation.prototype["Divided"]=MdGeLocation.prototype.Divided=function(Other){var self=this.ptr;if(Other&&typeof Other==="object")Other=Other.ptr;return wrapPointer(_emscripten_bind_MdGeLocation_Divided_1(self,Other),MdGeLocation)};MdGeLocation.prototype["Predivided"]=MdGeLocation.prototype.Predivided=function(Other){var self=this.ptr;if(Other&&typeof Other==="object")Other=Other.ptr;return wrapPointer(_emscripten_bind_MdGeLocation_Predivided_1(self,Other),MdGeLocation)};MdGeLocation.prototype["Powered"]=MdGeLocation.prototype.Powered=function(pwr){var self=this.ptr;if(pwr&&typeof pwr==="object")pwr=pwr.ptr;return wrapPointer(_emscripten_bind_MdGeLocation_Powered_1(self,pwr),MdGeLocation)};MdGeLocation.prototype["IsEqual"]=MdGeLocation.prototype.IsEqual=function(Other){var self=this.ptr;if(Other&&typeof Other==="object")Other=Other.ptr;return!!_emscripten_bind_MdGeLocation_IsEqual_1(self,Other)};MdGeLocation.prototype["IsDifferent"]=MdGeLocation.prototype.IsDifferent=function(Other){var self=this.ptr;if(Other&&typeof Other==="object")Other=Other.ptr;return!!_emscripten_bind_MdGeLocation_IsDifferent_1(self,Other)};MdGeLocation.prototype["Clear"]=MdGeLocation.prototype.Clear=function(){var self=this.ptr;_emscripten_bind_MdGeLocation_Clear_0(self)};MdGeLocation.prototype["ScalePrec"]=MdGeLocation.prototype.ScalePrec=function(){var self=this.ptr;return _emscripten_bind_MdGeLocation_ScalePrec_0(self)};MdGeLocation.prototype["__destroy__"]=MdGeLocation.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_MdGeLocation___destroy___0(self)};function MdGeLabelTree(){this.ptr=_emscripten_bind_MdGeLabelTree_MdGeLabelTree_0();getCache(MdGeLabelTree)[this.ptr]=this}MdGeLabelTree.prototype=Object.create(Mx3dBaseObject.prototype);MdGeLabelTree.prototype.constructor=MdGeLabelTree;MdGeLabelTree.prototype.__class__=MdGeLabelTree;MdGeLabelTree.__cache__={};Module["MdGeLabelTree"]=MdGeLabelTree;MdGeLabelTree.prototype["nodeSiblingPrevious"]=MdGeLabelTree.prototype.nodeSiblingPrevious=function(id){var self=this.ptr;if(id&&typeof id==="object")id=id.ptr;return _emscripten_bind_MdGeLabelTree_nodeSiblingPrevious_1(self,id)};MdGeLabelTree.prototype["nodeSiblingNext"]=MdGeLabelTree.prototype.nodeSiblingNext=function(id){var self=this.ptr;if(id&&typeof id==="object")id=id.ptr;return _emscripten_bind_MdGeLabelTree_nodeSiblingNext_1(self,id)};MdGeLabelTree.prototype["nodeChildFirst"]=MdGeLabelTree.prototype.nodeChildFirst=function(id){var self=this.ptr;if(id&&typeof id==="object")id=id.ptr;return _emscripten_bind_MdGeLabelTree_nodeChildFirst_1(self,id)};MdGeLabelTree.prototype["nodeChildLast"]=MdGeLabelTree.prototype.nodeChildLast=function(id){var self=this.ptr;if(id&&typeof id==="object")id=id.ptr;return _emscripten_bind_MdGeLabelTree_nodeChildLast_1(self,id)};MdGeLabelTree.prototype["nodeParent"]=MdGeLabelTree.prototype.nodeParent=function(id){var self=this.ptr;if(id&&typeof id==="object")id=id.ptr;return _emscripten_bind_MdGeLabelTree_nodeParent_1(self,id)};MdGeLabelTree.prototype["nodeRoot"]=MdGeLabelTree.prototype.nodeRoot=function(id){var self=this.ptr;if(id&&typeof id==="object")id=id.ptr;return _emscripten_bind_MdGeLabelTree_nodeRoot_1(self,id)};MdGeLabelTree.prototype["nodeData"]=MdGeLabelTree.prototype.nodeData=function(id){var self=this.ptr;if(id&&typeof id==="object")id=id.ptr;return wrapPointer(_emscripten_bind_MdGeLabelTree_nodeData_1(self,id),MdGeLabel)};MdGeLabelTree.prototype["nodeIsRoot"]=MdGeLabelTree.prototype.nodeIsRoot=function(id){var self=this.ptr;if(id&&typeof id==="object")id=id.ptr;return!!_emscripten_bind_MdGeLabelTree_nodeIsRoot_1(self,id)};MdGeLabelTree.prototype["nodeIsLeaf"]=MdGeLabelTree.prototype.nodeIsLeaf=function(id){var self=this.ptr;if(id&&typeof id==="object")id=id.ptr;return!!_emscripten_bind_MdGeLabelTree_nodeIsLeaf_1(self,id)};MdGeLabelTree.prototype["roots"]=MdGeLabelTree.prototype.roots=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeLabelTree_roots_0(self),MdGeArray1OfInteger)};MdGeLabelTree.prototype["clear"]=MdGeLabelTree.prototype.clear=function(){var self=this.ptr;_emscripten_bind_MdGeLabelTree_clear_0(self)};MdGeLabelTree.prototype["appendChild"]=MdGeLabelTree.prototype.appendChild=function(parentId,data){var self=this.ptr;if(parentId&&typeof parentId==="object")parentId=parentId.ptr;if(data&&typeof data==="object")data=data.ptr;return _emscripten_bind_MdGeLabelTree_appendChild_2(self,parentId,data)};MdGeLabelTree.prototype["__destroy__"]=MdGeLabelTree.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_MdGeLabelTree___destroy___0(self)};function MdGeDocReader(format){ensureCache.prepare();if(format&&typeof format==="object")format=format.ptr;else format=ensureString(format);this.ptr=_emscripten_bind_MdGeDocReader_MdGeDocReader_1(format);getCache(MdGeDocReader)[this.ptr]=this}MdGeDocReader.prototype=Object.create(Mx3dBaseObject.prototype);MdGeDocReader.prototype.constructor=MdGeDocReader;MdGeDocReader.prototype.__class__=MdGeDocReader;MdGeDocReader.__cache__={};Module["MdGeDocReader"]=MdGeDocReader;MdGeDocReader.prototype["ReadFile"]=MdGeDocReader.prototype.ReadFile=function(filename){var self=this.ptr;ensureCache.prepare();if(filename&&typeof filename==="object")filename=filename.ptr;else filename=ensureString(filename);return!!_emscripten_bind_MdGeDocReader_ReadFile_1(self,filename)};MdGeDocReader.prototype["ReadFile2"]=MdGeDocReader.prototype.ReadFile2=function(filename){var self=this.ptr;ensureCache.prepare();if(filename&&typeof filename==="object")filename=filename.ptr;else filename=ensureString(filename);return!!_emscripten_bind_MdGeDocReader_ReadFile2_1(self,filename)};MdGeDocReader.prototype["__destroy__"]=MdGeDocReader.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_MdGeDocReader___destroy___0(self)};function MdGeDocWriter(format){ensureCache.prepare();if(format&&typeof format==="object")format=format.ptr;else format=ensureString(format);this.ptr=_emscripten_bind_MdGeDocWriter_MdGeDocWriter_1(format);getCache(MdGeDocWriter)[this.ptr]=this}MdGeDocWriter.prototype=Object.create(Mx3dBaseObject.prototype);MdGeDocWriter.prototype.constructor=MdGeDocWriter;MdGeDocWriter.prototype.__class__=MdGeDocWriter;MdGeDocWriter.__cache__={};Module["MdGeDocWriter"]=MdGeDocWriter;MdGeDocWriter.prototype["WriteFile"]=MdGeDocWriter.prototype.WriteFile=function(theDoc,fileName){var self=this.ptr;ensureCache.prepare();if(theDoc&&typeof theDoc==="object")theDoc=theDoc.ptr;if(fileName&&typeof fileName==="object")fileName=fileName.ptr;else fileName=ensureString(fileName);return!!_emscripten_bind_MdGeDocWriter_WriteFile_2(self,theDoc,fileName)};MdGeDocWriter.prototype["__destroy__"]=MdGeDocWriter.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_MdGeDocWriter___destroy___0(self)};function MdGeAisContext(){this.ptr=_emscripten_bind_MdGeAisContext_MdGeAisContext_0();getCache(MdGeAisContext)[this.ptr]=this}MdGeAisContext.prototype=Object.create(Mx3dBaseObject.prototype);MdGeAisContext.prototype.constructor=MdGeAisContext;MdGeAisContext.prototype.__class__=MdGeAisContext;MdGeAisContext.__cache__={};Module["MdGeAisContext"]=MdGeAisContext;MdGeAisContext.prototype["DisplayStatus"]=MdGeAisContext.prototype.DisplayStatus=function(anIobj){var self=this.ptr;if(anIobj&&typeof anIobj==="object")anIobj=anIobj.ptr;return _emscripten_bind_MdGeAisContext_DisplayStatus_1(self,anIobj)};MdGeAisContext.prototype["IsDisplayed"]=MdGeAisContext.prototype.IsDisplayed=function(aniobj,aMode){var self=this.ptr;if(aniobj&&typeof aniobj==="object")aniobj=aniobj.ptr;if(aMode&&typeof aMode==="object")aMode=aMode.ptr;if(aMode===undefined){return!!_emscripten_bind_MdGeAisContext_IsDisplayed_1(self,aniobj)}return!!_emscripten_bind_MdGeAisContext_IsDisplayed_2(self,aniobj,aMode)};MdGeAisContext.prototype["SetAutoActivateSelection"]=MdGeAisContext.prototype.SetAutoActivateSelection=function(theIsAuto){var self=this.ptr;if(theIsAuto&&typeof theIsAuto==="object")theIsAuto=theIsAuto.ptr;_emscripten_bind_MdGeAisContext_SetAutoActivateSelection_1(self,theIsAuto)};MdGeAisContext.prototype["GetAutoActivateSelection"]=MdGeAisContext.prototype.GetAutoActivateSelection=function(){var self=this.ptr;return!!_emscripten_bind_MdGeAisContext_GetAutoActivateSelection_0(self)};MdGeAisContext.prototype["Display"]=MdGeAisContext.prototype.Display=function(theIObj,theDispMode,theSelectionMode,theToUpdateViewer,theDispStatus){var self=this.ptr;if(theIObj&&typeof theIObj==="object")theIObj=theIObj.ptr;if(theDispMode&&typeof theDispMode==="object")theDispMode=theDispMode.ptr;if(theSelectionMode&&typeof theSelectionMode==="object")theSelectionMode=theSelectionMode.ptr;if(theToUpdateViewer&&typeof theToUpdateViewer==="object")theToUpdateViewer=theToUpdateViewer.ptr;if(theDispStatus&&typeof theDispStatus==="object")theDispStatus=theDispStatus.ptr;if(theSelectionMode===undefined){_emscripten_bind_MdGeAisContext_Display_2(self,theIObj,theDispMode);return}if(theToUpdateViewer===undefined){_emscripten_bind_MdGeAisContext_Display_3(self,theIObj,theDispMode,theSelectionMode);return}if(theDispStatus===undefined){_emscripten_bind_MdGeAisContext_Display_4(self,theIObj,theDispMode,theSelectionMode,theToUpdateViewer);return}_emscripten_bind_MdGeAisContext_Display_5(self,theIObj,theDispMode,theSelectionMode,theToUpdateViewer,theDispStatus)};MdGeAisContext.prototype["Load"]=MdGeAisContext.prototype.Load=function(theObj,theSelectionMode){var self=this.ptr;if(theObj&&typeof theObj==="object")theObj=theObj.ptr;if(theSelectionMode&&typeof theSelectionMode==="object")theSelectionMode=theSelectionMode.ptr;_emscripten_bind_MdGeAisContext_Load_2(self,theObj,theSelectionMode)};MdGeAisContext.prototype["Erase"]=MdGeAisContext.prototype.Erase=function(theIObj,theToUpdateViewer){var self=this.ptr;if(theIObj&&typeof theIObj==="object")theIObj=theIObj.ptr;if(theToUpdateViewer&&typeof theToUpdateViewer==="object")theToUpdateViewer=theToUpdateViewer.ptr;_emscripten_bind_MdGeAisContext_Erase_2(self,theIObj,theToUpdateViewer)};MdGeAisContext.prototype["EraseAll"]=MdGeAisContext.prototype.EraseAll=function(theToUpdateViewer){var self=this.ptr;if(theToUpdateViewer&&typeof theToUpdateViewer==="object")theToUpdateViewer=theToUpdateViewer.ptr;_emscripten_bind_MdGeAisContext_EraseAll_1(self,theToUpdateViewer)};MdGeAisContext.prototype["DisplayAll"]=MdGeAisContext.prototype.DisplayAll=function(theToUpdateViewer){var self=this.ptr;if(theToUpdateViewer&&typeof theToUpdateViewer==="object")theToUpdateViewer=theToUpdateViewer.ptr;_emscripten_bind_MdGeAisContext_DisplayAll_1(self,theToUpdateViewer)};MdGeAisContext.prototype["EraseSelected"]=MdGeAisContext.prototype.EraseSelected=function(theToUpdateViewer){var self=this.ptr;if(theToUpdateViewer&&typeof theToUpdateViewer==="object")theToUpdateViewer=theToUpdateViewer.ptr;_emscripten_bind_MdGeAisContext_EraseSelected_1(self,theToUpdateViewer)};MdGeAisContext.prototype["DisplaySelected"]=MdGeAisContext.prototype.DisplaySelected=function(theToUpdateViewer){var self=this.ptr;if(theToUpdateViewer&&typeof theToUpdateViewer==="object")theToUpdateViewer=theToUpdateViewer.ptr;_emscripten_bind_MdGeAisContext_DisplaySelected_1(self,theToUpdateViewer)};MdGeAisContext.prototype["ClearPrs"]=MdGeAisContext.prototype.ClearPrs=function(theIObj,theMode,theToUpdateViewer){var self=this.ptr;if(theIObj&&typeof theIObj==="object")theIObj=theIObj.ptr;if(theMode&&typeof theMode==="object")theMode=theMode.ptr;if(theToUpdateViewer&&typeof theToUpdateViewer==="object")theToUpdateViewer=theToUpdateViewer.ptr;_emscripten_bind_MdGeAisContext_ClearPrs_3(self,theIObj,theMode,theToUpdateViewer)};MdGeAisContext.prototype["Remove"]=MdGeAisContext.prototype.Remove=function(theIObj,theToUpdateViewer){var self=this.ptr;if(theIObj&&typeof theIObj==="object")theIObj=theIObj.ptr;if(theToUpdateViewer&&typeof theToUpdateViewer==="object")theToUpdateViewer=theToUpdateViewer.ptr;_emscripten_bind_MdGeAisContext_Remove_2(self,theIObj,theToUpdateViewer)};MdGeAisContext.prototype["RemoveAll"]=MdGeAisContext.prototype.RemoveAll=function(theToUpdateViewer){var self=this.ptr;if(theToUpdateViewer&&typeof theToUpdateViewer==="object")theToUpdateViewer=theToUpdateViewer.ptr;_emscripten_bind_MdGeAisContext_RemoveAll_1(self,theToUpdateViewer)};MdGeAisContext.prototype["Redisplay"]=MdGeAisContext.prototype.Redisplay=function(theIObj,theToUpdateViewer,theAllModes){var self=this.ptr;if(theIObj&&typeof theIObj==="object")theIObj=theIObj.ptr;if(theToUpdateViewer&&typeof theToUpdateViewer==="object")theToUpdateViewer=theToUpdateViewer.ptr;if(theAllModes&&typeof theAllModes==="object")theAllModes=theAllModes.ptr;_emscripten_bind_MdGeAisContext_Redisplay_3(self,theIObj,theToUpdateViewer,theAllModes)};MdGeAisContext.prototype["RedisplayType"]=MdGeAisContext.prototype.RedisplayType=function(theTypeOfObject,theSignature,theToUpdateViewer){var self=this.ptr;if(theTypeOfObject&&typeof theTypeOfObject==="object")theTypeOfObject=theTypeOfObject.ptr;if(theSignature&&typeof theSignature==="object")theSignature=theSignature.ptr;if(theToUpdateViewer&&typeof theToUpdateViewer==="object")theToUpdateViewer=theToUpdateViewer.ptr;_emscripten_bind_MdGeAisContext_RedisplayType_3(self,theTypeOfObject,theSignature,theToUpdateViewer)};MdGeAisContext.prototype["RecomputePrsOnly"]=MdGeAisContext.prototype.RecomputePrsOnly=function(theIObj,theToUpdateViewer,theAllModes){var self=this.ptr;if(theIObj&&typeof theIObj==="object")theIObj=theIObj.ptr;if(theToUpdateViewer&&typeof theToUpdateViewer==="object")theToUpdateViewer=theToUpdateViewer.ptr;if(theAllModes&&typeof theAllModes==="object")theAllModes=theAllModes.ptr;_emscripten_bind_MdGeAisContext_RecomputePrsOnly_3(self,theIObj,theToUpdateViewer,theAllModes)};MdGeAisContext.prototype["RecomputeSelectionOnly"]=MdGeAisContext.prototype.RecomputeSelectionOnly=function(anIObj){var self=this.ptr;if(anIObj&&typeof anIObj==="object")anIObj=anIObj.ptr;_emscripten_bind_MdGeAisContext_RecomputeSelectionOnly_1(self,anIObj)};MdGeAisContext.prototype["Update"]=MdGeAisContext.prototype.Update=function(theIObj,theUpdateViewer){var self=this.ptr;if(theIObj&&typeof theIObj==="object")theIObj=theIObj.ptr;if(theUpdateViewer&&typeof theUpdateViewer==="object")theUpdateViewer=theUpdateViewer.ptr;_emscripten_bind_MdGeAisContext_Update_2(self,theIObj,theUpdateViewer)};MdGeAisContext.prototype["__destroy__"]=MdGeAisContext.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_MdGeAisContext___destroy___0(self)};function MdGeAisShape(shap){if(shap&&typeof shap==="object")shap=shap.ptr;this.ptr=_emscripten_bind_MdGeAisShape_MdGeAisShape_1(shap);getCache(MdGeAisShape)[this.ptr]=this}MdGeAisShape.prototype=Object.create(MdGeAisObject.prototype);MdGeAisShape.prototype.constructor=MdGeAisShape;MdGeAisShape.prototype.__class__=MdGeAisShape;MdGeAisShape.__cache__={};Module["MdGeAisShape"]=MdGeAisShape;MdGeAisShape.prototype["Signature"]=MdGeAisShape.prototype.Signature=function(){var self=this.ptr;return _emscripten_bind_MdGeAisShape_Signature_0(self)};MdGeAisShape.prototype["Type"]=MdGeAisShape.prototype.Type=function(){var self=this.ptr;return _emscripten_bind_MdGeAisShape_Type_0(self)};MdGeAisShape.prototype["Shape"]=MdGeAisShape.prototype.Shape=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeAisShape_Shape_0(self),MdGeShape)};MdGeAisShape.prototype["SetShape"]=MdGeAisShape.prototype.SetShape=function(theShape){var self=this.ptr;if(theShape&&typeof theShape==="object")theShape=theShape.ptr;_emscripten_bind_MdGeAisShape_SetShape_1(self,theShape)};MdGeAisShape.prototype["SetTypeOfHLR"]=MdGeAisShape.prototype.SetTypeOfHLR=function(theTypeOfHLR){var self=this.ptr;if(theTypeOfHLR&&typeof theTypeOfHLR==="object")theTypeOfHLR=theTypeOfHLR.ptr;_emscripten_bind_MdGeAisShape_SetTypeOfHLR_1(self,theTypeOfHLR)};MdGeAisShape.prototype["TypeOfHLR"]=MdGeAisShape.prototype.TypeOfHLR=function(){var self=this.ptr;return _emscripten_bind_MdGeAisShape_TypeOfHLR_0(self)};MdGeAisShape.prototype["SetColor"]=MdGeAisShape.prototype.SetColor=function(theColor){var self=this.ptr;if(theColor&&typeof theColor==="object")theColor=theColor.ptr;_emscripten_bind_MdGeAisShape_SetColor_1(self,theColor)};MdGeAisShape.prototype["UnsetColor"]=MdGeAisShape.prototype.UnsetColor=function(){var self=this.ptr;_emscripten_bind_MdGeAisShape_UnsetColor_0(self)};MdGeAisShape.prototype["SetWidth"]=MdGeAisShape.prototype.SetWidth=function(aValue){var self=this.ptr;if(aValue&&typeof aValue==="object")aValue=aValue.ptr;_emscripten_bind_MdGeAisShape_SetWidth_1(self,aValue)};MdGeAisShape.prototype["UnsetWidth"]=MdGeAisShape.prototype.UnsetWidth=function(){var self=this.ptr;_emscripten_bind_MdGeAisShape_UnsetWidth_0(self)};MdGeAisShape.prototype["SetMaterial"]=MdGeAisShape.prototype.SetMaterial=function(aName){var self=this.ptr;if(aName&&typeof aName==="object")aName=aName.ptr;_emscripten_bind_MdGeAisShape_SetMaterial_1(self,aName)};MdGeAisShape.prototype["UnsetMaterial"]=MdGeAisShape.prototype.UnsetMaterial=function(){var self=this.ptr;_emscripten_bind_MdGeAisShape_UnsetMaterial_0(self)};MdGeAisShape.prototype["SetTransparency"]=MdGeAisShape.prototype.SetTransparency=function(aValue){var self=this.ptr;if(aValue&&typeof aValue==="object")aValue=aValue.ptr;_emscripten_bind_MdGeAisShape_SetTransparency_1(self,aValue)};MdGeAisShape.prototype["UnsetTransparency"]=MdGeAisShape.prototype.UnsetTransparency=function(){var self=this.ptr;_emscripten_bind_MdGeAisShape_UnsetTransparency_0(self)};MdGeAisShape.prototype["BoundingBox"]=MdGeAisShape.prototype.BoundingBox=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeAisShape_BoundingBox_0(self),MdGeBndBox)};MdGeAisShape.prototype["GetColor"]=MdGeAisShape.prototype.GetColor=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeAisShape_GetColor_0(self),MdGeColor)};MdGeAisShape.prototype["Material"]=MdGeAisShape.prototype.Material=function(){var self=this.ptr;return _emscripten_bind_MdGeAisShape_Material_0(self)};MdGeAisShape.prototype["Transparency"]=MdGeAisShape.prototype.Transparency=function(){var self=this.ptr;return _emscripten_bind_MdGeAisShape_Transparency_0(self)};MdGeAisShape.prototype["__destroy__"]=MdGeAisShape.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_MdGeAisShape___destroy___0(self)};function MdGeBndBox(theMin,theMax){if(theMin&&typeof theMin==="object")theMin=theMin.ptr;if(theMax&&typeof theMax==="object")theMax=theMax.ptr;if(theMin===undefined){this.ptr=_emscripten_bind_MdGeBndBox_MdGeBndBox_0();getCache(MdGeBndBox)[this.ptr]=this;return}if(theMax===undefined){this.ptr=_emscripten_bind_MdGeBndBox_MdGeBndBox_1(theMin);getCache(MdGeBndBox)[this.ptr]=this;return}this.ptr=_emscripten_bind_MdGeBndBox_MdGeBndBox_2(theMin,theMax);getCache(MdGeBndBox)[this.ptr]=this}MdGeBndBox.prototype=Object.create(Mx3dBaseObject.prototype);MdGeBndBox.prototype.constructor=MdGeBndBox;MdGeBndBox.prototype.__class__=MdGeBndBox;MdGeBndBox.__cache__={};Module["MdGeBndBox"]=MdGeBndBox;MdGeBndBox.prototype["SetWhole"]=MdGeBndBox.prototype.SetWhole=function(){var self=this.ptr;_emscripten_bind_MdGeBndBox_SetWhole_0(self)};MdGeBndBox.prototype["SetVoid"]=MdGeBndBox.prototype.SetVoid=function(){var self=this.ptr;_emscripten_bind_MdGeBndBox_SetVoid_0(self)};MdGeBndBox.prototype["Set"]=MdGeBndBox.prototype.Set=function(P,D){var self=this.ptr;if(P&&typeof P==="object")P=P.ptr;if(D&&typeof D==="object")D=D.ptr;_emscripten_bind_MdGeBndBox_Set_2(self,P,D)};MdGeBndBox.prototype["Update"]=MdGeBndBox.prototype.Update=function(aXmin,aYmin,aZmin,aXmax,aYmax,aZmax){var self=this.ptr;if(aXmin&&typeof aXmin==="object")aXmin=aXmin.ptr;if(aYmin&&typeof aYmin==="object")aYmin=aYmin.ptr;if(aZmin&&typeof aZmin==="object")aZmin=aZmin.ptr;if(aXmax&&typeof aXmax==="object")aXmax=aXmax.ptr;if(aYmax&&typeof aYmax==="object")aYmax=aYmax.ptr;if(aZmax&&typeof aZmax==="object")aZmax=aZmax.ptr;_emscripten_bind_MdGeBndBox_Update_6(self,aXmin,aYmin,aZmin,aXmax,aYmax,aZmax)};MdGeBndBox.prototype["GetGap"]=MdGeBndBox.prototype.GetGap=function(){var self=this.ptr;return _emscripten_bind_MdGeBndBox_GetGap_0(self)};MdGeBndBox.prototype["SetGap"]=MdGeBndBox.prototype.SetGap=function(Tol){var self=this.ptr;if(Tol&&typeof Tol==="object")Tol=Tol.ptr;_emscripten_bind_MdGeBndBox_SetGap_1(self,Tol)};MdGeBndBox.prototype["Enlarge"]=MdGeBndBox.prototype.Enlarge=function(Tol){var self=this.ptr;if(Tol&&typeof Tol==="object")Tol=Tol.ptr;_emscripten_bind_MdGeBndBox_Enlarge_1(self,Tol)};MdGeBndBox.prototype["CornerMin"]=MdGeBndBox.prototype.CornerMin=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeBndBox_CornerMin_0(self),MdGePoint)};MdGeBndBox.prototype["CornerMax"]=MdGeBndBox.prototype.CornerMax=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeBndBox_CornerMax_0(self),MdGePoint)};MdGeBndBox.prototype["OpenXmin"]=MdGeBndBox.prototype.OpenXmin=function(){var self=this.ptr;_emscripten_bind_MdGeBndBox_OpenXmin_0(self)};MdGeBndBox.prototype["OpenXmax"]=MdGeBndBox.prototype.OpenXmax=function(){var self=this.ptr;_emscripten_bind_MdGeBndBox_OpenXmax_0(self)};MdGeBndBox.prototype["OpenYmin"]=MdGeBndBox.prototype.OpenYmin=function(){var self=this.ptr;_emscripten_bind_MdGeBndBox_OpenYmin_0(self)};MdGeBndBox.prototype["OpenYmax"]=MdGeBndBox.prototype.OpenYmax=function(){var self=this.ptr;_emscripten_bind_MdGeBndBox_OpenYmax_0(self)};MdGeBndBox.prototype["OpenZmin"]=MdGeBndBox.prototype.OpenZmin=function(){var self=this.ptr;_emscripten_bind_MdGeBndBox_OpenZmin_0(self)};MdGeBndBox.prototype["OpenZmax"]=MdGeBndBox.prototype.OpenZmax=function(){var self=this.ptr;_emscripten_bind_MdGeBndBox_OpenZmax_0(self)};MdGeBndBox.prototype["IsOpen"]=MdGeBndBox.prototype.IsOpen=function(){var self=this.ptr;return!!_emscripten_bind_MdGeBndBox_IsOpen_0(self)};MdGeBndBox.prototype["IsOpenXmin"]=MdGeBndBox.prototype.IsOpenXmin=function(){var self=this.ptr;return!!_emscripten_bind_MdGeBndBox_IsOpenXmin_0(self)};MdGeBndBox.prototype["IsOpenXmax"]=MdGeBndBox.prototype.IsOpenXmax=function(){var self=this.ptr;return!!_emscripten_bind_MdGeBndBox_IsOpenXmax_0(self)};MdGeBndBox.prototype["IsOpenYmin"]=MdGeBndBox.prototype.IsOpenYmin=function(){var self=this.ptr;return!!_emscripten_bind_MdGeBndBox_IsOpenYmin_0(self)};MdGeBndBox.prototype["IsOpenYmax"]=MdGeBndBox.prototype.IsOpenYmax=function(){var self=this.ptr;return!!_emscripten_bind_MdGeBndBox_IsOpenYmax_0(self)};MdGeBndBox.prototype["IsOpenZmin"]=MdGeBndBox.prototype.IsOpenZmin=function(){var self=this.ptr;return!!_emscripten_bind_MdGeBndBox_IsOpenZmin_0(self)};MdGeBndBox.prototype["IsOpenZmax"]=MdGeBndBox.prototype.IsOpenZmax=function(){var self=this.ptr;return!!_emscripten_bind_MdGeBndBox_IsOpenZmax_0(self)};MdGeBndBox.prototype["IsWhole"]=MdGeBndBox.prototype.IsWhole=function(){var self=this.ptr;return!!_emscripten_bind_MdGeBndBox_IsWhole_0(self)};MdGeBndBox.prototype["IsVoid"]=MdGeBndBox.prototype.IsVoid=function(){var self=this.ptr;return!!_emscripten_bind_MdGeBndBox_IsVoid_0(self)};MdGeBndBox.prototype["IsXThin"]=MdGeBndBox.prototype.IsXThin=function(tol){var self=this.ptr;if(tol&&typeof tol==="object")tol=tol.ptr;return!!_emscripten_bind_MdGeBndBox_IsXThin_1(self,tol)};MdGeBndBox.prototype["IsYThin"]=MdGeBndBox.prototype.IsYThin=function(tol){var self=this.ptr;if(tol&&typeof tol==="object")tol=tol.ptr;return!!_emscripten_bind_MdGeBndBox_IsYThin_1(self,tol)};MdGeBndBox.prototype["IsZThin"]=MdGeBndBox.prototype.IsZThin=function(tol){var self=this.ptr;if(tol&&typeof tol==="object")tol=tol.ptr;return!!_emscripten_bind_MdGeBndBox_IsZThin_1(self,tol)};MdGeBndBox.prototype["IsThin"]=MdGeBndBox.prototype.IsThin=function(tol){var self=this.ptr;if(tol&&typeof tol==="object")tol=tol.ptr;return!!_emscripten_bind_MdGeBndBox_IsThin_1(self,tol)};MdGeBndBox.prototype["Transformed"]=MdGeBndBox.prototype.Transformed=function(T){var self=this.ptr;if(T&&typeof T==="object")T=T.ptr;return wrapPointer(_emscripten_bind_MdGeBndBox_Transformed_1(self,T),MdGeBndBox)};MdGeBndBox.prototype["AddBndBox"]=MdGeBndBox.prototype.AddBndBox=function(Other){var self=this.ptr;if(Other&&typeof Other==="object")Other=Other.ptr;_emscripten_bind_MdGeBndBox_AddBndBox_1(self,Other)};MdGeBndBox.prototype["AddPoint"]=MdGeBndBox.prototype.AddPoint=function(P){var self=this.ptr;if(P&&typeof P==="object")P=P.ptr;_emscripten_bind_MdGeBndBox_AddPoint_1(self,P)};MdGeBndBox.prototype["AddPointDir"]=MdGeBndBox.prototype.AddPointDir=function(P,D){var self=this.ptr;if(P&&typeof P==="object")P=P.ptr;if(D&&typeof D==="object")D=D.ptr;_emscripten_bind_MdGeBndBox_AddPointDir_2(self,P,D)};MdGeBndBox.prototype["AddDir"]=MdGeBndBox.prototype.AddDir=function(D){var self=this.ptr;if(D&&typeof D==="object")D=D.ptr;_emscripten_bind_MdGeBndBox_AddDir_1(self,D)};MdGeBndBox.prototype["IsOutPoint"]=MdGeBndBox.prototype.IsOutPoint=function(P){var self=this.ptr;if(P&&typeof P==="object")P=P.ptr;return!!_emscripten_bind_MdGeBndBox_IsOutPoint_1(self,P)};MdGeBndBox.prototype["IsOutLine"]=MdGeBndBox.prototype.IsOutLine=function(L){var self=this.ptr;if(L&&typeof L==="object")L=L.ptr;return!!_emscripten_bind_MdGeBndBox_IsOutLine_1(self,L)};MdGeBndBox.prototype["IsOutPlane"]=MdGeBndBox.prototype.IsOutPlane=function(P){var self=this.ptr;if(P&&typeof P==="object")P=P.ptr;return!!_emscripten_bind_MdGeBndBox_IsOutPlane_1(self,P)};MdGeBndBox.prototype["IsOutBndBox"]=MdGeBndBox.prototype.IsOutBndBox=function(Other,T){var self=this.ptr;if(Other&&typeof Other==="object")Other=Other.ptr;if(T&&typeof T==="object")T=T.ptr;if(T===undefined){return!!_emscripten_bind_MdGeBndBox_IsOutBndBox_1(self,Other)}return!!_emscripten_bind_MdGeBndBox_IsOutBndBox_2(self,Other,T)};MdGeBndBox.prototype["IsOutTBT"]=MdGeBndBox.prototype.IsOutTBT=function(T1,Other,T2){var self=this.ptr;if(T1&&typeof T1==="object")T1=T1.ptr;if(Other&&typeof Other==="object")Other=Other.ptr;if(T2&&typeof T2==="object")T2=T2.ptr;return!!_emscripten_bind_MdGeBndBox_IsOutTBT_3(self,T1,Other,T2)};MdGeBndBox.prototype["IsOutPPD"]=MdGeBndBox.prototype.IsOutPPD=function(P1,P2,D){var self=this.ptr;if(P1&&typeof P1==="object")P1=P1.ptr;if(P2&&typeof P2==="object")P2=P2.ptr;if(D&&typeof D==="object")D=D.ptr;return!!_emscripten_bind_MdGeBndBox_IsOutPPD_3(self,P1,P2,D)};MdGeBndBox.prototype["Distance"]=MdGeBndBox.prototype.Distance=function(Other){var self=this.ptr;if(Other&&typeof Other==="object")Other=Other.ptr;return _emscripten_bind_MdGeBndBox_Distance_1(self,Other)};MdGeBndBox.prototype["SquareExtent"]=MdGeBndBox.prototype.SquareExtent=function(){var self=this.ptr;return _emscripten_bind_MdGeBndBox_SquareExtent_0(self)};MdGeBndBox.prototype["FinitePart"]=MdGeBndBox.prototype.FinitePart=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeBndBox_FinitePart_0(self),MdGeBndBox)};MdGeBndBox.prototype["HasFinitePart"]=MdGeBndBox.prototype.HasFinitePart=function(){var self=this.ptr;return!!_emscripten_bind_MdGeBndBox_HasFinitePart_0(self)};MdGeBndBox.prototype["__destroy__"]=MdGeBndBox.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_MdGeBndBox___destroy___0(self)};function MdGeAisTexturedShape(mshap){if(mshap&&typeof mshap==="object")mshap=mshap.ptr;this.ptr=_emscripten_bind_MdGeAisTexturedShape_MdGeAisTexturedShape_1(mshap);getCache(MdGeAisTexturedShape)[this.ptr]=this}MdGeAisTexturedShape.prototype=Object.create(MdGeAisObject.prototype);MdGeAisTexturedShape.prototype.constructor=MdGeAisTexturedShape;MdGeAisTexturedShape.prototype.__class__=MdGeAisTexturedShape;MdGeAisTexturedShape.__cache__={};Module["MdGeAisTexturedShape"]=MdGeAisTexturedShape;MdGeAisTexturedShape.prototype["SetTextureFileName"]=MdGeAisTexturedShape.prototype.SetTextureFileName=function(theTextureFileName){var self=this.ptr;ensureCache.prepare();if(theTextureFileName&&typeof theTextureFileName==="object")theTextureFileName=theTextureFileName.ptr;else theTextureFileName=ensureString(theTextureFileName);_emscripten_bind_MdGeAisTexturedShape_SetTextureFileName_1(self,theTextureFileName)};MdGeAisTexturedShape.prototype["TextureMapState"]=MdGeAisTexturedShape.prototype.TextureMapState=function(){var self=this.ptr;return!!_emscripten_bind_MdGeAisTexturedShape_TextureMapState_0(self)};MdGeAisTexturedShape.prototype["SetTextureMapOn"]=MdGeAisTexturedShape.prototype.SetTextureMapOn=function(){var self=this.ptr;_emscripten_bind_MdGeAisTexturedShape_SetTextureMapOn_0(self)};MdGeAisTexturedShape.prototype["SetTextureMapOff"]=MdGeAisTexturedShape.prototype.SetTextureMapOff=function(){var self=this.ptr;_emscripten_bind_MdGeAisTexturedShape_SetTextureMapOff_0(self)};MdGeAisTexturedShape.prototype["TextureFile"]=MdGeAisTexturedShape.prototype.TextureFile=function(){var self=this.ptr;return UTF8ToString(_emscripten_bind_MdGeAisTexturedShape_TextureFile_0(self))};MdGeAisTexturedShape.prototype["UpdateAttributes"]=MdGeAisTexturedShape.prototype.UpdateAttributes=function(){var self=this.ptr;_emscripten_bind_MdGeAisTexturedShape_UpdateAttributes_0(self)};MdGeAisTexturedShape.prototype["SetColor"]=MdGeAisTexturedShape.prototype.SetColor=function(theColor){var self=this.ptr;if(theColor&&typeof theColor==="object")theColor=theColor.ptr;_emscripten_bind_MdGeAisTexturedShape_SetColor_1(self,theColor)};MdGeAisTexturedShape.prototype["UnsetColor"]=MdGeAisTexturedShape.prototype.UnsetColor=function(){var self=this.ptr;_emscripten_bind_MdGeAisTexturedShape_UnsetColor_0(self)};MdGeAisTexturedShape.prototype["SetMaterial"]=MdGeAisTexturedShape.prototype.SetMaterial=function(theAspect){var self=this.ptr;if(theAspect&&typeof theAspect==="object")theAspect=theAspect.ptr;_emscripten_bind_MdGeAisTexturedShape_SetMaterial_1(self,theAspect)};MdGeAisTexturedShape.prototype["UnsetMaterial"]=MdGeAisTexturedShape.prototype.UnsetMaterial=function(){var self=this.ptr;_emscripten_bind_MdGeAisTexturedShape_UnsetMaterial_0(self)};MdGeAisTexturedShape.prototype["EnableTextureModulate"]=MdGeAisTexturedShape.prototype.EnableTextureModulate=function(){var self=this.ptr;_emscripten_bind_MdGeAisTexturedShape_EnableTextureModulate_0(self)};MdGeAisTexturedShape.prototype["DisableTextureModulate"]=MdGeAisTexturedShape.prototype.DisableTextureModulate=function(){var self=this.ptr;_emscripten_bind_MdGeAisTexturedShape_DisableTextureModulate_0(self)};MdGeAisTexturedShape.prototype["TextureRepeat"]=MdGeAisTexturedShape.prototype.TextureRepeat=function(){var self=this.ptr;return!!_emscripten_bind_MdGeAisTexturedShape_TextureRepeat_0(self)};MdGeAisTexturedShape.prototype["URepeat"]=MdGeAisTexturedShape.prototype.URepeat=function(){var self=this.ptr;return _emscripten_bind_MdGeAisTexturedShape_URepeat_0(self)};MdGeAisTexturedShape.prototype["VRepeat"]=MdGeAisTexturedShape.prototype.VRepeat=function(){var self=this.ptr;return _emscripten_bind_MdGeAisTexturedShape_VRepeat_0(self)};MdGeAisTexturedShape.prototype["SetTextureRepeat"]=MdGeAisTexturedShape.prototype.SetTextureRepeat=function(theToRepeat,theURepeat,theVRepeat){var self=this.ptr;if(theToRepeat&&typeof theToRepeat==="object")theToRepeat=theToRepeat.ptr;if(theURepeat&&typeof theURepeat==="object")theURepeat=theURepeat.ptr;if(theVRepeat&&typeof theVRepeat==="object")theVRepeat=theVRepeat.ptr;_emscripten_bind_MdGeAisTexturedShape_SetTextureRepeat_3(self,theToRepeat,theURepeat,theVRepeat)};MdGeAisTexturedShape.prototype["TextureOrigin"]=MdGeAisTexturedShape.prototype.TextureOrigin=function(){var self=this.ptr;return!!_emscripten_bind_MdGeAisTexturedShape_TextureOrigin_0(self)};MdGeAisTexturedShape.prototype["TextureUOrigin"]=MdGeAisTexturedShape.prototype.TextureUOrigin=function(){var self=this.ptr;return _emscripten_bind_MdGeAisTexturedShape_TextureUOrigin_0(self)};MdGeAisTexturedShape.prototype["TextureVOrigin"]=MdGeAisTexturedShape.prototype.TextureVOrigin=function(){var self=this.ptr;return _emscripten_bind_MdGeAisTexturedShape_TextureVOrigin_0(self)};MdGeAisTexturedShape.prototype["SetTextureOrigin"]=MdGeAisTexturedShape.prototype.SetTextureOrigin=function(theToSetTextureOrigin,theUOrigin,theVOrigin){var self=this.ptr;if(theToSetTextureOrigin&&typeof theToSetTextureOrigin==="object")theToSetTextureOrigin=theToSetTextureOrigin.ptr;if(theUOrigin&&typeof theUOrigin==="object")theUOrigin=theUOrigin.ptr;if(theVOrigin&&typeof theVOrigin==="object")theVOrigin=theVOrigin.ptr;_emscripten_bind_MdGeAisTexturedShape_SetTextureOrigin_3(self,theToSetTextureOrigin,theUOrigin,theVOrigin)};MdGeAisTexturedShape.prototype["TextureScale"]=MdGeAisTexturedShape.prototype.TextureScale=function(){var self=this.ptr;return!!_emscripten_bind_MdGeAisTexturedShape_TextureScale_0(self)};MdGeAisTexturedShape.prototype["TextureScaleU"]=MdGeAisTexturedShape.prototype.TextureScaleU=function(){var self=this.ptr;return _emscripten_bind_MdGeAisTexturedShape_TextureScaleU_0(self)};MdGeAisTexturedShape.prototype["TextureScaleV"]=MdGeAisTexturedShape.prototype.TextureScaleV=function(){var self=this.ptr;return _emscripten_bind_MdGeAisTexturedShape_TextureScaleV_0(self)};MdGeAisTexturedShape.prototype["SetTextureScale"]=MdGeAisTexturedShape.prototype.SetTextureScale=function(theToSetTextureScale,theScaleU,theScaleV){var self=this.ptr;if(theToSetTextureScale&&typeof theToSetTextureScale==="object")theToSetTextureScale=theToSetTextureScale.ptr;if(theScaleU&&typeof theScaleU==="object")theScaleU=theScaleU.ptr;if(theScaleV&&typeof theScaleV==="object")theScaleV=theScaleV.ptr;_emscripten_bind_MdGeAisTexturedShape_SetTextureScale_3(self,theToSetTextureScale,theScaleU,theScaleV)};MdGeAisTexturedShape.prototype["IsShowTriangles"]=MdGeAisTexturedShape.prototype.IsShowTriangles=function(){var self=this.ptr;return!!_emscripten_bind_MdGeAisTexturedShape_IsShowTriangles_0(self)};MdGeAisTexturedShape.prototype["SetShowTriangles"]=MdGeAisTexturedShape.prototype.SetShowTriangles=function(theToShowTriangles){var self=this.ptr;if(theToShowTriangles&&typeof theToShowTriangles==="object")theToShowTriangles=theToShowTriangles.ptr;_emscripten_bind_MdGeAisTexturedShape_SetShowTriangles_1(self,theToShowTriangles)};MdGeAisTexturedShape.prototype["TextureModulate"]=MdGeAisTexturedShape.prototype.TextureModulate=function(){var self=this.ptr;return!!_emscripten_bind_MdGeAisTexturedShape_TextureModulate_0(self)};MdGeAisTexturedShape.prototype["__destroy__"]=MdGeAisTexturedShape.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_MdGeAisTexturedShape___destroy___0(self)};function MdGeSpliter(){this.ptr=_emscripten_bind_MdGeSpliter_MdGeSpliter_0();getCache(MdGeSpliter)[this.ptr]=this}MdGeSpliter.prototype=Object.create(Mx3dBaseObject.prototype);MdGeSpliter.prototype.constructor=MdGeSpliter;MdGeSpliter.prototype.__class__=MdGeSpliter;MdGeSpliter.__cache__={};Module["MdGeSpliter"]=MdGeSpliter;MdGeSpliter.prototype["SetTools"]=MdGeSpliter.prototype.SetTools=function(theLS){var self=this.ptr;if(theLS&&typeof theLS==="object")theLS=theLS.ptr;_emscripten_bind_MdGeSpliter_SetTools_1(self,theLS)};MdGeSpliter.prototype["SetArguments"]=MdGeSpliter.prototype.SetArguments=function(theLS){var self=this.ptr;if(theLS&&typeof theLS==="object")theLS=theLS.ptr;_emscripten_bind_MdGeSpliter_SetArguments_1(self,theLS)};MdGeSpliter.prototype["Build"]=MdGeSpliter.prototype.Build=function(){var self=this.ptr;_emscripten_bind_MdGeSpliter_Build_0(self)};MdGeSpliter.prototype["IsDone"]=MdGeSpliter.prototype.IsDone=function(){var self=this.ptr;return!!_emscripten_bind_MdGeSpliter_IsDone_0(self)};MdGeSpliter.prototype["HasWarnings"]=MdGeSpliter.prototype.HasWarnings=function(){var self=this.ptr;return!!_emscripten_bind_MdGeSpliter_HasWarnings_0(self)};MdGeSpliter.prototype["Shapes"]=MdGeSpliter.prototype.Shapes=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_MdGeSpliter_Shapes_0(self),MdGeListOfShape)};MdGeSpliter.prototype["__destroy__"]=MdGeSpliter.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_MdGeSpliter___destroy___0(self)};function Mx3dAlgoFillet(S,FShape){if(S&&typeof S==="object")S=S.ptr;if(FShape&&typeof FShape==="object")FShape=FShape.ptr;this.ptr=_emscripten_bind_Mx3dAlgoFillet_Mx3dAlgoFillet_2(S,FShape);getCache(Mx3dAlgoFillet)[this.ptr]=this}Mx3dAlgoFillet.prototype=Object.create(Mx3dAlgoObject.prototype);Mx3dAlgoFillet.prototype.constructor=Mx3dAlgoFillet;Mx3dAlgoFillet.prototype.__class__=Mx3dAlgoFillet;Mx3dAlgoFillet.__cache__={};Module["Mx3dAlgoFillet"]=Mx3dAlgoFillet;Mx3dAlgoFillet.prototype["Add"]=Mx3dAlgoFillet.prototype.Add=function(Radius,E){var self=this.ptr;if(Radius&&typeof Radius==="object")Radius=Radius.ptr;if(E&&typeof E==="object")E=E.ptr;_emscripten_bind_Mx3dAlgoFillet_Add_2(self,Radius,E)};Mx3dAlgoFillet.prototype["Shape"]=Mx3dAlgoFillet.prototype.Shape=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dAlgoFillet_Shape_0(self),Mx3dShapeObject)};Mx3dAlgoFillet.prototype["__destroy__"]=Mx3dAlgoFillet.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_Mx3dAlgoFillet___destroy___0(self)};function Mx3dAlgoChamfer(S){if(S&&typeof S==="object")S=S.ptr;this.ptr=_emscripten_bind_Mx3dAlgoChamfer_Mx3dAlgoChamfer_1(S);getCache(Mx3dAlgoChamfer)[this.ptr]=this}Mx3dAlgoChamfer.prototype=Object.create(Mx3dAlgoObject.prototype);Mx3dAlgoChamfer.prototype.constructor=Mx3dAlgoChamfer;Mx3dAlgoChamfer.prototype.__class__=Mx3dAlgoChamfer;Mx3dAlgoChamfer.__cache__={};Module["Mx3dAlgoChamfer"]=Mx3dAlgoChamfer;Mx3dAlgoChamfer.prototype["Add"]=Mx3dAlgoChamfer.prototype.Add=function(Dis,E){var self=this.ptr;if(Dis&&typeof Dis==="object")Dis=Dis.ptr;if(E&&typeof E==="object")E=E.ptr;_emscripten_bind_Mx3dAlgoChamfer_Add_2(self,Dis,E)};Mx3dAlgoChamfer.prototype["Shape"]=Mx3dAlgoChamfer.prototype.Shape=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dAlgoChamfer_Shape_0(self),Mx3dShapeObject)};Mx3dAlgoChamfer.prototype["__destroy__"]=Mx3dAlgoChamfer.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_Mx3dAlgoChamfer___destroy___0(self)};function Mx3dAlgoFillet2d(theEdge1,theEdge2,thePlane){if(theEdge1&&typeof theEdge1==="object")theEdge1=theEdge1.ptr;if(theEdge2&&typeof theEdge2==="object")theEdge2=theEdge2.ptr;if(thePlane&&typeof thePlane==="object")thePlane=thePlane.ptr;if(theEdge1===undefined){this.ptr=_emscripten_bind_Mx3dAlgoFillet2d_Mx3dAlgoFillet2d_0();getCache(Mx3dAlgoFillet2d)[this.ptr]=this;return}if(theEdge2===undefined){this.ptr=_emscripten_bind_Mx3dAlgoFillet2d_Mx3dAlgoFillet2d_1(theEdge1);getCache(Mx3dAlgoFillet2d)[this.ptr]=this;return}if(thePlane===undefined){this.ptr=_emscripten_bind_Mx3dAlgoFillet2d_Mx3dAlgoFillet2d_2(theEdge1,theEdge2);getCache(Mx3dAlgoFillet2d)[this.ptr]=this;return}this.ptr=_emscripten_bind_Mx3dAlgoFillet2d_Mx3dAlgoFillet2d_3(theEdge1,theEdge2,thePlane);getCache(Mx3dAlgoFillet2d)[this.ptr]=this}Mx3dAlgoFillet2d.prototype=Object.create(Mx3dAlgoObject.prototype);Mx3dAlgoFillet2d.prototype.constructor=Mx3dAlgoFillet2d;Mx3dAlgoFillet2d.prototype.__class__=Mx3dAlgoFillet2d;Mx3dAlgoFillet2d.__cache__={};Module["Mx3dAlgoFillet2d"]=Mx3dAlgoFillet2d;Mx3dAlgoFillet2d.prototype["Init"]=Mx3dAlgoFillet2d.prototype.Init=function(theEdge1,theEdge2,thePlane){var self=this.ptr;if(theEdge1&&typeof theEdge1==="object")theEdge1=theEdge1.ptr;if(theEdge2&&typeof theEdge2==="object")theEdge2=theEdge2.ptr;if(thePlane&&typeof thePlane==="object")thePlane=thePlane.ptr;if(thePlane===undefined){_emscripten_bind_Mx3dAlgoFillet2d_Init_2(self,theEdge1,theEdge2);return}_emscripten_bind_Mx3dAlgoFillet2d_Init_3(self,theEdge1,theEdge2,thePlane)};Mx3dAlgoFillet2d.prototype["Perform"]=Mx3dAlgoFillet2d.prototype.Perform=function(theRadius){var self=this.ptr;if(theRadius&&typeof theRadius==="object")theRadius=theRadius.ptr;return!!_emscripten_bind_Mx3dAlgoFillet2d_Perform_1(self,theRadius)};Mx3dAlgoFillet2d.prototype["NbResults"]=Mx3dAlgoFillet2d.prototype.NbResults=function(thePoint){var self=this.ptr;if(thePoint&&typeof thePoint==="object")thePoint=thePoint.ptr;return _emscripten_bind_Mx3dAlgoFillet2d_NbResults_1(self,thePoint)};Mx3dAlgoFillet2d.prototype["Result"]=Mx3dAlgoFillet2d.prototype.Result=function(thePoint,theEdge1,theEdge2,iSolution){var self=this.ptr;if(thePoint&&typeof thePoint==="object")thePoint=thePoint.ptr;if(theEdge1&&typeof theEdge1==="object")theEdge1=theEdge1.ptr;if(theEdge2&&typeof theEdge2==="object")theEdge2=theEdge2.ptr;if(iSolution&&typeof iSolution==="object")iSolution=iSolution.ptr;return wrapPointer(_emscripten_bind_Mx3dAlgoFillet2d_Result_4(self,thePoint,theEdge1,theEdge2,iSolution),Mx3dShapeEdge)};Mx3dAlgoFillet2d.prototype["__destroy__"]=Mx3dAlgoFillet2d.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_Mx3dAlgoFillet2d___destroy___0(self)};function Mx3dApplication(){this.ptr=_emscripten_bind_Mx3dApplication_Mx3dApplication_0();getCache(Mx3dApplication)[this.ptr]=this}Mx3dApplication.prototype=Object.create(WrapperObject.prototype);Mx3dApplication.prototype.constructor=Mx3dApplication;Mx3dApplication.prototype.__class__=Mx3dApplication;Mx3dApplication.__cache__={};Module["Mx3dApplication"]=Mx3dApplication;Mx3dApplication.prototype["createView"]=Mx3dApplication.prototype.createView=function(theCanvasSelector){var self=this.ptr;ensureCache.prepare();if(theCanvasSelector&&typeof theCanvasSelector==="object")theCanvasSelector=theCanvasSelector.ptr;else theCanvasSelector=ensureString(theCanvasSelector);return wrapPointer(_emscripten_bind_Mx3dApplication_createView_1(self,theCanvasSelector),Mx3dView)};Mx3dApplication.prototype["getCurrentActiveView"]=Mx3dApplication.prototype.getCurrentActiveView=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dApplication_getCurrentActiveView_0(self),Mx3dView)};Mx3dApplication.prototype["__destroy__"]=Mx3dApplication.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_Mx3dApplication___destroy___0(self)};function Mx3dClassMethods(){this.ptr=_emscripten_bind_Mx3dClassMethods_Mx3dClassMethods_0();getCache(Mx3dClassMethods)[this.ptr]=this}Mx3dClassMethods.prototype=Object.create(WrapperObject.prototype);Mx3dClassMethods.prototype.constructor=Mx3dClassMethods;Mx3dClassMethods.prototype.__class__=Mx3dClassMethods;Mx3dClassMethods.__cache__={};Module["Mx3dClassMethods"]=Mx3dClassMethods;Mx3dClassMethods.prototype["Vertex"]=Mx3dClassMethods.prototype.Vertex=function(S){var self=this.ptr;if(S&&typeof S==="object")S=S.ptr;return wrapPointer(_emscripten_bind_Mx3dClassMethods_Vertex_1(self,S),Mx3dShapeVertex)};Mx3dClassMethods.prototype["Edge"]=Mx3dClassMethods.prototype.Edge=function(S){var self=this.ptr;if(S&&typeof S==="object")S=S.ptr;return wrapPointer(_emscripten_bind_Mx3dClassMethods_Edge_1(self,S),Mx3dShapeEdge)};Mx3dClassMethods.prototype["Wire"]=Mx3dClassMethods.prototype.Wire=function(S){var self=this.ptr;if(S&&typeof S==="object")S=S.ptr;return wrapPointer(_emscripten_bind_Mx3dClassMethods_Wire_1(self,S),Mx3dShapeWire)};Mx3dClassMethods.prototype["Face"]=Mx3dClassMethods.prototype.Face=function(S){var self=this.ptr;if(S&&typeof S==="object")S=S.ptr;return wrapPointer(_emscripten_bind_Mx3dClassMethods_Face_1(self,S),Mx3dShapeFace)};Mx3dClassMethods.prototype["Shell"]=Mx3dClassMethods.prototype.Shell=function(S){var self=this.ptr;if(S&&typeof S==="object")S=S.ptr;return wrapPointer(_emscripten_bind_Mx3dClassMethods_Shell_1(self,S),Mx3dShapeShell)};Mx3dClassMethods.prototype["Solid"]=Mx3dClassMethods.prototype.Solid=function(S){var self=this.ptr;if(S&&typeof S==="object")S=S.ptr;return wrapPointer(_emscripten_bind_Mx3dClassMethods_Solid_1(self,S),Mx3dShapeSolid)};Mx3dClassMethods.prototype["CompSolid"]=Mx3dClassMethods.prototype.CompSolid=function(S){var self=this.ptr;if(S&&typeof S==="object")S=S.ptr;return wrapPointer(_emscripten_bind_Mx3dClassMethods_CompSolid_1(self,S),Mx3dShapeCompSolid)};Mx3dClassMethods.prototype["Compound"]=Mx3dClassMethods.prototype.Compound=function(S){var self=this.ptr;if(S&&typeof S==="object")S=S.ptr;return wrapPointer(_emscripten_bind_Mx3dClassMethods_Compound_1(self,S),Mx3dShapeCompound)};Mx3dClassMethods.prototype["DynCastToCircle"]=Mx3dClassMethods.prototype.DynCastToCircle=function(pObject){var self=this.ptr;if(pObject&&typeof pObject==="object")pObject=pObject.ptr;return wrapPointer(_emscripten_bind_Mx3dClassMethods_DynCastToCircle_1(self,pObject),Mx3dGeomCircle)};Mx3dClassMethods.prototype["DynCastToLine"]=Mx3dClassMethods.prototype.DynCastToLine=function(pObject){var self=this.ptr;if(pObject&&typeof pObject==="object")pObject=pObject.ptr;return wrapPointer(_emscripten_bind_Mx3dClassMethods_DynCastToLine_1(self,pObject),Mx3dGeomLine)};Mx3dClassMethods.prototype["DynCastToEllipse"]=Mx3dClassMethods.prototype.DynCastToEllipse=function(pObject){var self=this.ptr;if(pObject&&typeof pObject==="object")pObject=pObject.ptr;return wrapPointer(_emscripten_bind_Mx3dClassMethods_DynCastToEllipse_1(self,pObject),Mx3dGeomEllipse)};Mx3dClassMethods.prototype["DynCastToHyperbola"]=Mx3dClassMethods.prototype.DynCastToHyperbola=function(pObject){var self=this.ptr;if(pObject&&typeof pObject==="object")pObject=pObject.ptr;return wrapPointer(_emscripten_bind_Mx3dClassMethods_DynCastToHyperbola_1(self,pObject),Mx3dGeomHyperbola)};Mx3dClassMethods.prototype["DynCastToParabola"]=Mx3dClassMethods.prototype.DynCastToParabola=function(pObject){var self=this.ptr;if(pObject&&typeof pObject==="object")pObject=pObject.ptr;return wrapPointer(_emscripten_bind_Mx3dClassMethods_DynCastToParabola_1(self,pObject),Mx3dGeomParabola)};Mx3dClassMethods.prototype["DynCastToBSplineCurve"]=Mx3dClassMethods.prototype.DynCastToBSplineCurve=function(pObject){var self=this.ptr;if(pObject&&typeof pObject==="object")pObject=pObject.ptr;return wrapPointer(_emscripten_bind_Mx3dClassMethods_DynCastToBSplineCurve_1(self,pObject),Mx3dGeomBSplineCurve)};Mx3dClassMethods.prototype["DynCastToBezierCurve"]=Mx3dClassMethods.prototype.DynCastToBezierCurve=function(pObject){var self=this.ptr;if(pObject&&typeof pObject==="object")pObject=pObject.ptr;return wrapPointer(_emscripten_bind_Mx3dClassMethods_DynCastToBezierCurve_1(self,pObject),Mx3dGeomBezierCurve)};Mx3dClassMethods.prototype["DynCastToPlane"]=Mx3dClassMethods.prototype.DynCastToPlane=function(pObject){var self=this.ptr;if(pObject&&typeof pObject==="object")pObject=pObject.ptr;return wrapPointer(_emscripten_bind_Mx3dClassMethods_DynCastToPlane_1(self,pObject),Mx3dGeomPlane)};Mx3dClassMethods.prototype["DynCastToConicalSurface"]=Mx3dClassMethods.prototype.DynCastToConicalSurface=function(pObject){var self=this.ptr;if(pObject&&typeof pObject==="object")pObject=pObject.ptr;return wrapPointer(_emscripten_bind_Mx3dClassMethods_DynCastToConicalSurface_1(self,pObject),Mx3dGeomConicalSurface)};Mx3dClassMethods.prototype["DynCastToCylindricalSurface"]=Mx3dClassMethods.prototype.DynCastToCylindricalSurface=function(pObject){var self=this.ptr;if(pObject&&typeof pObject==="object")pObject=pObject.ptr;return wrapPointer(_emscripten_bind_Mx3dClassMethods_DynCastToCylindricalSurface_1(self,pObject),Mx3dGeomCylindricalSurface)};Mx3dClassMethods.prototype["DynCastToSphericalSurface"]=Mx3dClassMethods.prototype.DynCastToSphericalSurface=function(pObject){var self=this.ptr;if(pObject&&typeof pObject==="object")pObject=pObject.ptr;return wrapPointer(_emscripten_bind_Mx3dClassMethods_DynCastToSphericalSurface_1(self,pObject),Mx3dGeomSphericalSurface)};Mx3dClassMethods.prototype["DynCastToToroidalSurface"]=Mx3dClassMethods.prototype.DynCastToToroidalSurface=function(pObject){var self=this.ptr;if(pObject&&typeof pObject==="object")pObject=pObject.ptr;return wrapPointer(_emscripten_bind_Mx3dClassMethods_DynCastToToroidalSurface_1(self,pObject),Mx3dGeomToroidalSurface)};Mx3dClassMethods.prototype["DynCastToBSplineSurface"]=Mx3dClassMethods.prototype.DynCastToBSplineSurface=function(pObject){var self=this.ptr;if(pObject&&typeof pObject==="object")pObject=pObject.ptr;return wrapPointer(_emscripten_bind_Mx3dClassMethods_DynCastToBSplineSurface_1(self,pObject),Mx3dGeomBSplineSurface)};Mx3dClassMethods.prototype["DynCastToBezierSurface"]=Mx3dClassMethods.prototype.DynCastToBezierSurface=function(pObject){var self=this.ptr;if(pObject&&typeof pObject==="object")pObject=pObject.ptr;return wrapPointer(_emscripten_bind_Mx3dClassMethods_DynCastToBezierSurface_1(self,pObject),Mx3dGeomBezierSurface)};Mx3dClassMethods.prototype["ConnectEdgesToWires"]=Mx3dClassMethods.prototype.ConnectEdgesToWires=function(edges,toler,shared){var self=this.ptr;if(edges&&typeof edges==="object")edges=edges.ptr;if(toler&&typeof toler==="object")toler=toler.ptr;if(shared&&typeof shared==="object")shared=shared.ptr;return wrapPointer(_emscripten_bind_Mx3dClassMethods_ConnectEdgesToWires_3(self,edges,toler,shared),Mx3dShapeObjectSequence)};Mx3dClassMethods.prototype["ConnectWiresToWires"]=Mx3dClassMethods.prototype.ConnectWiresToWires=function(wires,toler,shared){var self=this.ptr;if(wires&&typeof wires==="object")wires=wires.ptr;if(toler&&typeof toler==="object")toler=toler.ptr;if(shared&&typeof shared==="object")shared=shared.ptr;return wrapPointer(_emscripten_bind_Mx3dClassMethods_ConnectWiresToWires_3(self,wires,toler,shared),Mx3dShapeObjectSequence)};Mx3dClassMethods.prototype["EdgeToWire"]=Mx3dClassMethods.prototype.EdgeToWire=function(theEdge){var self=this.ptr;if(theEdge&&typeof theEdge==="object")theEdge=theEdge.ptr;return wrapPointer(_emscripten_bind_Mx3dClassMethods_EdgeToWire_1(self,theEdge),Mx3dShapeWire)};Mx3dClassMethods.prototype["MakeArcOfCircle"]=Mx3dClassMethods.prototype.MakeArcOfCircle=function(thePt1,thePt2,thePt3){var self=this.ptr;if(thePt1&&typeof thePt1==="object")thePt1=thePt1.ptr;if(thePt2&&typeof thePt2==="object")thePt2=thePt2.ptr;if(thePt3&&typeof thePt3==="object")thePt3=thePt3.ptr;return wrapPointer(_emscripten_bind_Mx3dClassMethods_MakeArcOfCircle_3(self,thePt1,thePt2,thePt3),Mx3dShapeEdge)};Mx3dClassMethods.prototype["Surface"]=Mx3dClassMethods.prototype.Surface=function(F){var self=this.ptr;if(F&&typeof F==="object")F=F.ptr;return wrapPointer(_emscripten_bind_Mx3dClassMethods_Surface_1(self,F),Mx3dGeomSurface)};Mx3dClassMethods.prototype["Curve"]=Mx3dClassMethods.prototype.Curve=function(E,SEParam){var self=this.ptr;if(E&&typeof E==="object")E=E.ptr;if(SEParam&&typeof SEParam==="object")SEParam=SEParam.ptr;return wrapPointer(_emscripten_bind_Mx3dClassMethods_Curve_2(self,E,SEParam),Mx3dGeomCurve)};Mx3dClassMethods.prototype["LoadFileFromUrl"]=Mx3dClassMethods.prototype.LoadFileFromUrl=function(theFileUrl,theSaveFileName,fnResPtr,fnRejPtr){var self=this.ptr;ensureCache.prepare();if(theFileUrl&&typeof theFileUrl==="object")theFileUrl=theFileUrl.ptr;else theFileUrl=ensureString(theFileUrl);if(theSaveFileName&&typeof theSaveFileName==="object")theSaveFileName=theSaveFileName.ptr;else theSaveFileName=ensureString(theSaveFileName);if(fnResPtr&&typeof fnResPtr==="object")fnResPtr=fnResPtr.ptr;if(fnRejPtr&&typeof fnRejPtr==="object")fnRejPtr=fnRejPtr.ptr;_emscripten_bind_Mx3dClassMethods_LoadFileFromUrl_4(self,theFileUrl,theSaveFileName,fnResPtr,fnRejPtr)};Mx3dClassMethods.prototype["LoadShapeFromFile"]=Mx3dClassMethods.prototype.LoadShapeFromFile=function(theFilePath,theFormat){var self=this.ptr;ensureCache.prepare();if(theFilePath&&typeof theFilePath==="object")theFilePath=theFilePath.ptr;else theFilePath=ensureString(theFilePath);if(theFormat&&typeof theFormat==="object")theFormat=theFormat.ptr;return wrapPointer(_emscripten_bind_Mx3dClassMethods_LoadShapeFromFile_2(self,theFilePath,theFormat),Mx3dShapeObjectSequence)};Mx3dClassMethods.prototype["getStrFromMemory"]=Mx3dClassMethods.prototype.getStrFromMemory=function(strPtr){var self=this.ptr;if(strPtr&&typeof strPtr==="object")strPtr=strPtr.ptr;return wrapPointer(_emscripten_bind_Mx3dClassMethods_getStrFromMemory_1(self,strPtr),MdGeArray1OfInteger)};Mx3dClassMethods.prototype["__destroy__"]=Mx3dClassMethods.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_Mx3dClassMethods___destroy___0(self)};function Mx3dDbDocument(){this.ptr=_emscripten_bind_Mx3dDbDocument_Mx3dDbDocument_0();getCache(Mx3dDbDocument)[this.ptr]=this}Mx3dDbDocument.prototype=Object.create(Mx3dDbObject.prototype);Mx3dDbDocument.prototype.constructor=Mx3dDbDocument;Mx3dDbDocument.prototype.__class__=Mx3dDbDocument;Mx3dDbDocument.__cache__={};Module["Mx3dDbDocument"]=Mx3dDbDocument;Mx3dDbDocument.prototype["read"]=Mx3dDbDocument.prototype.read=function(theFilePath,theFormat){var self=this.ptr;ensureCache.prepare();if(theFilePath&&typeof theFilePath==="object")theFilePath=theFilePath.ptr;else theFilePath=ensureString(theFilePath);if(theFormat&&typeof theFormat==="object")theFormat=theFormat.ptr;return!!_emscripten_bind_Mx3dDbDocument_read_2(self,theFilePath,theFormat)};Mx3dDbDocument.prototype["getAccessLabel"]=Mx3dDbDocument.prototype.getAccessLabel=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dDbDocument_getAccessLabel_0(self),Mx3dDbLabel)};Mx3dDbDocument.prototype["getShapesLabel"]=Mx3dDbDocument.prototype.getShapesLabel=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dDbDocument_getShapesLabel_0(self),Mx3dDbLabel)};Mx3dDbDocument.prototype["getColorsLabel"]=Mx3dDbDocument.prototype.getColorsLabel=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dDbDocument_getColorsLabel_0(self),Mx3dDbLabel)};Mx3dDbDocument.prototype["getLayersLabel"]=Mx3dDbDocument.prototype.getLayersLabel=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dDbDocument_getLayersLabel_0(self),Mx3dDbLabel)};Mx3dDbDocument.prototype["addShapeLabel"]=Mx3dDbDocument.prototype.addShapeLabel=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dDbDocument_addShapeLabel_0(self),Mx3dDbLabel)};Mx3dDbDocument.prototype["removeShapeLabel"]=Mx3dDbDocument.prototype.removeShapeLabel=function(theLabel){var self=this.ptr;if(theLabel&&typeof theLabel==="object")theLabel=theLabel.ptr;return!!_emscripten_bind_Mx3dDbDocument_removeShapeLabel_1(self,theLabel)};Mx3dDbDocument.prototype["removeComponent"]=Mx3dDbDocument.prototype.removeComponent=function(theLabel){var self=this.ptr;if(theLabel&&typeof theLabel==="object")theLabel=theLabel.ptr;_emscripten_bind_Mx3dDbDocument_removeComponent_1(self,theLabel)};Mx3dDbDocument.prototype["getTopFreeLabels"]=Mx3dDbDocument.prototype.getTopFreeLabels=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dDbDocument_getTopFreeLabels_0(self),Mx3dLabelSequence)};Mx3dDbDocument.prototype["getDocName"]=Mx3dDbDocument.prototype.getDocName=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dDbDocument_getDocName_0(self),MdGeArray1OfInteger)};Mx3dDbDocument.prototype["getView"]=Mx3dDbDocument.prototype.getView=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dDbDocument_getView_0(self),Mx3dView)};Mx3dDbDocument.prototype["addColorLabel"]=Mx3dDbDocument.prototype.addColorLabel=function(theColor){var self=this.ptr;if(theColor&&typeof theColor==="object")theColor=theColor.ptr;return wrapPointer(_emscripten_bind_Mx3dDbDocument_addColorLabel_1(self,theColor),Mx3dDbLabel)};Mx3dDbDocument.prototype["write"]=Mx3dDbDocument.prototype.write=function(theFilePath,theFormat){var self=this.ptr;ensureCache.prepare();if(theFilePath&&typeof theFilePath==="object")theFilePath=theFilePath.ptr;else theFilePath=ensureString(theFilePath);if(theFormat&&typeof theFormat==="object")theFormat=theFormat.ptr;return!!_emscripten_bind_Mx3dDbDocument_write_2(self,theFilePath,theFormat)};Mx3dDbDocument.prototype["newCommand"]=Mx3dDbDocument.prototype.newCommand=function(){var self=this.ptr;_emscripten_bind_Mx3dDbDocument_newCommand_0(self)};Mx3dDbDocument.prototype["abortCommand"]=Mx3dDbDocument.prototype.abortCommand=function(){var self=this.ptr;_emscripten_bind_Mx3dDbDocument_abortCommand_0(self)};Mx3dDbDocument.prototype["commitCommand"]=Mx3dDbDocument.prototype.commitCommand=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dDbDocument_commitCommand_0(self)};Mx3dDbDocument.prototype["undo"]=Mx3dDbDocument.prototype.undo=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dDbDocument_undo_0(self)};Mx3dDbDocument.prototype["redo"]=Mx3dDbDocument.prototype.redo=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dDbDocument_redo_0(self)};Mx3dDbDocument.prototype["__destroy__"]=Mx3dDbDocument.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_Mx3dDbDocument___destroy___0(self)};function Mx3dDbLabel(){this.ptr=_emscripten_bind_Mx3dDbLabel_Mx3dDbLabel_0();getCache(Mx3dDbLabel)[this.ptr]=this}Mx3dDbLabel.prototype=Object.create(Mx3dDbObject.prototype);Mx3dDbLabel.prototype.constructor=Mx3dDbLabel;Mx3dDbLabel.prototype.__class__=Mx3dDbLabel;Mx3dDbLabel.__cache__={};Module["Mx3dDbLabel"]=Mx3dDbLabel;Mx3dDbLabel.prototype["setShape"]=Mx3dDbLabel.prototype.setShape=function(theShape){var self=this.ptr;if(theShape&&typeof theShape==="object")theShape=theShape.ptr;_emscripten_bind_Mx3dDbLabel_setShape_1(self,theShape)};Mx3dDbLabel.prototype["getShape"]=Mx3dDbLabel.prototype.getShape=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dDbLabel_getShape_0(self),Mx3dShapeObject)};Mx3dDbLabel.prototype["hasChildLabel"]=Mx3dDbLabel.prototype.hasChildLabel=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dDbLabel_hasChildLabel_0(self)};Mx3dDbLabel.prototype["getChildLabels"]=Mx3dDbLabel.prototype.getChildLabels=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dDbLabel_getChildLabels_0(self),Mx3dLabelSequence)};Mx3dDbLabel.prototype["hasParentLabel"]=Mx3dDbLabel.prototype.hasParentLabel=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dDbLabel_hasParentLabel_0(self)};Mx3dDbLabel.prototype["getParentLabel"]=Mx3dDbLabel.prototype.getParentLabel=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dDbLabel_getParentLabel_0(self),Mx3dDbLabel)};Mx3dDbLabel.prototype["addChildLabel"]=Mx3dDbLabel.prototype.addChildLabel=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dDbLabel_addChildLabel_0(self),Mx3dDbLabel)};Mx3dDbLabel.prototype["addSubShape"]=Mx3dDbLabel.prototype.addSubShape=function(theShape){var self=this.ptr;if(theShape&&typeof theShape==="object")theShape=theShape.ptr;return wrapPointer(_emscripten_bind_Mx3dDbLabel_addSubShape_1(self,theShape),Mx3dDbLabel)};Mx3dDbLabel.prototype["isReference"]=Mx3dDbLabel.prototype.isReference=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dDbLabel_isReference_0(self)};Mx3dDbLabel.prototype["isAssembly"]=Mx3dDbLabel.prototype.isAssembly=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dDbLabel_isAssembly_0(self)};Mx3dDbLabel.prototype["isSimpleShape"]=Mx3dDbLabel.prototype.isSimpleShape=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dDbLabel_isSimpleShape_0(self)};Mx3dDbLabel.prototype["isTopLevel"]=Mx3dDbLabel.prototype.isTopLevel=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dDbLabel_isTopLevel_0(self)};Mx3dDbLabel.prototype["isFree"]=Mx3dDbLabel.prototype.isFree=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dDbLabel_isFree_0(self)};Mx3dDbLabel.prototype["isShape"]=Mx3dDbLabel.prototype.isShape=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dDbLabel_isShape_0(self)};Mx3dDbLabel.prototype["isComponent"]=Mx3dDbLabel.prototype.isComponent=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dDbLabel_isComponent_0(self)};Mx3dDbLabel.prototype["isCompound"]=Mx3dDbLabel.prototype.isCompound=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dDbLabel_isCompound_0(self)};Mx3dDbLabel.prototype["isSubShape"]=Mx3dDbLabel.prototype.isSubShape=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dDbLabel_isSubShape_0(self)};Mx3dDbLabel.prototype["getReferredLabel"]=Mx3dDbLabel.prototype.getReferredLabel=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dDbLabel_getReferredLabel_0(self),Mx3dDbLabel)};Mx3dDbLabel.prototype["getLocation"]=Mx3dDbLabel.prototype.getLocation=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dDbLabel_getLocation_0(self),Mx3dGeLocation)};Mx3dDbLabel.prototype["addComponent"]=Mx3dDbLabel.prototype.addComponent=function(comp,Loc){var self=this.ptr;if(comp&&typeof comp==="object")comp=comp.ptr;if(Loc&&typeof Loc==="object")Loc=Loc.ptr;return wrapPointer(_emscripten_bind_Mx3dDbLabel_addComponent_2(self,comp,Loc),Mx3dDbLabel)};Mx3dDbLabel.prototype["setName"]=Mx3dDbLabel.prototype.setName=function(theName){var self=this.ptr;ensureCache.prepare();if(theName&&typeof theName==="object")theName=theName.ptr;else theName=ensureString(theName);_emscripten_bind_Mx3dDbLabel_setName_1(self,theName)};Mx3dDbLabel.prototype["hasShape"]=Mx3dDbLabel.prototype.hasShape=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dDbLabel_hasShape_0(self)};Mx3dDbLabel.prototype["isSetColor"]=Mx3dDbLabel.prototype.isSetColor=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dDbLabel_isSetColor_0(self)};Mx3dDbLabel.prototype["setColor"]=Mx3dDbLabel.prototype.setColor=function(theColor){var self=this.ptr;if(theColor&&typeof theColor==="object")theColor=theColor.ptr;_emscripten_bind_Mx3dDbLabel_setColor_1(self,theColor)};Mx3dDbLabel.prototype["getColor"]=Mx3dDbLabel.prototype.getColor=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dDbLabel_getColor_0(self),Mx3dGeColor)};Mx3dDbLabel.prototype["getName"]=Mx3dDbLabel.prototype.getName=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dDbLabel_getName_0(self),MdGeArray1OfInteger)};Mx3dDbLabel.prototype["getEntry"]=Mx3dDbLabel.prototype.getEntry=function(){var self=this.ptr;return UTF8ToString(_emscripten_bind_Mx3dDbLabel_getEntry_0(self))};Mx3dDbLabel.prototype["getAttributeStr"]=Mx3dDbLabel.prototype.getAttributeStr=function(){var self=this.ptr;return UTF8ToString(_emscripten_bind_Mx3dDbLabel_getAttributeStr_0(self))};Mx3dDbLabel.prototype["setTexture"]=Mx3dDbLabel.prototype.setTexture=function(theFilePath,theScaleU,theScaleV,theRepeatU,theRepeatV,theOriginU,theOriginV){var self=this.ptr;ensureCache.prepare();if(theFilePath&&typeof theFilePath==="object")theFilePath=theFilePath.ptr;else theFilePath=ensureString(theFilePath);if(theScaleU&&typeof theScaleU==="object")theScaleU=theScaleU.ptr;if(theScaleV&&typeof theScaleV==="object")theScaleV=theScaleV.ptr;if(theRepeatU&&typeof theRepeatU==="object")theRepeatU=theRepeatU.ptr;if(theRepeatV&&typeof theRepeatV==="object")theRepeatV=theRepeatV.ptr;if(theOriginU&&typeof theOriginU==="object")theOriginU=theOriginU.ptr;if(theOriginV&&typeof theOriginV==="object")theOriginV=theOriginV.ptr;_emscripten_bind_Mx3dDbLabel_setTexture_7(self,theFilePath,theScaleU,theScaleV,theRepeatU,theRepeatV,theOriginU,theOriginV)};Mx3dDbLabel.prototype["setMaterial"]=Mx3dDbLabel.prototype.setMaterial=function(theMaterial){var self=this.ptr;if(theMaterial&&typeof theMaterial==="object")theMaterial=theMaterial.ptr;_emscripten_bind_Mx3dDbLabel_setMaterial_1(self,theMaterial)};Mx3dDbLabel.prototype["__destroy__"]=Mx3dDbLabel.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_Mx3dDbLabel___destroy___0(self)};function Mx3dGeAxis(theLoc,theDir){if(theLoc&&typeof theLoc==="object")theLoc=theLoc.ptr;if(theDir&&typeof theDir==="object")theDir=theDir.ptr;if(theLoc===undefined){this.ptr=_emscripten_bind_Mx3dGeAxis_Mx3dGeAxis_0();getCache(Mx3dGeAxis)[this.ptr]=this;return}if(theDir===undefined){this.ptr=_emscripten_bind_Mx3dGeAxis_Mx3dGeAxis_1(theLoc);getCache(Mx3dGeAxis)[this.ptr]=this;return}this.ptr=_emscripten_bind_Mx3dGeAxis_Mx3dGeAxis_2(theLoc,theDir);getCache(Mx3dGeAxis)[this.ptr]=this}Mx3dGeAxis.prototype=Object.create(Mx3dGeObject.prototype);Mx3dGeAxis.prototype.constructor=Mx3dGeAxis;Mx3dGeAxis.prototype.__class__=Mx3dGeAxis;Mx3dGeAxis.__cache__={};Module["Mx3dGeAxis"]=Mx3dGeAxis;Mx3dGeAxis.prototype["Direction"]=Mx3dGeAxis.prototype.Direction=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeAxis_Direction_0(self),Mx3dGeDir)};Mx3dGeAxis.prototype["Location"]=Mx3dGeAxis.prototype.Location=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeAxis_Location_0(self),Mx3dGePoint)};Mx3dGeAxis.prototype["SetDirection"]=Mx3dGeAxis.prototype.SetDirection=function(theDir){var self=this.ptr;if(theDir&&typeof theDir==="object")theDir=theDir.ptr;_emscripten_bind_Mx3dGeAxis_SetDirection_1(self,theDir)};Mx3dGeAxis.prototype["SetLocation"]=Mx3dGeAxis.prototype.SetLocation=function(theLoc){var self=this.ptr;if(theLoc&&typeof theLoc==="object")theLoc=theLoc.ptr;_emscripten_bind_Mx3dGeAxis_SetLocation_1(self,theLoc)};Mx3dGeAxis.prototype["__destroy__"]=Mx3dGeAxis.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_Mx3dGeAxis___destroy___0(self)};function Mx3dGeBndBox(theMin,theMax){if(theMin&&typeof theMin==="object")theMin=theMin.ptr;if(theMax&&typeof theMax==="object")theMax=theMax.ptr;if(theMin===undefined){this.ptr=_emscripten_bind_Mx3dGeBndBox_Mx3dGeBndBox_0();getCache(Mx3dGeBndBox)[this.ptr]=this;return}if(theMax===undefined){this.ptr=_emscripten_bind_Mx3dGeBndBox_Mx3dGeBndBox_1(theMin);getCache(Mx3dGeBndBox)[this.ptr]=this;return}this.ptr=_emscripten_bind_Mx3dGeBndBox_Mx3dGeBndBox_2(theMin,theMax);getCache(Mx3dGeBndBox)[this.ptr]=this}Mx3dGeBndBox.prototype=Object.create(Mx3dGeObject.prototype);Mx3dGeBndBox.prototype.constructor=Mx3dGeBndBox;Mx3dGeBndBox.prototype.__class__=Mx3dGeBndBox;Mx3dGeBndBox.__cache__={};Module["Mx3dGeBndBox"]=Mx3dGeBndBox;Mx3dGeBndBox.prototype["SetWhole"]=Mx3dGeBndBox.prototype.SetWhole=function(){var self=this.ptr;_emscripten_bind_Mx3dGeBndBox_SetWhole_0(self)};Mx3dGeBndBox.prototype["SetVoid"]=Mx3dGeBndBox.prototype.SetVoid=function(){var self=this.ptr;_emscripten_bind_Mx3dGeBndBox_SetVoid_0(self)};Mx3dGeBndBox.prototype["Set"]=Mx3dGeBndBox.prototype.Set=function(P,D){var self=this.ptr;if(P&&typeof P==="object")P=P.ptr;if(D&&typeof D==="object")D=D.ptr;_emscripten_bind_Mx3dGeBndBox_Set_2(self,P,D)};Mx3dGeBndBox.prototype["Update"]=Mx3dGeBndBox.prototype.Update=function(aXmin,aYmin,aZmin,aXmax,aYmax,aZmax){var self=this.ptr;if(aXmin&&typeof aXmin==="object")aXmin=aXmin.ptr;if(aYmin&&typeof aYmin==="object")aYmin=aYmin.ptr;if(aZmin&&typeof aZmin==="object")aZmin=aZmin.ptr;if(aXmax&&typeof aXmax==="object")aXmax=aXmax.ptr;if(aYmax&&typeof aYmax==="object")aYmax=aYmax.ptr;if(aZmax&&typeof aZmax==="object")aZmax=aZmax.ptr;_emscripten_bind_Mx3dGeBndBox_Update_6(self,aXmin,aYmin,aZmin,aXmax,aYmax,aZmax)};Mx3dGeBndBox.prototype["GetGap"]=Mx3dGeBndBox.prototype.GetGap=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeBndBox_GetGap_0(self)};Mx3dGeBndBox.prototype["SetGap"]=Mx3dGeBndBox.prototype.SetGap=function(Tol){var self=this.ptr;if(Tol&&typeof Tol==="object")Tol=Tol.ptr;_emscripten_bind_Mx3dGeBndBox_SetGap_1(self,Tol)};Mx3dGeBndBox.prototype["Enlarge"]=Mx3dGeBndBox.prototype.Enlarge=function(Tol){var self=this.ptr;if(Tol&&typeof Tol==="object")Tol=Tol.ptr;_emscripten_bind_Mx3dGeBndBox_Enlarge_1(self,Tol)};Mx3dGeBndBox.prototype["CornerMin"]=Mx3dGeBndBox.prototype.CornerMin=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeBndBox_CornerMin_0(self),Mx3dGePoint)};Mx3dGeBndBox.prototype["CornerMax"]=Mx3dGeBndBox.prototype.CornerMax=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeBndBox_CornerMax_0(self),Mx3dGePoint)};Mx3dGeBndBox.prototype["OpenXmin"]=Mx3dGeBndBox.prototype.OpenXmin=function(){var self=this.ptr;_emscripten_bind_Mx3dGeBndBox_OpenXmin_0(self)};Mx3dGeBndBox.prototype["OpenXmax"]=Mx3dGeBndBox.prototype.OpenXmax=function(){var self=this.ptr;_emscripten_bind_Mx3dGeBndBox_OpenXmax_0(self)};Mx3dGeBndBox.prototype["OpenYmin"]=Mx3dGeBndBox.prototype.OpenYmin=function(){var self=this.ptr;_emscripten_bind_Mx3dGeBndBox_OpenYmin_0(self)};Mx3dGeBndBox.prototype["OpenYmax"]=Mx3dGeBndBox.prototype.OpenYmax=function(){var self=this.ptr;_emscripten_bind_Mx3dGeBndBox_OpenYmax_0(self)};Mx3dGeBndBox.prototype["OpenZmin"]=Mx3dGeBndBox.prototype.OpenZmin=function(){var self=this.ptr;_emscripten_bind_Mx3dGeBndBox_OpenZmin_0(self)};Mx3dGeBndBox.prototype["OpenZmax"]=Mx3dGeBndBox.prototype.OpenZmax=function(){var self=this.ptr;_emscripten_bind_Mx3dGeBndBox_OpenZmax_0(self)};Mx3dGeBndBox.prototype["IsOpen"]=Mx3dGeBndBox.prototype.IsOpen=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dGeBndBox_IsOpen_0(self)};Mx3dGeBndBox.prototype["IsOpenXmin"]=Mx3dGeBndBox.prototype.IsOpenXmin=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dGeBndBox_IsOpenXmin_0(self)};Mx3dGeBndBox.prototype["IsOpenXmax"]=Mx3dGeBndBox.prototype.IsOpenXmax=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dGeBndBox_IsOpenXmax_0(self)};Mx3dGeBndBox.prototype["IsOpenYmin"]=Mx3dGeBndBox.prototype.IsOpenYmin=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dGeBndBox_IsOpenYmin_0(self)};Mx3dGeBndBox.prototype["IsOpenYmax"]=Mx3dGeBndBox.prototype.IsOpenYmax=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dGeBndBox_IsOpenYmax_0(self)};Mx3dGeBndBox.prototype["IsOpenZmin"]=Mx3dGeBndBox.prototype.IsOpenZmin=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dGeBndBox_IsOpenZmin_0(self)};Mx3dGeBndBox.prototype["IsOpenZmax"]=Mx3dGeBndBox.prototype.IsOpenZmax=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dGeBndBox_IsOpenZmax_0(self)};Mx3dGeBndBox.prototype["IsWhole"]=Mx3dGeBndBox.prototype.IsWhole=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dGeBndBox_IsWhole_0(self)};Mx3dGeBndBox.prototype["IsVoid"]=Mx3dGeBndBox.prototype.IsVoid=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dGeBndBox_IsVoid_0(self)};Mx3dGeBndBox.prototype["IsXThin"]=Mx3dGeBndBox.prototype.IsXThin=function(tol){var self=this.ptr;if(tol&&typeof tol==="object")tol=tol.ptr;return!!_emscripten_bind_Mx3dGeBndBox_IsXThin_1(self,tol)};Mx3dGeBndBox.prototype["IsYThin"]=Mx3dGeBndBox.prototype.IsYThin=function(tol){var self=this.ptr;if(tol&&typeof tol==="object")tol=tol.ptr;return!!_emscripten_bind_Mx3dGeBndBox_IsYThin_1(self,tol)};Mx3dGeBndBox.prototype["IsZThin"]=Mx3dGeBndBox.prototype.IsZThin=function(tol){var self=this.ptr;if(tol&&typeof tol==="object")tol=tol.ptr;return!!_emscripten_bind_Mx3dGeBndBox_IsZThin_1(self,tol)};Mx3dGeBndBox.prototype["IsThin"]=Mx3dGeBndBox.prototype.IsThin=function(tol){var self=this.ptr;if(tol&&typeof tol==="object")tol=tol.ptr;return!!_emscripten_bind_Mx3dGeBndBox_IsThin_1(self,tol)};Mx3dGeBndBox.prototype["Transformed"]=Mx3dGeBndBox.prototype.Transformed=function(T){var self=this.ptr;if(T&&typeof T==="object")T=T.ptr;return wrapPointer(_emscripten_bind_Mx3dGeBndBox_Transformed_1(self,T),Mx3dGeBndBox)};Mx3dGeBndBox.prototype["AddBndBox"]=Mx3dGeBndBox.prototype.AddBndBox=function(Other){var self=this.ptr;if(Other&&typeof Other==="object")Other=Other.ptr;_emscripten_bind_Mx3dGeBndBox_AddBndBox_1(self,Other)};Mx3dGeBndBox.prototype["AddPoint"]=Mx3dGeBndBox.prototype.AddPoint=function(P){var self=this.ptr;if(P&&typeof P==="object")P=P.ptr;_emscripten_bind_Mx3dGeBndBox_AddPoint_1(self,P)};Mx3dGeBndBox.prototype["AddPointDir"]=Mx3dGeBndBox.prototype.AddPointDir=function(P,D){var self=this.ptr;if(P&&typeof P==="object")P=P.ptr;if(D&&typeof D==="object")D=D.ptr;_emscripten_bind_Mx3dGeBndBox_AddPointDir_2(self,P,D)};Mx3dGeBndBox.prototype["AddDir"]=Mx3dGeBndBox.prototype.AddDir=function(D){var self=this.ptr;if(D&&typeof D==="object")D=D.ptr;_emscripten_bind_Mx3dGeBndBox_AddDir_1(self,D)};Mx3dGeBndBox.prototype["IsOutPoint"]=Mx3dGeBndBox.prototype.IsOutPoint=function(P){var self=this.ptr;if(P&&typeof P==="object")P=P.ptr;return!!_emscripten_bind_Mx3dGeBndBox_IsOutPoint_1(self,P)};Mx3dGeBndBox.prototype["IsOutBndBox"]=Mx3dGeBndBox.prototype.IsOutBndBox=function(Other,T){var self=this.ptr;if(Other&&typeof Other==="object")Other=Other.ptr;if(T&&typeof T==="object")T=T.ptr;if(T===undefined){return!!_emscripten_bind_Mx3dGeBndBox_IsOutBndBox_1(self,Other)}return!!_emscripten_bind_Mx3dGeBndBox_IsOutBndBox_2(self,Other,T)};Mx3dGeBndBox.prototype["IsOutTBT"]=Mx3dGeBndBox.prototype.IsOutTBT=function(T1,Other,T2){var self=this.ptr;if(T1&&typeof T1==="object")T1=T1.ptr;if(Other&&typeof Other==="object")Other=Other.ptr;if(T2&&typeof T2==="object")T2=T2.ptr;return!!_emscripten_bind_Mx3dGeBndBox_IsOutTBT_3(self,T1,Other,T2)};Mx3dGeBndBox.prototype["IsOutPPD"]=Mx3dGeBndBox.prototype.IsOutPPD=function(P1,P2,D){var self=this.ptr;if(P1&&typeof P1==="object")P1=P1.ptr;if(P2&&typeof P2==="object")P2=P2.ptr;if(D&&typeof D==="object")D=D.ptr;return!!_emscripten_bind_Mx3dGeBndBox_IsOutPPD_3(self,P1,P2,D)};Mx3dGeBndBox.prototype["Distance"]=Mx3dGeBndBox.prototype.Distance=function(Other){var self=this.ptr;if(Other&&typeof Other==="object")Other=Other.ptr;return _emscripten_bind_Mx3dGeBndBox_Distance_1(self,Other)};Mx3dGeBndBox.prototype["SquareExtent"]=Mx3dGeBndBox.prototype.SquareExtent=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeBndBox_SquareExtent_0(self)};Mx3dGeBndBox.prototype["FinitePart"]=Mx3dGeBndBox.prototype.FinitePart=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeBndBox_FinitePart_0(self),Mx3dGeBndBox)};Mx3dGeBndBox.prototype["HasFinitePart"]=Mx3dGeBndBox.prototype.HasFinitePart=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dGeBndBox_HasFinitePart_0(self)};Mx3dGeBndBox.prototype["__destroy__"]=Mx3dGeBndBox.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_Mx3dGeBndBox___destroy___0(self)};function Mx3dGeBox(Axes,dx,dy,dz){if(Axes&&typeof Axes==="object")Axes=Axes.ptr;if(dx&&typeof dx==="object")dx=dx.ptr;if(dy&&typeof dy==="object")dy=dy.ptr;if(dz&&typeof dz==="object")dz=dz.ptr;if(dy===undefined){this.ptr=_emscripten_bind_Mx3dGeBox_Mx3dGeBox_2(Axes,dx);getCache(Mx3dGeBox)[this.ptr]=this;return}if(dz===undefined){this.ptr=_emscripten_bind_Mx3dGeBox_Mx3dGeBox_3(Axes,dx,dy);getCache(Mx3dGeBox)[this.ptr]=this;return}this.ptr=_emscripten_bind_Mx3dGeBox_Mx3dGeBox_4(Axes,dx,dy,dz);getCache(Mx3dGeBox)[this.ptr]=this}Mx3dGeBox.prototype=Object.create(Mx3dGeObject.prototype);Mx3dGeBox.prototype.constructor=Mx3dGeBox;Mx3dGeBox.prototype.__class__=Mx3dGeBox;Mx3dGeBox.__cache__={};Module["Mx3dGeBox"]=Mx3dGeBox;Mx3dGeBox.prototype["Shape"]=Mx3dGeBox.prototype.Shape=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeBox_Shape_0(self),Mx3dShapeObject)};Mx3dGeBox.prototype["__destroy__"]=Mx3dGeBox.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_Mx3dGeBox___destroy___0(self)};function Mx3dGeCircle(theA2,theRadius){if(theA2&&typeof theA2==="object")theA2=theA2.ptr;if(theRadius&&typeof theRadius==="object")theRadius=theRadius.ptr;if(theA2===undefined){this.ptr=_emscripten_bind_Mx3dGeCircle_Mx3dGeCircle_0();getCache(Mx3dGeCircle)[this.ptr]=this;return}if(theRadius===undefined){this.ptr=_emscripten_bind_Mx3dGeCircle_Mx3dGeCircle_1(theA2);getCache(Mx3dGeCircle)[this.ptr]=this;return}this.ptr=_emscripten_bind_Mx3dGeCircle_Mx3dGeCircle_2(theA2,theRadius);getCache(Mx3dGeCircle)[this.ptr]=this}Mx3dGeCircle.prototype=Object.create(Mx3dGeObject.prototype);Mx3dGeCircle.prototype.constructor=Mx3dGeCircle;Mx3dGeCircle.prototype.__class__=Mx3dGeCircle;Mx3dGeCircle.__cache__={};Module["Mx3dGeCircle"]=Mx3dGeCircle;Mx3dGeCircle.prototype["SetAxis"]=Mx3dGeCircle.prototype.SetAxis=function(theA1){var self=this.ptr;if(theA1&&typeof theA1==="object")theA1=theA1.ptr;_emscripten_bind_Mx3dGeCircle_SetAxis_1(self,theA1)};Mx3dGeCircle.prototype["SetLocation"]=Mx3dGeCircle.prototype.SetLocation=function(theP){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;_emscripten_bind_Mx3dGeCircle_SetLocation_1(self,theP)};Mx3dGeCircle.prototype["SetPosition"]=Mx3dGeCircle.prototype.SetPosition=function(theA2){var self=this.ptr;if(theA2&&typeof theA2==="object")theA2=theA2.ptr;_emscripten_bind_Mx3dGeCircle_SetPosition_1(self,theA2)};Mx3dGeCircle.prototype["SetRadius"]=Mx3dGeCircle.prototype.SetRadius=function(theRadius){var self=this.ptr;if(theRadius&&typeof theRadius==="object")theRadius=theRadius.ptr;_emscripten_bind_Mx3dGeCircle_SetRadius_1(self,theRadius)};Mx3dGeCircle.prototype["Area"]=Mx3dGeCircle.prototype.Area=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeCircle_Area_0(self)};Mx3dGeCircle.prototype["Axis"]=Mx3dGeCircle.prototype.Axis=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeCircle_Axis_0(self),Mx3dGeAxis)};Mx3dGeCircle.prototype["Length"]=Mx3dGeCircle.prototype.Length=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeCircle_Length_0(self)};Mx3dGeCircle.prototype["Location"]=Mx3dGeCircle.prototype.Location=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeCircle_Location_0(self),Mx3dGePoint)};Mx3dGeCircle.prototype["Position"]=Mx3dGeCircle.prototype.Position=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeCircle_Position_0(self),Mx3dGeCSYSR)};Mx3dGeCircle.prototype["Radius"]=Mx3dGeCircle.prototype.Radius=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeCircle_Radius_0(self)};Mx3dGeCircle.prototype["XAxis"]=Mx3dGeCircle.prototype.XAxis=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeCircle_XAxis_0(self),Mx3dGeAxis)};Mx3dGeCircle.prototype["YAxis"]=Mx3dGeCircle.prototype.YAxis=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeCircle_YAxis_0(self),Mx3dGeAxis)};Mx3dGeCircle.prototype["Distance"]=Mx3dGeCircle.prototype.Distance=function(theP){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;return _emscripten_bind_Mx3dGeCircle_Distance_1(self,theP)};Mx3dGeCircle.prototype["SquareDistance"]=Mx3dGeCircle.prototype.SquareDistance=function(theP){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;return _emscripten_bind_Mx3dGeCircle_SquareDistance_1(self,theP)};Mx3dGeCircle.prototype["Contains"]=Mx3dGeCircle.prototype.Contains=function(theP,theLinearTolerance){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;if(theLinearTolerance&&typeof theLinearTolerance==="object")theLinearTolerance=theLinearTolerance.ptr;return!!_emscripten_bind_Mx3dGeCircle_Contains_2(self,theP,theLinearTolerance)};Mx3dGeCircle.prototype["MirrorByPoint"]=Mx3dGeCircle.prototype.MirrorByPoint=function(theP){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;_emscripten_bind_Mx3dGeCircle_MirrorByPoint_1(self,theP)};Mx3dGeCircle.prototype["MirroredByPoint"]=Mx3dGeCircle.prototype.MirroredByPoint=function(theP){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;return wrapPointer(_emscripten_bind_Mx3dGeCircle_MirroredByPoint_1(self,theP),Mx3dGeCircle)};Mx3dGeCircle.prototype["MirrorByAxis"]=Mx3dGeCircle.prototype.MirrorByAxis=function(theA1){var self=this.ptr;if(theA1&&typeof theA1==="object")theA1=theA1.ptr;_emscripten_bind_Mx3dGeCircle_MirrorByAxis_1(self,theA1)};Mx3dGeCircle.prototype["MirroredByAxis"]=Mx3dGeCircle.prototype.MirroredByAxis=function(theA1){var self=this.ptr;if(theA1&&typeof theA1==="object")theA1=theA1.ptr;return wrapPointer(_emscripten_bind_Mx3dGeCircle_MirroredByAxis_1(self,theA1),Mx3dGeCircle)};Mx3dGeCircle.prototype["MirrorByCSYSR"]=Mx3dGeCircle.prototype.MirrorByCSYSR=function(theA2){var self=this.ptr;if(theA2&&typeof theA2==="object")theA2=theA2.ptr;_emscripten_bind_Mx3dGeCircle_MirrorByCSYSR_1(self,theA2)};Mx3dGeCircle.prototype["MirroredByCSYSR"]=Mx3dGeCircle.prototype.MirroredByCSYSR=function(theA2){var self=this.ptr;if(theA2&&typeof theA2==="object")theA2=theA2.ptr;return wrapPointer(_emscripten_bind_Mx3dGeCircle_MirroredByCSYSR_1(self,theA2),Mx3dGeCircle)};Mx3dGeCircle.prototype["Rotate"]=Mx3dGeCircle.prototype.Rotate=function(theA1,theAng){var self=this.ptr;if(theA1&&typeof theA1==="object")theA1=theA1.ptr;if(theAng&&typeof theAng==="object")theAng=theAng.ptr;_emscripten_bind_Mx3dGeCircle_Rotate_2(self,theA1,theAng)};Mx3dGeCircle.prototype["Rotated"]=Mx3dGeCircle.prototype.Rotated=function(theA1,theAng){var self=this.ptr;if(theA1&&typeof theA1==="object")theA1=theA1.ptr;if(theAng&&typeof theAng==="object")theAng=theAng.ptr;return wrapPointer(_emscripten_bind_Mx3dGeCircle_Rotated_2(self,theA1,theAng),Mx3dGeCircle)};Mx3dGeCircle.prototype["Scale"]=Mx3dGeCircle.prototype.Scale=function(theP,theS){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;if(theS&&typeof theS==="object")theS=theS.ptr;_emscripten_bind_Mx3dGeCircle_Scale_2(self,theP,theS)};Mx3dGeCircle.prototype["Scaled"]=Mx3dGeCircle.prototype.Scaled=function(theP,theS){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;if(theS&&typeof theS==="object")theS=theS.ptr;return wrapPointer(_emscripten_bind_Mx3dGeCircle_Scaled_2(self,theP,theS),Mx3dGeCircle)};Mx3dGeCircle.prototype["Transform"]=Mx3dGeCircle.prototype.Transform=function(theT){var self=this.ptr;if(theT&&typeof theT==="object")theT=theT.ptr;_emscripten_bind_Mx3dGeCircle_Transform_1(self,theT)};Mx3dGeCircle.prototype["Transformed"]=Mx3dGeCircle.prototype.Transformed=function(theT){var self=this.ptr;if(theT&&typeof theT==="object")theT=theT.ptr;return wrapPointer(_emscripten_bind_Mx3dGeCircle_Transformed_1(self,theT),Mx3dGeCircle)};Mx3dGeCircle.prototype["TranslateByVec"]=Mx3dGeCircle.prototype.TranslateByVec=function(theV){var self=this.ptr;if(theV&&typeof theV==="object")theV=theV.ptr;_emscripten_bind_Mx3dGeCircle_TranslateByVec_1(self,theV)};Mx3dGeCircle.prototype["TranslatedByVec"]=Mx3dGeCircle.prototype.TranslatedByVec=function(theV){var self=this.ptr;if(theV&&typeof theV==="object")theV=theV.ptr;return wrapPointer(_emscripten_bind_Mx3dGeCircle_TranslatedByVec_1(self,theV),Mx3dGeCircle)};Mx3dGeCircle.prototype["TranslateBy2Points"]=Mx3dGeCircle.prototype.TranslateBy2Points=function(theP1,theP2){var self=this.ptr;if(theP1&&typeof theP1==="object")theP1=theP1.ptr;if(theP2&&typeof theP2==="object")theP2=theP2.ptr;_emscripten_bind_Mx3dGeCircle_TranslateBy2Points_2(self,theP1,theP2)};Mx3dGeCircle.prototype["TranslatedBy2Points"]=Mx3dGeCircle.prototype.TranslatedBy2Points=function(theP1,theP2){var self=this.ptr;if(theP1&&typeof theP1==="object")theP1=theP1.ptr;if(theP2&&typeof theP2==="object")theP2=theP2.ptr;return wrapPointer(_emscripten_bind_Mx3dGeCircle_TranslatedBy2Points_2(self,theP1,theP2),Mx3dGeCircle)};Mx3dGeCircle.prototype["__destroy__"]=Mx3dGeCircle.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_Mx3dGeCircle___destroy___0(self)};function Mx3dGeColor(theC1,theC2,theC3,theType){if(theC1&&typeof theC1==="object")theC1=theC1.ptr;if(theC2&&typeof theC2==="object")theC2=theC2.ptr;if(theC3&&typeof theC3==="object")theC3=theC3.ptr;if(theType&&typeof theType==="object")theType=theType.ptr;if(theC1===undefined){this.ptr=_emscripten_bind_Mx3dGeColor_Mx3dGeColor_0();getCache(Mx3dGeColor)[this.ptr]=this;return}if(theC2===undefined){this.ptr=_emscripten_bind_Mx3dGeColor_Mx3dGeColor_1(theC1);getCache(Mx3dGeColor)[this.ptr]=this;return}if(theC3===undefined){this.ptr=_emscripten_bind_Mx3dGeColor_Mx3dGeColor_2(theC1,theC2);getCache(Mx3dGeColor)[this.ptr]=this;return}if(theType===undefined){this.ptr=_emscripten_bind_Mx3dGeColor_Mx3dGeColor_3(theC1,theC2,theC3);getCache(Mx3dGeColor)[this.ptr]=this;return}this.ptr=_emscripten_bind_Mx3dGeColor_Mx3dGeColor_4(theC1,theC2,theC3,theType);getCache(Mx3dGeColor)[this.ptr]=this}Mx3dGeColor.prototype=Object.create(Mx3dBaseObject.prototype);Mx3dGeColor.prototype.constructor=Mx3dGeColor;Mx3dGeColor.prototype.__class__=Mx3dGeColor;Mx3dGeColor.__cache__={};Module["Mx3dGeColor"]=Mx3dGeColor;Mx3dGeColor.prototype["Name"]=Mx3dGeColor.prototype.Name=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeColor_Name_0(self)};Mx3dGeColor.prototype["SetValues"]=Mx3dGeColor.prototype.SetValues=function(theC1,theC2,theC3,theType){var self=this.ptr;if(theC1&&typeof theC1==="object")theC1=theC1.ptr;if(theC2&&typeof theC2==="object")theC2=theC2.ptr;if(theC3&&typeof theC3==="object")theC3=theC3.ptr;if(theType&&typeof theType==="object")theType=theType.ptr;if(theC2===undefined){_emscripten_bind_Mx3dGeColor_SetValues_1(self,theC1);return}if(theC3===undefined){_emscripten_bind_Mx3dGeColor_SetValues_2(self,theC1,theC2);return}if(theType===undefined){_emscripten_bind_Mx3dGeColor_SetValues_3(self,theC1,theC2,theC3);return}_emscripten_bind_Mx3dGeColor_SetValues_4(self,theC1,theC2,theC3,theType)};Mx3dGeColor.prototype["Red"]=Mx3dGeColor.prototype.Red=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeColor_Red_0(self)};Mx3dGeColor.prototype["Green"]=Mx3dGeColor.prototype.Green=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeColor_Green_0(self)};Mx3dGeColor.prototype["Blue"]=Mx3dGeColor.prototype.Blue=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeColor_Blue_0(self)};Mx3dGeColor.prototype["Hue"]=Mx3dGeColor.prototype.Hue=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeColor_Hue_0(self)};Mx3dGeColor.prototype["Light"]=Mx3dGeColor.prototype.Light=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeColor_Light_0(self)};Mx3dGeColor.prototype["ChangeIntensity"]=Mx3dGeColor.prototype.ChangeIntensity=function(theDelta){var self=this.ptr;if(theDelta&&typeof theDelta==="object")theDelta=theDelta.ptr;_emscripten_bind_Mx3dGeColor_ChangeIntensity_1(self,theDelta)};Mx3dGeColor.prototype["Saturation"]=Mx3dGeColor.prototype.Saturation=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeColor_Saturation_0(self)};Mx3dGeColor.prototype["ChangeContrast"]=Mx3dGeColor.prototype.ChangeContrast=function(theDelta){var self=this.ptr;if(theDelta&&typeof theDelta==="object")theDelta=theDelta.ptr;_emscripten_bind_Mx3dGeColor_ChangeContrast_1(self,theDelta)};Mx3dGeColor.prototype["IsDifferent"]=Mx3dGeColor.prototype.IsDifferent=function(theOther){var self=this.ptr;if(theOther&&typeof theOther==="object")theOther=theOther.ptr;return!!_emscripten_bind_Mx3dGeColor_IsDifferent_1(self,theOther)};Mx3dGeColor.prototype["IsEqual"]=Mx3dGeColor.prototype.IsEqual=function(theOther){var self=this.ptr;if(theOther&&typeof theOther==="object")theOther=theOther.ptr;return!!_emscripten_bind_Mx3dGeColor_IsEqual_1(self,theOther)};Mx3dGeColor.prototype["Distance"]=Mx3dGeColor.prototype.Distance=function(theColor){var self=this.ptr;if(theColor&&typeof theColor==="object")theColor=theColor.ptr;return _emscripten_bind_Mx3dGeColor_Distance_1(self,theColor)};Mx3dGeColor.prototype["SquareDistance"]=Mx3dGeColor.prototype.SquareDistance=function(theColor){var self=this.ptr;if(theColor&&typeof theColor==="object")theColor=theColor.ptr;return _emscripten_bind_Mx3dGeColor_SquareDistance_1(self,theColor)};Mx3dGeColor.prototype["DeltaE2000"]=Mx3dGeColor.prototype.DeltaE2000=function(theOther){var self=this.ptr;if(theOther&&typeof theOther==="object")theOther=theOther.ptr;return _emscripten_bind_Mx3dGeColor_DeltaE2000_1(self,theOther)};Mx3dGeColor.prototype["__destroy__"]=Mx3dGeColor.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_Mx3dGeColor___destroy___0(self)};function Mx3dGeCSYS(origin,z_axis,x_vec){if(origin&&typeof origin==="object")origin=origin.ptr;if(z_axis&&typeof z_axis==="object")z_axis=z_axis.ptr;if(x_vec&&typeof x_vec==="object")x_vec=x_vec.ptr;if(origin===undefined){this.ptr=_emscripten_bind_Mx3dGeCSYS_Mx3dGeCSYS_0();getCache(Mx3dGeCSYS)[this.ptr]=this;return}if(z_axis===undefined){this.ptr=_emscripten_bind_Mx3dGeCSYS_Mx3dGeCSYS_1(origin);getCache(Mx3dGeCSYS)[this.ptr]=this;return}if(x_vec===undefined){this.ptr=_emscripten_bind_Mx3dGeCSYS_Mx3dGeCSYS_2(origin,z_axis);getCache(Mx3dGeCSYS)[this.ptr]=this;return}this.ptr=_emscripten_bind_Mx3dGeCSYS_Mx3dGeCSYS_3(origin,z_axis,x_vec);getCache(Mx3dGeCSYS)[this.ptr]=this}Mx3dGeCSYS.prototype=Object.create(Mx3dGeObject.prototype);Mx3dGeCSYS.prototype.constructor=Mx3dGeCSYS;Mx3dGeCSYS.prototype.__class__=Mx3dGeCSYS;Mx3dGeCSYS.__cache__={};Module["Mx3dGeCSYS"]=Mx3dGeCSYS;Mx3dGeCSYS.prototype["XReverse"]=Mx3dGeCSYS.prototype.XReverse=function(){var self=this.ptr;_emscripten_bind_Mx3dGeCSYS_XReverse_0(self)};Mx3dGeCSYS.prototype["YReverse"]=Mx3dGeCSYS.prototype.YReverse=function(){var self=this.ptr;_emscripten_bind_Mx3dGeCSYS_YReverse_0(self)};Mx3dGeCSYS.prototype["ZReverse"]=Mx3dGeCSYS.prototype.ZReverse=function(){var self=this.ptr;_emscripten_bind_Mx3dGeCSYS_ZReverse_0(self)};Mx3dGeCSYS.prototype["SetAxis"]=Mx3dGeCSYS.prototype.SetAxis=function(z_axis){var self=this.ptr;if(z_axis&&typeof z_axis==="object")z_axis=z_axis.ptr;_emscripten_bind_Mx3dGeCSYS_SetAxis_1(self,z_axis)};Mx3dGeCSYS.prototype["SetDirection"]=Mx3dGeCSYS.prototype.SetDirection=function(z_dir){var self=this.ptr;if(z_dir&&typeof z_dir==="object")z_dir=z_dir.ptr;_emscripten_bind_Mx3dGeCSYS_SetDirection_1(self,z_dir)};Mx3dGeCSYS.prototype["SetLocation"]=Mx3dGeCSYS.prototype.SetLocation=function(theX,theY,theZ){var self=this.ptr;if(theX&&typeof theX==="object")theX=theX.ptr;if(theY&&typeof theY==="object")theY=theY.ptr;if(theZ&&typeof theZ==="object")theZ=theZ.ptr;if(theY===undefined){_emscripten_bind_Mx3dGeCSYS_SetLocation_1(self,theX);return}if(theZ===undefined){_emscripten_bind_Mx3dGeCSYS_SetLocation_2(self,theX,theY);return}_emscripten_bind_Mx3dGeCSYS_SetLocation_3(self,theX,theY,theZ)};Mx3dGeCSYS.prototype["SetXDirection"]=Mx3dGeCSYS.prototype.SetXDirection=function(x_dir){var self=this.ptr;if(x_dir&&typeof x_dir==="object")x_dir=x_dir.ptr;_emscripten_bind_Mx3dGeCSYS_SetXDirection_1(self,x_dir)};Mx3dGeCSYS.prototype["SetYDirection"]=Mx3dGeCSYS.prototype.SetYDirection=function(y_dir){var self=this.ptr;if(y_dir&&typeof y_dir==="object")y_dir=y_dir.ptr;_emscripten_bind_Mx3dGeCSYS_SetYDirection_1(self,y_dir)};Mx3dGeCSYS.prototype["Angle"]=Mx3dGeCSYS.prototype.Angle=function(other){var self=this.ptr;if(other&&typeof other==="object")other=other.ptr;return _emscripten_bind_Mx3dGeCSYS_Angle_1(self,other)};Mx3dGeCSYS.prototype["Axis"]=Mx3dGeCSYS.prototype.Axis=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeCSYS_Axis_0(self),Mx3dGeAxis)};Mx3dGeCSYS.prototype["CSYSR"]=Mx3dGeCSYS.prototype.CSYSR=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeCSYS_CSYSR_0(self),Mx3dGeCSYSR)};Mx3dGeCSYS.prototype["Direction"]=Mx3dGeCSYS.prototype.Direction=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeCSYS_Direction_0(self),Mx3dGeDir)};Mx3dGeCSYS.prototype["Location"]=Mx3dGeCSYS.prototype.Location=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeCSYS_Location_0(self),Mx3dGePoint)};Mx3dGeCSYS.prototype["XDirection"]=Mx3dGeCSYS.prototype.XDirection=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeCSYS_XDirection_0(self),Mx3dGeDir)};Mx3dGeCSYS.prototype["YDirection"]=Mx3dGeCSYS.prototype.YDirection=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeCSYS_YDirection_0(self),Mx3dGeDir)};Mx3dGeCSYS.prototype["Direct"]=Mx3dGeCSYS.prototype.Direct=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dGeCSYS_Direct_0(self)};Mx3dGeCSYS.prototype["IsCoplanarWithCSYS"]=Mx3dGeCSYS.prototype.IsCoplanarWithCSYS=function(other,linearTolerance,angularTolerance){var self=this.ptr;if(other&&typeof other==="object")other=other.ptr;if(linearTolerance&&typeof linearTolerance==="object")linearTolerance=linearTolerance.ptr;if(angularTolerance&&typeof angularTolerance==="object")angularTolerance=angularTolerance.ptr;return!!_emscripten_bind_Mx3dGeCSYS_IsCoplanarWithCSYS_3(self,other,linearTolerance,angularTolerance)};Mx3dGeCSYS.prototype["IsCoplanarWithAxis"]=Mx3dGeCSYS.prototype.IsCoplanarWithAxis=function(axis,linearTolerance,angularTolerance){var self=this.ptr;if(axis&&typeof axis==="object")axis=axis.ptr;if(linearTolerance&&typeof linearTolerance==="object")linearTolerance=linearTolerance.ptr;if(angularTolerance&&typeof angularTolerance==="object")angularTolerance=angularTolerance.ptr;return!!_emscripten_bind_Mx3dGeCSYS_IsCoplanarWithAxis_3(self,axis,linearTolerance,angularTolerance)};Mx3dGeCSYS.prototype["MirrorByPoint"]=Mx3dGeCSYS.prototype.MirrorByPoint=function(point){var self=this.ptr;if(point&&typeof point==="object")point=point.ptr;_emscripten_bind_Mx3dGeCSYS_MirrorByPoint_1(self,point)};Mx3dGeCSYS.prototype["MirroredByPoint"]=Mx3dGeCSYS.prototype.MirroredByPoint=function(point){var self=this.ptr;if(point&&typeof point==="object")point=point.ptr;return wrapPointer(_emscripten_bind_Mx3dGeCSYS_MirroredByPoint_1(self,point),Mx3dGeCSYS)};Mx3dGeCSYS.prototype["MirrorByAxis"]=Mx3dGeCSYS.prototype.MirrorByAxis=function(axis){var self=this.ptr;if(axis&&typeof axis==="object")axis=axis.ptr;_emscripten_bind_Mx3dGeCSYS_MirrorByAxis_1(self,axis)};Mx3dGeCSYS.prototype["MirroredByAxis"]=Mx3dGeCSYS.prototype.MirroredByAxis=function(axis){var self=this.ptr;if(axis&&typeof axis==="object")axis=axis.ptr;return wrapPointer(_emscripten_bind_Mx3dGeCSYS_MirroredByAxis_1(self,axis),Mx3dGeCSYS)};Mx3dGeCSYS.prototype["MirrorByCSYSR"]=Mx3dGeCSYS.prototype.MirrorByCSYSR=function(csysr){var self=this.ptr;if(csysr&&typeof csysr==="object")csysr=csysr.ptr;_emscripten_bind_Mx3dGeCSYS_MirrorByCSYSR_1(self,csysr)};Mx3dGeCSYS.prototype["MirroredByCSYSR"]=Mx3dGeCSYS.prototype.MirroredByCSYSR=function(csysr){var self=this.ptr;if(csysr&&typeof csysr==="object")csysr=csysr.ptr;return wrapPointer(_emscripten_bind_Mx3dGeCSYS_MirroredByCSYSR_1(self,csysr),Mx3dGeCSYS)};Mx3dGeCSYS.prototype["Rotate"]=Mx3dGeCSYS.prototype.Rotate=function(axis,ang){var self=this.ptr;if(axis&&typeof axis==="object")axis=axis.ptr;if(ang&&typeof ang==="object")ang=ang.ptr;_emscripten_bind_Mx3dGeCSYS_Rotate_2(self,axis,ang)};Mx3dGeCSYS.prototype["Rotated"]=Mx3dGeCSYS.prototype.Rotated=function(axis,ang){var self=this.ptr;if(axis&&typeof axis==="object")axis=axis.ptr;if(ang&&typeof ang==="object")ang=ang.ptr;return wrapPointer(_emscripten_bind_Mx3dGeCSYS_Rotated_2(self,axis,ang),Mx3dGeCSYS)};Mx3dGeCSYS.prototype["Scale"]=Mx3dGeCSYS.prototype.Scale=function(point,s){var self=this.ptr;if(point&&typeof point==="object")point=point.ptr;if(s&&typeof s==="object")s=s.ptr;_emscripten_bind_Mx3dGeCSYS_Scale_2(self,point,s)};Mx3dGeCSYS.prototype["Scaled"]=Mx3dGeCSYS.prototype.Scaled=function(point,s){var self=this.ptr;if(point&&typeof point==="object")point=point.ptr;if(s&&typeof s==="object")s=s.ptr;return wrapPointer(_emscripten_bind_Mx3dGeCSYS_Scaled_2(self,point,s),Mx3dGeCSYS)};Mx3dGeCSYS.prototype["Transform"]=Mx3dGeCSYS.prototype.Transform=function(t){var self=this.ptr;if(t&&typeof t==="object")t=t.ptr;_emscripten_bind_Mx3dGeCSYS_Transform_1(self,t)};Mx3dGeCSYS.prototype["Transformed"]=Mx3dGeCSYS.prototype.Transformed=function(t){var self=this.ptr;if(t&&typeof t==="object")t=t.ptr;return wrapPointer(_emscripten_bind_Mx3dGeCSYS_Transformed_1(self,t),Mx3dGeCSYS)};Mx3dGeCSYS.prototype["TranslateByVec"]=Mx3dGeCSYS.prototype.TranslateByVec=function(vec){var self=this.ptr;if(vec&&typeof vec==="object")vec=vec.ptr;_emscripten_bind_Mx3dGeCSYS_TranslateByVec_1(self,vec)};Mx3dGeCSYS.prototype["TranslatedByVec"]=Mx3dGeCSYS.prototype.TranslatedByVec=function(vec){var self=this.ptr;if(vec&&typeof vec==="object")vec=vec.ptr;return wrapPointer(_emscripten_bind_Mx3dGeCSYS_TranslatedByVec_1(self,vec),Mx3dGeCSYS)};Mx3dGeCSYS.prototype["TranslateBy2Points"]=Mx3dGeCSYS.prototype.TranslateBy2Points=function(point1,point2){var self=this.ptr;if(point1&&typeof point1==="object")point1=point1.ptr;if(point2&&typeof point2==="object")point2=point2.ptr;_emscripten_bind_Mx3dGeCSYS_TranslateBy2Points_2(self,point1,point2)};Mx3dGeCSYS.prototype["TranslatedBy2Points"]=Mx3dGeCSYS.prototype.TranslatedBy2Points=function(point1,point2){var self=this.ptr;if(point1&&typeof point1==="object")point1=point1.ptr;if(point2&&typeof point2==="object")point2=point2.ptr;return wrapPointer(_emscripten_bind_Mx3dGeCSYS_TranslatedBy2Points_2(self,point1,point2),Mx3dGeCSYS)};Mx3dGeCSYS.prototype["__destroy__"]=Mx3dGeCSYS.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_Mx3dGeCSYS___destroy___0(self)};function Mx3dGeCSYSR(origin,z_axis,x_vec){if(origin&&typeof origin==="object")origin=origin.ptr;if(z_axis&&typeof z_axis==="object")z_axis=z_axis.ptr;if(x_vec&&typeof x_vec==="object")x_vec=x_vec.ptr;if(origin===undefined){this.ptr=_emscripten_bind_Mx3dGeCSYSR_Mx3dGeCSYSR_0();getCache(Mx3dGeCSYSR)[this.ptr]=this;return}if(z_axis===undefined){this.ptr=_emscripten_bind_Mx3dGeCSYSR_Mx3dGeCSYSR_1(origin);getCache(Mx3dGeCSYSR)[this.ptr]=this;return}if(x_vec===undefined){this.ptr=_emscripten_bind_Mx3dGeCSYSR_Mx3dGeCSYSR_2(origin,z_axis);getCache(Mx3dGeCSYSR)[this.ptr]=this;return}this.ptr=_emscripten_bind_Mx3dGeCSYSR_Mx3dGeCSYSR_3(origin,z_axis,x_vec);getCache(Mx3dGeCSYSR)[this.ptr]=this}Mx3dGeCSYSR.prototype=Object.create(Mx3dGeObject.prototype);Mx3dGeCSYSR.prototype.constructor=Mx3dGeCSYSR;Mx3dGeCSYSR.prototype.__class__=Mx3dGeCSYSR;Mx3dGeCSYSR.__cache__={};Module["Mx3dGeCSYSR"]=Mx3dGeCSYSR;Mx3dGeCSYSR.prototype["Location"]=Mx3dGeCSYSR.prototype.Location=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeCSYSR_Location_0(self),Mx3dGePoint)};Mx3dGeCSYSR.prototype["XDirection"]=Mx3dGeCSYSR.prototype.XDirection=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeCSYSR_XDirection_0(self),Mx3dGeDir)};Mx3dGeCSYSR.prototype["YDirection"]=Mx3dGeCSYSR.prototype.YDirection=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeCSYSR_YDirection_0(self),Mx3dGeDir)};Mx3dGeCSYSR.prototype["Direction"]=Mx3dGeCSYSR.prototype.Direction=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeCSYSR_Direction_0(self),Mx3dGeDir)};Mx3dGeCSYSR.prototype["SetLocation"]=Mx3dGeCSYSR.prototype.SetLocation=function(theX,theY,theZ){var self=this.ptr;if(theX&&typeof theX==="object")theX=theX.ptr;if(theY&&typeof theY==="object")theY=theY.ptr;if(theZ&&typeof theZ==="object")theZ=theZ.ptr;if(theY===undefined){_emscripten_bind_Mx3dGeCSYSR_SetLocation_1(self,theX);return}if(theZ===undefined){_emscripten_bind_Mx3dGeCSYSR_SetLocation_2(self,theX,theY);return}_emscripten_bind_Mx3dGeCSYSR_SetLocation_3(self,theX,theY,theZ)};Mx3dGeCSYSR.prototype["SetXDirection"]=Mx3dGeCSYSR.prototype.SetXDirection=function(x_dir){var self=this.ptr;if(x_dir&&typeof x_dir==="object")x_dir=x_dir.ptr;_emscripten_bind_Mx3dGeCSYSR_SetXDirection_1(self,x_dir)};Mx3dGeCSYSR.prototype["SetYDirection"]=Mx3dGeCSYSR.prototype.SetYDirection=function(y_dir){var self=this.ptr;if(y_dir&&typeof y_dir==="object")y_dir=y_dir.ptr;_emscripten_bind_Mx3dGeCSYSR_SetYDirection_1(self,y_dir)};Mx3dGeCSYSR.prototype["SetDirection"]=Mx3dGeCSYSR.prototype.SetDirection=function(z_dir){var self=this.ptr;if(z_dir&&typeof z_dir==="object")z_dir=z_dir.ptr;_emscripten_bind_Mx3dGeCSYSR_SetDirection_1(self,z_dir)};Mx3dGeCSYSR.prototype["Angle"]=Mx3dGeCSYSR.prototype.Angle=function(theOther){var self=this.ptr;if(theOther&&typeof theOther==="object")theOther=theOther.ptr;return _emscripten_bind_Mx3dGeCSYSR_Angle_1(self,theOther)};Mx3dGeCSYSR.prototype["Axis"]=Mx3dGeCSYSR.prototype.Axis=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeCSYSR_Axis_0(self),Mx3dGeAxis)};Mx3dGeCSYSR.prototype["IsCoplanarWithCSYSR"]=Mx3dGeCSYSR.prototype.IsCoplanarWithCSYSR=function(Other,LinearTolerance,AngularTolerance){var self=this.ptr;if(Other&&typeof Other==="object")Other=Other.ptr;if(LinearTolerance&&typeof LinearTolerance==="object")LinearTolerance=LinearTolerance.ptr;if(AngularTolerance&&typeof AngularTolerance==="object")AngularTolerance=AngularTolerance.ptr;return!!_emscripten_bind_Mx3dGeCSYSR_IsCoplanarWithCSYSR_3(self,Other,LinearTolerance,AngularTolerance)};Mx3dGeCSYSR.prototype["IsCoplanarWithAxis"]=Mx3dGeCSYSR.prototype.IsCoplanarWithAxis=function(A1,LinearTolerance,AngularTolerance){var self=this.ptr;if(A1&&typeof A1==="object")A1=A1.ptr;if(LinearTolerance&&typeof LinearTolerance==="object")LinearTolerance=LinearTolerance.ptr;if(AngularTolerance&&typeof AngularTolerance==="object")AngularTolerance=AngularTolerance.ptr;return!!_emscripten_bind_Mx3dGeCSYSR_IsCoplanarWithAxis_3(self,A1,LinearTolerance,AngularTolerance)};Mx3dGeCSYSR.prototype["MirrorByPoint"]=Mx3dGeCSYSR.prototype.MirrorByPoint=function(P){var self=this.ptr;if(P&&typeof P==="object")P=P.ptr;_emscripten_bind_Mx3dGeCSYSR_MirrorByPoint_1(self,P)};Mx3dGeCSYSR.prototype["MirroredByPoint"]=Mx3dGeCSYSR.prototype.MirroredByPoint=function(P){var self=this.ptr;if(P&&typeof P==="object")P=P.ptr;return wrapPointer(_emscripten_bind_Mx3dGeCSYSR_MirroredByPoint_1(self,P),Mx3dGeCSYSR)};Mx3dGeCSYSR.prototype["MirrorByAxis"]=Mx3dGeCSYSR.prototype.MirrorByAxis=function(A1){var self=this.ptr;if(A1&&typeof A1==="object")A1=A1.ptr;_emscripten_bind_Mx3dGeCSYSR_MirrorByAxis_1(self,A1)};Mx3dGeCSYSR.prototype["MirroredByAxis"]=Mx3dGeCSYSR.prototype.MirroredByAxis=function(A1){var self=this.ptr;if(A1&&typeof A1==="object")A1=A1.ptr;return wrapPointer(_emscripten_bind_Mx3dGeCSYSR_MirroredByAxis_1(self,A1),Mx3dGeCSYSR)};Mx3dGeCSYSR.prototype["MirrorByCSYSR"]=Mx3dGeCSYSR.prototype.MirrorByCSYSR=function(A2){var self=this.ptr;if(A2&&typeof A2==="object")A2=A2.ptr;_emscripten_bind_Mx3dGeCSYSR_MirrorByCSYSR_1(self,A2)};Mx3dGeCSYSR.prototype["MirroredByCSYSR"]=Mx3dGeCSYSR.prototype.MirroredByCSYSR=function(A2){var self=this.ptr;if(A2&&typeof A2==="object")A2=A2.ptr;return wrapPointer(_emscripten_bind_Mx3dGeCSYSR_MirroredByCSYSR_1(self,A2),Mx3dGeCSYSR)};Mx3dGeCSYSR.prototype["Rotate"]=Mx3dGeCSYSR.prototype.Rotate=function(theA1,theAng){var self=this.ptr;if(theA1&&typeof theA1==="object")theA1=theA1.ptr;if(theAng&&typeof theAng==="object")theAng=theAng.ptr;_emscripten_bind_Mx3dGeCSYSR_Rotate_2(self,theA1,theAng)};Mx3dGeCSYSR.prototype["Rotated"]=Mx3dGeCSYSR.prototype.Rotated=function(theA1,theAng){var self=this.ptr;if(theA1&&typeof theA1==="object")theA1=theA1.ptr;if(theAng&&typeof theAng==="object")theAng=theAng.ptr;return wrapPointer(_emscripten_bind_Mx3dGeCSYSR_Rotated_2(self,theA1,theAng),Mx3dGeCSYSR)};Mx3dGeCSYSR.prototype["Scale"]=Mx3dGeCSYSR.prototype.Scale=function(theP,theS){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;if(theS&&typeof theS==="object")theS=theS.ptr;_emscripten_bind_Mx3dGeCSYSR_Scale_2(self,theP,theS)};Mx3dGeCSYSR.prototype["Scaled"]=Mx3dGeCSYSR.prototype.Scaled=function(theP,theS){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;if(theS&&typeof theS==="object")theS=theS.ptr;return wrapPointer(_emscripten_bind_Mx3dGeCSYSR_Scaled_2(self,theP,theS),Mx3dGeCSYSR)};Mx3dGeCSYSR.prototype["Transform"]=Mx3dGeCSYSR.prototype.Transform=function(theT){var self=this.ptr;if(theT&&typeof theT==="object")theT=theT.ptr;_emscripten_bind_Mx3dGeCSYSR_Transform_1(self,theT)};Mx3dGeCSYSR.prototype["Transformed"]=Mx3dGeCSYSR.prototype.Transformed=function(theT){var self=this.ptr;if(theT&&typeof theT==="object")theT=theT.ptr;return wrapPointer(_emscripten_bind_Mx3dGeCSYSR_Transformed_1(self,theT),Mx3dGeCSYSR)};Mx3dGeCSYSR.prototype["TranslateByVec"]=Mx3dGeCSYSR.prototype.TranslateByVec=function(theV){var self=this.ptr;if(theV&&typeof theV==="object")theV=theV.ptr;_emscripten_bind_Mx3dGeCSYSR_TranslateByVec_1(self,theV)};Mx3dGeCSYSR.prototype["TranslatedByVec"]=Mx3dGeCSYSR.prototype.TranslatedByVec=function(theV){var self=this.ptr;if(theV&&typeof theV==="object")theV=theV.ptr;return wrapPointer(_emscripten_bind_Mx3dGeCSYSR_TranslatedByVec_1(self,theV),Mx3dGeCSYSR)};Mx3dGeCSYSR.prototype["TranslateBy2Points"]=Mx3dGeCSYSR.prototype.TranslateBy2Points=function(theP1,theP2){var self=this.ptr;if(theP1&&typeof theP1==="object")theP1=theP1.ptr;if(theP2&&typeof theP2==="object")theP2=theP2.ptr;_emscripten_bind_Mx3dGeCSYSR_TranslateBy2Points_2(self,theP1,theP2)};Mx3dGeCSYSR.prototype["TranslatedBy2Points"]=Mx3dGeCSYSR.prototype.TranslatedBy2Points=function(theP1,theP2){var self=this.ptr;if(theP1&&typeof theP1==="object")theP1=theP1.ptr;if(theP2&&typeof theP2==="object")theP2=theP2.ptr;return wrapPointer(_emscripten_bind_Mx3dGeCSYSR_TranslatedBy2Points_2(self,theP1,theP2),Mx3dGeCSYSR)};Mx3dGeCSYSR.prototype["__destroy__"]=Mx3dGeCSYSR.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_Mx3dGeCSYSR___destroy___0(self)};function Mx3dGeCylinder(theA3,theRadius){if(theA3&&typeof theA3==="object")theA3=theA3.ptr;if(theRadius&&typeof theRadius==="object")theRadius=theRadius.ptr;if(theA3===undefined){this.ptr=_emscripten_bind_Mx3dGeCylinder_Mx3dGeCylinder_0();getCache(Mx3dGeCylinder)[this.ptr]=this;return}if(theRadius===undefined){this.ptr=_emscripten_bind_Mx3dGeCylinder_Mx3dGeCylinder_1(theA3);getCache(Mx3dGeCylinder)[this.ptr]=this;return}this.ptr=_emscripten_bind_Mx3dGeCylinder_Mx3dGeCylinder_2(theA3,theRadius);getCache(Mx3dGeCylinder)[this.ptr]=this}Mx3dGeCylinder.prototype=Object.create(Mx3dGeObject.prototype);Mx3dGeCylinder.prototype.constructor=Mx3dGeCylinder;Mx3dGeCylinder.prototype.__class__=Mx3dGeCylinder;Mx3dGeCylinder.__cache__={};Module["Mx3dGeCylinder"]=Mx3dGeCylinder;Mx3dGeCylinder.prototype["SetAxis"]=Mx3dGeCylinder.prototype.SetAxis=function(theA1){var self=this.ptr;if(theA1&&typeof theA1==="object")theA1=theA1.ptr;_emscripten_bind_Mx3dGeCylinder_SetAxis_1(self,theA1)};Mx3dGeCylinder.prototype["SetLocation"]=Mx3dGeCylinder.prototype.SetLocation=function(theLoc){var self=this.ptr;if(theLoc&&typeof theLoc==="object")theLoc=theLoc.ptr;_emscripten_bind_Mx3dGeCylinder_SetLocation_1(self,theLoc)};Mx3dGeCylinder.prototype["SetPosition"]=Mx3dGeCylinder.prototype.SetPosition=function(theA3){var self=this.ptr;if(theA3&&typeof theA3==="object")theA3=theA3.ptr;_emscripten_bind_Mx3dGeCylinder_SetPosition_1(self,theA3)};Mx3dGeCylinder.prototype["SetRadius"]=Mx3dGeCylinder.prototype.SetRadius=function(theR){var self=this.ptr;if(theR&&typeof theR==="object")theR=theR.ptr;_emscripten_bind_Mx3dGeCylinder_SetRadius_1(self,theR)};Mx3dGeCylinder.prototype["UReverse"]=Mx3dGeCylinder.prototype.UReverse=function(){var self=this.ptr;_emscripten_bind_Mx3dGeCylinder_UReverse_0(self)};Mx3dGeCylinder.prototype["VReverse"]=Mx3dGeCylinder.prototype.VReverse=function(){var self=this.ptr;_emscripten_bind_Mx3dGeCylinder_VReverse_0(self)};Mx3dGeCylinder.prototype["Direct"]=Mx3dGeCylinder.prototype.Direct=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dGeCylinder_Direct_0(self)};Mx3dGeCylinder.prototype["Axis"]=Mx3dGeCylinder.prototype.Axis=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeCylinder_Axis_0(self),Mx3dGeAxis)};Mx3dGeCylinder.prototype["Location"]=Mx3dGeCylinder.prototype.Location=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeCylinder_Location_0(self),Mx3dGePoint)};Mx3dGeCylinder.prototype["Position"]=Mx3dGeCylinder.prototype.Position=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeCylinder_Position_0(self),Mx3dGeCSYS)};Mx3dGeCylinder.prototype["Radius"]=Mx3dGeCylinder.prototype.Radius=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeCylinder_Radius_0(self)};Mx3dGeCylinder.prototype["XAxis"]=Mx3dGeCylinder.prototype.XAxis=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeCylinder_XAxis_0(self),Mx3dGeAxis)};Mx3dGeCylinder.prototype["YAxis"]=Mx3dGeCylinder.prototype.YAxis=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeCylinder_YAxis_0(self),Mx3dGeAxis)};Mx3dGeCylinder.prototype["MirrorByPoint"]=Mx3dGeCylinder.prototype.MirrorByPoint=function(theP){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;_emscripten_bind_Mx3dGeCylinder_MirrorByPoint_1(self,theP)};Mx3dGeCylinder.prototype["MirroredByPoint"]=Mx3dGeCylinder.prototype.MirroredByPoint=function(theP){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;return wrapPointer(_emscripten_bind_Mx3dGeCylinder_MirroredByPoint_1(self,theP),Mx3dGeCylinder)};Mx3dGeCylinder.prototype["MirrorByAxis"]=Mx3dGeCylinder.prototype.MirrorByAxis=function(theA1){var self=this.ptr;if(theA1&&typeof theA1==="object")theA1=theA1.ptr;_emscripten_bind_Mx3dGeCylinder_MirrorByAxis_1(self,theA1)};Mx3dGeCylinder.prototype["MirroredByAxis"]=Mx3dGeCylinder.prototype.MirroredByAxis=function(theA1){var self=this.ptr;if(theA1&&typeof theA1==="object")theA1=theA1.ptr;return wrapPointer(_emscripten_bind_Mx3dGeCylinder_MirroredByAxis_1(self,theA1),Mx3dGeCylinder)};Mx3dGeCylinder.prototype["MirrorByCSYSR"]=Mx3dGeCylinder.prototype.MirrorByCSYSR=function(theA2){var self=this.ptr;if(theA2&&typeof theA2==="object")theA2=theA2.ptr;_emscripten_bind_Mx3dGeCylinder_MirrorByCSYSR_1(self,theA2)};Mx3dGeCylinder.prototype["MirroredByCSYSR"]=Mx3dGeCylinder.prototype.MirroredByCSYSR=function(theA2){var self=this.ptr;if(theA2&&typeof theA2==="object")theA2=theA2.ptr;return wrapPointer(_emscripten_bind_Mx3dGeCylinder_MirroredByCSYSR_1(self,theA2),Mx3dGeCylinder)};Mx3dGeCylinder.prototype["Rotate"]=Mx3dGeCylinder.prototype.Rotate=function(theA1,theAng){var self=this.ptr;if(theA1&&typeof theA1==="object")theA1=theA1.ptr;if(theAng&&typeof theAng==="object")theAng=theAng.ptr;_emscripten_bind_Mx3dGeCylinder_Rotate_2(self,theA1,theAng)};Mx3dGeCylinder.prototype["Rotated"]=Mx3dGeCylinder.prototype.Rotated=function(theA1,theAng){var self=this.ptr;if(theA1&&typeof theA1==="object")theA1=theA1.ptr;if(theAng&&typeof theAng==="object")theAng=theAng.ptr;return wrapPointer(_emscripten_bind_Mx3dGeCylinder_Rotated_2(self,theA1,theAng),Mx3dGeCylinder)};Mx3dGeCylinder.prototype["Scale"]=Mx3dGeCylinder.prototype.Scale=function(theP,theS){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;if(theS&&typeof theS==="object")theS=theS.ptr;_emscripten_bind_Mx3dGeCylinder_Scale_2(self,theP,theS)};Mx3dGeCylinder.prototype["Scaled"]=Mx3dGeCylinder.prototype.Scaled=function(theP,theS){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;if(theS&&typeof theS==="object")theS=theS.ptr;return wrapPointer(_emscripten_bind_Mx3dGeCylinder_Scaled_2(self,theP,theS),Mx3dGeCylinder)};Mx3dGeCylinder.prototype["Transform"]=Mx3dGeCylinder.prototype.Transform=function(theT){var self=this.ptr;if(theT&&typeof theT==="object")theT=theT.ptr;_emscripten_bind_Mx3dGeCylinder_Transform_1(self,theT)};Mx3dGeCylinder.prototype["Transformed"]=Mx3dGeCylinder.prototype.Transformed=function(theT){var self=this.ptr;if(theT&&typeof theT==="object")theT=theT.ptr;return wrapPointer(_emscripten_bind_Mx3dGeCylinder_Transformed_1(self,theT),Mx3dGeCylinder)};Mx3dGeCylinder.prototype["TranslateByVec"]=Mx3dGeCylinder.prototype.TranslateByVec=function(theV){var self=this.ptr;if(theV&&typeof theV==="object")theV=theV.ptr;_emscripten_bind_Mx3dGeCylinder_TranslateByVec_1(self,theV)};Mx3dGeCylinder.prototype["TranslatedByVec"]=Mx3dGeCylinder.prototype.TranslatedByVec=function(theV){var self=this.ptr;if(theV&&typeof theV==="object")theV=theV.ptr;return wrapPointer(_emscripten_bind_Mx3dGeCylinder_TranslatedByVec_1(self,theV),Mx3dGeCylinder)};Mx3dGeCylinder.prototype["TranslateBy2Points"]=Mx3dGeCylinder.prototype.TranslateBy2Points=function(theP1,theP2){var self=this.ptr;if(theP1&&typeof theP1==="object")theP1=theP1.ptr;if(theP2&&typeof theP2==="object")theP2=theP2.ptr;_emscripten_bind_Mx3dGeCylinder_TranslateBy2Points_2(self,theP1,theP2)};Mx3dGeCylinder.prototype["TranslatedBy2Points"]=Mx3dGeCylinder.prototype.TranslatedBy2Points=function(theP1,theP2){var self=this.ptr;if(theP1&&typeof theP1==="object")theP1=theP1.ptr;if(theP2&&typeof theP2==="object")theP2=theP2.ptr;return wrapPointer(_emscripten_bind_Mx3dGeCylinder_TranslatedBy2Points_2(self,theP1,theP2),Mx3dGeCylinder)};Mx3dGeCylinder.prototype["Shape"]=Mx3dGeCylinder.prototype.Shape=function(H,Angle){var self=this.ptr;if(H&&typeof H==="object")H=H.ptr;if(Angle&&typeof Angle==="object")Angle=Angle.ptr;if(Angle===undefined){return wrapPointer(_emscripten_bind_Mx3dGeCylinder_Shape_1(self,H),Mx3dShapeObject)}return wrapPointer(_emscripten_bind_Mx3dGeCylinder_Shape_2(self,H,Angle),Mx3dShapeObject)};Mx3dGeCylinder.prototype["__destroy__"]=Mx3dGeCylinder.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_Mx3dGeCylinder___destroy___0(self)};function Mx3dGeDir(theXv,theYv,theZv){if(theXv&&typeof theXv==="object")theXv=theXv.ptr;if(theYv&&typeof theYv==="object")theYv=theYv.ptr;if(theZv&&typeof theZv==="object")theZv=theZv.ptr;if(theXv===undefined){this.ptr=_emscripten_bind_Mx3dGeDir_Mx3dGeDir_0();getCache(Mx3dGeDir)[this.ptr]=this;return}if(theYv===undefined){this.ptr=_emscripten_bind_Mx3dGeDir_Mx3dGeDir_1(theXv);getCache(Mx3dGeDir)[this.ptr]=this;return}if(theZv===undefined){this.ptr=_emscripten_bind_Mx3dGeDir_Mx3dGeDir_2(theXv,theYv);getCache(Mx3dGeDir)[this.ptr]=this;return}this.ptr=_emscripten_bind_Mx3dGeDir_Mx3dGeDir_3(theXv,theYv,theZv);getCache(Mx3dGeDir)[this.ptr]=this}Mx3dGeDir.prototype=Object.create(Mx3dGeObject.prototype);Mx3dGeDir.prototype.constructor=Mx3dGeDir;Mx3dGeDir.prototype.__class__=Mx3dGeDir;Mx3dGeDir.__cache__={};Module["Mx3dGeDir"]=Mx3dGeDir;Mx3dGeDir.prototype["X"]=Mx3dGeDir.prototype.X=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeDir_X_0(self)};Mx3dGeDir.prototype["Y"]=Mx3dGeDir.prototype.Y=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeDir_Y_0(self)};Mx3dGeDir.prototype["Z"]=Mx3dGeDir.prototype.Z=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeDir_Z_0(self)};Mx3dGeDir.prototype["SetX"]=Mx3dGeDir.prototype.SetX=function(theX){var self=this.ptr;if(theX&&typeof theX==="object")theX=theX.ptr;_emscripten_bind_Mx3dGeDir_SetX_1(self,theX)};Mx3dGeDir.prototype["SetY"]=Mx3dGeDir.prototype.SetY=function(theY){var self=this.ptr;if(theY&&typeof theY==="object")theY=theY.ptr;_emscripten_bind_Mx3dGeDir_SetY_1(self,theY)};Mx3dGeDir.prototype["SetZ"]=Mx3dGeDir.prototype.SetZ=function(theZ){var self=this.ptr;if(theZ&&typeof theZ==="object")theZ=theZ.ptr;_emscripten_bind_Mx3dGeDir_SetZ_1(self,theZ)};Mx3dGeDir.prototype["SetXYZ"]=Mx3dGeDir.prototype.SetXYZ=function(theXv,theYv,theZv){var self=this.ptr;if(theXv&&typeof theXv==="object")theXv=theXv.ptr;if(theYv&&typeof theYv==="object")theYv=theYv.ptr;if(theZv&&typeof theZv==="object")theZv=theZv.ptr;_emscripten_bind_Mx3dGeDir_SetXYZ_3(self,theXv,theYv,theZv)};Mx3dGeDir.prototype["IsEqual"]=Mx3dGeDir.prototype.IsEqual=function(theOther,theAngularTolerance){var self=this.ptr;if(theOther&&typeof theOther==="object")theOther=theOther.ptr;if(theAngularTolerance&&typeof theAngularTolerance==="object")theAngularTolerance=theAngularTolerance.ptr;return!!_emscripten_bind_Mx3dGeDir_IsEqual_2(self,theOther,theAngularTolerance)};Mx3dGeDir.prototype["IsNormal"]=Mx3dGeDir.prototype.IsNormal=function(theOther,theAngularTolerance){var self=this.ptr;if(theOther&&typeof theOther==="object")theOther=theOther.ptr;if(theAngularTolerance&&typeof theAngularTolerance==="object")theAngularTolerance=theAngularTolerance.ptr;return!!_emscripten_bind_Mx3dGeDir_IsNormal_2(self,theOther,theAngularTolerance)};Mx3dGeDir.prototype["IsOpposite"]=Mx3dGeDir.prototype.IsOpposite=function(theOther,theAngularTolerance){var self=this.ptr;if(theOther&&typeof theOther==="object")theOther=theOther.ptr;if(theAngularTolerance&&typeof theAngularTolerance==="object")theAngularTolerance=theAngularTolerance.ptr;return!!_emscripten_bind_Mx3dGeDir_IsOpposite_2(self,theOther,theAngularTolerance)};Mx3dGeDir.prototype["IsParallel"]=Mx3dGeDir.prototype.IsParallel=function(theOther,theAngularTolerance){var self=this.ptr;if(theOther&&typeof theOther==="object")theOther=theOther.ptr;if(theAngularTolerance&&typeof theAngularTolerance==="object")theAngularTolerance=theAngularTolerance.ptr;return!!_emscripten_bind_Mx3dGeDir_IsParallel_2(self,theOther,theAngularTolerance)};Mx3dGeDir.prototype["Angle"]=Mx3dGeDir.prototype.Angle=function(theOther){var self=this.ptr;if(theOther&&typeof theOther==="object")theOther=theOther.ptr;return _emscripten_bind_Mx3dGeDir_Angle_1(self,theOther)};Mx3dGeDir.prototype["AngleWithRef"]=Mx3dGeDir.prototype.AngleWithRef=function(theOther,theVRef){var self=this.ptr;if(theOther&&typeof theOther==="object")theOther=theOther.ptr;if(theVRef&&typeof theVRef==="object")theVRef=theVRef.ptr;return _emscripten_bind_Mx3dGeDir_AngleWithRef_2(self,theOther,theVRef)};Mx3dGeDir.prototype["Cross"]=Mx3dGeDir.prototype.Cross=function(theRight){var self=this.ptr;if(theRight&&typeof theRight==="object")theRight=theRight.ptr;_emscripten_bind_Mx3dGeDir_Cross_1(self,theRight)};Mx3dGeDir.prototype["Crossed"]=Mx3dGeDir.prototype.Crossed=function(theRight){var self=this.ptr;if(theRight&&typeof theRight==="object")theRight=theRight.ptr;return wrapPointer(_emscripten_bind_Mx3dGeDir_Crossed_1(self,theRight),Mx3dGeDir)};Mx3dGeDir.prototype["CrossCross"]=Mx3dGeDir.prototype.CrossCross=function(theV1,theV2){var self=this.ptr;if(theV1&&typeof theV1==="object")theV1=theV1.ptr;if(theV2&&typeof theV2==="object")theV2=theV2.ptr;_emscripten_bind_Mx3dGeDir_CrossCross_2(self,theV1,theV2)};Mx3dGeDir.prototype["CrossCrossed"]=Mx3dGeDir.prototype.CrossCrossed=function(theV1,theV2){var self=this.ptr;if(theV1&&typeof theV1==="object")theV1=theV1.ptr;if(theV2&&typeof theV2==="object")theV2=theV2.ptr;return wrapPointer(_emscripten_bind_Mx3dGeDir_CrossCrossed_2(self,theV1,theV2),Mx3dGeDir)};Mx3dGeDir.prototype["Dot"]=Mx3dGeDir.prototype.Dot=function(theOther){var self=this.ptr;if(theOther&&typeof theOther==="object")theOther=theOther.ptr;return _emscripten_bind_Mx3dGeDir_Dot_1(self,theOther)};Mx3dGeDir.prototype["DotCross"]=Mx3dGeDir.prototype.DotCross=function(theV1,theV2){var self=this.ptr;if(theV1&&typeof theV1==="object")theV1=theV1.ptr;if(theV2&&typeof theV2==="object")theV2=theV2.ptr;return _emscripten_bind_Mx3dGeDir_DotCross_2(self,theV1,theV2)};Mx3dGeDir.prototype["Reverse"]=Mx3dGeDir.prototype.Reverse=function(){var self=this.ptr;_emscripten_bind_Mx3dGeDir_Reverse_0(self)};Mx3dGeDir.prototype["Reversed"]=Mx3dGeDir.prototype.Reversed=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeDir_Reversed_0(self),Mx3dGeDir)};Mx3dGeDir.prototype["MirrorByVec"]=Mx3dGeDir.prototype.MirrorByVec=function(theV){var self=this.ptr;if(theV&&typeof theV==="object")theV=theV.ptr;_emscripten_bind_Mx3dGeDir_MirrorByVec_1(self,theV)};Mx3dGeDir.prototype["MirroredByVec"]=Mx3dGeDir.prototype.MirroredByVec=function(theV){var self=this.ptr;if(theV&&typeof theV==="object")theV=theV.ptr;return wrapPointer(_emscripten_bind_Mx3dGeDir_MirroredByVec_1(self,theV),Mx3dGeDir)};Mx3dGeDir.prototype["MirrorByAxis"]=Mx3dGeDir.prototype.MirrorByAxis=function(theA1){var self=this.ptr;if(theA1&&typeof theA1==="object")theA1=theA1.ptr;_emscripten_bind_Mx3dGeDir_MirrorByAxis_1(self,theA1)};Mx3dGeDir.prototype["MirroredByAxis"]=Mx3dGeDir.prototype.MirroredByAxis=function(theA1){var self=this.ptr;if(theA1&&typeof theA1==="object")theA1=theA1.ptr;return wrapPointer(_emscripten_bind_Mx3dGeDir_MirroredByAxis_1(self,theA1),Mx3dGeDir)};Mx3dGeDir.prototype["MirrorByCSYSR"]=Mx3dGeDir.prototype.MirrorByCSYSR=function(theA2){var self=this.ptr;if(theA2&&typeof theA2==="object")theA2=theA2.ptr;_emscripten_bind_Mx3dGeDir_MirrorByCSYSR_1(self,theA2)};Mx3dGeDir.prototype["MirroredByCSYSR"]=Mx3dGeDir.prototype.MirroredByCSYSR=function(theA2){var self=this.ptr;if(theA2&&typeof theA2==="object")theA2=theA2.ptr;return wrapPointer(_emscripten_bind_Mx3dGeDir_MirroredByCSYSR_1(self,theA2),Mx3dGeDir)};Mx3dGeDir.prototype["Rotate"]=Mx3dGeDir.prototype.Rotate=function(theA1,theAng){var self=this.ptr;if(theA1&&typeof theA1==="object")theA1=theA1.ptr;if(theAng&&typeof theAng==="object")theAng=theAng.ptr;_emscripten_bind_Mx3dGeDir_Rotate_2(self,theA1,theAng)};Mx3dGeDir.prototype["Rotated"]=Mx3dGeDir.prototype.Rotated=function(theA1,theAng){var self=this.ptr;if(theA1&&typeof theA1==="object")theA1=theA1.ptr;if(theAng&&typeof theAng==="object")theAng=theAng.ptr;return wrapPointer(_emscripten_bind_Mx3dGeDir_Rotated_2(self,theA1,theAng),Mx3dGeDir)};Mx3dGeDir.prototype["Transform"]=Mx3dGeDir.prototype.Transform=function(theT){var self=this.ptr;if(theT&&typeof theT==="object")theT=theT.ptr;_emscripten_bind_Mx3dGeDir_Transform_1(self,theT)};Mx3dGeDir.prototype["Transformed"]=Mx3dGeDir.prototype.Transformed=function(theT){var self=this.ptr;if(theT&&typeof theT==="object")theT=theT.ptr;return wrapPointer(_emscripten_bind_Mx3dGeDir_Transformed_1(self,theT),Mx3dGeDir)};Mx3dGeDir.prototype["__destroy__"]=Mx3dGeDir.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_Mx3dGeDir___destroy___0(self)};function Mx3dGeEllipse(theA2,theMajorRadius,theMinorRadius){if(theA2&&typeof theA2==="object")theA2=theA2.ptr;if(theMajorRadius&&typeof theMajorRadius==="object")theMajorRadius=theMajorRadius.ptr;if(theMinorRadius&&typeof theMinorRadius==="object")theMinorRadius=theMinorRadius.ptr;if(theA2===undefined){this.ptr=_emscripten_bind_Mx3dGeEllipse_Mx3dGeEllipse_0();getCache(Mx3dGeEllipse)[this.ptr]=this;return}if(theMajorRadius===undefined){this.ptr=_emscripten_bind_Mx3dGeEllipse_Mx3dGeEllipse_1(theA2);getCache(Mx3dGeEllipse)[this.ptr]=this;return}if(theMinorRadius===undefined){this.ptr=_emscripten_bind_Mx3dGeEllipse_Mx3dGeEllipse_2(theA2,theMajorRadius);getCache(Mx3dGeEllipse)[this.ptr]=this;return}this.ptr=_emscripten_bind_Mx3dGeEllipse_Mx3dGeEllipse_3(theA2,theMajorRadius,theMinorRadius);getCache(Mx3dGeEllipse)[this.ptr]=this}Mx3dGeEllipse.prototype=Object.create(Mx3dGeObject.prototype);Mx3dGeEllipse.prototype.constructor=Mx3dGeEllipse;Mx3dGeEllipse.prototype.__class__=Mx3dGeEllipse;Mx3dGeEllipse.__cache__={};Module["Mx3dGeEllipse"]=Mx3dGeEllipse;Mx3dGeEllipse.prototype["SetAxis"]=Mx3dGeEllipse.prototype.SetAxis=function(theA1){var self=this.ptr;if(theA1&&typeof theA1==="object")theA1=theA1.ptr;_emscripten_bind_Mx3dGeEllipse_SetAxis_1(self,theA1)};Mx3dGeEllipse.prototype["SetLocation"]=Mx3dGeEllipse.prototype.SetLocation=function(theP){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;_emscripten_bind_Mx3dGeEllipse_SetLocation_1(self,theP)};Mx3dGeEllipse.prototype["SetMajorRadius"]=Mx3dGeEllipse.prototype.SetMajorRadius=function(theMajorRadius){var self=this.ptr;if(theMajorRadius&&typeof theMajorRadius==="object")theMajorRadius=theMajorRadius.ptr;_emscripten_bind_Mx3dGeEllipse_SetMajorRadius_1(self,theMajorRadius)};Mx3dGeEllipse.prototype["SetMinorRadius"]=Mx3dGeEllipse.prototype.SetMinorRadius=function(theMinorRadius){var self=this.ptr;if(theMinorRadius&&typeof theMinorRadius==="object")theMinorRadius=theMinorRadius.ptr;_emscripten_bind_Mx3dGeEllipse_SetMinorRadius_1(self,theMinorRadius)};Mx3dGeEllipse.prototype["SetPosition"]=Mx3dGeEllipse.prototype.SetPosition=function(theA2){var self=this.ptr;if(theA2&&typeof theA2==="object")theA2=theA2.ptr;_emscripten_bind_Mx3dGeEllipse_SetPosition_1(self,theA2)};Mx3dGeEllipse.prototype["Area"]=Mx3dGeEllipse.prototype.Area=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeEllipse_Area_0(self)};Mx3dGeEllipse.prototype["Axis"]=Mx3dGeEllipse.prototype.Axis=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeEllipse_Axis_0(self),Mx3dGeAxis)};Mx3dGeEllipse.prototype["Directrix1"]=Mx3dGeEllipse.prototype.Directrix1=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeEllipse_Directrix1_0(self),Mx3dGeAxis)};Mx3dGeEllipse.prototype["Directrix2"]=Mx3dGeEllipse.prototype.Directrix2=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeEllipse_Directrix2_0(self),Mx3dGeAxis)};Mx3dGeEllipse.prototype["Eccentricity"]=Mx3dGeEllipse.prototype.Eccentricity=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeEllipse_Eccentricity_0(self)};Mx3dGeEllipse.prototype["Focal"]=Mx3dGeEllipse.prototype.Focal=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeEllipse_Focal_0(self)};Mx3dGeEllipse.prototype["Focus1"]=Mx3dGeEllipse.prototype.Focus1=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeEllipse_Focus1_0(self),Mx3dGePoint)};Mx3dGeEllipse.prototype["Focus2"]=Mx3dGeEllipse.prototype.Focus2=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeEllipse_Focus2_0(self),Mx3dGePoint)};Mx3dGeEllipse.prototype["Location"]=Mx3dGeEllipse.prototype.Location=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeEllipse_Location_0(self),Mx3dGePoint)};Mx3dGeEllipse.prototype["MajorRadius"]=Mx3dGeEllipse.prototype.MajorRadius=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeEllipse_MajorRadius_0(self)};Mx3dGeEllipse.prototype["MinorRadius"]=Mx3dGeEllipse.prototype.MinorRadius=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeEllipse_MinorRadius_0(self)};Mx3dGeEllipse.prototype["Parameter"]=Mx3dGeEllipse.prototype.Parameter=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeEllipse_Parameter_0(self)};Mx3dGeEllipse.prototype["Position"]=Mx3dGeEllipse.prototype.Position=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeEllipse_Position_0(self),Mx3dGeCSYSR)};Mx3dGeEllipse.prototype["XAxis"]=Mx3dGeEllipse.prototype.XAxis=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeEllipse_XAxis_0(self),Mx3dGeAxis)};Mx3dGeEllipse.prototype["YAxis"]=Mx3dGeEllipse.prototype.YAxis=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeEllipse_YAxis_0(self),Mx3dGeAxis)};Mx3dGeEllipse.prototype["MirrorByPoint"]=Mx3dGeEllipse.prototype.MirrorByPoint=function(theP){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;_emscripten_bind_Mx3dGeEllipse_MirrorByPoint_1(self,theP)};Mx3dGeEllipse.prototype["MirroredByPoint"]=Mx3dGeEllipse.prototype.MirroredByPoint=function(theP){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;return wrapPointer(_emscripten_bind_Mx3dGeEllipse_MirroredByPoint_1(self,theP),Mx3dGeEllipse)};Mx3dGeEllipse.prototype["MirrorByAxis"]=Mx3dGeEllipse.prototype.MirrorByAxis=function(theA1){var self=this.ptr;if(theA1&&typeof theA1==="object")theA1=theA1.ptr;_emscripten_bind_Mx3dGeEllipse_MirrorByAxis_1(self,theA1)};Mx3dGeEllipse.prototype["MirroredByAxis"]=Mx3dGeEllipse.prototype.MirroredByAxis=function(theA1){var self=this.ptr;if(theA1&&typeof theA1==="object")theA1=theA1.ptr;return wrapPointer(_emscripten_bind_Mx3dGeEllipse_MirroredByAxis_1(self,theA1),Mx3dGeEllipse)};Mx3dGeEllipse.prototype["MirrorByCSYSR"]=Mx3dGeEllipse.prototype.MirrorByCSYSR=function(theA2){var self=this.ptr;if(theA2&&typeof theA2==="object")theA2=theA2.ptr;_emscripten_bind_Mx3dGeEllipse_MirrorByCSYSR_1(self,theA2)};Mx3dGeEllipse.prototype["MirroredByCSYSR"]=Mx3dGeEllipse.prototype.MirroredByCSYSR=function(theA2){var self=this.ptr;if(theA2&&typeof theA2==="object")theA2=theA2.ptr;return wrapPointer(_emscripten_bind_Mx3dGeEllipse_MirroredByCSYSR_1(self,theA2),Mx3dGeEllipse)};Mx3dGeEllipse.prototype["Rotate"]=Mx3dGeEllipse.prototype.Rotate=function(theA1,theAng){var self=this.ptr;if(theA1&&typeof theA1==="object")theA1=theA1.ptr;if(theAng&&typeof theAng==="object")theAng=theAng.ptr;_emscripten_bind_Mx3dGeEllipse_Rotate_2(self,theA1,theAng)};Mx3dGeEllipse.prototype["Rotated"]=Mx3dGeEllipse.prototype.Rotated=function(theA1,theAng){var self=this.ptr;if(theA1&&typeof theA1==="object")theA1=theA1.ptr;if(theAng&&typeof theAng==="object")theAng=theAng.ptr;return wrapPointer(_emscripten_bind_Mx3dGeEllipse_Rotated_2(self,theA1,theAng),Mx3dGeEllipse)};Mx3dGeEllipse.prototype["Scale"]=Mx3dGeEllipse.prototype.Scale=function(theP,theS){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;if(theS&&typeof theS==="object")theS=theS.ptr;_emscripten_bind_Mx3dGeEllipse_Scale_2(self,theP,theS)};Mx3dGeEllipse.prototype["Scaled"]=Mx3dGeEllipse.prototype.Scaled=function(theP,theS){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;if(theS&&typeof theS==="object")theS=theS.ptr;return wrapPointer(_emscripten_bind_Mx3dGeEllipse_Scaled_2(self,theP,theS),Mx3dGeEllipse)};Mx3dGeEllipse.prototype["Transform"]=Mx3dGeEllipse.prototype.Transform=function(theT){var self=this.ptr;if(theT&&typeof theT==="object")theT=theT.ptr;_emscripten_bind_Mx3dGeEllipse_Transform_1(self,theT)};Mx3dGeEllipse.prototype["Transformed"]=Mx3dGeEllipse.prototype.Transformed=function(theT){var self=this.ptr;if(theT&&typeof theT==="object")theT=theT.ptr;return wrapPointer(_emscripten_bind_Mx3dGeEllipse_Transformed_1(self,theT),Mx3dGeEllipse)};Mx3dGeEllipse.prototype["TranslateByVec"]=Mx3dGeEllipse.prototype.TranslateByVec=function(theV){var self=this.ptr;if(theV&&typeof theV==="object")theV=theV.ptr;_emscripten_bind_Mx3dGeEllipse_TranslateByVec_1(self,theV)};Mx3dGeEllipse.prototype["TranslatedByVec"]=Mx3dGeEllipse.prototype.TranslatedByVec=function(theV){var self=this.ptr;if(theV&&typeof theV==="object")theV=theV.ptr;return wrapPointer(_emscripten_bind_Mx3dGeEllipse_TranslatedByVec_1(self,theV),Mx3dGeEllipse)};Mx3dGeEllipse.prototype["TranslateBy2Points"]=Mx3dGeEllipse.prototype.TranslateBy2Points=function(theP1,theP2){var self=this.ptr;if(theP1&&typeof theP1==="object")theP1=theP1.ptr;if(theP2&&typeof theP2==="object")theP2=theP2.ptr;_emscripten_bind_Mx3dGeEllipse_TranslateBy2Points_2(self,theP1,theP2)};Mx3dGeEllipse.prototype["TranslatedBy2Points"]=Mx3dGeEllipse.prototype.TranslatedBy2Points=function(theP1,theP2){var self=this.ptr;if(theP1&&typeof theP1==="object")theP1=theP1.ptr;if(theP2&&typeof theP2==="object")theP2=theP2.ptr;return wrapPointer(_emscripten_bind_Mx3dGeEllipse_TranslatedBy2Points_2(self,theP1,theP2),Mx3dGeEllipse)};Mx3dGeEllipse.prototype["__destroy__"]=Mx3dGeEllipse.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_Mx3dGeEllipse___destroy___0(self)};function Mx3dGeHyperbola(theA2,theMajorRadius,theMinorRadius){if(theA2&&typeof theA2==="object")theA2=theA2.ptr;if(theMajorRadius&&typeof theMajorRadius==="object")theMajorRadius=theMajorRadius.ptr;if(theMinorRadius&&typeof theMinorRadius==="object")theMinorRadius=theMinorRadius.ptr;if(theA2===undefined){this.ptr=_emscripten_bind_Mx3dGeHyperbola_Mx3dGeHyperbola_0();getCache(Mx3dGeHyperbola)[this.ptr]=this;return}if(theMajorRadius===undefined){this.ptr=_emscripten_bind_Mx3dGeHyperbola_Mx3dGeHyperbola_1(theA2);getCache(Mx3dGeHyperbola)[this.ptr]=this;return}if(theMinorRadius===undefined){this.ptr=_emscripten_bind_Mx3dGeHyperbola_Mx3dGeHyperbola_2(theA2,theMajorRadius);getCache(Mx3dGeHyperbola)[this.ptr]=this;return}this.ptr=_emscripten_bind_Mx3dGeHyperbola_Mx3dGeHyperbola_3(theA2,theMajorRadius,theMinorRadius);getCache(Mx3dGeHyperbola)[this.ptr]=this}Mx3dGeHyperbola.prototype=Object.create(Mx3dGeObject.prototype);Mx3dGeHyperbola.prototype.constructor=Mx3dGeHyperbola;Mx3dGeHyperbola.prototype.__class__=Mx3dGeHyperbola;Mx3dGeHyperbola.__cache__={};Module["Mx3dGeHyperbola"]=Mx3dGeHyperbola;Mx3dGeHyperbola.prototype["SetAxis"]=Mx3dGeHyperbola.prototype.SetAxis=function(theA1){var self=this.ptr;if(theA1&&typeof theA1==="object")theA1=theA1.ptr;_emscripten_bind_Mx3dGeHyperbola_SetAxis_1(self,theA1)};Mx3dGeHyperbola.prototype["SetLocation"]=Mx3dGeHyperbola.prototype.SetLocation=function(theP){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;_emscripten_bind_Mx3dGeHyperbola_SetLocation_1(self,theP)};Mx3dGeHyperbola.prototype["SetMajorRadius"]=Mx3dGeHyperbola.prototype.SetMajorRadius=function(theMajorRadius){var self=this.ptr;if(theMajorRadius&&typeof theMajorRadius==="object")theMajorRadius=theMajorRadius.ptr;_emscripten_bind_Mx3dGeHyperbola_SetMajorRadius_1(self,theMajorRadius)};Mx3dGeHyperbola.prototype["SetMinorRadius"]=Mx3dGeHyperbola.prototype.SetMinorRadius=function(theMinorRadius){var self=this.ptr;if(theMinorRadius&&typeof theMinorRadius==="object")theMinorRadius=theMinorRadius.ptr;_emscripten_bind_Mx3dGeHyperbola_SetMinorRadius_1(self,theMinorRadius)};Mx3dGeHyperbola.prototype["SetPosition"]=Mx3dGeHyperbola.prototype.SetPosition=function(theA2){var self=this.ptr;if(theA2&&typeof theA2==="object")theA2=theA2.ptr;_emscripten_bind_Mx3dGeHyperbola_SetPosition_1(self,theA2)};Mx3dGeHyperbola.prototype["Asymptote1"]=Mx3dGeHyperbola.prototype.Asymptote1=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeHyperbola_Asymptote1_0(self),Mx3dGeAxis)};Mx3dGeHyperbola.prototype["Asymptote2"]=Mx3dGeHyperbola.prototype.Asymptote2=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeHyperbola_Asymptote2_0(self),Mx3dGeAxis)};Mx3dGeHyperbola.prototype["Axis"]=Mx3dGeHyperbola.prototype.Axis=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeHyperbola_Axis_0(self),Mx3dGeAxis)};Mx3dGeHyperbola.prototype["ConjugateBranch1"]=Mx3dGeHyperbola.prototype.ConjugateBranch1=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeHyperbola_ConjugateBranch1_0(self),Mx3dGeHyperbola)};Mx3dGeHyperbola.prototype["ConjugateBranch2"]=Mx3dGeHyperbola.prototype.ConjugateBranch2=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeHyperbola_ConjugateBranch2_0(self),Mx3dGeHyperbola)};Mx3dGeHyperbola.prototype["Directrix1"]=Mx3dGeHyperbola.prototype.Directrix1=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeHyperbola_Directrix1_0(self),Mx3dGeAxis)};Mx3dGeHyperbola.prototype["Directrix2"]=Mx3dGeHyperbola.prototype.Directrix2=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeHyperbola_Directrix2_0(self),Mx3dGeAxis)};Mx3dGeHyperbola.prototype["Eccentricity"]=Mx3dGeHyperbola.prototype.Eccentricity=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeHyperbola_Eccentricity_0(self)};Mx3dGeHyperbola.prototype["Focal"]=Mx3dGeHyperbola.prototype.Focal=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeHyperbola_Focal_0(self)};Mx3dGeHyperbola.prototype["Focus1"]=Mx3dGeHyperbola.prototype.Focus1=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeHyperbola_Focus1_0(self),Mx3dGePoint)};Mx3dGeHyperbola.prototype["Focus2"]=Mx3dGeHyperbola.prototype.Focus2=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeHyperbola_Focus2_0(self),Mx3dGePoint)};Mx3dGeHyperbola.prototype["Location"]=Mx3dGeHyperbola.prototype.Location=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeHyperbola_Location_0(self),Mx3dGePoint)};Mx3dGeHyperbola.prototype["MajorRadius"]=Mx3dGeHyperbola.prototype.MajorRadius=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeHyperbola_MajorRadius_0(self)};Mx3dGeHyperbola.prototype["MinorRadius"]=Mx3dGeHyperbola.prototype.MinorRadius=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeHyperbola_MinorRadius_0(self)};Mx3dGeHyperbola.prototype["OtherBranch"]=Mx3dGeHyperbola.prototype.OtherBranch=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeHyperbola_OtherBranch_0(self),Mx3dGeHyperbola)};Mx3dGeHyperbola.prototype["Parameter"]=Mx3dGeHyperbola.prototype.Parameter=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeHyperbola_Parameter_0(self)};Mx3dGeHyperbola.prototype["Position"]=Mx3dGeHyperbola.prototype.Position=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeHyperbola_Position_0(self),Mx3dGeCSYSR)};Mx3dGeHyperbola.prototype["XAxis"]=Mx3dGeHyperbola.prototype.XAxis=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeHyperbola_XAxis_0(self),Mx3dGeAxis)};Mx3dGeHyperbola.prototype["YAxis"]=Mx3dGeHyperbola.prototype.YAxis=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeHyperbola_YAxis_0(self),Mx3dGeAxis)};Mx3dGeHyperbola.prototype["MirrorByPoint"]=Mx3dGeHyperbola.prototype.MirrorByPoint=function(theP){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;_emscripten_bind_Mx3dGeHyperbola_MirrorByPoint_1(self,theP)};Mx3dGeHyperbola.prototype["MirroredByPoint"]=Mx3dGeHyperbola.prototype.MirroredByPoint=function(theP){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;return wrapPointer(_emscripten_bind_Mx3dGeHyperbola_MirroredByPoint_1(self,theP),Mx3dGeHyperbola)};Mx3dGeHyperbola.prototype["MirrorByAxis"]=Mx3dGeHyperbola.prototype.MirrorByAxis=function(theA1){var self=this.ptr;if(theA1&&typeof theA1==="object")theA1=theA1.ptr;_emscripten_bind_Mx3dGeHyperbola_MirrorByAxis_1(self,theA1)};Mx3dGeHyperbola.prototype["MirroredByAxis"]=Mx3dGeHyperbola.prototype.MirroredByAxis=function(theA1){var self=this.ptr;if(theA1&&typeof theA1==="object")theA1=theA1.ptr;return wrapPointer(_emscripten_bind_Mx3dGeHyperbola_MirroredByAxis_1(self,theA1),Mx3dGeHyperbola)};Mx3dGeHyperbola.prototype["MirrorByCSYSR"]=Mx3dGeHyperbola.prototype.MirrorByCSYSR=function(theA2){var self=this.ptr;if(theA2&&typeof theA2==="object")theA2=theA2.ptr;_emscripten_bind_Mx3dGeHyperbola_MirrorByCSYSR_1(self,theA2)};Mx3dGeHyperbola.prototype["MirroredByCSYSR"]=Mx3dGeHyperbola.prototype.MirroredByCSYSR=function(theA2){var self=this.ptr;if(theA2&&typeof theA2==="object")theA2=theA2.ptr;return wrapPointer(_emscripten_bind_Mx3dGeHyperbola_MirroredByCSYSR_1(self,theA2),Mx3dGeHyperbola)};Mx3dGeHyperbola.prototype["Rotate"]=Mx3dGeHyperbola.prototype.Rotate=function(theA1,theAng){var self=this.ptr;if(theA1&&typeof theA1==="object")theA1=theA1.ptr;if(theAng&&typeof theAng==="object")theAng=theAng.ptr;_emscripten_bind_Mx3dGeHyperbola_Rotate_2(self,theA1,theAng)};Mx3dGeHyperbola.prototype["Rotated"]=Mx3dGeHyperbola.prototype.Rotated=function(theA1,theAng){var self=this.ptr;if(theA1&&typeof theA1==="object")theA1=theA1.ptr;if(theAng&&typeof theAng==="object")theAng=theAng.ptr;return wrapPointer(_emscripten_bind_Mx3dGeHyperbola_Rotated_2(self,theA1,theAng),Mx3dGeHyperbola)};Mx3dGeHyperbola.prototype["Scale"]=Mx3dGeHyperbola.prototype.Scale=function(theP,theS){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;if(theS&&typeof theS==="object")theS=theS.ptr;_emscripten_bind_Mx3dGeHyperbola_Scale_2(self,theP,theS)};Mx3dGeHyperbola.prototype["Scaled"]=Mx3dGeHyperbola.prototype.Scaled=function(theP,theS){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;if(theS&&typeof theS==="object")theS=theS.ptr;return wrapPointer(_emscripten_bind_Mx3dGeHyperbola_Scaled_2(self,theP,theS),Mx3dGeHyperbola)};Mx3dGeHyperbola.prototype["Transform"]=Mx3dGeHyperbola.prototype.Transform=function(theT){var self=this.ptr;if(theT&&typeof theT==="object")theT=theT.ptr;_emscripten_bind_Mx3dGeHyperbola_Transform_1(self,theT)};Mx3dGeHyperbola.prototype["Transformed"]=Mx3dGeHyperbola.prototype.Transformed=function(theT){var self=this.ptr;if(theT&&typeof theT==="object")theT=theT.ptr;return wrapPointer(_emscripten_bind_Mx3dGeHyperbola_Transformed_1(self,theT),Mx3dGeHyperbola)};Mx3dGeHyperbola.prototype["TranslateByVec"]=Mx3dGeHyperbola.prototype.TranslateByVec=function(theV){var self=this.ptr;if(theV&&typeof theV==="object")theV=theV.ptr;_emscripten_bind_Mx3dGeHyperbola_TranslateByVec_1(self,theV)};Mx3dGeHyperbola.prototype["TranslatedByVec"]=Mx3dGeHyperbola.prototype.TranslatedByVec=function(theV){var self=this.ptr;if(theV&&typeof theV==="object")theV=theV.ptr;return wrapPointer(_emscripten_bind_Mx3dGeHyperbola_TranslatedByVec_1(self,theV),Mx3dGeHyperbola)};Mx3dGeHyperbola.prototype["TranslateBy2Points"]=Mx3dGeHyperbola.prototype.TranslateBy2Points=function(theP1,theP2){var self=this.ptr;if(theP1&&typeof theP1==="object")theP1=theP1.ptr;if(theP2&&typeof theP2==="object")theP2=theP2.ptr;_emscripten_bind_Mx3dGeHyperbola_TranslateBy2Points_2(self,theP1,theP2)};Mx3dGeHyperbola.prototype["TranslatedBy2Points"]=Mx3dGeHyperbola.prototype.TranslatedBy2Points=function(theP1,theP2){var self=this.ptr;if(theP1&&typeof theP1==="object")theP1=theP1.ptr;if(theP2&&typeof theP2==="object")theP2=theP2.ptr;return wrapPointer(_emscripten_bind_Mx3dGeHyperbola_TranslatedBy2Points_2(self,theP1,theP2),Mx3dGeHyperbola)};Mx3dGeHyperbola.prototype["__destroy__"]=Mx3dGeHyperbola.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_Mx3dGeHyperbola___destroy___0(self)};function Mx3dGeLine(P,V){if(P&&typeof P==="object")P=P.ptr;if(V&&typeof V==="object")V=V.ptr;if(V===undefined){this.ptr=_emscripten_bind_Mx3dGeLine_Mx3dGeLine_1(P);getCache(Mx3dGeLine)[this.ptr]=this;return}this.ptr=_emscripten_bind_Mx3dGeLine_Mx3dGeLine_2(P,V);getCache(Mx3dGeLine)[this.ptr]=this}Mx3dGeLine.prototype=Object.create(Mx3dGeCurve.prototype);Mx3dGeLine.prototype.constructor=Mx3dGeLine;Mx3dGeLine.prototype.__class__=Mx3dGeLine;Mx3dGeLine.__cache__={};Module["Mx3dGeLine"]=Mx3dGeLine;Mx3dGeLine.prototype["SetDirection"]=Mx3dGeLine.prototype.SetDirection=function(V){var self=this.ptr;if(V&&typeof V==="object")V=V.ptr;_emscripten_bind_Mx3dGeLine_SetDirection_1(self,V)};Mx3dGeLine.prototype["SetLocation"]=Mx3dGeLine.prototype.SetLocation=function(P){var self=this.ptr;if(P&&typeof P==="object")P=P.ptr;_emscripten_bind_Mx3dGeLine_SetLocation_1(self,P)};Mx3dGeLine.prototype["SetPosition"]=Mx3dGeLine.prototype.SetPosition=function(A1){var self=this.ptr;if(A1&&typeof A1==="object")A1=A1.ptr;_emscripten_bind_Mx3dGeLine_SetPosition_1(self,A1)};Mx3dGeLine.prototype["Position"]=Mx3dGeLine.prototype.Position=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeLine_Position_0(self),Mx3dGeAxis)};Mx3dGeLine.prototype["Reverse"]=Mx3dGeLine.prototype.Reverse=function(){var self=this.ptr;_emscripten_bind_Mx3dGeLine_Reverse_0(self)};Mx3dGeLine.prototype["Reversed"]=Mx3dGeLine.prototype.Reversed=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeLine_Reversed_0(self),Mx3dGeLine)};Mx3dGeLine.prototype["ReversedParameter"]=Mx3dGeLine.prototype.ReversedParameter=function(U){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;return _emscripten_bind_Mx3dGeLine_ReversedParameter_1(self,U)};Mx3dGeLine.prototype["FirstParameter"]=Mx3dGeLine.prototype.FirstParameter=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeLine_FirstParameter_0(self)};Mx3dGeLine.prototype["LastParameter"]=Mx3dGeLine.prototype.LastParameter=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeLine_LastParameter_0(self)};Mx3dGeLine.prototype["IsClosed"]=Mx3dGeLine.prototype.IsClosed=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dGeLine_IsClosed_0(self)};Mx3dGeLine.prototype["IsPeriodic"]=Mx3dGeLine.prototype.IsPeriodic=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dGeLine_IsPeriodic_0(self)};Mx3dGeLine.prototype["Continuity"]=Mx3dGeLine.prototype.Continuity=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeLine_Continuity_0(self)};Mx3dGeLine.prototype["IsCN"]=Mx3dGeLine.prototype.IsCN=function(N){var self=this.ptr;if(N&&typeof N==="object")N=N.ptr;return!!_emscripten_bind_Mx3dGeLine_IsCN_1(self,N)};Mx3dGeLine.prototype["D0"]=Mx3dGeLine.prototype.D0=function(U,P){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(P&&typeof P==="object")P=P.ptr;_emscripten_bind_Mx3dGeLine_D0_2(self,U,P)};Mx3dGeLine.prototype["D1"]=Mx3dGeLine.prototype.D1=function(U,P,V1){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(P&&typeof P==="object")P=P.ptr;if(V1&&typeof V1==="object")V1=V1.ptr;_emscripten_bind_Mx3dGeLine_D1_3(self,U,P,V1)};Mx3dGeLine.prototype["D2"]=Mx3dGeLine.prototype.D2=function(U,P,V1,V2){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(P&&typeof P==="object")P=P.ptr;if(V1&&typeof V1==="object")V1=V1.ptr;if(V2&&typeof V2==="object")V2=V2.ptr;_emscripten_bind_Mx3dGeLine_D2_4(self,U,P,V1,V2)};Mx3dGeLine.prototype["D3"]=Mx3dGeLine.prototype.D3=function(U,P,V1,V2,V3){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(P&&typeof P==="object")P=P.ptr;if(V1&&typeof V1==="object")V1=V1.ptr;if(V2&&typeof V2==="object")V2=V2.ptr;if(V3&&typeof V3==="object")V3=V3.ptr;_emscripten_bind_Mx3dGeLine_D3_5(self,U,P,V1,V2,V3)};Mx3dGeLine.prototype["DN"]=Mx3dGeLine.prototype.DN=function(U,N){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(N&&typeof N==="object")N=N.ptr;return wrapPointer(_emscripten_bind_Mx3dGeLine_DN_2(self,U,N),Mx3dGeVec)};Mx3dGeLine.prototype["Transform"]=Mx3dGeLine.prototype.Transform=function(T){var self=this.ptr;if(T&&typeof T==="object")T=T.ptr;_emscripten_bind_Mx3dGeLine_Transform_1(self,T)};Mx3dGeLine.prototype["TransformedParameter"]=Mx3dGeLine.prototype.TransformedParameter=function(U,T){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(T&&typeof T==="object")T=T.ptr;return _emscripten_bind_Mx3dGeLine_TransformedParameter_2(self,U,T)};Mx3dGeLine.prototype["ParametricTransformation"]=Mx3dGeLine.prototype.ParametricTransformation=function(T){var self=this.ptr;if(T&&typeof T==="object")T=T.ptr;return _emscripten_bind_Mx3dGeLine_ParametricTransformation_1(self,T)};Mx3dGeLine.prototype["Period"]=Mx3dGeLine.prototype.Period=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeLine_Period_0(self)};Mx3dGeLine.prototype["Value"]=Mx3dGeLine.prototype.Value=function(U){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;return wrapPointer(_emscripten_bind_Mx3dGeLine_Value_1(self,U),Mx3dGePoint)};Mx3dGeLine.prototype["Edge"]=Mx3dGeLine.prototype.Edge=function(p1,p2){var self=this.ptr;if(p1&&typeof p1==="object")p1=p1.ptr;if(p2&&typeof p2==="object")p2=p2.ptr;return wrapPointer(_emscripten_bind_Mx3dGeLine_Edge_2(self,p1,p2),Mx3dShapeEdge)};Mx3dGeLine.prototype["__destroy__"]=Mx3dGeLine.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_Mx3dGeLine___destroy___0(self)};function Mx3dGeLocation(theTrsf){if(theTrsf&&typeof theTrsf==="object")theTrsf=theTrsf.ptr;if(theTrsf===undefined){this.ptr=_emscripten_bind_Mx3dGeLocation_Mx3dGeLocation_0();getCache(Mx3dGeLocation)[this.ptr]=this;return}this.ptr=_emscripten_bind_Mx3dGeLocation_Mx3dGeLocation_1(theTrsf);getCache(Mx3dGeLocation)[this.ptr]=this}Mx3dGeLocation.prototype=Object.create(Mx3dGeObject.prototype);Mx3dGeLocation.prototype.constructor=Mx3dGeLocation;Mx3dGeLocation.prototype.__class__=Mx3dGeLocation;Mx3dGeLocation.__cache__={};Module["Mx3dGeLocation"]=Mx3dGeLocation;Mx3dGeLocation.prototype["IsIdentity"]=Mx3dGeLocation.prototype.IsIdentity=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dGeLocation_IsIdentity_0(self)};Mx3dGeLocation.prototype["Identity"]=Mx3dGeLocation.prototype.Identity=function(){var self=this.ptr;_emscripten_bind_Mx3dGeLocation_Identity_0(self)};Mx3dGeLocation.prototype["FirstPower"]=Mx3dGeLocation.prototype.FirstPower=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeLocation_FirstPower_0(self)};Mx3dGeLocation.prototype["NextLocation"]=Mx3dGeLocation.prototype.NextLocation=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeLocation_NextLocation_0(self),Mx3dGeLocation)};Mx3dGeLocation.prototype["Transformation"]=Mx3dGeLocation.prototype.Transformation=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeLocation_Transformation_0(self),Mx3dGeTrsf)};Mx3dGeLocation.prototype["Inverted"]=Mx3dGeLocation.prototype.Inverted=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeLocation_Inverted_0(self),Mx3dGeLocation)};Mx3dGeLocation.prototype["Multiplied"]=Mx3dGeLocation.prototype.Multiplied=function(Other){var self=this.ptr;if(Other&&typeof Other==="object")Other=Other.ptr;return wrapPointer(_emscripten_bind_Mx3dGeLocation_Multiplied_1(self,Other),Mx3dGeLocation)};Mx3dGeLocation.prototype["Divided"]=Mx3dGeLocation.prototype.Divided=function(Other){var self=this.ptr;if(Other&&typeof Other==="object")Other=Other.ptr;return wrapPointer(_emscripten_bind_Mx3dGeLocation_Divided_1(self,Other),Mx3dGeLocation)};Mx3dGeLocation.prototype["Predivided"]=Mx3dGeLocation.prototype.Predivided=function(Other){var self=this.ptr;if(Other&&typeof Other==="object")Other=Other.ptr;return wrapPointer(_emscripten_bind_Mx3dGeLocation_Predivided_1(self,Other),Mx3dGeLocation)};Mx3dGeLocation.prototype["Powered"]=Mx3dGeLocation.prototype.Powered=function(pwr){var self=this.ptr;if(pwr&&typeof pwr==="object")pwr=pwr.ptr;return wrapPointer(_emscripten_bind_Mx3dGeLocation_Powered_1(self,pwr),Mx3dGeLocation)};Mx3dGeLocation.prototype["IsEqual"]=Mx3dGeLocation.prototype.IsEqual=function(Other){var self=this.ptr;if(Other&&typeof Other==="object")Other=Other.ptr;return!!_emscripten_bind_Mx3dGeLocation_IsEqual_1(self,Other)};Mx3dGeLocation.prototype["IsDifferent"]=Mx3dGeLocation.prototype.IsDifferent=function(Other){var self=this.ptr;if(Other&&typeof Other==="object")Other=Other.ptr;return!!_emscripten_bind_Mx3dGeLocation_IsDifferent_1(self,Other)};Mx3dGeLocation.prototype["Clear"]=Mx3dGeLocation.prototype.Clear=function(){var self=this.ptr;_emscripten_bind_Mx3dGeLocation_Clear_0(self)};Mx3dGeLocation.prototype["ScalePrec"]=Mx3dGeLocation.prototype.ScalePrec=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeLocation_ScalePrec_0(self)};Mx3dGeLocation.prototype["__destroy__"]=Mx3dGeLocation.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_Mx3dGeLocation___destroy___0(self)};function Mx3dGeMaterial(theName){if(theName&&typeof theName==="object")theName=theName.ptr;if(theName===undefined){this.ptr=_emscripten_bind_Mx3dGeMaterial_Mx3dGeMaterial_0();getCache(Mx3dGeMaterial)[this.ptr]=this;return}this.ptr=_emscripten_bind_Mx3dGeMaterial_Mx3dGeMaterial_1(theName);getCache(Mx3dGeMaterial)[this.ptr]=this}Mx3dGeMaterial.prototype=Object.create(Mx3dBaseObject.prototype);Mx3dGeMaterial.prototype.constructor=Mx3dGeMaterial;Mx3dGeMaterial.prototype.__class__=Mx3dGeMaterial;Mx3dGeMaterial.__cache__={};Module["Mx3dGeMaterial"]=Mx3dGeMaterial;Mx3dGeMaterial.prototype["Name"]=Mx3dGeMaterial.prototype.Name=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeMaterial_Name_0(self)};Mx3dGeMaterial.prototype["RequestedName"]=Mx3dGeMaterial.prototype.RequestedName=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeMaterial_RequestedName_0(self)};Mx3dGeMaterial.prototype["StringName"]=Mx3dGeMaterial.prototype.StringName=function(){var self=this.ptr;return UTF8ToString(_emscripten_bind_Mx3dGeMaterial_StringName_0(self))};Mx3dGeMaterial.prototype["MaterialName"]=Mx3dGeMaterial.prototype.MaterialName=function(){var self=this.ptr;return UTF8ToString(_emscripten_bind_Mx3dGeMaterial_MaterialName_0(self))};Mx3dGeMaterial.prototype["SetMaterialName"]=Mx3dGeMaterial.prototype.SetMaterialName=function(theName){var self=this.ptr;ensureCache.prepare();if(theName&&typeof theName==="object")theName=theName.ptr;else theName=ensureString(theName);_emscripten_bind_Mx3dGeMaterial_SetMaterialName_1(self,theName)};Mx3dGeMaterial.prototype["Reset"]=Mx3dGeMaterial.prototype.Reset=function(){var self=this.ptr;_emscripten_bind_Mx3dGeMaterial_Reset_0(self)};Mx3dGeMaterial.prototype["Color"]=Mx3dGeMaterial.prototype.Color=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeMaterial_Color_0(self),Mx3dGeColor)};Mx3dGeMaterial.prototype["SetColor"]=Mx3dGeMaterial.prototype.SetColor=function(theColor){var self=this.ptr;if(theColor&&typeof theColor==="object")theColor=theColor.ptr;_emscripten_bind_Mx3dGeMaterial_SetColor_1(self,theColor)};Mx3dGeMaterial.prototype["Transparency"]=Mx3dGeMaterial.prototype.Transparency=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeMaterial_Transparency_0(self)};Mx3dGeMaterial.prototype["Alpha"]=Mx3dGeMaterial.prototype.Alpha=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeMaterial_Alpha_0(self)};Mx3dGeMaterial.prototype["SetTransparency"]=Mx3dGeMaterial.prototype.SetTransparency=function(theValue){var self=this.ptr;if(theValue&&typeof theValue==="object")theValue=theValue.ptr;_emscripten_bind_Mx3dGeMaterial_SetTransparency_1(self,theValue)};Mx3dGeMaterial.prototype["SetAlpha"]=Mx3dGeMaterial.prototype.SetAlpha=function(theValue){var self=this.ptr;if(theValue&&typeof theValue==="object")theValue=theValue.ptr;_emscripten_bind_Mx3dGeMaterial_SetAlpha_1(self,theValue)};Mx3dGeMaterial.prototype["AmbientColor"]=Mx3dGeMaterial.prototype.AmbientColor=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeMaterial_AmbientColor_0(self),Mx3dGeColor)};Mx3dGeMaterial.prototype["SetAmbientColor"]=Mx3dGeMaterial.prototype.SetAmbientColor=function(theColor){var self=this.ptr;if(theColor&&typeof theColor==="object")theColor=theColor.ptr;_emscripten_bind_Mx3dGeMaterial_SetAmbientColor_1(self,theColor)};Mx3dGeMaterial.prototype["DiffuseColor"]=Mx3dGeMaterial.prototype.DiffuseColor=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeMaterial_DiffuseColor_0(self),Mx3dGeColor)};Mx3dGeMaterial.prototype["SetDiffuseColor"]=Mx3dGeMaterial.prototype.SetDiffuseColor=function(theColor){var self=this.ptr;if(theColor&&typeof theColor==="object")theColor=theColor.ptr;_emscripten_bind_Mx3dGeMaterial_SetDiffuseColor_1(self,theColor)};Mx3dGeMaterial.prototype["SpecularColor"]=Mx3dGeMaterial.prototype.SpecularColor=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeMaterial_SpecularColor_0(self),Mx3dGeColor)};Mx3dGeMaterial.prototype["SetSpecularColor"]=Mx3dGeMaterial.prototype.SetSpecularColor=function(theColor){var self=this.ptr;if(theColor&&typeof theColor==="object")theColor=theColor.ptr;_emscripten_bind_Mx3dGeMaterial_SetSpecularColor_1(self,theColor)};Mx3dGeMaterial.prototype["EmissiveColor"]=Mx3dGeMaterial.prototype.EmissiveColor=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeMaterial_EmissiveColor_0(self),Mx3dGeColor)};Mx3dGeMaterial.prototype["SetEmissiveColor"]=Mx3dGeMaterial.prototype.SetEmissiveColor=function(theColor){var self=this.ptr;if(theColor&&typeof theColor==="object")theColor=theColor.ptr;_emscripten_bind_Mx3dGeMaterial_SetEmissiveColor_1(self,theColor)};Mx3dGeMaterial.prototype["Shininess"]=Mx3dGeMaterial.prototype.Shininess=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeMaterial_Shininess_0(self)};Mx3dGeMaterial.prototype["SetShininess"]=Mx3dGeMaterial.prototype.SetShininess=function(theValue){var self=this.ptr;if(theValue&&typeof theValue==="object")theValue=theValue.ptr;_emscripten_bind_Mx3dGeMaterial_SetShininess_1(self,theValue)};Mx3dGeMaterial.prototype["IncreaseShine"]=Mx3dGeMaterial.prototype.IncreaseShine=function(theDelta){var self=this.ptr;if(theDelta&&typeof theDelta==="object")theDelta=theDelta.ptr;_emscripten_bind_Mx3dGeMaterial_IncreaseShine_1(self,theDelta)};Mx3dGeMaterial.prototype["RefractionIndex"]=Mx3dGeMaterial.prototype.RefractionIndex=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeMaterial_RefractionIndex_0(self)};Mx3dGeMaterial.prototype["SetRefractionIndex"]=Mx3dGeMaterial.prototype.SetRefractionIndex=function(theValue){var self=this.ptr;if(theValue&&typeof theValue==="object")theValue=theValue.ptr;_emscripten_bind_Mx3dGeMaterial_SetRefractionIndex_1(self,theValue)};Mx3dGeMaterial.prototype["ReflectionMode"]=Mx3dGeMaterial.prototype.ReflectionMode=function(theType){var self=this.ptr;if(theType&&typeof theType==="object")theType=theType.ptr;return!!_emscripten_bind_Mx3dGeMaterial_ReflectionMode_1(self,theType)};Mx3dGeMaterial.prototype["MaterialType"]=Mx3dGeMaterial.prototype.MaterialType=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeMaterial_MaterialType_0(self)};Mx3dGeMaterial.prototype["SetMaterialType"]=Mx3dGeMaterial.prototype.SetMaterialType=function(theType){var self=this.ptr;if(theType&&typeof theType==="object")theType=theType.ptr;_emscripten_bind_Mx3dGeMaterial_SetMaterialType_1(self,theType)};Mx3dGeMaterial.prototype["IsDifferent"]=Mx3dGeMaterial.prototype.IsDifferent=function(theOther){var self=this.ptr;if(theOther&&typeof theOther==="object")theOther=theOther.ptr;return!!_emscripten_bind_Mx3dGeMaterial_IsDifferent_1(self,theOther)};Mx3dGeMaterial.prototype["IsEqual"]=Mx3dGeMaterial.prototype.IsEqual=function(theOther){var self=this.ptr;if(theOther&&typeof theOther==="object")theOther=theOther.ptr;return!!_emscripten_bind_Mx3dGeMaterial_IsEqual_1(self,theOther)};Mx3dGeMaterial.prototype["__destroy__"]=Mx3dGeMaterial.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_Mx3dGeMaterial___destroy___0(self)};function Mx3dGePlane(theA,theB,theC,theD){if(theA&&typeof theA==="object")theA=theA.ptr;if(theB&&typeof theB==="object")theB=theB.ptr;if(theC&&typeof theC==="object")theC=theC.ptr;if(theD&&typeof theD==="object")theD=theD.ptr;if(theA===undefined){this.ptr=_emscripten_bind_Mx3dGePlane_Mx3dGePlane_0();getCache(Mx3dGePlane)[this.ptr]=this;return}if(theB===undefined){this.ptr=_emscripten_bind_Mx3dGePlane_Mx3dGePlane_1(theA);getCache(Mx3dGePlane)[this.ptr]=this;return}if(theC===undefined){this.ptr=_emscripten_bind_Mx3dGePlane_Mx3dGePlane_2(theA,theB);getCache(Mx3dGePlane)[this.ptr]=this;return}if(theD===undefined){this.ptr=_emscripten_bind_Mx3dGePlane_Mx3dGePlane_3(theA,theB,theC);getCache(Mx3dGePlane)[this.ptr]=this;return}this.ptr=_emscripten_bind_Mx3dGePlane_Mx3dGePlane_4(theA,theB,theC,theD);getCache(Mx3dGePlane)[this.ptr]=this}Mx3dGePlane.prototype=Object.create(Mx3dGeObject.prototype);Mx3dGePlane.prototype.constructor=Mx3dGePlane;Mx3dGePlane.prototype.__class__=Mx3dGePlane;Mx3dGePlane.__cache__={};Module["Mx3dGePlane"]=Mx3dGePlane;Mx3dGePlane.prototype["SetAxis"]=Mx3dGePlane.prototype.SetAxis=function(theA1){var self=this.ptr;if(theA1&&typeof theA1==="object")theA1=theA1.ptr;_emscripten_bind_Mx3dGePlane_SetAxis_1(self,theA1)};Mx3dGePlane.prototype["SetLocation"]=Mx3dGePlane.prototype.SetLocation=function(theLoc){var self=this.ptr;if(theLoc&&typeof theLoc==="object")theLoc=theLoc.ptr;_emscripten_bind_Mx3dGePlane_SetLocation_1(self,theLoc)};Mx3dGePlane.prototype["SetPosition"]=Mx3dGePlane.prototype.SetPosition=function(theA3){var self=this.ptr;if(theA3&&typeof theA3==="object")theA3=theA3.ptr;_emscripten_bind_Mx3dGePlane_SetPosition_1(self,theA3)};Mx3dGePlane.prototype["UReverse"]=Mx3dGePlane.prototype.UReverse=function(){var self=this.ptr;_emscripten_bind_Mx3dGePlane_UReverse_0(self)};Mx3dGePlane.prototype["VReverse"]=Mx3dGePlane.prototype.VReverse=function(){var self=this.ptr;_emscripten_bind_Mx3dGePlane_VReverse_0(self)};Mx3dGePlane.prototype["Direct"]=Mx3dGePlane.prototype.Direct=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dGePlane_Direct_0(self)};Mx3dGePlane.prototype["Axis"]=Mx3dGePlane.prototype.Axis=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGePlane_Axis_0(self),Mx3dGeAxis)};Mx3dGePlane.prototype["Location"]=Mx3dGePlane.prototype.Location=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGePlane_Location_0(self),Mx3dGePoint)};Mx3dGePlane.prototype["Position"]=Mx3dGePlane.prototype.Position=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGePlane_Position_0(self),Mx3dGeCSYS)};Mx3dGePlane.prototype["DistanceToPoint"]=Mx3dGePlane.prototype.DistanceToPoint=function(theP){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;return _emscripten_bind_Mx3dGePlane_DistanceToPoint_1(self,theP)};Mx3dGePlane.prototype["DistanceToPlane"]=Mx3dGePlane.prototype.DistanceToPlane=function(theOther){var self=this.ptr;if(theOther&&typeof theOther==="object")theOther=theOther.ptr;return _emscripten_bind_Mx3dGePlane_DistanceToPlane_1(self,theOther)};Mx3dGePlane.prototype["SquareDistanceToPoint"]=Mx3dGePlane.prototype.SquareDistanceToPoint=function(theP){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;return _emscripten_bind_Mx3dGePlane_SquareDistanceToPoint_1(self,theP)};Mx3dGePlane.prototype["SquareDistanceToPlane"]=Mx3dGePlane.prototype.SquareDistanceToPlane=function(theOther){var self=this.ptr;if(theOther&&typeof theOther==="object")theOther=theOther.ptr;return _emscripten_bind_Mx3dGePlane_SquareDistanceToPlane_1(self,theOther)};Mx3dGePlane.prototype["XAxis"]=Mx3dGePlane.prototype.XAxis=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGePlane_XAxis_0(self),Mx3dGeAxis)};Mx3dGePlane.prototype["YAxis"]=Mx3dGePlane.prototype.YAxis=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGePlane_YAxis_0(self),Mx3dGeAxis)};Mx3dGePlane.prototype["Contains"]=Mx3dGePlane.prototype.Contains=function(theP,theLinearTolerance){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;if(theLinearTolerance&&typeof theLinearTolerance==="object")theLinearTolerance=theLinearTolerance.ptr;return!!_emscripten_bind_Mx3dGePlane_Contains_2(self,theP,theLinearTolerance)};Mx3dGePlane.prototype["MirrorByPoint"]=Mx3dGePlane.prototype.MirrorByPoint=function(theP){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;_emscripten_bind_Mx3dGePlane_MirrorByPoint_1(self,theP)};Mx3dGePlane.prototype["MirroredByPoint"]=Mx3dGePlane.prototype.MirroredByPoint=function(theP){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;return wrapPointer(_emscripten_bind_Mx3dGePlane_MirroredByPoint_1(self,theP),Mx3dGePlane)};Mx3dGePlane.prototype["MirrorByAxis"]=Mx3dGePlane.prototype.MirrorByAxis=function(theA1){var self=this.ptr;if(theA1&&typeof theA1==="object")theA1=theA1.ptr;_emscripten_bind_Mx3dGePlane_MirrorByAxis_1(self,theA1)};Mx3dGePlane.prototype["MirroredByAxis"]=Mx3dGePlane.prototype.MirroredByAxis=function(theA1){var self=this.ptr;if(theA1&&typeof theA1==="object")theA1=theA1.ptr;return wrapPointer(_emscripten_bind_Mx3dGePlane_MirroredByAxis_1(self,theA1),Mx3dGePlane)};Mx3dGePlane.prototype["MirrorByCSYSR"]=Mx3dGePlane.prototype.MirrorByCSYSR=function(theA2){var self=this.ptr;if(theA2&&typeof theA2==="object")theA2=theA2.ptr;_emscripten_bind_Mx3dGePlane_MirrorByCSYSR_1(self,theA2)};Mx3dGePlane.prototype["MirroredByCSYSR"]=Mx3dGePlane.prototype.MirroredByCSYSR=function(theA2){var self=this.ptr;if(theA2&&typeof theA2==="object")theA2=theA2.ptr;return wrapPointer(_emscripten_bind_Mx3dGePlane_MirroredByCSYSR_1(self,theA2),Mx3dGePlane)};Mx3dGePlane.prototype["Rotate"]=Mx3dGePlane.prototype.Rotate=function(theA1,theAng){var self=this.ptr;if(theA1&&typeof theA1==="object")theA1=theA1.ptr;if(theAng&&typeof theAng==="object")theAng=theAng.ptr;_emscripten_bind_Mx3dGePlane_Rotate_2(self,theA1,theAng)};Mx3dGePlane.prototype["Rotated"]=Mx3dGePlane.prototype.Rotated=function(theA1,theAng){var self=this.ptr;if(theA1&&typeof theA1==="object")theA1=theA1.ptr;if(theAng&&typeof theAng==="object")theAng=theAng.ptr;return wrapPointer(_emscripten_bind_Mx3dGePlane_Rotated_2(self,theA1,theAng),Mx3dGePlane)};Mx3dGePlane.prototype["Scale"]=Mx3dGePlane.prototype.Scale=function(theP,theS){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;if(theS&&typeof theS==="object")theS=theS.ptr;_emscripten_bind_Mx3dGePlane_Scale_2(self,theP,theS)};Mx3dGePlane.prototype["Scaled"]=Mx3dGePlane.prototype.Scaled=function(theP,theS){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;if(theS&&typeof theS==="object")theS=theS.ptr;return wrapPointer(_emscripten_bind_Mx3dGePlane_Scaled_2(self,theP,theS),Mx3dGePlane)};Mx3dGePlane.prototype["Transform"]=Mx3dGePlane.prototype.Transform=function(theT){var self=this.ptr;if(theT&&typeof theT==="object")theT=theT.ptr;_emscripten_bind_Mx3dGePlane_Transform_1(self,theT)};Mx3dGePlane.prototype["Transformed"]=Mx3dGePlane.prototype.Transformed=function(theT){var self=this.ptr;if(theT&&typeof theT==="object")theT=theT.ptr;return wrapPointer(_emscripten_bind_Mx3dGePlane_Transformed_1(self,theT),Mx3dGePlane)};Mx3dGePlane.prototype["TranslateByVec"]=Mx3dGePlane.prototype.TranslateByVec=function(theV){var self=this.ptr;if(theV&&typeof theV==="object")theV=theV.ptr;_emscripten_bind_Mx3dGePlane_TranslateByVec_1(self,theV)};Mx3dGePlane.prototype["TranslatedByVec"]=Mx3dGePlane.prototype.TranslatedByVec=function(theV){var self=this.ptr;if(theV&&typeof theV==="object")theV=theV.ptr;return wrapPointer(_emscripten_bind_Mx3dGePlane_TranslatedByVec_1(self,theV),Mx3dGePlane)};Mx3dGePlane.prototype["TranslateBy2Points"]=Mx3dGePlane.prototype.TranslateBy2Points=function(theP1,theP2){var self=this.ptr;if(theP1&&typeof theP1==="object")theP1=theP1.ptr;if(theP2&&typeof theP2==="object")theP2=theP2.ptr;_emscripten_bind_Mx3dGePlane_TranslateBy2Points_2(self,theP1,theP2)};Mx3dGePlane.prototype["TranslatedBy2Points"]=Mx3dGePlane.prototype.TranslatedBy2Points=function(theP1,theP2){var self=this.ptr;if(theP1&&typeof theP1==="object")theP1=theP1.ptr;if(theP2&&typeof theP2==="object")theP2=theP2.ptr;return wrapPointer(_emscripten_bind_Mx3dGePlane_TranslatedBy2Points_2(self,theP1,theP2),Mx3dGePlane)};Mx3dGePlane.prototype["Shape"]=Mx3dGePlane.prototype.Shape=function(UMin,UMax,VMin,VMax){var self=this.ptr;if(UMin&&typeof UMin==="object")UMin=UMin.ptr;if(UMax&&typeof UMax==="object")UMax=UMax.ptr;if(VMin&&typeof VMin==="object")VMin=VMin.ptr;if(VMax&&typeof VMax==="object")VMax=VMax.ptr;if(UMin===undefined){return wrapPointer(_emscripten_bind_Mx3dGePlane_Shape_0(self),Mx3dShapeObject)}if(UMax===undefined){return wrapPointer(_emscripten_bind_Mx3dGePlane_Shape_1(self,UMin),Mx3dShapeObject)}if(VMin===undefined){return wrapPointer(_emscripten_bind_Mx3dGePlane_Shape_2(self,UMin,UMax),Mx3dShapeObject)}if(VMax===undefined){return wrapPointer(_emscripten_bind_Mx3dGePlane_Shape_3(self,UMin,UMax,VMin),Mx3dShapeObject)}return wrapPointer(_emscripten_bind_Mx3dGePlane_Shape_4(self,UMin,UMax,VMin,VMax),Mx3dShapeObject)};Mx3dGePlane.prototype["__destroy__"]=Mx3dGePlane.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_Mx3dGePlane___destroy___0(self)};function Mx3dGePoint(theX,theY,theZ){if(theX&&typeof theX==="object")theX=theX.ptr;if(theY&&typeof theY==="object")theY=theY.ptr;if(theZ&&typeof theZ==="object")theZ=theZ.ptr;if(theX===undefined){this.ptr=_emscripten_bind_Mx3dGePoint_Mx3dGePoint_0();getCache(Mx3dGePoint)[this.ptr]=this;return}if(theY===undefined){this.ptr=_emscripten_bind_Mx3dGePoint_Mx3dGePoint_1(theX);getCache(Mx3dGePoint)[this.ptr]=this;return}if(theZ===undefined){this.ptr=_emscripten_bind_Mx3dGePoint_Mx3dGePoint_2(theX,theY);getCache(Mx3dGePoint)[this.ptr]=this;return}this.ptr=_emscripten_bind_Mx3dGePoint_Mx3dGePoint_3(theX,theY,theZ);getCache(Mx3dGePoint)[this.ptr]=this}Mx3dGePoint.prototype=Object.create(Mx3dGeObject.prototype);Mx3dGePoint.prototype.constructor=Mx3dGePoint;Mx3dGePoint.prototype.__class__=Mx3dGePoint;Mx3dGePoint.__cache__={};Module["Mx3dGePoint"]=Mx3dGePoint;Mx3dGePoint.prototype["X"]=Mx3dGePoint.prototype.X=function(){var self=this.ptr;return _emscripten_bind_Mx3dGePoint_X_0(self)};Mx3dGePoint.prototype["Y"]=Mx3dGePoint.prototype.Y=function(){var self=this.ptr;return _emscripten_bind_Mx3dGePoint_Y_0(self)};Mx3dGePoint.prototype["Z"]=Mx3dGePoint.prototype.Z=function(){var self=this.ptr;return _emscripten_bind_Mx3dGePoint_Z_0(self)};Mx3dGePoint.prototype["setX"]=Mx3dGePoint.prototype.setX=function(theX){var self=this.ptr;if(theX&&typeof theX==="object")theX=theX.ptr;_emscripten_bind_Mx3dGePoint_setX_1(self,theX)};Mx3dGePoint.prototype["setY"]=Mx3dGePoint.prototype.setY=function(theY){var self=this.ptr;if(theY&&typeof theY==="object")theY=theY.ptr;_emscripten_bind_Mx3dGePoint_setY_1(self,theY)};Mx3dGePoint.prototype["setZ"]=Mx3dGePoint.prototype.setZ=function(theZ){var self=this.ptr;if(theZ&&typeof theZ==="object")theZ=theZ.ptr;_emscripten_bind_Mx3dGePoint_setZ_1(self,theZ)};Mx3dGePoint.prototype["Vertex"]=Mx3dGePoint.prototype.Vertex=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGePoint_Vertex_0(self),Mx3dShapeVertex)};Mx3dGePoint.prototype["__destroy__"]=Mx3dGePoint.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_Mx3dGePoint___destroy___0(self)};function Mx3dGeTrsf(){this.ptr=_emscripten_bind_Mx3dGeTrsf_Mx3dGeTrsf_0();getCache(Mx3dGeTrsf)[this.ptr]=this}Mx3dGeTrsf.prototype=Object.create(Mx3dGeObject.prototype);Mx3dGeTrsf.prototype.constructor=Mx3dGeTrsf;Mx3dGeTrsf.prototype.__class__=Mx3dGeTrsf;Mx3dGeTrsf.__cache__={};Module["Mx3dGeTrsf"]=Mx3dGeTrsf;Mx3dGeTrsf.prototype["SetMirrorByPoint"]=Mx3dGeTrsf.prototype.SetMirrorByPoint=function(point){var self=this.ptr;if(point&&typeof point==="object")point=point.ptr;_emscripten_bind_Mx3dGeTrsf_SetMirrorByPoint_1(self,point)};Mx3dGeTrsf.prototype["SetMirrorByAxis"]=Mx3dGeTrsf.prototype.SetMirrorByAxis=function(axis){var self=this.ptr;if(axis&&typeof axis==="object")axis=axis.ptr;_emscripten_bind_Mx3dGeTrsf_SetMirrorByAxis_1(self,axis)};Mx3dGeTrsf.prototype["SetMirrorByCSYSR"]=Mx3dGeTrsf.prototype.SetMirrorByCSYSR=function(csysr){var self=this.ptr;if(csysr&&typeof csysr==="object")csysr=csysr.ptr;_emscripten_bind_Mx3dGeTrsf_SetMirrorByCSYSR_1(self,csysr)};Mx3dGeTrsf.prototype["SetRotation"]=Mx3dGeTrsf.prototype.SetRotation=function(axis,ang){var self=this.ptr;if(axis&&typeof axis==="object")axis=axis.ptr;if(ang&&typeof ang==="object")ang=ang.ptr;_emscripten_bind_Mx3dGeTrsf_SetRotation_2(self,axis,ang)};Mx3dGeTrsf.prototype["SetScale"]=Mx3dGeTrsf.prototype.SetScale=function(point,s){var self=this.ptr;if(point&&typeof point==="object")point=point.ptr;if(s&&typeof s==="object")s=s.ptr;_emscripten_bind_Mx3dGeTrsf_SetScale_2(self,point,s)};Mx3dGeTrsf.prototype["SetTranslationByVec"]=Mx3dGeTrsf.prototype.SetTranslationByVec=function(vec){var self=this.ptr;if(vec&&typeof vec==="object")vec=vec.ptr;_emscripten_bind_Mx3dGeTrsf_SetTranslationByVec_1(self,vec)};Mx3dGeTrsf.prototype["SetTranslationBy2Points"]=Mx3dGeTrsf.prototype.SetTranslationBy2Points=function(point1,point2){var self=this.ptr;if(point1&&typeof point1==="object")point1=point1.ptr;if(point2&&typeof point2==="object")point2=point2.ptr;_emscripten_bind_Mx3dGeTrsf_SetTranslationBy2Points_2(self,point1,point2)};Mx3dGeTrsf.prototype["SetTranslationPart"]=Mx3dGeTrsf.prototype.SetTranslationPart=function(vec){var self=this.ptr;if(vec&&typeof vec==="object")vec=vec.ptr;_emscripten_bind_Mx3dGeTrsf_SetTranslationPart_1(self,vec)};Mx3dGeTrsf.prototype["SetScaleFactor"]=Mx3dGeTrsf.prototype.SetScaleFactor=function(s){var self=this.ptr;if(s&&typeof s==="object")s=s.ptr;_emscripten_bind_Mx3dGeTrsf_SetScaleFactor_1(self,s)};Mx3dGeTrsf.prototype["SetValues"]=Mx3dGeTrsf.prototype.SetValues=function(a11,a12,a13,a14,a21,a22,a23,a24,a31,a32,a33,a34){var self=this.ptr;if(a11&&typeof a11==="object")a11=a11.ptr;if(a12&&typeof a12==="object")a12=a12.ptr;if(a13&&typeof a13==="object")a13=a13.ptr;if(a14&&typeof a14==="object")a14=a14.ptr;if(a21&&typeof a21==="object")a21=a21.ptr;if(a22&&typeof a22==="object")a22=a22.ptr;if(a23&&typeof a23==="object")a23=a23.ptr;if(a24&&typeof a24==="object")a24=a24.ptr;if(a31&&typeof a31==="object")a31=a31.ptr;if(a32&&typeof a32==="object")a32=a32.ptr;if(a33&&typeof a33==="object")a33=a33.ptr;if(a34&&typeof a34==="object")a34=a34.ptr;_emscripten_bind_Mx3dGeTrsf_SetValues_12(self,a11,a12,a13,a14,a21,a22,a23,a24,a31,a32,a33,a34)};Mx3dGeTrsf.prototype["IsNegative"]=Mx3dGeTrsf.prototype.IsNegative=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dGeTrsf_IsNegative_0(self)};Mx3dGeTrsf.prototype["ScaleFactor"]=Mx3dGeTrsf.prototype.ScaleFactor=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeTrsf_ScaleFactor_0(self)};Mx3dGeTrsf.prototype["Value"]=Mx3dGeTrsf.prototype.Value=function(row,col){var self=this.ptr;if(row&&typeof row==="object")row=row.ptr;if(col&&typeof col==="object")col=col.ptr;return _emscripten_bind_Mx3dGeTrsf_Value_2(self,row,col)};Mx3dGeTrsf.prototype["Invert"]=Mx3dGeTrsf.prototype.Invert=function(){var self=this.ptr;_emscripten_bind_Mx3dGeTrsf_Invert_0(self)};Mx3dGeTrsf.prototype["Inverted"]=Mx3dGeTrsf.prototype.Inverted=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeTrsf_Inverted_0(self),Mx3dGeTrsf)};Mx3dGeTrsf.prototype["Multiplied"]=Mx3dGeTrsf.prototype.Multiplied=function(t){var self=this.ptr;if(t&&typeof t==="object")t=t.ptr;return wrapPointer(_emscripten_bind_Mx3dGeTrsf_Multiplied_1(self,t),Mx3dGeTrsf)};Mx3dGeTrsf.prototype["Multiply"]=Mx3dGeTrsf.prototype.Multiply=function(t){var self=this.ptr;if(t&&typeof t==="object")t=t.ptr;_emscripten_bind_Mx3dGeTrsf_Multiply_1(self,t)};Mx3dGeTrsf.prototype["PreMultiply"]=Mx3dGeTrsf.prototype.PreMultiply=function(t){var self=this.ptr;if(t&&typeof t==="object")t=t.ptr;_emscripten_bind_Mx3dGeTrsf_PreMultiply_1(self,t)};Mx3dGeTrsf.prototype["Power"]=Mx3dGeTrsf.prototype.Power=function(n){var self=this.ptr;if(n&&typeof n==="object")n=n.ptr;_emscripten_bind_Mx3dGeTrsf_Power_1(self,n)};Mx3dGeTrsf.prototype["Powered"]=Mx3dGeTrsf.prototype.Powered=function(n){var self=this.ptr;if(n&&typeof n==="object")n=n.ptr;return wrapPointer(_emscripten_bind_Mx3dGeTrsf_Powered_1(self,n),Mx3dGeTrsf)};Mx3dGeTrsf.prototype["Transforms"]=Mx3dGeTrsf.prototype.Transforms=function(x,y,z){var self=this.ptr;if(x&&typeof x==="object")x=x.ptr;if(y&&typeof y==="object")y=y.ptr;if(z&&typeof z==="object")z=z.ptr;_emscripten_bind_Mx3dGeTrsf_Transforms_3(self,x,y,z)};Mx3dGeTrsf.prototype["__destroy__"]=Mx3dGeTrsf.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_Mx3dGeTrsf___destroy___0(self)};function Mx3dGeVec(x,y,z){if(x&&typeof x==="object")x=x.ptr;if(y&&typeof y==="object")y=y.ptr;if(z&&typeof z==="object")z=z.ptr;if(x===undefined){this.ptr=_emscripten_bind_Mx3dGeVec_Mx3dGeVec_0();getCache(Mx3dGeVec)[this.ptr]=this;return}if(y===undefined){this.ptr=_emscripten_bind_Mx3dGeVec_Mx3dGeVec_1(x);getCache(Mx3dGeVec)[this.ptr]=this;return}if(z===undefined){this.ptr=_emscripten_bind_Mx3dGeVec_Mx3dGeVec_2(x,y);getCache(Mx3dGeVec)[this.ptr]=this;return}this.ptr=_emscripten_bind_Mx3dGeVec_Mx3dGeVec_3(x,y,z);getCache(Mx3dGeVec)[this.ptr]=this}Mx3dGeVec.prototype=Object.create(Mx3dGeObject.prototype);Mx3dGeVec.prototype.constructor=Mx3dGeVec;Mx3dGeVec.prototype.__class__=Mx3dGeVec;Mx3dGeVec.__cache__={};Module["Mx3dGeVec"]=Mx3dGeVec;Mx3dGeVec.prototype["X"]=Mx3dGeVec.prototype.X=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeVec_X_0(self)};Mx3dGeVec.prototype["Y"]=Mx3dGeVec.prototype.Y=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeVec_Y_0(self)};Mx3dGeVec.prototype["Z"]=Mx3dGeVec.prototype.Z=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeVec_Z_0(self)};Mx3dGeVec.prototype["SetX"]=Mx3dGeVec.prototype.SetX=function(x){var self=this.ptr;if(x&&typeof x==="object")x=x.ptr;_emscripten_bind_Mx3dGeVec_SetX_1(self,x)};Mx3dGeVec.prototype["SetY"]=Mx3dGeVec.prototype.SetY=function(y){var self=this.ptr;if(y&&typeof y==="object")y=y.ptr;_emscripten_bind_Mx3dGeVec_SetY_1(self,y)};Mx3dGeVec.prototype["SetZ"]=Mx3dGeVec.prototype.SetZ=function(z){var self=this.ptr;if(z&&typeof z==="object")z=z.ptr;_emscripten_bind_Mx3dGeVec_SetZ_1(self,z)};Mx3dGeVec.prototype["SetXYZ"]=Mx3dGeVec.prototype.SetXYZ=function(x,y,z){var self=this.ptr;if(x&&typeof x==="object")x=x.ptr;if(y&&typeof y==="object")y=y.ptr;if(z&&typeof z==="object")z=z.ptr;_emscripten_bind_Mx3dGeVec_SetXYZ_3(self,x,y,z)};Mx3dGeVec.prototype["IsEqual"]=Mx3dGeVec.prototype.IsEqual=function(theOther,theLinearTolerance,theAngularTolerance){var self=this.ptr;if(theOther&&typeof theOther==="object")theOther=theOther.ptr;if(theLinearTolerance&&typeof theLinearTolerance==="object")theLinearTolerance=theLinearTolerance.ptr;if(theAngularTolerance&&typeof theAngularTolerance==="object")theAngularTolerance=theAngularTolerance.ptr;return!!_emscripten_bind_Mx3dGeVec_IsEqual_3(self,theOther,theLinearTolerance,theAngularTolerance)};Mx3dGeVec.prototype["IsNormal"]=Mx3dGeVec.prototype.IsNormal=function(theOther,theAngularTolerance){var self=this.ptr;if(theOther&&typeof theOther==="object")theOther=theOther.ptr;if(theAngularTolerance&&typeof theAngularTolerance==="object")theAngularTolerance=theAngularTolerance.ptr;return!!_emscripten_bind_Mx3dGeVec_IsNormal_2(self,theOther,theAngularTolerance)};Mx3dGeVec.prototype["IsOpposite"]=Mx3dGeVec.prototype.IsOpposite=function(theOther,theAngularTolerance){var self=this.ptr;if(theOther&&typeof theOther==="object")theOther=theOther.ptr;if(theAngularTolerance&&typeof theAngularTolerance==="object")theAngularTolerance=theAngularTolerance.ptr;return!!_emscripten_bind_Mx3dGeVec_IsOpposite_2(self,theOther,theAngularTolerance)};Mx3dGeVec.prototype["IsParallel"]=Mx3dGeVec.prototype.IsParallel=function(theOther,theAngularTolerance){var self=this.ptr;if(theOther&&typeof theOther==="object")theOther=theOther.ptr;if(theAngularTolerance&&typeof theAngularTolerance==="object")theAngularTolerance=theAngularTolerance.ptr;return!!_emscripten_bind_Mx3dGeVec_IsParallel_2(self,theOther,theAngularTolerance)};Mx3dGeVec.prototype["Angle"]=Mx3dGeVec.prototype.Angle=function(theOther){var self=this.ptr;if(theOther&&typeof theOther==="object")theOther=theOther.ptr;return _emscripten_bind_Mx3dGeVec_Angle_1(self,theOther)};Mx3dGeVec.prototype["AngleWithRef"]=Mx3dGeVec.prototype.AngleWithRef=function(theOther,theRefVec){var self=this.ptr;if(theOther&&typeof theOther==="object")theOther=theOther.ptr;if(theRefVec&&typeof theRefVec==="object")theRefVec=theRefVec.ptr;return _emscripten_bind_Mx3dGeVec_AngleWithRef_2(self,theOther,theRefVec)};Mx3dGeVec.prototype["Magnitude"]=Mx3dGeVec.prototype.Magnitude=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeVec_Magnitude_0(self)};Mx3dGeVec.prototype["SquareMagnitude"]=Mx3dGeVec.prototype.SquareMagnitude=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeVec_SquareMagnitude_0(self)};Mx3dGeVec.prototype["Add"]=Mx3dGeVec.prototype.Add=function(theOther){var self=this.ptr;if(theOther&&typeof theOther==="object")theOther=theOther.ptr;_emscripten_bind_Mx3dGeVec_Add_1(self,theOther)};Mx3dGeVec.prototype["Added"]=Mx3dGeVec.prototype.Added=function(theOther){var self=this.ptr;if(theOther&&typeof theOther==="object")theOther=theOther.ptr;return wrapPointer(_emscripten_bind_Mx3dGeVec_Added_1(self,theOther),Mx3dGeVec)};Mx3dGeVec.prototype["Subtract"]=Mx3dGeVec.prototype.Subtract=function(theRight){var self=this.ptr;if(theRight&&typeof theRight==="object")theRight=theRight.ptr;_emscripten_bind_Mx3dGeVec_Subtract_1(self,theRight)};Mx3dGeVec.prototype["Subtracted"]=Mx3dGeVec.prototype.Subtracted=function(theRight){var self=this.ptr;if(theRight&&typeof theRight==="object")theRight=theRight.ptr;return wrapPointer(_emscripten_bind_Mx3dGeVec_Subtracted_1(self,theRight),Mx3dGeVec)};Mx3dGeVec.prototype["Multiply"]=Mx3dGeVec.prototype.Multiply=function(theScalar){var self=this.ptr;if(theScalar&&typeof theScalar==="object")theScalar=theScalar.ptr;_emscripten_bind_Mx3dGeVec_Multiply_1(self,theScalar)};Mx3dGeVec.prototype["Multiplied"]=Mx3dGeVec.prototype.Multiplied=function(theScalar){var self=this.ptr;if(theScalar&&typeof theScalar==="object")theScalar=theScalar.ptr;return wrapPointer(_emscripten_bind_Mx3dGeVec_Multiplied_1(self,theScalar),Mx3dGeVec)};Mx3dGeVec.prototype["Divide"]=Mx3dGeVec.prototype.Divide=function(theScalar){var self=this.ptr;if(theScalar&&typeof theScalar==="object")theScalar=theScalar.ptr;_emscripten_bind_Mx3dGeVec_Divide_1(self,theScalar)};Mx3dGeVec.prototype["Divided"]=Mx3dGeVec.prototype.Divided=function(theScalar){var self=this.ptr;if(theScalar&&typeof theScalar==="object")theScalar=theScalar.ptr;return wrapPointer(_emscripten_bind_Mx3dGeVec_Divided_1(self,theScalar),Mx3dGeVec)};Mx3dGeVec.prototype["Cross"]=Mx3dGeVec.prototype.Cross=function(theRight){var self=this.ptr;if(theRight&&typeof theRight==="object")theRight=theRight.ptr;_emscripten_bind_Mx3dGeVec_Cross_1(self,theRight)};Mx3dGeVec.prototype["Crossed"]=Mx3dGeVec.prototype.Crossed=function(theRight){var self=this.ptr;if(theRight&&typeof theRight==="object")theRight=theRight.ptr;return wrapPointer(_emscripten_bind_Mx3dGeVec_Crossed_1(self,theRight),Mx3dGeVec)};Mx3dGeVec.prototype["CrossMagnitude"]=Mx3dGeVec.prototype.CrossMagnitude=function(theRight){var self=this.ptr;if(theRight&&typeof theRight==="object")theRight=theRight.ptr;return _emscripten_bind_Mx3dGeVec_CrossMagnitude_1(self,theRight)};Mx3dGeVec.prototype["CrossSquareMagnitude"]=Mx3dGeVec.prototype.CrossSquareMagnitude=function(theRight){var self=this.ptr;if(theRight&&typeof theRight==="object")theRight=theRight.ptr;return _emscripten_bind_Mx3dGeVec_CrossSquareMagnitude_1(self,theRight)};Mx3dGeVec.prototype["CrossCross"]=Mx3dGeVec.prototype.CrossCross=function(theVec1,theVec2){var self=this.ptr;if(theVec1&&typeof theVec1==="object")theVec1=theVec1.ptr;if(theVec2&&typeof theVec2==="object")theVec2=theVec2.ptr;_emscripten_bind_Mx3dGeVec_CrossCross_2(self,theVec1,theVec2)};Mx3dGeVec.prototype["CrossCrossed"]=Mx3dGeVec.prototype.CrossCrossed=function(theVec1,theVec2){var self=this.ptr;if(theVec1&&typeof theVec1==="object")theVec1=theVec1.ptr;if(theVec2&&typeof theVec2==="object")theVec2=theVec2.ptr;return wrapPointer(_emscripten_bind_Mx3dGeVec_CrossCrossed_2(self,theVec1,theVec2),Mx3dGeVec)};Mx3dGeVec.prototype["Dot"]=Mx3dGeVec.prototype.Dot=function(theOther){var self=this.ptr;if(theOther&&typeof theOther==="object")theOther=theOther.ptr;return _emscripten_bind_Mx3dGeVec_Dot_1(self,theOther)};Mx3dGeVec.prototype["DotCross"]=Mx3dGeVec.prototype.DotCross=function(theVec1,theVec2){var self=this.ptr;if(theVec1&&typeof theVec1==="object")theVec1=theVec1.ptr;if(theVec2&&typeof theVec2==="object")theVec2=theVec2.ptr;return _emscripten_bind_Mx3dGeVec_DotCross_2(self,theVec1,theVec2)};Mx3dGeVec.prototype["Normalize"]=Mx3dGeVec.prototype.Normalize=function(){var self=this.ptr;_emscripten_bind_Mx3dGeVec_Normalize_0(self)};Mx3dGeVec.prototype["Normalized"]=Mx3dGeVec.prototype.Normalized=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeVec_Normalized_0(self),Mx3dGeVec)};Mx3dGeVec.prototype["Reverse"]=Mx3dGeVec.prototype.Reverse=function(){var self=this.ptr;_emscripten_bind_Mx3dGeVec_Reverse_0(self)};Mx3dGeVec.prototype["Reversed"]=Mx3dGeVec.prototype.Reversed=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeVec_Reversed_0(self),Mx3dGeVec)};Mx3dGeVec.prototype["SetLinearForm"]=Mx3dGeVec.prototype.SetLinearForm=function(a1,v1,a2,v2,a3,v3,v4){var self=this.ptr;if(a1&&typeof a1==="object")a1=a1.ptr;if(v1&&typeof v1==="object")v1=v1.ptr;if(a2&&typeof a2==="object")a2=a2.ptr;if(v2&&typeof v2==="object")v2=v2.ptr;if(a3&&typeof a3==="object")a3=a3.ptr;if(v3&&typeof v3==="object")v3=v3.ptr;if(v4&&typeof v4==="object")v4=v4.ptr;if(a2===undefined){_emscripten_bind_Mx3dGeVec_SetLinearForm_2(self,a1,v1);return}if(v2===undefined){_emscripten_bind_Mx3dGeVec_SetLinearForm_3(self,a1,v1,a2);return}if(a3===undefined){_emscripten_bind_Mx3dGeVec_SetLinearForm_4(self,a1,v1,a2,v2);return}if(v3===undefined){_emscripten_bind_Mx3dGeVec_SetLinearForm_5(self,a1,v1,a2,v2,a3);return}if(v4===undefined){_emscripten_bind_Mx3dGeVec_SetLinearForm_6(self,a1,v1,a2,v2,a3,v3);return}_emscripten_bind_Mx3dGeVec_SetLinearForm_7(self,a1,v1,a2,v2,a3,v3,v4)};Mx3dGeVec.prototype["MirrorByVec"]=Mx3dGeVec.prototype.MirrorByVec=function(theVec){var self=this.ptr;if(theVec&&typeof theVec==="object")theVec=theVec.ptr;_emscripten_bind_Mx3dGeVec_MirrorByVec_1(self,theVec)};Mx3dGeVec.prototype["MirroredByVec"]=Mx3dGeVec.prototype.MirroredByVec=function(theVec){var self=this.ptr;if(theVec&&typeof theVec==="object")theVec=theVec.ptr;return wrapPointer(_emscripten_bind_Mx3dGeVec_MirroredByVec_1(self,theVec),Mx3dGeVec)};Mx3dGeVec.prototype["MirrorByAxis"]=Mx3dGeVec.prototype.MirrorByAxis=function(theAxis){var self=this.ptr;if(theAxis&&typeof theAxis==="object")theAxis=theAxis.ptr;_emscripten_bind_Mx3dGeVec_MirrorByAxis_1(self,theAxis)};Mx3dGeVec.prototype["MirroredByAxis"]=Mx3dGeVec.prototype.MirroredByAxis=function(theAxis){var self=this.ptr;if(theAxis&&typeof theAxis==="object")theAxis=theAxis.ptr;return wrapPointer(_emscripten_bind_Mx3dGeVec_MirroredByAxis_1(self,theAxis),Mx3dGeVec)};Mx3dGeVec.prototype["MirrorByCSYSR"]=Mx3dGeVec.prototype.MirrorByCSYSR=function(csysr){var self=this.ptr;if(csysr&&typeof csysr==="object")csysr=csysr.ptr;_emscripten_bind_Mx3dGeVec_MirrorByCSYSR_1(self,csysr)};Mx3dGeVec.prototype["MirroredByCSYSR"]=Mx3dGeVec.prototype.MirroredByCSYSR=function(csysr){var self=this.ptr;if(csysr&&typeof csysr==="object")csysr=csysr.ptr;return wrapPointer(_emscripten_bind_Mx3dGeVec_MirroredByCSYSR_1(self,csysr),Mx3dGeVec)};Mx3dGeVec.prototype["Rotate"]=Mx3dGeVec.prototype.Rotate=function(theAxis,theAng){var self=this.ptr;if(theAxis&&typeof theAxis==="object")theAxis=theAxis.ptr;if(theAng&&typeof theAng==="object")theAng=theAng.ptr;_emscripten_bind_Mx3dGeVec_Rotate_2(self,theAxis,theAng)};Mx3dGeVec.prototype["Rotated"]=Mx3dGeVec.prototype.Rotated=function(theAxis,theAng){var self=this.ptr;if(theAxis&&typeof theAxis==="object")theAxis=theAxis.ptr;if(theAng&&typeof theAng==="object")theAng=theAng.ptr;return wrapPointer(_emscripten_bind_Mx3dGeVec_Rotated_2(self,theAxis,theAng),Mx3dGeVec)};Mx3dGeVec.prototype["Scale"]=Mx3dGeVec.prototype.Scale=function(theS){var self=this.ptr;if(theS&&typeof theS==="object")theS=theS.ptr;_emscripten_bind_Mx3dGeVec_Scale_1(self,theS)};Mx3dGeVec.prototype["Scaled"]=Mx3dGeVec.prototype.Scaled=function(theS){var self=this.ptr;if(theS&&typeof theS==="object")theS=theS.ptr;return wrapPointer(_emscripten_bind_Mx3dGeVec_Scaled_1(self,theS),Mx3dGeVec)};Mx3dGeVec.prototype["Transform"]=Mx3dGeVec.prototype.Transform=function(t){var self=this.ptr;if(t&&typeof t==="object")t=t.ptr;_emscripten_bind_Mx3dGeVec_Transform_1(self,t)};Mx3dGeVec.prototype["Transformed"]=Mx3dGeVec.prototype.Transformed=function(t){var self=this.ptr;if(t&&typeof t==="object")t=t.ptr;return wrapPointer(_emscripten_bind_Mx3dGeVec_Transformed_1(self,t),Mx3dGeVec)};Mx3dGeVec.prototype["__destroy__"]=Mx3dGeVec.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_Mx3dGeVec___destroy___0(self)};function Mx3dLabelSequence(){this.ptr=_emscripten_bind_Mx3dLabelSequence_Mx3dLabelSequence_0();getCache(Mx3dLabelSequence)[this.ptr]=this}Mx3dLabelSequence.prototype=Object.create(Mx3dBaseObject.prototype);Mx3dLabelSequence.prototype.constructor=Mx3dLabelSequence;Mx3dLabelSequence.prototype.__class__=Mx3dLabelSequence;Mx3dLabelSequence.__cache__={};Module["Mx3dLabelSequence"]=Mx3dLabelSequence;Mx3dLabelSequence.prototype["Length"]=Mx3dLabelSequence.prototype.Length=function(){var self=this.ptr;return _emscripten_bind_Mx3dLabelSequence_Length_0(self)};Mx3dLabelSequence.prototype["Value"]=Mx3dLabelSequence.prototype.Value=function(theIndex){var self=this.ptr;if(theIndex&&typeof theIndex==="object")theIndex=theIndex.ptr;return wrapPointer(_emscripten_bind_Mx3dLabelSequence_Value_1(self,theIndex),Mx3dDbLabel)};Mx3dLabelSequence.prototype["__destroy__"]=Mx3dLabelSequence.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_Mx3dLabelSequence___destroy___0(self)};function Mx3dShapeVertex(){this.ptr=_emscripten_bind_Mx3dShapeVertex_Mx3dShapeVertex_0();getCache(Mx3dShapeVertex)[this.ptr]=this}Mx3dShapeVertex.prototype=Object.create(Mx3dShapeObject.prototype);Mx3dShapeVertex.prototype.constructor=Mx3dShapeVertex;Mx3dShapeVertex.prototype.__class__=Mx3dShapeVertex;Mx3dShapeVertex.__cache__={};Module["Mx3dShapeVertex"]=Mx3dShapeVertex;Mx3dShapeVertex.prototype["getBndBox"]=Mx3dShapeVertex.prototype.getBndBox=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeVertex_getBndBox_0(self),Mx3dGeBndBox)};Mx3dShapeVertex.prototype["reverse"]=Mx3dShapeVertex.prototype.reverse=function(){var self=this.ptr;_emscripten_bind_Mx3dShapeVertex_reverse_0(self)};Mx3dShapeVertex.prototype["reversed"]=Mx3dShapeVertex.prototype.reversed=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeVertex_reversed_0(self),Mx3dShapeObject)};Mx3dShapeVertex.prototype["Orientation"]=Mx3dShapeVertex.prototype.Orientation=function(){var self=this.ptr;return _emscripten_bind_Mx3dShapeVertex_Orientation_0(self)};Mx3dShapeVertex.prototype["move"]=Mx3dShapeVertex.prototype.move=function(theLocation){var self=this.ptr;if(theLocation&&typeof theLocation==="object")theLocation=theLocation.ptr;_emscripten_bind_Mx3dShapeVertex_move_1(self,theLocation)};Mx3dShapeVertex.prototype["moved"]=Mx3dShapeVertex.prototype.moved=function(theLocation){var self=this.ptr;if(theLocation&&typeof theLocation==="object")theLocation=theLocation.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeVertex_moved_1(self,theLocation),Mx3dShapeObject)};Mx3dShapeVertex.prototype["clone"]=Mx3dShapeVertex.prototype.clone=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeVertex_clone_0(self),Mx3dShapeObject)};Mx3dShapeVertex.prototype["fuse"]=Mx3dShapeVertex.prototype.fuse=function(theOther){var self=this.ptr;if(theOther&&typeof theOther==="object")theOther=theOther.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeVertex_fuse_1(self,theOther),Mx3dShapeObject)};Mx3dShapeVertex.prototype["cut"]=Mx3dShapeVertex.prototype.cut=function(theOther){var self=this.ptr;if(theOther&&typeof theOther==="object")theOther=theOther.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeVertex_cut_1(self,theOther),Mx3dShapeObject)};Mx3dShapeVertex.prototype["common"]=Mx3dShapeVertex.prototype.common=function(theOther){var self=this.ptr;if(theOther&&typeof theOther==="object")theOther=theOther.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeVertex_common_1(self,theOther),Mx3dShapeObject)};Mx3dShapeVertex.prototype["section"]=Mx3dShapeVertex.prototype.section=function(theOther){var self=this.ptr;if(theOther&&typeof theOther==="object")theOther=theOther.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeVertex_section_1(self,theOther),Mx3dShapeObject)};Mx3dShapeVertex.prototype["spliter"]=Mx3dShapeVertex.prototype.spliter=function(theTools){var self=this.ptr;if(theTools&&typeof theTools==="object")theTools=theTools.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeVertex_spliter_1(self,theTools),Mx3dShapeObjectSequence)};Mx3dShapeVertex.prototype["MirrorByPoint"]=Mx3dShapeVertex.prototype.MirrorByPoint=function(theP){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;_emscripten_bind_Mx3dShapeVertex_MirrorByPoint_1(self,theP)};Mx3dShapeVertex.prototype["MirroredByPoint"]=Mx3dShapeVertex.prototype.MirroredByPoint=function(theP){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeVertex_MirroredByPoint_1(self,theP),Mx3dShapeObject)};Mx3dShapeVertex.prototype["MirrorByAxis"]=Mx3dShapeVertex.prototype.MirrorByAxis=function(axis){var self=this.ptr;if(axis&&typeof axis==="object")axis=axis.ptr;_emscripten_bind_Mx3dShapeVertex_MirrorByAxis_1(self,axis)};Mx3dShapeVertex.prototype["MirroredByAxis"]=Mx3dShapeVertex.prototype.MirroredByAxis=function(axis){var self=this.ptr;if(axis&&typeof axis==="object")axis=axis.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeVertex_MirroredByAxis_1(self,axis),Mx3dShapeObject)};Mx3dShapeVertex.prototype["MirrorByCSYSR"]=Mx3dShapeVertex.prototype.MirrorByCSYSR=function(csysr){var self=this.ptr;if(csysr&&typeof csysr==="object")csysr=csysr.ptr;_emscripten_bind_Mx3dShapeVertex_MirrorByCSYSR_1(self,csysr)};Mx3dShapeVertex.prototype["MirroredByCSYSR"]=Mx3dShapeVertex.prototype.MirroredByCSYSR=function(csysr){var self=this.ptr;if(csysr&&typeof csysr==="object")csysr=csysr.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeVertex_MirroredByCSYSR_1(self,csysr),Mx3dShapeObject)};Mx3dShapeVertex.prototype["Rotate"]=Mx3dShapeVertex.prototype.Rotate=function(axis,ang){var self=this.ptr;if(axis&&typeof axis==="object")axis=axis.ptr;if(ang&&typeof ang==="object")ang=ang.ptr;_emscripten_bind_Mx3dShapeVertex_Rotate_2(self,axis,ang)};Mx3dShapeVertex.prototype["Rotated"]=Mx3dShapeVertex.prototype.Rotated=function(axis,ang){var self=this.ptr;if(axis&&typeof axis==="object")axis=axis.ptr;if(ang&&typeof ang==="object")ang=ang.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeVertex_Rotated_2(self,axis,ang),Mx3dShapeObject)};Mx3dShapeVertex.prototype["Scale"]=Mx3dShapeVertex.prototype.Scale=function(point,s){var self=this.ptr;if(point&&typeof point==="object")point=point.ptr;if(s&&typeof s==="object")s=s.ptr;_emscripten_bind_Mx3dShapeVertex_Scale_2(self,point,s)};Mx3dShapeVertex.prototype["Scaled"]=Mx3dShapeVertex.prototype.Scaled=function(point,s){var self=this.ptr;if(point&&typeof point==="object")point=point.ptr;if(s&&typeof s==="object")s=s.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeVertex_Scaled_2(self,point,s),Mx3dShapeObject)};Mx3dShapeVertex.prototype["Transform"]=Mx3dShapeVertex.prototype.Transform=function(trsf){var self=this.ptr;if(trsf&&typeof trsf==="object")trsf=trsf.ptr;_emscripten_bind_Mx3dShapeVertex_Transform_1(self,trsf)};Mx3dShapeVertex.prototype["Transformed"]=Mx3dShapeVertex.prototype.Transformed=function(trsf){var self=this.ptr;if(trsf&&typeof trsf==="object")trsf=trsf.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeVertex_Transformed_1(self,trsf),Mx3dShapeObject)};Mx3dShapeVertex.prototype["TranslateByVec"]=Mx3dShapeVertex.prototype.TranslateByVec=function(theX,theY,theZ){var self=this.ptr;if(theX&&typeof theX==="object")theX=theX.ptr;if(theY&&typeof theY==="object")theY=theY.ptr;if(theZ&&typeof theZ==="object")theZ=theZ.ptr;if(theY===undefined){_emscripten_bind_Mx3dShapeVertex_TranslateByVec_1(self,theX);return}if(theZ===undefined){_emscripten_bind_Mx3dShapeVertex_TranslateByVec_2(self,theX,theY);return}_emscripten_bind_Mx3dShapeVertex_TranslateByVec_3(self,theX,theY,theZ)};Mx3dShapeVertex.prototype["TranslatedByVec"]=Mx3dShapeVertex.prototype.TranslatedByVec=function(theX,theY,theZ){var self=this.ptr;if(theX&&typeof theX==="object")theX=theX.ptr;if(theY&&typeof theY==="object")theY=theY.ptr;if(theZ&&typeof theZ==="object")theZ=theZ.ptr;if(theY===undefined){return wrapPointer(_emscripten_bind_Mx3dShapeVertex_TranslatedByVec_1(self,theX),Mx3dShapeObject)}if(theZ===undefined){return wrapPointer(_emscripten_bind_Mx3dShapeVertex_TranslatedByVec_2(self,theX,theY),Mx3dShapeObject)}return wrapPointer(_emscripten_bind_Mx3dShapeVertex_TranslatedByVec_3(self,theX,theY,theZ),Mx3dShapeObject)};Mx3dShapeVertex.prototype["TranslateBy2Points"]=Mx3dShapeVertex.prototype.TranslateBy2Points=function(point1,point2){var self=this.ptr;if(point1&&typeof point1==="object")point1=point1.ptr;if(point2&&typeof point2==="object")point2=point2.ptr;_emscripten_bind_Mx3dShapeVertex_TranslateBy2Points_2(self,point1,point2)};Mx3dShapeVertex.prototype["TranslatedBy2Points"]=Mx3dShapeVertex.prototype.TranslatedBy2Points=function(point1,point2){var self=this.ptr;if(point1&&typeof point1==="object")point1=point1.ptr;if(point2&&typeof point2==="object")point2=point2.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeVertex_TranslatedBy2Points_2(self,point1,point2),Mx3dShapeObject)};Mx3dShapeVertex.prototype["Explore"]=Mx3dShapeVertex.prototype.Explore=function(ToFind){var self=this.ptr;if(ToFind&&typeof ToFind==="object")ToFind=ToFind.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeVertex_Explore_1(self,ToFind),Mx3dShapeObjectSequence)};Mx3dShapeVertex.prototype["ShapeType"]=Mx3dShapeVertex.prototype.ShapeType=function(){var self=this.ptr;return _emscripten_bind_Mx3dShapeVertex_ShapeType_0(self)};Mx3dShapeVertex.prototype["Quantities"]=Mx3dShapeVertex.prototype.Quantities=function(theAspect){var self=this.ptr;if(theAspect&&typeof theAspect==="object")theAspect=theAspect.ptr;return _emscripten_bind_Mx3dShapeVertex_Quantities_1(self,theAspect)};Mx3dShapeVertex.prototype["Centroid"]=Mx3dShapeVertex.prototype.Centroid=function(theAspect){var self=this.ptr;if(theAspect&&typeof theAspect==="object")theAspect=theAspect.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeVertex_Centroid_1(self,theAspect),Mx3dGePoint)};Mx3dShapeVertex.prototype["__destroy__"]=Mx3dShapeVertex.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_Mx3dShapeVertex___destroy___0(self)};function Mx3dShapeEdge(pt1,pt2){if(pt1&&typeof pt1==="object")pt1=pt1.ptr;if(pt2&&typeof pt2==="object")pt2=pt2.ptr;if(pt1===undefined){this.ptr=_emscripten_bind_Mx3dShapeEdge_Mx3dShapeEdge_0();getCache(Mx3dShapeEdge)[this.ptr]=this;return}if(pt2===undefined){this.ptr=_emscripten_bind_Mx3dShapeEdge_Mx3dShapeEdge_1(pt1);getCache(Mx3dShapeEdge)[this.ptr]=this;return}this.ptr=_emscripten_bind_Mx3dShapeEdge_Mx3dShapeEdge_2(pt1,pt2);getCache(Mx3dShapeEdge)[this.ptr]=this}Mx3dShapeEdge.prototype=Object.create(Mx3dShapeObject.prototype);Mx3dShapeEdge.prototype.constructor=Mx3dShapeEdge;Mx3dShapeEdge.prototype.__class__=Mx3dShapeEdge;Mx3dShapeEdge.__cache__={};Module["Mx3dShapeEdge"]=Mx3dShapeEdge;Mx3dShapeEdge.prototype["getBndBox"]=Mx3dShapeEdge.prototype.getBndBox=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeEdge_getBndBox_0(self),Mx3dGeBndBox)};Mx3dShapeEdge.prototype["reverse"]=Mx3dShapeEdge.prototype.reverse=function(){var self=this.ptr;_emscripten_bind_Mx3dShapeEdge_reverse_0(self)};Mx3dShapeEdge.prototype["reversed"]=Mx3dShapeEdge.prototype.reversed=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeEdge_reversed_0(self),Mx3dShapeObject)};Mx3dShapeEdge.prototype["Orientation"]=Mx3dShapeEdge.prototype.Orientation=function(){var self=this.ptr;return _emscripten_bind_Mx3dShapeEdge_Orientation_0(self)};Mx3dShapeEdge.prototype["move"]=Mx3dShapeEdge.prototype.move=function(theLocation){var self=this.ptr;if(theLocation&&typeof theLocation==="object")theLocation=theLocation.ptr;_emscripten_bind_Mx3dShapeEdge_move_1(self,theLocation)};Mx3dShapeEdge.prototype["moved"]=Mx3dShapeEdge.prototype.moved=function(theLocation){var self=this.ptr;if(theLocation&&typeof theLocation==="object")theLocation=theLocation.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeEdge_moved_1(self,theLocation),Mx3dShapeObject)};Mx3dShapeEdge.prototype["clone"]=Mx3dShapeEdge.prototype.clone=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeEdge_clone_0(self),Mx3dShapeObject)};Mx3dShapeEdge.prototype["fuse"]=Mx3dShapeEdge.prototype.fuse=function(theOther){var self=this.ptr;if(theOther&&typeof theOther==="object")theOther=theOther.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeEdge_fuse_1(self,theOther),Mx3dShapeObject)};Mx3dShapeEdge.prototype["cut"]=Mx3dShapeEdge.prototype.cut=function(theOther){var self=this.ptr;if(theOther&&typeof theOther==="object")theOther=theOther.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeEdge_cut_1(self,theOther),Mx3dShapeObject)};Mx3dShapeEdge.prototype["common"]=Mx3dShapeEdge.prototype.common=function(theOther){var self=this.ptr;if(theOther&&typeof theOther==="object")theOther=theOther.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeEdge_common_1(self,theOther),Mx3dShapeObject)};Mx3dShapeEdge.prototype["section"]=Mx3dShapeEdge.prototype.section=function(theOther){var self=this.ptr;if(theOther&&typeof theOther==="object")theOther=theOther.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeEdge_section_1(self,theOther),Mx3dShapeObject)};Mx3dShapeEdge.prototype["spliter"]=Mx3dShapeEdge.prototype.spliter=function(theTools){var self=this.ptr;if(theTools&&typeof theTools==="object")theTools=theTools.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeEdge_spliter_1(self,theTools),Mx3dShapeObjectSequence)};Mx3dShapeEdge.prototype["MirrorByPoint"]=Mx3dShapeEdge.prototype.MirrorByPoint=function(theP){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;_emscripten_bind_Mx3dShapeEdge_MirrorByPoint_1(self,theP)};Mx3dShapeEdge.prototype["MirroredByPoint"]=Mx3dShapeEdge.prototype.MirroredByPoint=function(theP){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeEdge_MirroredByPoint_1(self,theP),Mx3dShapeObject)};Mx3dShapeEdge.prototype["MirrorByAxis"]=Mx3dShapeEdge.prototype.MirrorByAxis=function(axis){var self=this.ptr;if(axis&&typeof axis==="object")axis=axis.ptr;_emscripten_bind_Mx3dShapeEdge_MirrorByAxis_1(self,axis)};Mx3dShapeEdge.prototype["MirroredByAxis"]=Mx3dShapeEdge.prototype.MirroredByAxis=function(axis){var self=this.ptr;if(axis&&typeof axis==="object")axis=axis.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeEdge_MirroredByAxis_1(self,axis),Mx3dShapeObject)};Mx3dShapeEdge.prototype["MirrorByCSYSR"]=Mx3dShapeEdge.prototype.MirrorByCSYSR=function(csysr){var self=this.ptr;if(csysr&&typeof csysr==="object")csysr=csysr.ptr;_emscripten_bind_Mx3dShapeEdge_MirrorByCSYSR_1(self,csysr)};Mx3dShapeEdge.prototype["MirroredByCSYSR"]=Mx3dShapeEdge.prototype.MirroredByCSYSR=function(csysr){var self=this.ptr;if(csysr&&typeof csysr==="object")csysr=csysr.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeEdge_MirroredByCSYSR_1(self,csysr),Mx3dShapeObject)};Mx3dShapeEdge.prototype["Rotate"]=Mx3dShapeEdge.prototype.Rotate=function(axis,ang){var self=this.ptr;if(axis&&typeof axis==="object")axis=axis.ptr;if(ang&&typeof ang==="object")ang=ang.ptr;_emscripten_bind_Mx3dShapeEdge_Rotate_2(self,axis,ang)};Mx3dShapeEdge.prototype["Rotated"]=Mx3dShapeEdge.prototype.Rotated=function(axis,ang){var self=this.ptr;if(axis&&typeof axis==="object")axis=axis.ptr;if(ang&&typeof ang==="object")ang=ang.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeEdge_Rotated_2(self,axis,ang),Mx3dShapeObject)};Mx3dShapeEdge.prototype["Scale"]=Mx3dShapeEdge.prototype.Scale=function(point,s){var self=this.ptr;if(point&&typeof point==="object")point=point.ptr;if(s&&typeof s==="object")s=s.ptr;_emscripten_bind_Mx3dShapeEdge_Scale_2(self,point,s)};Mx3dShapeEdge.prototype["Scaled"]=Mx3dShapeEdge.prototype.Scaled=function(point,s){var self=this.ptr;if(point&&typeof point==="object")point=point.ptr;if(s&&typeof s==="object")s=s.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeEdge_Scaled_2(self,point,s),Mx3dShapeObject)};Mx3dShapeEdge.prototype["Transform"]=Mx3dShapeEdge.prototype.Transform=function(trsf){var self=this.ptr;if(trsf&&typeof trsf==="object")trsf=trsf.ptr;_emscripten_bind_Mx3dShapeEdge_Transform_1(self,trsf)};Mx3dShapeEdge.prototype["Transformed"]=Mx3dShapeEdge.prototype.Transformed=function(trsf){var self=this.ptr;if(trsf&&typeof trsf==="object")trsf=trsf.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeEdge_Transformed_1(self,trsf),Mx3dShapeObject)};Mx3dShapeEdge.prototype["TranslateByVec"]=Mx3dShapeEdge.prototype.TranslateByVec=function(theX,theY,theZ){var self=this.ptr;if(theX&&typeof theX==="object")theX=theX.ptr;if(theY&&typeof theY==="object")theY=theY.ptr;if(theZ&&typeof theZ==="object")theZ=theZ.ptr;if(theY===undefined){_emscripten_bind_Mx3dShapeEdge_TranslateByVec_1(self,theX);return}if(theZ===undefined){_emscripten_bind_Mx3dShapeEdge_TranslateByVec_2(self,theX,theY);return}_emscripten_bind_Mx3dShapeEdge_TranslateByVec_3(self,theX,theY,theZ)};Mx3dShapeEdge.prototype["TranslatedByVec"]=Mx3dShapeEdge.prototype.TranslatedByVec=function(theX,theY,theZ){var self=this.ptr;if(theX&&typeof theX==="object")theX=theX.ptr;if(theY&&typeof theY==="object")theY=theY.ptr;if(theZ&&typeof theZ==="object")theZ=theZ.ptr;if(theY===undefined){return wrapPointer(_emscripten_bind_Mx3dShapeEdge_TranslatedByVec_1(self,theX),Mx3dShapeObject)}if(theZ===undefined){return wrapPointer(_emscripten_bind_Mx3dShapeEdge_TranslatedByVec_2(self,theX,theY),Mx3dShapeObject)}return wrapPointer(_emscripten_bind_Mx3dShapeEdge_TranslatedByVec_3(self,theX,theY,theZ),Mx3dShapeObject)};Mx3dShapeEdge.prototype["TranslateBy2Points"]=Mx3dShapeEdge.prototype.TranslateBy2Points=function(point1,point2){var self=this.ptr;if(point1&&typeof point1==="object")point1=point1.ptr;if(point2&&typeof point2==="object")point2=point2.ptr;_emscripten_bind_Mx3dShapeEdge_TranslateBy2Points_2(self,point1,point2)};Mx3dShapeEdge.prototype["TranslatedBy2Points"]=Mx3dShapeEdge.prototype.TranslatedBy2Points=function(point1,point2){var self=this.ptr;if(point1&&typeof point1==="object")point1=point1.ptr;if(point2&&typeof point2==="object")point2=point2.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeEdge_TranslatedBy2Points_2(self,point1,point2),Mx3dShapeObject)};Mx3dShapeEdge.prototype["Explore"]=Mx3dShapeEdge.prototype.Explore=function(ToFind){var self=this.ptr;if(ToFind&&typeof ToFind==="object")ToFind=ToFind.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeEdge_Explore_1(self,ToFind),Mx3dShapeObjectSequence)};Mx3dShapeEdge.prototype["ShapeType"]=Mx3dShapeEdge.prototype.ShapeType=function(){var self=this.ptr;return _emscripten_bind_Mx3dShapeEdge_ShapeType_0(self)};Mx3dShapeEdge.prototype["Quantities"]=Mx3dShapeEdge.prototype.Quantities=function(theAspect){var self=this.ptr;if(theAspect&&typeof theAspect==="object")theAspect=theAspect.ptr;return _emscripten_bind_Mx3dShapeEdge_Quantities_1(self,theAspect)};Mx3dShapeEdge.prototype["Centroid"]=Mx3dShapeEdge.prototype.Centroid=function(theAspect){var self=this.ptr;if(theAspect&&typeof theAspect==="object")theAspect=theAspect.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeEdge_Centroid_1(self,theAspect),Mx3dGePoint)};Mx3dShapeEdge.prototype["__destroy__"]=Mx3dShapeEdge.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_Mx3dShapeEdge___destroy___0(self)};function Mx3dShapeFace(){this.ptr=_emscripten_bind_Mx3dShapeFace_Mx3dShapeFace_0();getCache(Mx3dShapeFace)[this.ptr]=this}Mx3dShapeFace.prototype=Object.create(Mx3dShapeObject.prototype);Mx3dShapeFace.prototype.constructor=Mx3dShapeFace;Mx3dShapeFace.prototype.__class__=Mx3dShapeFace;Mx3dShapeFace.__cache__={};Module["Mx3dShapeFace"]=Mx3dShapeFace;Mx3dShapeFace.prototype["getBndBox"]=Mx3dShapeFace.prototype.getBndBox=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeFace_getBndBox_0(self),Mx3dGeBndBox)};Mx3dShapeFace.prototype["reverse"]=Mx3dShapeFace.prototype.reverse=function(){var self=this.ptr;_emscripten_bind_Mx3dShapeFace_reverse_0(self)};Mx3dShapeFace.prototype["reversed"]=Mx3dShapeFace.prototype.reversed=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeFace_reversed_0(self),Mx3dShapeObject)};Mx3dShapeFace.prototype["Orientation"]=Mx3dShapeFace.prototype.Orientation=function(){var self=this.ptr;return _emscripten_bind_Mx3dShapeFace_Orientation_0(self)};Mx3dShapeFace.prototype["move"]=Mx3dShapeFace.prototype.move=function(theLocation){var self=this.ptr;if(theLocation&&typeof theLocation==="object")theLocation=theLocation.ptr;_emscripten_bind_Mx3dShapeFace_move_1(self,theLocation)};Mx3dShapeFace.prototype["moved"]=Mx3dShapeFace.prototype.moved=function(theLocation){var self=this.ptr;if(theLocation&&typeof theLocation==="object")theLocation=theLocation.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeFace_moved_1(self,theLocation),Mx3dShapeObject)};Mx3dShapeFace.prototype["clone"]=Mx3dShapeFace.prototype.clone=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeFace_clone_0(self),Mx3dShapeObject)};Mx3dShapeFace.prototype["fuse"]=Mx3dShapeFace.prototype.fuse=function(theOther){var self=this.ptr;if(theOther&&typeof theOther==="object")theOther=theOther.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeFace_fuse_1(self,theOther),Mx3dShapeObject)};Mx3dShapeFace.prototype["cut"]=Mx3dShapeFace.prototype.cut=function(theOther){var self=this.ptr;if(theOther&&typeof theOther==="object")theOther=theOther.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeFace_cut_1(self,theOther),Mx3dShapeObject)};Mx3dShapeFace.prototype["common"]=Mx3dShapeFace.prototype.common=function(theOther){var self=this.ptr;if(theOther&&typeof theOther==="object")theOther=theOther.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeFace_common_1(self,theOther),Mx3dShapeObject)};Mx3dShapeFace.prototype["section"]=Mx3dShapeFace.prototype.section=function(theOther){var self=this.ptr;if(theOther&&typeof theOther==="object")theOther=theOther.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeFace_section_1(self,theOther),Mx3dShapeObject)};Mx3dShapeFace.prototype["spliter"]=Mx3dShapeFace.prototype.spliter=function(theTools){var self=this.ptr;if(theTools&&typeof theTools==="object")theTools=theTools.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeFace_spliter_1(self,theTools),Mx3dShapeObjectSequence)};Mx3dShapeFace.prototype["MirrorByPoint"]=Mx3dShapeFace.prototype.MirrorByPoint=function(theP){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;_emscripten_bind_Mx3dShapeFace_MirrorByPoint_1(self,theP)};Mx3dShapeFace.prototype["MirroredByPoint"]=Mx3dShapeFace.prototype.MirroredByPoint=function(theP){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeFace_MirroredByPoint_1(self,theP),Mx3dShapeObject)};Mx3dShapeFace.prototype["MirrorByAxis"]=Mx3dShapeFace.prototype.MirrorByAxis=function(axis){var self=this.ptr;if(axis&&typeof axis==="object")axis=axis.ptr;_emscripten_bind_Mx3dShapeFace_MirrorByAxis_1(self,axis)};Mx3dShapeFace.prototype["MirroredByAxis"]=Mx3dShapeFace.prototype.MirroredByAxis=function(axis){var self=this.ptr;if(axis&&typeof axis==="object")axis=axis.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeFace_MirroredByAxis_1(self,axis),Mx3dShapeObject)};Mx3dShapeFace.prototype["MirrorByCSYSR"]=Mx3dShapeFace.prototype.MirrorByCSYSR=function(csysr){var self=this.ptr;if(csysr&&typeof csysr==="object")csysr=csysr.ptr;_emscripten_bind_Mx3dShapeFace_MirrorByCSYSR_1(self,csysr)};Mx3dShapeFace.prototype["MirroredByCSYSR"]=Mx3dShapeFace.prototype.MirroredByCSYSR=function(csysr){var self=this.ptr;if(csysr&&typeof csysr==="object")csysr=csysr.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeFace_MirroredByCSYSR_1(self,csysr),Mx3dShapeObject)};Mx3dShapeFace.prototype["Rotate"]=Mx3dShapeFace.prototype.Rotate=function(axis,ang){var self=this.ptr;if(axis&&typeof axis==="object")axis=axis.ptr;if(ang&&typeof ang==="object")ang=ang.ptr;_emscripten_bind_Mx3dShapeFace_Rotate_2(self,axis,ang)};Mx3dShapeFace.prototype["Rotated"]=Mx3dShapeFace.prototype.Rotated=function(axis,ang){var self=this.ptr;if(axis&&typeof axis==="object")axis=axis.ptr;if(ang&&typeof ang==="object")ang=ang.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeFace_Rotated_2(self,axis,ang),Mx3dShapeObject)};Mx3dShapeFace.prototype["Scale"]=Mx3dShapeFace.prototype.Scale=function(point,s){var self=this.ptr;if(point&&typeof point==="object")point=point.ptr;if(s&&typeof s==="object")s=s.ptr;_emscripten_bind_Mx3dShapeFace_Scale_2(self,point,s)};Mx3dShapeFace.prototype["Scaled"]=Mx3dShapeFace.prototype.Scaled=function(point,s){var self=this.ptr;if(point&&typeof point==="object")point=point.ptr;if(s&&typeof s==="object")s=s.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeFace_Scaled_2(self,point,s),Mx3dShapeObject)};Mx3dShapeFace.prototype["Transform"]=Mx3dShapeFace.prototype.Transform=function(trsf){var self=this.ptr;if(trsf&&typeof trsf==="object")trsf=trsf.ptr;_emscripten_bind_Mx3dShapeFace_Transform_1(self,trsf)};Mx3dShapeFace.prototype["Transformed"]=Mx3dShapeFace.prototype.Transformed=function(trsf){var self=this.ptr;if(trsf&&typeof trsf==="object")trsf=trsf.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeFace_Transformed_1(self,trsf),Mx3dShapeObject)};Mx3dShapeFace.prototype["TranslateByVec"]=Mx3dShapeFace.prototype.TranslateByVec=function(theX,theY,theZ){var self=this.ptr;if(theX&&typeof theX==="object")theX=theX.ptr;if(theY&&typeof theY==="object")theY=theY.ptr;if(theZ&&typeof theZ==="object")theZ=theZ.ptr;if(theY===undefined){_emscripten_bind_Mx3dShapeFace_TranslateByVec_1(self,theX);return}if(theZ===undefined){_emscripten_bind_Mx3dShapeFace_TranslateByVec_2(self,theX,theY);return}_emscripten_bind_Mx3dShapeFace_TranslateByVec_3(self,theX,theY,theZ)};Mx3dShapeFace.prototype["TranslatedByVec"]=Mx3dShapeFace.prototype.TranslatedByVec=function(theX,theY,theZ){var self=this.ptr;if(theX&&typeof theX==="object")theX=theX.ptr;if(theY&&typeof theY==="object")theY=theY.ptr;if(theZ&&typeof theZ==="object")theZ=theZ.ptr;if(theY===undefined){return wrapPointer(_emscripten_bind_Mx3dShapeFace_TranslatedByVec_1(self,theX),Mx3dShapeObject)}if(theZ===undefined){return wrapPointer(_emscripten_bind_Mx3dShapeFace_TranslatedByVec_2(self,theX,theY),Mx3dShapeObject)}return wrapPointer(_emscripten_bind_Mx3dShapeFace_TranslatedByVec_3(self,theX,theY,theZ),Mx3dShapeObject)};Mx3dShapeFace.prototype["TranslateBy2Points"]=Mx3dShapeFace.prototype.TranslateBy2Points=function(point1,point2){var self=this.ptr;if(point1&&typeof point1==="object")point1=point1.ptr;if(point2&&typeof point2==="object")point2=point2.ptr;_emscripten_bind_Mx3dShapeFace_TranslateBy2Points_2(self,point1,point2)};Mx3dShapeFace.prototype["TranslatedBy2Points"]=Mx3dShapeFace.prototype.TranslatedBy2Points=function(point1,point2){var self=this.ptr;if(point1&&typeof point1==="object")point1=point1.ptr;if(point2&&typeof point2==="object")point2=point2.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeFace_TranslatedBy2Points_2(self,point1,point2),Mx3dShapeObject)};Mx3dShapeFace.prototype["Explore"]=Mx3dShapeFace.prototype.Explore=function(ToFind){var self=this.ptr;if(ToFind&&typeof ToFind==="object")ToFind=ToFind.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeFace_Explore_1(self,ToFind),Mx3dShapeObjectSequence)};Mx3dShapeFace.prototype["ShapeType"]=Mx3dShapeFace.prototype.ShapeType=function(){var self=this.ptr;return _emscripten_bind_Mx3dShapeFace_ShapeType_0(self)};Mx3dShapeFace.prototype["Quantities"]=Mx3dShapeFace.prototype.Quantities=function(theAspect){var self=this.ptr;if(theAspect&&typeof theAspect==="object")theAspect=theAspect.ptr;return _emscripten_bind_Mx3dShapeFace_Quantities_1(self,theAspect)};Mx3dShapeFace.prototype["Centroid"]=Mx3dShapeFace.prototype.Centroid=function(theAspect){var self=this.ptr;if(theAspect&&typeof theAspect==="object")theAspect=theAspect.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeFace_Centroid_1(self,theAspect),Mx3dGePoint)};Mx3dShapeFace.prototype["__destroy__"]=Mx3dShapeFace.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_Mx3dShapeFace___destroy___0(self)};function Mx3dShapeWire(){this.ptr=_emscripten_bind_Mx3dShapeWire_Mx3dShapeWire_0();getCache(Mx3dShapeWire)[this.ptr]=this}Mx3dShapeWire.prototype=Object.create(Mx3dShapeObject.prototype);Mx3dShapeWire.prototype.constructor=Mx3dShapeWire;Mx3dShapeWire.prototype.__class__=Mx3dShapeWire;Mx3dShapeWire.__cache__={};Module["Mx3dShapeWire"]=Mx3dShapeWire;Mx3dShapeWire.prototype["getBndBox"]=Mx3dShapeWire.prototype.getBndBox=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeWire_getBndBox_0(self),Mx3dGeBndBox)};Mx3dShapeWire.prototype["reverse"]=Mx3dShapeWire.prototype.reverse=function(){var self=this.ptr;_emscripten_bind_Mx3dShapeWire_reverse_0(self)};Mx3dShapeWire.prototype["reversed"]=Mx3dShapeWire.prototype.reversed=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeWire_reversed_0(self),Mx3dShapeObject)};Mx3dShapeWire.prototype["Orientation"]=Mx3dShapeWire.prototype.Orientation=function(){var self=this.ptr;return _emscripten_bind_Mx3dShapeWire_Orientation_0(self)};Mx3dShapeWire.prototype["move"]=Mx3dShapeWire.prototype.move=function(theLocation){var self=this.ptr;if(theLocation&&typeof theLocation==="object")theLocation=theLocation.ptr;_emscripten_bind_Mx3dShapeWire_move_1(self,theLocation)};Mx3dShapeWire.prototype["moved"]=Mx3dShapeWire.prototype.moved=function(theLocation){var self=this.ptr;if(theLocation&&typeof theLocation==="object")theLocation=theLocation.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeWire_moved_1(self,theLocation),Mx3dShapeObject)};Mx3dShapeWire.prototype["clone"]=Mx3dShapeWire.prototype.clone=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeWire_clone_0(self),Mx3dShapeObject)};Mx3dShapeWire.prototype["fuse"]=Mx3dShapeWire.prototype.fuse=function(theOther){var self=this.ptr;if(theOther&&typeof theOther==="object")theOther=theOther.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeWire_fuse_1(self,theOther),Mx3dShapeObject)};Mx3dShapeWire.prototype["cut"]=Mx3dShapeWire.prototype.cut=function(theOther){var self=this.ptr;if(theOther&&typeof theOther==="object")theOther=theOther.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeWire_cut_1(self,theOther),Mx3dShapeObject)};Mx3dShapeWire.prototype["common"]=Mx3dShapeWire.prototype.common=function(theOther){var self=this.ptr;if(theOther&&typeof theOther==="object")theOther=theOther.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeWire_common_1(self,theOther),Mx3dShapeObject)};Mx3dShapeWire.prototype["section"]=Mx3dShapeWire.prototype.section=function(theOther){var self=this.ptr;if(theOther&&typeof theOther==="object")theOther=theOther.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeWire_section_1(self,theOther),Mx3dShapeObject)};Mx3dShapeWire.prototype["spliter"]=Mx3dShapeWire.prototype.spliter=function(theTools){var self=this.ptr;if(theTools&&typeof theTools==="object")theTools=theTools.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeWire_spliter_1(self,theTools),Mx3dShapeObjectSequence)};Mx3dShapeWire.prototype["MirrorByPoint"]=Mx3dShapeWire.prototype.MirrorByPoint=function(theP){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;_emscripten_bind_Mx3dShapeWire_MirrorByPoint_1(self,theP)};Mx3dShapeWire.prototype["MirroredByPoint"]=Mx3dShapeWire.prototype.MirroredByPoint=function(theP){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeWire_MirroredByPoint_1(self,theP),Mx3dShapeObject)};Mx3dShapeWire.prototype["MirrorByAxis"]=Mx3dShapeWire.prototype.MirrorByAxis=function(axis){var self=this.ptr;if(axis&&typeof axis==="object")axis=axis.ptr;_emscripten_bind_Mx3dShapeWire_MirrorByAxis_1(self,axis)};Mx3dShapeWire.prototype["MirroredByAxis"]=Mx3dShapeWire.prototype.MirroredByAxis=function(axis){var self=this.ptr;if(axis&&typeof axis==="object")axis=axis.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeWire_MirroredByAxis_1(self,axis),Mx3dShapeObject)};Mx3dShapeWire.prototype["MirrorByCSYSR"]=Mx3dShapeWire.prototype.MirrorByCSYSR=function(csysr){var self=this.ptr;if(csysr&&typeof csysr==="object")csysr=csysr.ptr;_emscripten_bind_Mx3dShapeWire_MirrorByCSYSR_1(self,csysr)};Mx3dShapeWire.prototype["MirroredByCSYSR"]=Mx3dShapeWire.prototype.MirroredByCSYSR=function(csysr){var self=this.ptr;if(csysr&&typeof csysr==="object")csysr=csysr.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeWire_MirroredByCSYSR_1(self,csysr),Mx3dShapeObject)};Mx3dShapeWire.prototype["Rotate"]=Mx3dShapeWire.prototype.Rotate=function(axis,ang){var self=this.ptr;if(axis&&typeof axis==="object")axis=axis.ptr;if(ang&&typeof ang==="object")ang=ang.ptr;_emscripten_bind_Mx3dShapeWire_Rotate_2(self,axis,ang)};Mx3dShapeWire.prototype["Rotated"]=Mx3dShapeWire.prototype.Rotated=function(axis,ang){var self=this.ptr;if(axis&&typeof axis==="object")axis=axis.ptr;if(ang&&typeof ang==="object")ang=ang.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeWire_Rotated_2(self,axis,ang),Mx3dShapeObject)};Mx3dShapeWire.prototype["Scale"]=Mx3dShapeWire.prototype.Scale=function(point,s){var self=this.ptr;if(point&&typeof point==="object")point=point.ptr;if(s&&typeof s==="object")s=s.ptr;_emscripten_bind_Mx3dShapeWire_Scale_2(self,point,s)};Mx3dShapeWire.prototype["Scaled"]=Mx3dShapeWire.prototype.Scaled=function(point,s){var self=this.ptr;if(point&&typeof point==="object")point=point.ptr;if(s&&typeof s==="object")s=s.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeWire_Scaled_2(self,point,s),Mx3dShapeObject)};Mx3dShapeWire.prototype["Transform"]=Mx3dShapeWire.prototype.Transform=function(trsf){var self=this.ptr;if(trsf&&typeof trsf==="object")trsf=trsf.ptr;_emscripten_bind_Mx3dShapeWire_Transform_1(self,trsf)};Mx3dShapeWire.prototype["Transformed"]=Mx3dShapeWire.prototype.Transformed=function(trsf){var self=this.ptr;if(trsf&&typeof trsf==="object")trsf=trsf.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeWire_Transformed_1(self,trsf),Mx3dShapeObject)};Mx3dShapeWire.prototype["TranslateByVec"]=Mx3dShapeWire.prototype.TranslateByVec=function(theX,theY,theZ){var self=this.ptr;if(theX&&typeof theX==="object")theX=theX.ptr;if(theY&&typeof theY==="object")theY=theY.ptr;if(theZ&&typeof theZ==="object")theZ=theZ.ptr;if(theY===undefined){_emscripten_bind_Mx3dShapeWire_TranslateByVec_1(self,theX);return}if(theZ===undefined){_emscripten_bind_Mx3dShapeWire_TranslateByVec_2(self,theX,theY);return}_emscripten_bind_Mx3dShapeWire_TranslateByVec_3(self,theX,theY,theZ)};Mx3dShapeWire.prototype["TranslatedByVec"]=Mx3dShapeWire.prototype.TranslatedByVec=function(theX,theY,theZ){var self=this.ptr;if(theX&&typeof theX==="object")theX=theX.ptr;if(theY&&typeof theY==="object")theY=theY.ptr;if(theZ&&typeof theZ==="object")theZ=theZ.ptr;if(theY===undefined){return wrapPointer(_emscripten_bind_Mx3dShapeWire_TranslatedByVec_1(self,theX),Mx3dShapeObject)}if(theZ===undefined){return wrapPointer(_emscripten_bind_Mx3dShapeWire_TranslatedByVec_2(self,theX,theY),Mx3dShapeObject)}return wrapPointer(_emscripten_bind_Mx3dShapeWire_TranslatedByVec_3(self,theX,theY,theZ),Mx3dShapeObject)};Mx3dShapeWire.prototype["TranslateBy2Points"]=Mx3dShapeWire.prototype.TranslateBy2Points=function(point1,point2){var self=this.ptr;if(point1&&typeof point1==="object")point1=point1.ptr;if(point2&&typeof point2==="object")point2=point2.ptr;_emscripten_bind_Mx3dShapeWire_TranslateBy2Points_2(self,point1,point2)};Mx3dShapeWire.prototype["TranslatedBy2Points"]=Mx3dShapeWire.prototype.TranslatedBy2Points=function(point1,point2){var self=this.ptr;if(point1&&typeof point1==="object")point1=point1.ptr;if(point2&&typeof point2==="object")point2=point2.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeWire_TranslatedBy2Points_2(self,point1,point2),Mx3dShapeObject)};Mx3dShapeWire.prototype["Explore"]=Mx3dShapeWire.prototype.Explore=function(ToFind){var self=this.ptr;if(ToFind&&typeof ToFind==="object")ToFind=ToFind.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeWire_Explore_1(self,ToFind),Mx3dShapeObjectSequence)};Mx3dShapeWire.prototype["ShapeType"]=Mx3dShapeWire.prototype.ShapeType=function(){var self=this.ptr;return _emscripten_bind_Mx3dShapeWire_ShapeType_0(self)};Mx3dShapeWire.prototype["Quantities"]=Mx3dShapeWire.prototype.Quantities=function(theAspect){var self=this.ptr;if(theAspect&&typeof theAspect==="object")theAspect=theAspect.ptr;return _emscripten_bind_Mx3dShapeWire_Quantities_1(self,theAspect)};Mx3dShapeWire.prototype["Centroid"]=Mx3dShapeWire.prototype.Centroid=function(theAspect){var self=this.ptr;if(theAspect&&typeof theAspect==="object")theAspect=theAspect.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeWire_Centroid_1(self,theAspect),Mx3dGePoint)};Mx3dShapeWire.prototype["__destroy__"]=Mx3dShapeWire.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_Mx3dShapeWire___destroy___0(self)};function Mx3dShapeShell(){this.ptr=_emscripten_bind_Mx3dShapeShell_Mx3dShapeShell_0();getCache(Mx3dShapeShell)[this.ptr]=this}Mx3dShapeShell.prototype=Object.create(Mx3dShapeObject.prototype);Mx3dShapeShell.prototype.constructor=Mx3dShapeShell;Mx3dShapeShell.prototype.__class__=Mx3dShapeShell;Mx3dShapeShell.__cache__={};Module["Mx3dShapeShell"]=Mx3dShapeShell;Mx3dShapeShell.prototype["getBndBox"]=Mx3dShapeShell.prototype.getBndBox=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeShell_getBndBox_0(self),Mx3dGeBndBox)};Mx3dShapeShell.prototype["reverse"]=Mx3dShapeShell.prototype.reverse=function(){var self=this.ptr;_emscripten_bind_Mx3dShapeShell_reverse_0(self)};Mx3dShapeShell.prototype["reversed"]=Mx3dShapeShell.prototype.reversed=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeShell_reversed_0(self),Mx3dShapeObject)};Mx3dShapeShell.prototype["Orientation"]=Mx3dShapeShell.prototype.Orientation=function(){var self=this.ptr;return _emscripten_bind_Mx3dShapeShell_Orientation_0(self)};Mx3dShapeShell.prototype["move"]=Mx3dShapeShell.prototype.move=function(theLocation){var self=this.ptr;if(theLocation&&typeof theLocation==="object")theLocation=theLocation.ptr;_emscripten_bind_Mx3dShapeShell_move_1(self,theLocation)};Mx3dShapeShell.prototype["moved"]=Mx3dShapeShell.prototype.moved=function(theLocation){var self=this.ptr;if(theLocation&&typeof theLocation==="object")theLocation=theLocation.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeShell_moved_1(self,theLocation),Mx3dShapeObject)};Mx3dShapeShell.prototype["clone"]=Mx3dShapeShell.prototype.clone=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeShell_clone_0(self),Mx3dShapeObject)};Mx3dShapeShell.prototype["fuse"]=Mx3dShapeShell.prototype.fuse=function(theOther){var self=this.ptr;if(theOther&&typeof theOther==="object")theOther=theOther.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeShell_fuse_1(self,theOther),Mx3dShapeObject)};Mx3dShapeShell.prototype["cut"]=Mx3dShapeShell.prototype.cut=function(theOther){var self=this.ptr;if(theOther&&typeof theOther==="object")theOther=theOther.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeShell_cut_1(self,theOther),Mx3dShapeObject)};Mx3dShapeShell.prototype["common"]=Mx3dShapeShell.prototype.common=function(theOther){var self=this.ptr;if(theOther&&typeof theOther==="object")theOther=theOther.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeShell_common_1(self,theOther),Mx3dShapeObject)};Mx3dShapeShell.prototype["section"]=Mx3dShapeShell.prototype.section=function(theOther){var self=this.ptr;if(theOther&&typeof theOther==="object")theOther=theOther.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeShell_section_1(self,theOther),Mx3dShapeObject)};Mx3dShapeShell.prototype["spliter"]=Mx3dShapeShell.prototype.spliter=function(theTools){var self=this.ptr;if(theTools&&typeof theTools==="object")theTools=theTools.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeShell_spliter_1(self,theTools),Mx3dShapeObjectSequence)};Mx3dShapeShell.prototype["MirrorByPoint"]=Mx3dShapeShell.prototype.MirrorByPoint=function(theP){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;_emscripten_bind_Mx3dShapeShell_MirrorByPoint_1(self,theP)};Mx3dShapeShell.prototype["MirroredByPoint"]=Mx3dShapeShell.prototype.MirroredByPoint=function(theP){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeShell_MirroredByPoint_1(self,theP),Mx3dShapeObject)};Mx3dShapeShell.prototype["MirrorByAxis"]=Mx3dShapeShell.prototype.MirrorByAxis=function(axis){var self=this.ptr;if(axis&&typeof axis==="object")axis=axis.ptr;_emscripten_bind_Mx3dShapeShell_MirrorByAxis_1(self,axis)};Mx3dShapeShell.prototype["MirroredByAxis"]=Mx3dShapeShell.prototype.MirroredByAxis=function(axis){var self=this.ptr;if(axis&&typeof axis==="object")axis=axis.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeShell_MirroredByAxis_1(self,axis),Mx3dShapeObject)};Mx3dShapeShell.prototype["MirrorByCSYSR"]=Mx3dShapeShell.prototype.MirrorByCSYSR=function(csysr){var self=this.ptr;if(csysr&&typeof csysr==="object")csysr=csysr.ptr;_emscripten_bind_Mx3dShapeShell_MirrorByCSYSR_1(self,csysr)};Mx3dShapeShell.prototype["MirroredByCSYSR"]=Mx3dShapeShell.prototype.MirroredByCSYSR=function(csysr){var self=this.ptr;if(csysr&&typeof csysr==="object")csysr=csysr.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeShell_MirroredByCSYSR_1(self,csysr),Mx3dShapeObject)};Mx3dShapeShell.prototype["Rotate"]=Mx3dShapeShell.prototype.Rotate=function(axis,ang){var self=this.ptr;if(axis&&typeof axis==="object")axis=axis.ptr;if(ang&&typeof ang==="object")ang=ang.ptr;_emscripten_bind_Mx3dShapeShell_Rotate_2(self,axis,ang)};Mx3dShapeShell.prototype["Rotated"]=Mx3dShapeShell.prototype.Rotated=function(axis,ang){var self=this.ptr;if(axis&&typeof axis==="object")axis=axis.ptr;if(ang&&typeof ang==="object")ang=ang.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeShell_Rotated_2(self,axis,ang),Mx3dShapeObject)};Mx3dShapeShell.prototype["Scale"]=Mx3dShapeShell.prototype.Scale=function(point,s){var self=this.ptr;if(point&&typeof point==="object")point=point.ptr;if(s&&typeof s==="object")s=s.ptr;_emscripten_bind_Mx3dShapeShell_Scale_2(self,point,s)};Mx3dShapeShell.prototype["Scaled"]=Mx3dShapeShell.prototype.Scaled=function(point,s){var self=this.ptr;if(point&&typeof point==="object")point=point.ptr;if(s&&typeof s==="object")s=s.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeShell_Scaled_2(self,point,s),Mx3dShapeObject)};Mx3dShapeShell.prototype["Transform"]=Mx3dShapeShell.prototype.Transform=function(trsf){var self=this.ptr;if(trsf&&typeof trsf==="object")trsf=trsf.ptr;_emscripten_bind_Mx3dShapeShell_Transform_1(self,trsf)};Mx3dShapeShell.prototype["Transformed"]=Mx3dShapeShell.prototype.Transformed=function(trsf){var self=this.ptr;if(trsf&&typeof trsf==="object")trsf=trsf.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeShell_Transformed_1(self,trsf),Mx3dShapeObject)};Mx3dShapeShell.prototype["TranslateByVec"]=Mx3dShapeShell.prototype.TranslateByVec=function(theX,theY,theZ){var self=this.ptr;if(theX&&typeof theX==="object")theX=theX.ptr;if(theY&&typeof theY==="object")theY=theY.ptr;if(theZ&&typeof theZ==="object")theZ=theZ.ptr;if(theY===undefined){_emscripten_bind_Mx3dShapeShell_TranslateByVec_1(self,theX);return}if(theZ===undefined){_emscripten_bind_Mx3dShapeShell_TranslateByVec_2(self,theX,theY);return}_emscripten_bind_Mx3dShapeShell_TranslateByVec_3(self,theX,theY,theZ)};Mx3dShapeShell.prototype["TranslatedByVec"]=Mx3dShapeShell.prototype.TranslatedByVec=function(theX,theY,theZ){var self=this.ptr;if(theX&&typeof theX==="object")theX=theX.ptr;if(theY&&typeof theY==="object")theY=theY.ptr;if(theZ&&typeof theZ==="object")theZ=theZ.ptr;if(theY===undefined){return wrapPointer(_emscripten_bind_Mx3dShapeShell_TranslatedByVec_1(self,theX),Mx3dShapeObject)}if(theZ===undefined){return wrapPointer(_emscripten_bind_Mx3dShapeShell_TranslatedByVec_2(self,theX,theY),Mx3dShapeObject)}return wrapPointer(_emscripten_bind_Mx3dShapeShell_TranslatedByVec_3(self,theX,theY,theZ),Mx3dShapeObject)};Mx3dShapeShell.prototype["TranslateBy2Points"]=Mx3dShapeShell.prototype.TranslateBy2Points=function(point1,point2){var self=this.ptr;if(point1&&typeof point1==="object")point1=point1.ptr;if(point2&&typeof point2==="object")point2=point2.ptr;_emscripten_bind_Mx3dShapeShell_TranslateBy2Points_2(self,point1,point2)};Mx3dShapeShell.prototype["TranslatedBy2Points"]=Mx3dShapeShell.prototype.TranslatedBy2Points=function(point1,point2){var self=this.ptr;if(point1&&typeof point1==="object")point1=point1.ptr;if(point2&&typeof point2==="object")point2=point2.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeShell_TranslatedBy2Points_2(self,point1,point2),Mx3dShapeObject)};Mx3dShapeShell.prototype["Explore"]=Mx3dShapeShell.prototype.Explore=function(ToFind){var self=this.ptr;if(ToFind&&typeof ToFind==="object")ToFind=ToFind.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeShell_Explore_1(self,ToFind),Mx3dShapeObjectSequence)};Mx3dShapeShell.prototype["ShapeType"]=Mx3dShapeShell.prototype.ShapeType=function(){var self=this.ptr;return _emscripten_bind_Mx3dShapeShell_ShapeType_0(self)};Mx3dShapeShell.prototype["Quantities"]=Mx3dShapeShell.prototype.Quantities=function(theAspect){var self=this.ptr;if(theAspect&&typeof theAspect==="object")theAspect=theAspect.ptr;return _emscripten_bind_Mx3dShapeShell_Quantities_1(self,theAspect)};Mx3dShapeShell.prototype["Centroid"]=Mx3dShapeShell.prototype.Centroid=function(theAspect){var self=this.ptr;if(theAspect&&typeof theAspect==="object")theAspect=theAspect.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeShell_Centroid_1(self,theAspect),Mx3dGePoint)};Mx3dShapeShell.prototype["__destroy__"]=Mx3dShapeShell.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_Mx3dShapeShell___destroy___0(self)};function Mx3dShapeSolid(){this.ptr=_emscripten_bind_Mx3dShapeSolid_Mx3dShapeSolid_0();getCache(Mx3dShapeSolid)[this.ptr]=this}Mx3dShapeSolid.prototype=Object.create(Mx3dShapeObject.prototype);Mx3dShapeSolid.prototype.constructor=Mx3dShapeSolid;Mx3dShapeSolid.prototype.__class__=Mx3dShapeSolid;Mx3dShapeSolid.__cache__={};Module["Mx3dShapeSolid"]=Mx3dShapeSolid;Mx3dShapeSolid.prototype["getBndBox"]=Mx3dShapeSolid.prototype.getBndBox=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeSolid_getBndBox_0(self),Mx3dGeBndBox)};Mx3dShapeSolid.prototype["reverse"]=Mx3dShapeSolid.prototype.reverse=function(){var self=this.ptr;_emscripten_bind_Mx3dShapeSolid_reverse_0(self)};Mx3dShapeSolid.prototype["reversed"]=Mx3dShapeSolid.prototype.reversed=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeSolid_reversed_0(self),Mx3dShapeObject)};Mx3dShapeSolid.prototype["Orientation"]=Mx3dShapeSolid.prototype.Orientation=function(){var self=this.ptr;return _emscripten_bind_Mx3dShapeSolid_Orientation_0(self)};Mx3dShapeSolid.prototype["move"]=Mx3dShapeSolid.prototype.move=function(theLocation){var self=this.ptr;if(theLocation&&typeof theLocation==="object")theLocation=theLocation.ptr;_emscripten_bind_Mx3dShapeSolid_move_1(self,theLocation)};Mx3dShapeSolid.prototype["moved"]=Mx3dShapeSolid.prototype.moved=function(theLocation){var self=this.ptr;if(theLocation&&typeof theLocation==="object")theLocation=theLocation.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeSolid_moved_1(self,theLocation),Mx3dShapeObject)};Mx3dShapeSolid.prototype["clone"]=Mx3dShapeSolid.prototype.clone=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeSolid_clone_0(self),Mx3dShapeObject)};Mx3dShapeSolid.prototype["fuse"]=Mx3dShapeSolid.prototype.fuse=function(theOther){var self=this.ptr;if(theOther&&typeof theOther==="object")theOther=theOther.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeSolid_fuse_1(self,theOther),Mx3dShapeObject)};Mx3dShapeSolid.prototype["cut"]=Mx3dShapeSolid.prototype.cut=function(theOther){var self=this.ptr;if(theOther&&typeof theOther==="object")theOther=theOther.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeSolid_cut_1(self,theOther),Mx3dShapeObject)};Mx3dShapeSolid.prototype["common"]=Mx3dShapeSolid.prototype.common=function(theOther){var self=this.ptr;if(theOther&&typeof theOther==="object")theOther=theOther.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeSolid_common_1(self,theOther),Mx3dShapeObject)};Mx3dShapeSolid.prototype["section"]=Mx3dShapeSolid.prototype.section=function(theOther){var self=this.ptr;if(theOther&&typeof theOther==="object")theOther=theOther.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeSolid_section_1(self,theOther),Mx3dShapeObject)};Mx3dShapeSolid.prototype["spliter"]=Mx3dShapeSolid.prototype.spliter=function(theTools){var self=this.ptr;if(theTools&&typeof theTools==="object")theTools=theTools.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeSolid_spliter_1(self,theTools),Mx3dShapeObjectSequence)};Mx3dShapeSolid.prototype["MirrorByPoint"]=Mx3dShapeSolid.prototype.MirrorByPoint=function(theP){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;_emscripten_bind_Mx3dShapeSolid_MirrorByPoint_1(self,theP)};Mx3dShapeSolid.prototype["MirroredByPoint"]=Mx3dShapeSolid.prototype.MirroredByPoint=function(theP){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeSolid_MirroredByPoint_1(self,theP),Mx3dShapeObject)};Mx3dShapeSolid.prototype["MirrorByAxis"]=Mx3dShapeSolid.prototype.MirrorByAxis=function(axis){var self=this.ptr;if(axis&&typeof axis==="object")axis=axis.ptr;_emscripten_bind_Mx3dShapeSolid_MirrorByAxis_1(self,axis)};Mx3dShapeSolid.prototype["MirroredByAxis"]=Mx3dShapeSolid.prototype.MirroredByAxis=function(axis){var self=this.ptr;if(axis&&typeof axis==="object")axis=axis.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeSolid_MirroredByAxis_1(self,axis),Mx3dShapeObject)};Mx3dShapeSolid.prototype["MirrorByCSYSR"]=Mx3dShapeSolid.prototype.MirrorByCSYSR=function(csysr){var self=this.ptr;if(csysr&&typeof csysr==="object")csysr=csysr.ptr;_emscripten_bind_Mx3dShapeSolid_MirrorByCSYSR_1(self,csysr)};Mx3dShapeSolid.prototype["MirroredByCSYSR"]=Mx3dShapeSolid.prototype.MirroredByCSYSR=function(csysr){var self=this.ptr;if(csysr&&typeof csysr==="object")csysr=csysr.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeSolid_MirroredByCSYSR_1(self,csysr),Mx3dShapeObject)};Mx3dShapeSolid.prototype["Rotate"]=Mx3dShapeSolid.prototype.Rotate=function(axis,ang){var self=this.ptr;if(axis&&typeof axis==="object")axis=axis.ptr;if(ang&&typeof ang==="object")ang=ang.ptr;_emscripten_bind_Mx3dShapeSolid_Rotate_2(self,axis,ang)};Mx3dShapeSolid.prototype["Rotated"]=Mx3dShapeSolid.prototype.Rotated=function(axis,ang){var self=this.ptr;if(axis&&typeof axis==="object")axis=axis.ptr;if(ang&&typeof ang==="object")ang=ang.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeSolid_Rotated_2(self,axis,ang),Mx3dShapeObject)};Mx3dShapeSolid.prototype["Scale"]=Mx3dShapeSolid.prototype.Scale=function(point,s){var self=this.ptr;if(point&&typeof point==="object")point=point.ptr;if(s&&typeof s==="object")s=s.ptr;_emscripten_bind_Mx3dShapeSolid_Scale_2(self,point,s)};Mx3dShapeSolid.prototype["Scaled"]=Mx3dShapeSolid.prototype.Scaled=function(point,s){var self=this.ptr;if(point&&typeof point==="object")point=point.ptr;if(s&&typeof s==="object")s=s.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeSolid_Scaled_2(self,point,s),Mx3dShapeObject)};Mx3dShapeSolid.prototype["Transform"]=Mx3dShapeSolid.prototype.Transform=function(trsf){var self=this.ptr;if(trsf&&typeof trsf==="object")trsf=trsf.ptr;_emscripten_bind_Mx3dShapeSolid_Transform_1(self,trsf)};Mx3dShapeSolid.prototype["Transformed"]=Mx3dShapeSolid.prototype.Transformed=function(trsf){var self=this.ptr;if(trsf&&typeof trsf==="object")trsf=trsf.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeSolid_Transformed_1(self,trsf),Mx3dShapeObject)};Mx3dShapeSolid.prototype["TranslateByVec"]=Mx3dShapeSolid.prototype.TranslateByVec=function(theX,theY,theZ){var self=this.ptr;if(theX&&typeof theX==="object")theX=theX.ptr;if(theY&&typeof theY==="object")theY=theY.ptr;if(theZ&&typeof theZ==="object")theZ=theZ.ptr;if(theY===undefined){_emscripten_bind_Mx3dShapeSolid_TranslateByVec_1(self,theX);return}if(theZ===undefined){_emscripten_bind_Mx3dShapeSolid_TranslateByVec_2(self,theX,theY);return}_emscripten_bind_Mx3dShapeSolid_TranslateByVec_3(self,theX,theY,theZ)};Mx3dShapeSolid.prototype["TranslatedByVec"]=Mx3dShapeSolid.prototype.TranslatedByVec=function(theX,theY,theZ){var self=this.ptr;if(theX&&typeof theX==="object")theX=theX.ptr;if(theY&&typeof theY==="object")theY=theY.ptr;if(theZ&&typeof theZ==="object")theZ=theZ.ptr;if(theY===undefined){return wrapPointer(_emscripten_bind_Mx3dShapeSolid_TranslatedByVec_1(self,theX),Mx3dShapeObject)}if(theZ===undefined){return wrapPointer(_emscripten_bind_Mx3dShapeSolid_TranslatedByVec_2(self,theX,theY),Mx3dShapeObject)}return wrapPointer(_emscripten_bind_Mx3dShapeSolid_TranslatedByVec_3(self,theX,theY,theZ),Mx3dShapeObject)};Mx3dShapeSolid.prototype["TranslateBy2Points"]=Mx3dShapeSolid.prototype.TranslateBy2Points=function(point1,point2){var self=this.ptr;if(point1&&typeof point1==="object")point1=point1.ptr;if(point2&&typeof point2==="object")point2=point2.ptr;_emscripten_bind_Mx3dShapeSolid_TranslateBy2Points_2(self,point1,point2)};Mx3dShapeSolid.prototype["TranslatedBy2Points"]=Mx3dShapeSolid.prototype.TranslatedBy2Points=function(point1,point2){var self=this.ptr;if(point1&&typeof point1==="object")point1=point1.ptr;if(point2&&typeof point2==="object")point2=point2.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeSolid_TranslatedBy2Points_2(self,point1,point2),Mx3dShapeObject)};Mx3dShapeSolid.prototype["Explore"]=Mx3dShapeSolid.prototype.Explore=function(ToFind){var self=this.ptr;if(ToFind&&typeof ToFind==="object")ToFind=ToFind.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeSolid_Explore_1(self,ToFind),Mx3dShapeObjectSequence)};Mx3dShapeSolid.prototype["ShapeType"]=Mx3dShapeSolid.prototype.ShapeType=function(){var self=this.ptr;return _emscripten_bind_Mx3dShapeSolid_ShapeType_0(self)};Mx3dShapeSolid.prototype["Quantities"]=Mx3dShapeSolid.prototype.Quantities=function(theAspect){var self=this.ptr;if(theAspect&&typeof theAspect==="object")theAspect=theAspect.ptr;return _emscripten_bind_Mx3dShapeSolid_Quantities_1(self,theAspect)};Mx3dShapeSolid.prototype["Centroid"]=Mx3dShapeSolid.prototype.Centroid=function(theAspect){var self=this.ptr;if(theAspect&&typeof theAspect==="object")theAspect=theAspect.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeSolid_Centroid_1(self,theAspect),Mx3dGePoint)};Mx3dShapeSolid.prototype["__destroy__"]=Mx3dShapeSolid.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_Mx3dShapeSolid___destroy___0(self)};function Mx3dShapeCompSolid(){this.ptr=_emscripten_bind_Mx3dShapeCompSolid_Mx3dShapeCompSolid_0();getCache(Mx3dShapeCompSolid)[this.ptr]=this}Mx3dShapeCompSolid.prototype=Object.create(Mx3dShapeObject.prototype);Mx3dShapeCompSolid.prototype.constructor=Mx3dShapeCompSolid;Mx3dShapeCompSolid.prototype.__class__=Mx3dShapeCompSolid;Mx3dShapeCompSolid.__cache__={};Module["Mx3dShapeCompSolid"]=Mx3dShapeCompSolid;Mx3dShapeCompSolid.prototype["getBndBox"]=Mx3dShapeCompSolid.prototype.getBndBox=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeCompSolid_getBndBox_0(self),Mx3dGeBndBox)};Mx3dShapeCompSolid.prototype["reverse"]=Mx3dShapeCompSolid.prototype.reverse=function(){var self=this.ptr;_emscripten_bind_Mx3dShapeCompSolid_reverse_0(self)};Mx3dShapeCompSolid.prototype["reversed"]=Mx3dShapeCompSolid.prototype.reversed=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeCompSolid_reversed_0(self),Mx3dShapeObject)};Mx3dShapeCompSolid.prototype["Orientation"]=Mx3dShapeCompSolid.prototype.Orientation=function(){var self=this.ptr;return _emscripten_bind_Mx3dShapeCompSolid_Orientation_0(self)};Mx3dShapeCompSolid.prototype["move"]=Mx3dShapeCompSolid.prototype.move=function(theLocation){var self=this.ptr;if(theLocation&&typeof theLocation==="object")theLocation=theLocation.ptr;_emscripten_bind_Mx3dShapeCompSolid_move_1(self,theLocation)};Mx3dShapeCompSolid.prototype["moved"]=Mx3dShapeCompSolid.prototype.moved=function(theLocation){var self=this.ptr;if(theLocation&&typeof theLocation==="object")theLocation=theLocation.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeCompSolid_moved_1(self,theLocation),Mx3dShapeObject)};Mx3dShapeCompSolid.prototype["clone"]=Mx3dShapeCompSolid.prototype.clone=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeCompSolid_clone_0(self),Mx3dShapeObject)};Mx3dShapeCompSolid.prototype["fuse"]=Mx3dShapeCompSolid.prototype.fuse=function(theOther){var self=this.ptr;if(theOther&&typeof theOther==="object")theOther=theOther.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeCompSolid_fuse_1(self,theOther),Mx3dShapeObject)};Mx3dShapeCompSolid.prototype["cut"]=Mx3dShapeCompSolid.prototype.cut=function(theOther){var self=this.ptr;if(theOther&&typeof theOther==="object")theOther=theOther.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeCompSolid_cut_1(self,theOther),Mx3dShapeObject)};Mx3dShapeCompSolid.prototype["common"]=Mx3dShapeCompSolid.prototype.common=function(theOther){var self=this.ptr;if(theOther&&typeof theOther==="object")theOther=theOther.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeCompSolid_common_1(self,theOther),Mx3dShapeObject)};Mx3dShapeCompSolid.prototype["section"]=Mx3dShapeCompSolid.prototype.section=function(theOther){var self=this.ptr;if(theOther&&typeof theOther==="object")theOther=theOther.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeCompSolid_section_1(self,theOther),Mx3dShapeObject)};Mx3dShapeCompSolid.prototype["spliter"]=Mx3dShapeCompSolid.prototype.spliter=function(theTools){var self=this.ptr;if(theTools&&typeof theTools==="object")theTools=theTools.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeCompSolid_spliter_1(self,theTools),Mx3dShapeObjectSequence)};Mx3dShapeCompSolid.prototype["MirrorByPoint"]=Mx3dShapeCompSolid.prototype.MirrorByPoint=function(theP){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;_emscripten_bind_Mx3dShapeCompSolid_MirrorByPoint_1(self,theP)};Mx3dShapeCompSolid.prototype["MirroredByPoint"]=Mx3dShapeCompSolid.prototype.MirroredByPoint=function(theP){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeCompSolid_MirroredByPoint_1(self,theP),Mx3dShapeObject)};Mx3dShapeCompSolid.prototype["MirrorByAxis"]=Mx3dShapeCompSolid.prototype.MirrorByAxis=function(axis){var self=this.ptr;if(axis&&typeof axis==="object")axis=axis.ptr;_emscripten_bind_Mx3dShapeCompSolid_MirrorByAxis_1(self,axis)};Mx3dShapeCompSolid.prototype["MirroredByAxis"]=Mx3dShapeCompSolid.prototype.MirroredByAxis=function(axis){var self=this.ptr;if(axis&&typeof axis==="object")axis=axis.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeCompSolid_MirroredByAxis_1(self,axis),Mx3dShapeObject)};Mx3dShapeCompSolid.prototype["MirrorByCSYSR"]=Mx3dShapeCompSolid.prototype.MirrorByCSYSR=function(csysr){var self=this.ptr;if(csysr&&typeof csysr==="object")csysr=csysr.ptr;_emscripten_bind_Mx3dShapeCompSolid_MirrorByCSYSR_1(self,csysr)};Mx3dShapeCompSolid.prototype["MirroredByCSYSR"]=Mx3dShapeCompSolid.prototype.MirroredByCSYSR=function(csysr){var self=this.ptr;if(csysr&&typeof csysr==="object")csysr=csysr.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeCompSolid_MirroredByCSYSR_1(self,csysr),Mx3dShapeObject)};Mx3dShapeCompSolid.prototype["Rotate"]=Mx3dShapeCompSolid.prototype.Rotate=function(axis,ang){var self=this.ptr;if(axis&&typeof axis==="object")axis=axis.ptr;if(ang&&typeof ang==="object")ang=ang.ptr;_emscripten_bind_Mx3dShapeCompSolid_Rotate_2(self,axis,ang)};Mx3dShapeCompSolid.prototype["Rotated"]=Mx3dShapeCompSolid.prototype.Rotated=function(axis,ang){var self=this.ptr;if(axis&&typeof axis==="object")axis=axis.ptr;if(ang&&typeof ang==="object")ang=ang.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeCompSolid_Rotated_2(self,axis,ang),Mx3dShapeObject)};Mx3dShapeCompSolid.prototype["Scale"]=Mx3dShapeCompSolid.prototype.Scale=function(point,s){var self=this.ptr;if(point&&typeof point==="object")point=point.ptr;if(s&&typeof s==="object")s=s.ptr;_emscripten_bind_Mx3dShapeCompSolid_Scale_2(self,point,s)};Mx3dShapeCompSolid.prototype["Scaled"]=Mx3dShapeCompSolid.prototype.Scaled=function(point,s){var self=this.ptr;if(point&&typeof point==="object")point=point.ptr;if(s&&typeof s==="object")s=s.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeCompSolid_Scaled_2(self,point,s),Mx3dShapeObject)};Mx3dShapeCompSolid.prototype["Transform"]=Mx3dShapeCompSolid.prototype.Transform=function(trsf){var self=this.ptr;if(trsf&&typeof trsf==="object")trsf=trsf.ptr;_emscripten_bind_Mx3dShapeCompSolid_Transform_1(self,trsf)};Mx3dShapeCompSolid.prototype["Transformed"]=Mx3dShapeCompSolid.prototype.Transformed=function(trsf){var self=this.ptr;if(trsf&&typeof trsf==="object")trsf=trsf.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeCompSolid_Transformed_1(self,trsf),Mx3dShapeObject)};Mx3dShapeCompSolid.prototype["TranslateByVec"]=Mx3dShapeCompSolid.prototype.TranslateByVec=function(theX,theY,theZ){var self=this.ptr;if(theX&&typeof theX==="object")theX=theX.ptr;if(theY&&typeof theY==="object")theY=theY.ptr;if(theZ&&typeof theZ==="object")theZ=theZ.ptr;if(theY===undefined){_emscripten_bind_Mx3dShapeCompSolid_TranslateByVec_1(self,theX);return}if(theZ===undefined){_emscripten_bind_Mx3dShapeCompSolid_TranslateByVec_2(self,theX,theY);return}_emscripten_bind_Mx3dShapeCompSolid_TranslateByVec_3(self,theX,theY,theZ)};Mx3dShapeCompSolid.prototype["TranslatedByVec"]=Mx3dShapeCompSolid.prototype.TranslatedByVec=function(theX,theY,theZ){var self=this.ptr;if(theX&&typeof theX==="object")theX=theX.ptr;if(theY&&typeof theY==="object")theY=theY.ptr;if(theZ&&typeof theZ==="object")theZ=theZ.ptr;if(theY===undefined){return wrapPointer(_emscripten_bind_Mx3dShapeCompSolid_TranslatedByVec_1(self,theX),Mx3dShapeObject)}if(theZ===undefined){return wrapPointer(_emscripten_bind_Mx3dShapeCompSolid_TranslatedByVec_2(self,theX,theY),Mx3dShapeObject)}return wrapPointer(_emscripten_bind_Mx3dShapeCompSolid_TranslatedByVec_3(self,theX,theY,theZ),Mx3dShapeObject)};Mx3dShapeCompSolid.prototype["TranslateBy2Points"]=Mx3dShapeCompSolid.prototype.TranslateBy2Points=function(point1,point2){var self=this.ptr;if(point1&&typeof point1==="object")point1=point1.ptr;if(point2&&typeof point2==="object")point2=point2.ptr;_emscripten_bind_Mx3dShapeCompSolid_TranslateBy2Points_2(self,point1,point2)};Mx3dShapeCompSolid.prototype["TranslatedBy2Points"]=Mx3dShapeCompSolid.prototype.TranslatedBy2Points=function(point1,point2){var self=this.ptr;if(point1&&typeof point1==="object")point1=point1.ptr;if(point2&&typeof point2==="object")point2=point2.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeCompSolid_TranslatedBy2Points_2(self,point1,point2),Mx3dShapeObject)};Mx3dShapeCompSolid.prototype["Explore"]=Mx3dShapeCompSolid.prototype.Explore=function(ToFind){var self=this.ptr;if(ToFind&&typeof ToFind==="object")ToFind=ToFind.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeCompSolid_Explore_1(self,ToFind),Mx3dShapeObjectSequence)};Mx3dShapeCompSolid.prototype["ShapeType"]=Mx3dShapeCompSolid.prototype.ShapeType=function(){var self=this.ptr;return _emscripten_bind_Mx3dShapeCompSolid_ShapeType_0(self)};Mx3dShapeCompSolid.prototype["Quantities"]=Mx3dShapeCompSolid.prototype.Quantities=function(theAspect){var self=this.ptr;if(theAspect&&typeof theAspect==="object")theAspect=theAspect.ptr;return _emscripten_bind_Mx3dShapeCompSolid_Quantities_1(self,theAspect)};Mx3dShapeCompSolid.prototype["Centroid"]=Mx3dShapeCompSolid.prototype.Centroid=function(theAspect){var self=this.ptr;if(theAspect&&typeof theAspect==="object")theAspect=theAspect.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeCompSolid_Centroid_1(self,theAspect),Mx3dGePoint)};Mx3dShapeCompSolid.prototype["__destroy__"]=Mx3dShapeCompSolid.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_Mx3dShapeCompSolid___destroy___0(self)};function Mx3dShapeCompound(){this.ptr=_emscripten_bind_Mx3dShapeCompound_Mx3dShapeCompound_0();getCache(Mx3dShapeCompound)[this.ptr]=this}Mx3dShapeCompound.prototype=Object.create(Mx3dShapeObject.prototype);Mx3dShapeCompound.prototype.constructor=Mx3dShapeCompound;Mx3dShapeCompound.prototype.__class__=Mx3dShapeCompound;Mx3dShapeCompound.__cache__={};Module["Mx3dShapeCompound"]=Mx3dShapeCompound;Mx3dShapeCompound.prototype["getBndBox"]=Mx3dShapeCompound.prototype.getBndBox=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeCompound_getBndBox_0(self),Mx3dGeBndBox)};Mx3dShapeCompound.prototype["reverse"]=Mx3dShapeCompound.prototype.reverse=function(){var self=this.ptr;_emscripten_bind_Mx3dShapeCompound_reverse_0(self)};Mx3dShapeCompound.prototype["reversed"]=Mx3dShapeCompound.prototype.reversed=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeCompound_reversed_0(self),Mx3dShapeObject)};Mx3dShapeCompound.prototype["Orientation"]=Mx3dShapeCompound.prototype.Orientation=function(){var self=this.ptr;return _emscripten_bind_Mx3dShapeCompound_Orientation_0(self)};Mx3dShapeCompound.prototype["move"]=Mx3dShapeCompound.prototype.move=function(theLocation){var self=this.ptr;if(theLocation&&typeof theLocation==="object")theLocation=theLocation.ptr;_emscripten_bind_Mx3dShapeCompound_move_1(self,theLocation)};Mx3dShapeCompound.prototype["moved"]=Mx3dShapeCompound.prototype.moved=function(theLocation){var self=this.ptr;if(theLocation&&typeof theLocation==="object")theLocation=theLocation.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeCompound_moved_1(self,theLocation),Mx3dShapeObject)};Mx3dShapeCompound.prototype["clone"]=Mx3dShapeCompound.prototype.clone=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeCompound_clone_0(self),Mx3dShapeObject)};Mx3dShapeCompound.prototype["fuse"]=Mx3dShapeCompound.prototype.fuse=function(theOther){var self=this.ptr;if(theOther&&typeof theOther==="object")theOther=theOther.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeCompound_fuse_1(self,theOther),Mx3dShapeObject)};Mx3dShapeCompound.prototype["cut"]=Mx3dShapeCompound.prototype.cut=function(theOther){var self=this.ptr;if(theOther&&typeof theOther==="object")theOther=theOther.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeCompound_cut_1(self,theOther),Mx3dShapeObject)};Mx3dShapeCompound.prototype["common"]=Mx3dShapeCompound.prototype.common=function(theOther){var self=this.ptr;if(theOther&&typeof theOther==="object")theOther=theOther.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeCompound_common_1(self,theOther),Mx3dShapeObject)};Mx3dShapeCompound.prototype["section"]=Mx3dShapeCompound.prototype.section=function(theOther){var self=this.ptr;if(theOther&&typeof theOther==="object")theOther=theOther.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeCompound_section_1(self,theOther),Mx3dShapeObject)};Mx3dShapeCompound.prototype["spliter"]=Mx3dShapeCompound.prototype.spliter=function(theTools){var self=this.ptr;if(theTools&&typeof theTools==="object")theTools=theTools.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeCompound_spliter_1(self,theTools),Mx3dShapeObjectSequence)};Mx3dShapeCompound.prototype["MirrorByPoint"]=Mx3dShapeCompound.prototype.MirrorByPoint=function(theP){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;_emscripten_bind_Mx3dShapeCompound_MirrorByPoint_1(self,theP)};Mx3dShapeCompound.prototype["MirroredByPoint"]=Mx3dShapeCompound.prototype.MirroredByPoint=function(theP){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeCompound_MirroredByPoint_1(self,theP),Mx3dShapeObject)};Mx3dShapeCompound.prototype["MirrorByAxis"]=Mx3dShapeCompound.prototype.MirrorByAxis=function(axis){var self=this.ptr;if(axis&&typeof axis==="object")axis=axis.ptr;_emscripten_bind_Mx3dShapeCompound_MirrorByAxis_1(self,axis)};Mx3dShapeCompound.prototype["MirroredByAxis"]=Mx3dShapeCompound.prototype.MirroredByAxis=function(axis){var self=this.ptr;if(axis&&typeof axis==="object")axis=axis.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeCompound_MirroredByAxis_1(self,axis),Mx3dShapeObject)};Mx3dShapeCompound.prototype["MirrorByCSYSR"]=Mx3dShapeCompound.prototype.MirrorByCSYSR=function(csysr){var self=this.ptr;if(csysr&&typeof csysr==="object")csysr=csysr.ptr;_emscripten_bind_Mx3dShapeCompound_MirrorByCSYSR_1(self,csysr)};Mx3dShapeCompound.prototype["MirroredByCSYSR"]=Mx3dShapeCompound.prototype.MirroredByCSYSR=function(csysr){var self=this.ptr;if(csysr&&typeof csysr==="object")csysr=csysr.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeCompound_MirroredByCSYSR_1(self,csysr),Mx3dShapeObject)};Mx3dShapeCompound.prototype["Rotate"]=Mx3dShapeCompound.prototype.Rotate=function(axis,ang){var self=this.ptr;if(axis&&typeof axis==="object")axis=axis.ptr;if(ang&&typeof ang==="object")ang=ang.ptr;_emscripten_bind_Mx3dShapeCompound_Rotate_2(self,axis,ang)};Mx3dShapeCompound.prototype["Rotated"]=Mx3dShapeCompound.prototype.Rotated=function(axis,ang){var self=this.ptr;if(axis&&typeof axis==="object")axis=axis.ptr;if(ang&&typeof ang==="object")ang=ang.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeCompound_Rotated_2(self,axis,ang),Mx3dShapeObject)};Mx3dShapeCompound.prototype["Scale"]=Mx3dShapeCompound.prototype.Scale=function(point,s){var self=this.ptr;if(point&&typeof point==="object")point=point.ptr;if(s&&typeof s==="object")s=s.ptr;_emscripten_bind_Mx3dShapeCompound_Scale_2(self,point,s)};Mx3dShapeCompound.prototype["Scaled"]=Mx3dShapeCompound.prototype.Scaled=function(point,s){var self=this.ptr;if(point&&typeof point==="object")point=point.ptr;if(s&&typeof s==="object")s=s.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeCompound_Scaled_2(self,point,s),Mx3dShapeObject)};Mx3dShapeCompound.prototype["Transform"]=Mx3dShapeCompound.prototype.Transform=function(trsf){var self=this.ptr;if(trsf&&typeof trsf==="object")trsf=trsf.ptr;_emscripten_bind_Mx3dShapeCompound_Transform_1(self,trsf)};Mx3dShapeCompound.prototype["Transformed"]=Mx3dShapeCompound.prototype.Transformed=function(trsf){var self=this.ptr;if(trsf&&typeof trsf==="object")trsf=trsf.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeCompound_Transformed_1(self,trsf),Mx3dShapeObject)};Mx3dShapeCompound.prototype["TranslateByVec"]=Mx3dShapeCompound.prototype.TranslateByVec=function(theX,theY,theZ){var self=this.ptr;if(theX&&typeof theX==="object")theX=theX.ptr;if(theY&&typeof theY==="object")theY=theY.ptr;if(theZ&&typeof theZ==="object")theZ=theZ.ptr;if(theY===undefined){_emscripten_bind_Mx3dShapeCompound_TranslateByVec_1(self,theX);return}if(theZ===undefined){_emscripten_bind_Mx3dShapeCompound_TranslateByVec_2(self,theX,theY);return}_emscripten_bind_Mx3dShapeCompound_TranslateByVec_3(self,theX,theY,theZ)};Mx3dShapeCompound.prototype["TranslatedByVec"]=Mx3dShapeCompound.prototype.TranslatedByVec=function(theX,theY,theZ){var self=this.ptr;if(theX&&typeof theX==="object")theX=theX.ptr;if(theY&&typeof theY==="object")theY=theY.ptr;if(theZ&&typeof theZ==="object")theZ=theZ.ptr;if(theY===undefined){return wrapPointer(_emscripten_bind_Mx3dShapeCompound_TranslatedByVec_1(self,theX),Mx3dShapeObject)}if(theZ===undefined){return wrapPointer(_emscripten_bind_Mx3dShapeCompound_TranslatedByVec_2(self,theX,theY),Mx3dShapeObject)}return wrapPointer(_emscripten_bind_Mx3dShapeCompound_TranslatedByVec_3(self,theX,theY,theZ),Mx3dShapeObject)};Mx3dShapeCompound.prototype["TranslateBy2Points"]=Mx3dShapeCompound.prototype.TranslateBy2Points=function(point1,point2){var self=this.ptr;if(point1&&typeof point1==="object")point1=point1.ptr;if(point2&&typeof point2==="object")point2=point2.ptr;_emscripten_bind_Mx3dShapeCompound_TranslateBy2Points_2(self,point1,point2)};Mx3dShapeCompound.prototype["TranslatedBy2Points"]=Mx3dShapeCompound.prototype.TranslatedBy2Points=function(point1,point2){var self=this.ptr;if(point1&&typeof point1==="object")point1=point1.ptr;if(point2&&typeof point2==="object")point2=point2.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeCompound_TranslatedBy2Points_2(self,point1,point2),Mx3dShapeObject)};Mx3dShapeCompound.prototype["Explore"]=Mx3dShapeCompound.prototype.Explore=function(ToFind){var self=this.ptr;if(ToFind&&typeof ToFind==="object")ToFind=ToFind.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeCompound_Explore_1(self,ToFind),Mx3dShapeObjectSequence)};Mx3dShapeCompound.prototype["ShapeType"]=Mx3dShapeCompound.prototype.ShapeType=function(){var self=this.ptr;return _emscripten_bind_Mx3dShapeCompound_ShapeType_0(self)};Mx3dShapeCompound.prototype["Quantities"]=Mx3dShapeCompound.prototype.Quantities=function(theAspect){var self=this.ptr;if(theAspect&&typeof theAspect==="object")theAspect=theAspect.ptr;return _emscripten_bind_Mx3dShapeCompound_Quantities_1(self,theAspect)};Mx3dShapeCompound.prototype["Centroid"]=Mx3dShapeCompound.prototype.Centroid=function(theAspect){var self=this.ptr;if(theAspect&&typeof theAspect==="object")theAspect=theAspect.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeCompound_Centroid_1(self,theAspect),Mx3dGePoint)};Mx3dShapeCompound.prototype["__destroy__"]=Mx3dShapeCompound.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_Mx3dShapeCompound___destroy___0(self)};function Mx3dShapeObjectSequence(){this.ptr=_emscripten_bind_Mx3dShapeObjectSequence_Mx3dShapeObjectSequence_0();getCache(Mx3dShapeObjectSequence)[this.ptr]=this}Mx3dShapeObjectSequence.prototype=Object.create(Mx3dBaseObject.prototype);Mx3dShapeObjectSequence.prototype.constructor=Mx3dShapeObjectSequence;Mx3dShapeObjectSequence.prototype.__class__=Mx3dShapeObjectSequence;Mx3dShapeObjectSequence.__cache__={};Module["Mx3dShapeObjectSequence"]=Mx3dShapeObjectSequence;Mx3dShapeObjectSequence.prototype["Length"]=Mx3dShapeObjectSequence.prototype.Length=function(){var self=this.ptr;return _emscripten_bind_Mx3dShapeObjectSequence_Length_0(self)};Mx3dShapeObjectSequence.prototype["Value"]=Mx3dShapeObjectSequence.prototype.Value=function(theIndex){var self=this.ptr;if(theIndex&&typeof theIndex==="object")theIndex=theIndex.ptr;return wrapPointer(_emscripten_bind_Mx3dShapeObjectSequence_Value_1(self,theIndex),Mx3dShapeObject)};Mx3dShapeObjectSequence.prototype["Remove"]=Mx3dShapeObjectSequence.prototype.Remove=function(theFromIndex,theToIndex){var self=this.ptr;if(theFromIndex&&typeof theFromIndex==="object")theFromIndex=theFromIndex.ptr;if(theToIndex&&typeof theToIndex==="object")theToIndex=theToIndex.ptr;if(theToIndex===undefined){_emscripten_bind_Mx3dShapeObjectSequence_Remove_1(self,theFromIndex);return}_emscripten_bind_Mx3dShapeObjectSequence_Remove_2(self,theFromIndex,theToIndex)};Mx3dShapeObjectSequence.prototype["Append"]=Mx3dShapeObjectSequence.prototype.Append=function(theShape){var self=this.ptr;if(theShape&&typeof theShape==="object")theShape=theShape.ptr;_emscripten_bind_Mx3dShapeObjectSequence_Append_1(self,theShape)};Mx3dShapeObjectSequence.prototype["Prepend"]=Mx3dShapeObjectSequence.prototype.Prepend=function(theShape){var self=this.ptr;if(theShape&&typeof theShape==="object")theShape=theShape.ptr;_emscripten_bind_Mx3dShapeObjectSequence_Prepend_1(self,theShape)};Mx3dShapeObjectSequence.prototype["__destroy__"]=Mx3dShapeObjectSequence.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_Mx3dShapeObjectSequence___destroy___0(self)};function Mx3dSymbolText(text,height,position){ensureCache.prepare();if(text&&typeof text==="object")text=text.ptr;else text=ensureString(text);if(height&&typeof height==="object")height=height.ptr;if(position&&typeof position==="object")position=position.ptr;if(text===undefined){this.ptr=_emscripten_bind_Mx3dSymbolText_Mx3dSymbolText_0();getCache(Mx3dSymbolText)[this.ptr]=this;return}if(height===undefined){this.ptr=_emscripten_bind_Mx3dSymbolText_Mx3dSymbolText_1(text);getCache(Mx3dSymbolText)[this.ptr]=this;return}if(position===undefined){this.ptr=_emscripten_bind_Mx3dSymbolText_Mx3dSymbolText_2(text,height);getCache(Mx3dSymbolText)[this.ptr]=this;return}this.ptr=_emscripten_bind_Mx3dSymbolText_Mx3dSymbolText_3(text,height,position);getCache(Mx3dSymbolText)[this.ptr]=this}Mx3dSymbolText.prototype=Object.create(Mx3dSymbolObject.prototype);Mx3dSymbolText.prototype.constructor=Mx3dSymbolText;Mx3dSymbolText.prototype.__class__=Mx3dSymbolText;Mx3dSymbolText.__cache__={};Module["Mx3dSymbolText"]=Mx3dSymbolText;Mx3dSymbolText.prototype["SetColor"]=Mx3dSymbolText.prototype.SetColor=function(theR,theG,theB){var self=this.ptr;if(theR&&typeof theR==="object")theR=theR.ptr;if(theG&&typeof theG==="object")theG=theG.ptr;if(theB&&typeof theB==="object")theB=theB.ptr;if(theG===undefined){_emscripten_bind_Mx3dSymbolText_SetColor_1(self,theR);return}if(theB===undefined){_emscripten_bind_Mx3dSymbolText_SetColor_2(self,theR,theG);return}_emscripten_bind_Mx3dSymbolText_SetColor_3(self,theR,theG,theB)};Mx3dSymbolText.prototype["SetText"]=Mx3dSymbolText.prototype.SetText=function(text){var self=this.ptr;ensureCache.prepare();if(text&&typeof text==="object")text=text.ptr;else text=ensureString(text);_emscripten_bind_Mx3dSymbolText_SetText_1(self,text)};Mx3dSymbolText.prototype["SetPositon"]=Mx3dSymbolText.prototype.SetPositon=function(position){var self=this.ptr;if(position&&typeof position==="object")position=position.ptr;_emscripten_bind_Mx3dSymbolText_SetPositon_1(self,position)};Mx3dSymbolText.prototype["SetHJustification"]=Mx3dSymbolText.prototype.SetHJustification=function(theHJust){var self=this.ptr;if(theHJust&&typeof theHJust==="object")theHJust=theHJust.ptr;_emscripten_bind_Mx3dSymbolText_SetHJustification_1(self,theHJust)};Mx3dSymbolText.prototype["SetVJustification"]=Mx3dSymbolText.prototype.SetVJustification=function(theVJust){var self=this.ptr;if(theVJust&&typeof theVJust==="object")theVJust=theVJust.ptr;_emscripten_bind_Mx3dSymbolText_SetVJustification_1(self,theVJust)};Mx3dSymbolText.prototype["SetAngle"]=Mx3dSymbolText.prototype.SetAngle=function(theAngle){var self=this.ptr;if(theAngle&&typeof theAngle==="object")theAngle=theAngle.ptr;_emscripten_bind_Mx3dSymbolText_SetAngle_1(self,theAngle)};Mx3dSymbolText.prototype["SetZoomable"]=Mx3dSymbolText.prototype.SetZoomable=function(theIsZoomable){var self=this.ptr;if(theIsZoomable&&typeof theIsZoomable==="object")theIsZoomable=theIsZoomable.ptr;_emscripten_bind_Mx3dSymbolText_SetZoomable_1(self,theIsZoomable)};Mx3dSymbolText.prototype["SetHeight"]=Mx3dSymbolText.prototype.SetHeight=function(height){var self=this.ptr;if(height&&typeof height==="object")height=height.ptr;_emscripten_bind_Mx3dSymbolText_SetHeight_1(self,height)};Mx3dSymbolText.prototype["SetFontAspect"]=Mx3dSymbolText.prototype.SetFontAspect=function(theFontAspect){var self=this.ptr;if(theFontAspect&&typeof theFontAspect==="object")theFontAspect=theFontAspect.ptr;_emscripten_bind_Mx3dSymbolText_SetFontAspect_1(self,theFontAspect)};Mx3dSymbolText.prototype["SetFont"]=Mx3dSymbolText.prototype.SetFont=function(theFont){var self=this.ptr;ensureCache.prepare();if(theFont&&typeof theFont==="object")theFont=theFont.ptr;else theFont=ensureString(theFont);_emscripten_bind_Mx3dSymbolText_SetFont_1(self,theFont)};Mx3dSymbolText.prototype["SetOrientation3D"]=Mx3dSymbolText.prototype.SetOrientation3D=function(theOrientation){var self=this.ptr;if(theOrientation&&typeof theOrientation==="object")theOrientation=theOrientation.ptr;_emscripten_bind_Mx3dSymbolText_SetOrientation3D_1(self,theOrientation)};Mx3dSymbolText.prototype["UnsetOrientation3D"]=Mx3dSymbolText.prototype.UnsetOrientation3D=function(){var self=this.ptr;_emscripten_bind_Mx3dSymbolText_UnsetOrientation3D_0(self)};Mx3dSymbolText.prototype["Position"]=Mx3dSymbolText.prototype.Position=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dSymbolText_Position_0(self),Mx3dGePoint)};Mx3dSymbolText.prototype["FontAspect"]=Mx3dSymbolText.prototype.FontAspect=function(){var self=this.ptr;return _emscripten_bind_Mx3dSymbolText_FontAspect_0(self)};Mx3dSymbolText.prototype["Orientation3D"]=Mx3dSymbolText.prototype.Orientation3D=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dSymbolText_Orientation3D_0(self),Mx3dGeCSYSR)};Mx3dSymbolText.prototype["HasOrientation3D"]=Mx3dSymbolText.prototype.HasOrientation3D=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dSymbolText_HasOrientation3D_0(self)};Mx3dSymbolText.prototype["SetFlipping"]=Mx3dSymbolText.prototype.SetFlipping=function(theIsFlipping){var self=this.ptr;if(theIsFlipping&&typeof theIsFlipping==="object")theIsFlipping=theIsFlipping.ptr;_emscripten_bind_Mx3dSymbolText_SetFlipping_1(self,theIsFlipping)};Mx3dSymbolText.prototype["HasFlipping"]=Mx3dSymbolText.prototype.HasFlipping=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dSymbolText_HasFlipping_0(self)};Mx3dSymbolText.prototype["HasOwnAnchorPoint"]=Mx3dSymbolText.prototype.HasOwnAnchorPoint=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dSymbolText_HasOwnAnchorPoint_0(self)};Mx3dSymbolText.prototype["SetOwnAnchorPoint"]=Mx3dSymbolText.prototype.SetOwnAnchorPoint=function(theOwnAnchorPoint){var self=this.ptr;if(theOwnAnchorPoint&&typeof theOwnAnchorPoint==="object")theOwnAnchorPoint=theOwnAnchorPoint.ptr;_emscripten_bind_Mx3dSymbolText_SetOwnAnchorPoint_1(self,theOwnAnchorPoint)};Mx3dSymbolText.prototype["SetDisplayType"]=Mx3dSymbolText.prototype.SetDisplayType=function(theDisplayType){var self=this.ptr;if(theDisplayType&&typeof theDisplayType==="object")theDisplayType=theDisplayType.ptr;_emscripten_bind_Mx3dSymbolText_SetDisplayType_1(self,theDisplayType)};Mx3dSymbolText.prototype["SetColorSubTitle"]=Mx3dSymbolText.prototype.SetColorSubTitle=function(theR,theG,theB){var self=this.ptr;if(theR&&typeof theR==="object")theR=theR.ptr;if(theG&&typeof theG==="object")theG=theG.ptr;if(theB&&typeof theB==="object")theB=theB.ptr;_emscripten_bind_Mx3dSymbolText_SetColorSubTitle_3(self,theR,theG,theB)};Mx3dSymbolText.prototype["__destroy__"]=Mx3dSymbolText.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_Mx3dSymbolText___destroy___0(self)};function Mx3dView(){this.ptr=_emscripten_bind_Mx3dView_Mx3dView_0();getCache(Mx3dView)[this.ptr]=this}Mx3dView.prototype=Object.create(Mx3dBaseObject.prototype);Mx3dView.prototype.constructor=Mx3dView;Mx3dView.prototype.__class__=Mx3dView;Mx3dView.__cache__={};Module["Mx3dView"]=Mx3dView;Mx3dView.prototype["getDoc"]=Mx3dView.prototype.getDoc=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dView_getDoc_0(self),Mx3dDbDocument)};Mx3dView.prototype["removeAll"]=Mx3dView.prototype.removeAll=function(theUpdateView){var self=this.ptr;if(theUpdateView&&typeof theUpdateView==="object")theUpdateView=theUpdateView.ptr;_emscripten_bind_Mx3dView_removeAll_1(self,theUpdateView)};Mx3dView.prototype["removeSelected"]=Mx3dView.prototype.removeSelected=function(){var self=this.ptr;_emscripten_bind_Mx3dView_removeSelected_0(self)};Mx3dView.prototype["update"]=Mx3dView.prototype.update=function(isUpAllData,isRemoveAll){var self=this.ptr;if(isUpAllData&&typeof isUpAllData==="object")isUpAllData=isUpAllData.ptr;if(isRemoveAll&&typeof isRemoveAll==="object")isRemoveAll=isRemoveAll.ptr;_emscripten_bind_Mx3dView_update_2(self,isUpAllData,isRemoveAll)};Mx3dView.prototype["getModelCounts"]=Mx3dView.prototype.getModelCounts=function(){var self=this.ptr;return _emscripten_bind_Mx3dView_getModelCounts_0(self)};Mx3dView.prototype["setProjectionType"]=Mx3dView.prototype.setProjectionType=function(theProjection){var self=this.ptr;if(theProjection&&typeof theProjection==="object")theProjection=theProjection.ptr;_emscripten_bind_Mx3dView_setProjectionType_1(self,theProjection)};Mx3dView.prototype["showCenterTrihedron"]=Mx3dView.prototype.showCenterTrihedron=function(theToShow){var self=this.ptr;if(theToShow&&typeof theToShow==="object")theToShow=theToShow.ptr;_emscripten_bind_Mx3dView_showCenterTrihedron_1(self,theToShow)};Mx3dView.prototype["fitAllObjects"]=Mx3dView.prototype.fitAllObjects=function(theAuto){var self=this.ptr;if(theAuto&&typeof theAuto==="object")theAuto=theAuto.ptr;_emscripten_bind_Mx3dView_fitAllObjects_1(self,theAuto)};Mx3dView.prototype["enableXClipPlane"]=Mx3dView.prototype.enableXClipPlane=function(theToEnabled){var self=this.ptr;if(theToEnabled&&typeof theToEnabled==="object")theToEnabled=theToEnabled.ptr;_emscripten_bind_Mx3dView_enableXClipPlane_1(self,theToEnabled)};Mx3dView.prototype["setXClipPlaneXPosition"]=Mx3dView.prototype.setXClipPlaneXPosition=function(thePosition){var self=this.ptr;if(thePosition&&typeof thePosition==="object")thePosition=thePosition.ptr;_emscripten_bind_Mx3dView_setXClipPlaneXPosition_1(self,thePosition)};Mx3dView.prototype["setXClipPlaneReverse"]=Mx3dView.prototype.setXClipPlaneReverse=function(){var self=this.ptr;_emscripten_bind_Mx3dView_setXClipPlaneReverse_0(self)};Mx3dView.prototype["enableYClipPlane"]=Mx3dView.prototype.enableYClipPlane=function(theToEnabled){var self=this.ptr;if(theToEnabled&&typeof theToEnabled==="object")theToEnabled=theToEnabled.ptr;_emscripten_bind_Mx3dView_enableYClipPlane_1(self,theToEnabled)};Mx3dView.prototype["setYClipPlaneYPosition"]=Mx3dView.prototype.setYClipPlaneYPosition=function(thePosition){var self=this.ptr;if(thePosition&&typeof thePosition==="object")thePosition=thePosition.ptr;_emscripten_bind_Mx3dView_setYClipPlaneYPosition_1(self,thePosition)};Mx3dView.prototype["setYClipPlaneReverse"]=Mx3dView.prototype.setYClipPlaneReverse=function(){var self=this.ptr;_emscripten_bind_Mx3dView_setYClipPlaneReverse_0(self)};Mx3dView.prototype["enableZClipPlane"]=Mx3dView.prototype.enableZClipPlane=function(theToEnabled){var self=this.ptr;if(theToEnabled&&typeof theToEnabled==="object")theToEnabled=theToEnabled.ptr;_emscripten_bind_Mx3dView_enableZClipPlane_1(self,theToEnabled)};Mx3dView.prototype["setZClipPlaneZPosition"]=Mx3dView.prototype.setZClipPlaneZPosition=function(thePosition){var self=this.ptr;if(thePosition&&typeof thePosition==="object")thePosition=thePosition.ptr;_emscripten_bind_Mx3dView_setZClipPlaneZPosition_1(self,thePosition)};Mx3dView.prototype["setZClipPlaneReverse"]=Mx3dView.prototype.setZClipPlaneReverse=function(){var self=this.ptr;_emscripten_bind_Mx3dView_setZClipPlaneReverse_0(self)};Mx3dView.prototype["enableCustomClipPlane"]=Mx3dView.prototype.enableCustomClipPlane=function(theToEnabled){var self=this.ptr;if(theToEnabled&&typeof theToEnabled==="object")theToEnabled=theToEnabled.ptr;_emscripten_bind_Mx3dView_enableCustomClipPlane_1(self,theToEnabled)};Mx3dView.prototype["setCustomClipPlanePosition"]=Mx3dView.prototype.setCustomClipPlanePosition=function(thePosition){var self=this.ptr;if(thePosition&&typeof thePosition==="object")thePosition=thePosition.ptr;_emscripten_bind_Mx3dView_setCustomClipPlanePosition_1(self,thePosition)};Mx3dView.prototype["setCustomClipPlaneReverse"]=Mx3dView.prototype.setCustomClipPlaneReverse=function(){var self=this.ptr;_emscripten_bind_Mx3dView_setCustomClipPlaneReverse_0(self)};Mx3dView.prototype["setCustomClipPlaneDirection"]=Mx3dView.prototype.setCustomClipPlaneDirection=function(x,y,z){var self=this.ptr;if(x&&typeof x==="object")x=x.ptr;if(y&&typeof y==="object")y=y.ptr;if(z&&typeof z==="object")z=z.ptr;_emscripten_bind_Mx3dView_setCustomClipPlaneDirection_3(self,x,y,z)};Mx3dView.prototype["displaySymbolText"]=Mx3dView.prototype.displaySymbolText=function(theSymbol){var self=this.ptr;if(theSymbol&&typeof theSymbol==="object")theSymbol=theSymbol.ptr;_emscripten_bind_Mx3dView_displaySymbolText_1(self,theSymbol)};Mx3dView.prototype["displayDimension"]=Mx3dView.prototype.displayDimension=function(theDimension){var self=this.ptr;if(theDimension&&typeof theDimension==="object")theDimension=theDimension.ptr;_emscripten_bind_Mx3dView_displayDimension_1(self,theDimension)};Mx3dView.prototype["addModelTexture"]=Mx3dView.prototype.addModelTexture=function(theFileName){var self=this.ptr;ensureCache.prepare();if(theFileName&&typeof theFileName==="object")theFileName=theFileName.ptr;else theFileName=ensureString(theFileName);_emscripten_bind_Mx3dView_addModelTexture_1(self,theFileName)};Mx3dView.prototype["removeModelTexture"]=Mx3dView.prototype.removeModelTexture=function(){var self=this.ptr;_emscripten_bind_Mx3dView_removeModelTexture_0(self)};Mx3dView.prototype["setGradientBgColor"]=Mx3dView.prototype.setGradientBgColor=function(theColor1,theColor2,theMethod){var self=this.ptr;if(theColor1&&typeof theColor1==="object")theColor1=theColor1.ptr;if(theColor2&&typeof theColor2==="object")theColor2=theColor2.ptr;if(theMethod&&typeof theMethod==="object")theMethod=theMethod.ptr;_emscripten_bind_Mx3dView_setGradientBgColor_3(self,theColor1,theColor2,theMethod)};Mx3dView.prototype["setProj"]=Mx3dView.prototype.setProj=function(theOrientation,theIsYup){var self=this.ptr;if(theOrientation&&typeof theOrientation==="object")theOrientation=theOrientation.ptr;if(theIsYup&&typeof theIsYup==="object")theIsYup=theIsYup.ptr;_emscripten_bind_Mx3dView_setProj_2(self,theOrientation,theIsYup)};Mx3dView.prototype["setSelectedColor"]=Mx3dView.prototype.setSelectedColor=function(color){var self=this.ptr;if(color&&typeof color==="object")color=color.ptr;_emscripten_bind_Mx3dView_setSelectedColor_1(self,color)};Mx3dView.prototype["setSelectedMaterial"]=Mx3dView.prototype.setSelectedMaterial=function(material){var self=this.ptr;if(material&&typeof material==="object")material=material.ptr;_emscripten_bind_Mx3dView_setSelectedMaterial_1(self,material)};Mx3dView.prototype["setDisplayMode"]=Mx3dView.prototype.setDisplayMode=function(theMode){var self=this.ptr;if(theMode&&typeof theMode==="object")theMode=theMode.ptr;_emscripten_bind_Mx3dView_setDisplayMode_1(self,theMode)};Mx3dView.prototype["enableDirLightSrc"]=Mx3dView.prototype.enableDirLightSrc=function(theToEnabled){var self=this.ptr;if(theToEnabled&&typeof theToEnabled==="object")theToEnabled=theToEnabled.ptr;_emscripten_bind_Mx3dView_enableDirLightSrc_1(self,theToEnabled)};Mx3dView.prototype["setCubemapBackground"]=Mx3dView.prototype.setCubemapBackground=function(theRight,theLeft,theTop,theBottom,theFront,theBack){var self=this.ptr;ensureCache.prepare();if(theRight&&typeof theRight==="object")theRight=theRight.ptr;else theRight=ensureString(theRight);if(theLeft&&typeof theLeft==="object")theLeft=theLeft.ptr;else theLeft=ensureString(theLeft);if(theTop&&typeof theTop==="object")theTop=theTop.ptr;else theTop=ensureString(theTop);if(theBottom&&typeof theBottom==="object")theBottom=theBottom.ptr;else theBottom=ensureString(theBottom);if(theFront&&typeof theFront==="object")theFront=theFront.ptr;else theFront=ensureString(theFront);if(theBack&&typeof theBack==="object")theBack=theBack.ptr;else theBack=ensureString(theBack);_emscripten_bind_Mx3dView_setCubemapBackground_6(self,theRight,theLeft,theTop,theBottom,theFront,theBack)};Mx3dView.prototype["setManipulatorEnabled"]=Mx3dView.prototype.setManipulatorEnabled=function(isEnabled){var self=this.ptr;if(isEnabled&&typeof isEnabled==="object")isEnabled=isEnabled.ptr;_emscripten_bind_Mx3dView_setManipulatorEnabled_1(self,isEnabled)};Mx3dView.prototype["__destroy__"]=Mx3dView.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_Mx3dView___destroy___0(self)};function Mx3dGeConic(){this.ptr=_emscripten_bind_Mx3dGeConic_Mx3dGeConic_0();getCache(Mx3dGeConic)[this.ptr]=this}Mx3dGeConic.prototype=Object.create(Mx3dGeCurve.prototype);Mx3dGeConic.prototype.constructor=Mx3dGeConic;Mx3dGeConic.prototype.__class__=Mx3dGeConic;Mx3dGeConic.__cache__={};Module["Mx3dGeConic"]=Mx3dGeConic;Mx3dGeConic.prototype["__destroy__"]=Mx3dGeConic.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_Mx3dGeConic___destroy___0(self)};function Mx3dGeomCircle(theCSYSR,theRadius){if(theCSYSR&&typeof theCSYSR==="object")theCSYSR=theCSYSR.ptr;if(theRadius&&typeof theRadius==="object")theRadius=theRadius.ptr;this.ptr=_emscripten_bind_Mx3dGeomCircle_Mx3dGeomCircle_2(theCSYSR,theRadius);getCache(Mx3dGeomCircle)[this.ptr]=this}Mx3dGeomCircle.prototype=Object.create(Mx3dGeomConic.prototype);Mx3dGeomCircle.prototype.constructor=Mx3dGeomCircle;Mx3dGeomCircle.prototype.__class__=Mx3dGeomCircle;Mx3dGeomCircle.__cache__={};Module["Mx3dGeomCircle"]=Mx3dGeomCircle;Mx3dGeomCircle.prototype["SetRadius"]=Mx3dGeomCircle.prototype.SetRadius=function(R){var self=this.ptr;if(R&&typeof R==="object")R=R.ptr;_emscripten_bind_Mx3dGeomCircle_SetRadius_1(self,R)};Mx3dGeomCircle.prototype["Radius"]=Mx3dGeomCircle.prototype.Radius=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomCircle_Radius_0(self)};Mx3dGeomCircle.prototype["ReversedParameter"]=Mx3dGeomCircle.prototype.ReversedParameter=function(U){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;return _emscripten_bind_Mx3dGeomCircle_ReversedParameter_1(self,U)};Mx3dGeomCircle.prototype["Eccentricity"]=Mx3dGeomCircle.prototype.Eccentricity=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomCircle_Eccentricity_0(self)};Mx3dGeomCircle.prototype["FirstParameter"]=Mx3dGeomCircle.prototype.FirstParameter=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomCircle_FirstParameter_0(self)};Mx3dGeomCircle.prototype["LastParameter"]=Mx3dGeomCircle.prototype.LastParameter=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomCircle_LastParameter_0(self)};Mx3dGeomCircle.prototype["IsClosed"]=Mx3dGeomCircle.prototype.IsClosed=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dGeomCircle_IsClosed_0(self)};Mx3dGeomCircle.prototype["IsPeriodic"]=Mx3dGeomCircle.prototype.IsPeriodic=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dGeomCircle_IsPeriodic_0(self)};Mx3dGeomCircle.prototype["D0"]=Mx3dGeomCircle.prototype.D0=function(U,P){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(P&&typeof P==="object")P=P.ptr;_emscripten_bind_Mx3dGeomCircle_D0_2(self,U,P)};Mx3dGeomCircle.prototype["D1"]=Mx3dGeomCircle.prototype.D1=function(U,P,V1){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(P&&typeof P==="object")P=P.ptr;if(V1&&typeof V1==="object")V1=V1.ptr;_emscripten_bind_Mx3dGeomCircle_D1_3(self,U,P,V1)};Mx3dGeomCircle.prototype["D2"]=Mx3dGeomCircle.prototype.D2=function(U,P,V1,V2){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(P&&typeof P==="object")P=P.ptr;if(V1&&typeof V1==="object")V1=V1.ptr;if(V2&&typeof V2==="object")V2=V2.ptr;_emscripten_bind_Mx3dGeomCircle_D2_4(self,U,P,V1,V2)};Mx3dGeomCircle.prototype["D3"]=Mx3dGeomCircle.prototype.D3=function(U,P,V1,V2,V3){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(P&&typeof P==="object")P=P.ptr;if(V1&&typeof V1==="object")V1=V1.ptr;if(V2&&typeof V2==="object")V2=V2.ptr;if(V3&&typeof V3==="object")V3=V3.ptr;_emscripten_bind_Mx3dGeomCircle_D3_5(self,U,P,V1,V2,V3)};Mx3dGeomCircle.prototype["DN"]=Mx3dGeomCircle.prototype.DN=function(U,N){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(N&&typeof N==="object")N=N.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomCircle_DN_2(self,U,N),Mx3dGeVec)};Mx3dGeomCircle.prototype["Transform"]=Mx3dGeomCircle.prototype.Transform=function(T){var self=this.ptr;if(T&&typeof T==="object")T=T.ptr;_emscripten_bind_Mx3dGeomCircle_Transform_1(self,T)};Mx3dGeomCircle.prototype["Copy"]=Mx3dGeomCircle.prototype.Copy=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomCircle_Copy_0(self),Mx3dGeomObject)};Mx3dGeomCircle.prototype["Edge"]=Mx3dGeomCircle.prototype.Edge=function(p1,p2){var self=this.ptr;if(p1&&typeof p1==="object")p1=p1.ptr;if(p2&&typeof p2==="object")p2=p2.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomCircle_Edge_2(self,p1,p2),Mx3dShapeEdge)};Mx3dGeomCircle.prototype["Wire"]=Mx3dGeomCircle.prototype.Wire=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomCircle_Wire_0(self),Mx3dShapeWire)};Mx3dGeomCircle.prototype["OffsetCurve"]=Mx3dGeomCircle.prototype.OffsetCurve=function(Offset,V,isNotCheckC0){var self=this.ptr;if(Offset&&typeof Offset==="object")Offset=Offset.ptr;if(V&&typeof V==="object")V=V.ptr;if(isNotCheckC0&&typeof isNotCheckC0==="object")isNotCheckC0=isNotCheckC0.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomCircle_OffsetCurve_3(self,Offset,V,isNotCheckC0),Mx3dShapeEdge)};Mx3dGeomCircle.prototype["DynamicType"]=Mx3dGeomCircle.prototype.DynamicType=function(){var self=this.ptr;return UTF8ToString(_emscripten_bind_Mx3dGeomCircle_DynamicType_0(self))};Mx3dGeomCircle.prototype["SetAxis"]=Mx3dGeomCircle.prototype.SetAxis=function(theA1){var self=this.ptr;if(theA1&&typeof theA1==="object")theA1=theA1.ptr;_emscripten_bind_Mx3dGeomCircle_SetAxis_1(self,theA1)};Mx3dGeomCircle.prototype["SetLocation"]=Mx3dGeomCircle.prototype.SetLocation=function(theP){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;_emscripten_bind_Mx3dGeomCircle_SetLocation_1(self,theP)};Mx3dGeomCircle.prototype["SetPosition"]=Mx3dGeomCircle.prototype.SetPosition=function(theA2){var self=this.ptr;if(theA2&&typeof theA2==="object")theA2=theA2.ptr;_emscripten_bind_Mx3dGeomCircle_SetPosition_1(self,theA2)};Mx3dGeomCircle.prototype["Axis"]=Mx3dGeomCircle.prototype.Axis=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomCircle_Axis_0(self),Mx3dGeAxis)};Mx3dGeomCircle.prototype["Location"]=Mx3dGeomCircle.prototype.Location=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomCircle_Location_0(self),Mx3dGePoint)};Mx3dGeomCircle.prototype["Position"]=Mx3dGeomCircle.prototype.Position=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomCircle_Position_0(self),Mx3dGeCSYSR)};Mx3dGeomCircle.prototype["XAxis"]=Mx3dGeomCircle.prototype.XAxis=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomCircle_XAxis_0(self),Mx3dGeAxis)};Mx3dGeomCircle.prototype["YAxis"]=Mx3dGeomCircle.prototype.YAxis=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomCircle_YAxis_0(self),Mx3dGeAxis)};Mx3dGeomCircle.prototype["Reverse"]=Mx3dGeomCircle.prototype.Reverse=function(){var self=this.ptr;_emscripten_bind_Mx3dGeomCircle_Reverse_0(self)};Mx3dGeomCircle.prototype["Continuity"]=Mx3dGeomCircle.prototype.Continuity=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomCircle_Continuity_0(self)};Mx3dGeomCircle.prototype["IsCN"]=Mx3dGeomCircle.prototype.IsCN=function(N){var self=this.ptr;if(N&&typeof N==="object")N=N.ptr;return!!_emscripten_bind_Mx3dGeomCircle_IsCN_1(self,N)};Mx3dGeomCircle.prototype["Reversed"]=Mx3dGeomCircle.prototype.Reversed=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomCircle_Reversed_0(self),Mx3dGeomCurve)};Mx3dGeomCircle.prototype["Period"]=Mx3dGeomCircle.prototype.Period=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomCircle_Period_0(self)};Mx3dGeomCircle.prototype["Value"]=Mx3dGeomCircle.prototype.Value=function(U){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomCircle_Value_1(self,U),Mx3dGePoint)};Mx3dGeomCircle.prototype["MirrorByPoint"]=Mx3dGeomCircle.prototype.MirrorByPoint=function(P){var self=this.ptr;if(P&&typeof P==="object")P=P.ptr;_emscripten_bind_Mx3dGeomCircle_MirrorByPoint_1(self,P)};Mx3dGeomCircle.prototype["MirrorByAxis"]=Mx3dGeomCircle.prototype.MirrorByAxis=function(A1){var self=this.ptr;if(A1&&typeof A1==="object")A1=A1.ptr;_emscripten_bind_Mx3dGeomCircle_MirrorByAxis_1(self,A1)};Mx3dGeomCircle.prototype["MirrorByCSYSR"]=Mx3dGeomCircle.prototype.MirrorByCSYSR=function(A2){var self=this.ptr;if(A2&&typeof A2==="object")A2=A2.ptr;_emscripten_bind_Mx3dGeomCircle_MirrorByCSYSR_1(self,A2)};Mx3dGeomCircle.prototype["Rotate"]=Mx3dGeomCircle.prototype.Rotate=function(A1,Ang){var self=this.ptr;if(A1&&typeof A1==="object")A1=A1.ptr;if(Ang&&typeof Ang==="object")Ang=Ang.ptr;_emscripten_bind_Mx3dGeomCircle_Rotate_2(self,A1,Ang)};Mx3dGeomCircle.prototype["Scale"]=Mx3dGeomCircle.prototype.Scale=function(P,S){var self=this.ptr;if(P&&typeof P==="object")P=P.ptr;if(S&&typeof S==="object")S=S.ptr;_emscripten_bind_Mx3dGeomCircle_Scale_2(self,P,S)};Mx3dGeomCircle.prototype["TranslateByVec"]=Mx3dGeomCircle.prototype.TranslateByVec=function(V){var self=this.ptr;if(V&&typeof V==="object")V=V.ptr;_emscripten_bind_Mx3dGeomCircle_TranslateByVec_1(self,V)};Mx3dGeomCircle.prototype["TranslateBy2Points"]=Mx3dGeomCircle.prototype.TranslateBy2Points=function(P1,P2){var self=this.ptr;if(P1&&typeof P1==="object")P1=P1.ptr;if(P2&&typeof P2==="object")P2=P2.ptr;_emscripten_bind_Mx3dGeomCircle_TranslateBy2Points_2(self,P1,P2)};Mx3dGeomCircle.prototype["MirroredByPoint"]=Mx3dGeomCircle.prototype.MirroredByPoint=function(P){var self=this.ptr;if(P&&typeof P==="object")P=P.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomCircle_MirroredByPoint_1(self,P),Mx3dGeomObject)};Mx3dGeomCircle.prototype["MirroredByAxis"]=Mx3dGeomCircle.prototype.MirroredByAxis=function(A1){var self=this.ptr;if(A1&&typeof A1==="object")A1=A1.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomCircle_MirroredByAxis_1(self,A1),Mx3dGeomObject)};Mx3dGeomCircle.prototype["MirroredByCSYSR"]=Mx3dGeomCircle.prototype.MirroredByCSYSR=function(A2){var self=this.ptr;if(A2&&typeof A2==="object")A2=A2.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomCircle_MirroredByCSYSR_1(self,A2),Mx3dGeomObject)};Mx3dGeomCircle.prototype["Rotated"]=Mx3dGeomCircle.prototype.Rotated=function(A1,Ang){var self=this.ptr;if(A1&&typeof A1==="object")A1=A1.ptr;if(Ang&&typeof Ang==="object")Ang=Ang.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomCircle_Rotated_2(self,A1,Ang),Mx3dGeomObject)};Mx3dGeomCircle.prototype["Scaled"]=Mx3dGeomCircle.prototype.Scaled=function(P,S){var self=this.ptr;if(P&&typeof P==="object")P=P.ptr;if(S&&typeof S==="object")S=S.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomCircle_Scaled_2(self,P,S),Mx3dGeomObject)};Mx3dGeomCircle.prototype["Transformed"]=Mx3dGeomCircle.prototype.Transformed=function(T){var self=this.ptr;if(T&&typeof T==="object")T=T.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomCircle_Transformed_1(self,T),Mx3dGeomObject)};Mx3dGeomCircle.prototype["TranslatedByVec"]=Mx3dGeomCircle.prototype.TranslatedByVec=function(V){var self=this.ptr;if(V&&typeof V==="object")V=V.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomCircle_TranslatedByVec_1(self,V),Mx3dGeomObject)};Mx3dGeomCircle.prototype["TranslatedBy2Points"]=Mx3dGeomCircle.prototype.TranslatedBy2Points=function(P1,P2){var self=this.ptr;if(P1&&typeof P1==="object")P1=P1.ptr;if(P2&&typeof P2==="object")P2=P2.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomCircle_TranslatedBy2Points_2(self,P1,P2),Mx3dGeomObject)};Mx3dGeomCircle.prototype["__destroy__"]=Mx3dGeomCircle.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_Mx3dGeomCircle___destroy___0(self)};function Mx3dGeomLine(P,V){if(P&&typeof P==="object")P=P.ptr;if(V&&typeof V==="object")V=V.ptr;if(V===undefined){this.ptr=_emscripten_bind_Mx3dGeomLine_Mx3dGeomLine_1(P);getCache(Mx3dGeomLine)[this.ptr]=this;return}this.ptr=_emscripten_bind_Mx3dGeomLine_Mx3dGeomLine_2(P,V);getCache(Mx3dGeomLine)[this.ptr]=this}Mx3dGeomLine.prototype=Object.create(Mx3dGeomCurve.prototype);Mx3dGeomLine.prototype.constructor=Mx3dGeomLine;Mx3dGeomLine.prototype.__class__=Mx3dGeomLine;Mx3dGeomLine.__cache__={};Module["Mx3dGeomLine"]=Mx3dGeomLine;Mx3dGeomLine.prototype["SetDirection"]=Mx3dGeomLine.prototype.SetDirection=function(V){var self=this.ptr;if(V&&typeof V==="object")V=V.ptr;_emscripten_bind_Mx3dGeomLine_SetDirection_1(self,V)};Mx3dGeomLine.prototype["SetLocation"]=Mx3dGeomLine.prototype.SetLocation=function(P){var self=this.ptr;if(P&&typeof P==="object")P=P.ptr;_emscripten_bind_Mx3dGeomLine_SetLocation_1(self,P)};Mx3dGeomLine.prototype["SetPosition"]=Mx3dGeomLine.prototype.SetPosition=function(A1){var self=this.ptr;if(A1&&typeof A1==="object")A1=A1.ptr;_emscripten_bind_Mx3dGeomLine_SetPosition_1(self,A1)};Mx3dGeomLine.prototype["Position"]=Mx3dGeomLine.prototype.Position=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomLine_Position_0(self),Mx3dGeAxis)};Mx3dGeomLine.prototype["Reverse"]=Mx3dGeomLine.prototype.Reverse=function(){var self=this.ptr;_emscripten_bind_Mx3dGeomLine_Reverse_0(self)};Mx3dGeomLine.prototype["ReversedParameter"]=Mx3dGeomLine.prototype.ReversedParameter=function(U){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;return _emscripten_bind_Mx3dGeomLine_ReversedParameter_1(self,U)};Mx3dGeomLine.prototype["FirstParameter"]=Mx3dGeomLine.prototype.FirstParameter=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomLine_FirstParameter_0(self)};Mx3dGeomLine.prototype["LastParameter"]=Mx3dGeomLine.prototype.LastParameter=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomLine_LastParameter_0(self)};Mx3dGeomLine.prototype["IsClosed"]=Mx3dGeomLine.prototype.IsClosed=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dGeomLine_IsClosed_0(self)};Mx3dGeomLine.prototype["IsPeriodic"]=Mx3dGeomLine.prototype.IsPeriodic=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dGeomLine_IsPeriodic_0(self)};Mx3dGeomLine.prototype["Continuity"]=Mx3dGeomLine.prototype.Continuity=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomLine_Continuity_0(self)};Mx3dGeomLine.prototype["IsCN"]=Mx3dGeomLine.prototype.IsCN=function(N){var self=this.ptr;if(N&&typeof N==="object")N=N.ptr;return!!_emscripten_bind_Mx3dGeomLine_IsCN_1(self,N)};Mx3dGeomLine.prototype["D0"]=Mx3dGeomLine.prototype.D0=function(U,P){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(P&&typeof P==="object")P=P.ptr;_emscripten_bind_Mx3dGeomLine_D0_2(self,U,P)};Mx3dGeomLine.prototype["D1"]=Mx3dGeomLine.prototype.D1=function(U,P,V1){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(P&&typeof P==="object")P=P.ptr;if(V1&&typeof V1==="object")V1=V1.ptr;_emscripten_bind_Mx3dGeomLine_D1_3(self,U,P,V1)};Mx3dGeomLine.prototype["D2"]=Mx3dGeomLine.prototype.D2=function(U,P,V1,V2){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(P&&typeof P==="object")P=P.ptr;if(V1&&typeof V1==="object")V1=V1.ptr;if(V2&&typeof V2==="object")V2=V2.ptr;_emscripten_bind_Mx3dGeomLine_D2_4(self,U,P,V1,V2)};Mx3dGeomLine.prototype["D3"]=Mx3dGeomLine.prototype.D3=function(U,P,V1,V2,V3){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(P&&typeof P==="object")P=P.ptr;if(V1&&typeof V1==="object")V1=V1.ptr;if(V2&&typeof V2==="object")V2=V2.ptr;if(V3&&typeof V3==="object")V3=V3.ptr;_emscripten_bind_Mx3dGeomLine_D3_5(self,U,P,V1,V2,V3)};Mx3dGeomLine.prototype["DN"]=Mx3dGeomLine.prototype.DN=function(U,N){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(N&&typeof N==="object")N=N.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomLine_DN_2(self,U,N),Mx3dGeVec)};Mx3dGeomLine.prototype["Transform"]=Mx3dGeomLine.prototype.Transform=function(T){var self=this.ptr;if(T&&typeof T==="object")T=T.ptr;_emscripten_bind_Mx3dGeomLine_Transform_1(self,T)};Mx3dGeomLine.prototype["TransformedParameter"]=Mx3dGeomLine.prototype.TransformedParameter=function(U,T){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(T&&typeof T==="object")T=T.ptr;return _emscripten_bind_Mx3dGeomLine_TransformedParameter_2(self,U,T)};Mx3dGeomLine.prototype["ParametricTransformation"]=Mx3dGeomLine.prototype.ParametricTransformation=function(T){var self=this.ptr;if(T&&typeof T==="object")T=T.ptr;return _emscripten_bind_Mx3dGeomLine_ParametricTransformation_1(self,T)};Mx3dGeomLine.prototype["Copy"]=Mx3dGeomLine.prototype.Copy=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomLine_Copy_0(self),Mx3dGeomObject)};Mx3dGeomLine.prototype["Edge"]=Mx3dGeomLine.prototype.Edge=function(p1,p2){var self=this.ptr;if(p1&&typeof p1==="object")p1=p1.ptr;if(p2&&typeof p2==="object")p2=p2.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomLine_Edge_2(self,p1,p2),Mx3dShapeEdge)};Mx3dGeomLine.prototype["OffsetCurve"]=Mx3dGeomLine.prototype.OffsetCurve=function(Offset,V,isNotCheckC0){var self=this.ptr;if(Offset&&typeof Offset==="object")Offset=Offset.ptr;if(V&&typeof V==="object")V=V.ptr;if(isNotCheckC0&&typeof isNotCheckC0==="object")isNotCheckC0=isNotCheckC0.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomLine_OffsetCurve_3(self,Offset,V,isNotCheckC0),Mx3dShapeEdge)};Mx3dGeomLine.prototype["DynamicType"]=Mx3dGeomLine.prototype.DynamicType=function(){var self=this.ptr;return UTF8ToString(_emscripten_bind_Mx3dGeomLine_DynamicType_0(self))};Mx3dGeomLine.prototype["Reversed"]=Mx3dGeomLine.prototype.Reversed=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomLine_Reversed_0(self),Mx3dGeomCurve)};Mx3dGeomLine.prototype["Period"]=Mx3dGeomLine.prototype.Period=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomLine_Period_0(self)};Mx3dGeomLine.prototype["Value"]=Mx3dGeomLine.prototype.Value=function(U){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomLine_Value_1(self,U),Mx3dGePoint)};Mx3dGeomLine.prototype["MirrorByPoint"]=Mx3dGeomLine.prototype.MirrorByPoint=function(P){var self=this.ptr;if(P&&typeof P==="object")P=P.ptr;_emscripten_bind_Mx3dGeomLine_MirrorByPoint_1(self,P)};Mx3dGeomLine.prototype["MirrorByAxis"]=Mx3dGeomLine.prototype.MirrorByAxis=function(A1){var self=this.ptr;if(A1&&typeof A1==="object")A1=A1.ptr;_emscripten_bind_Mx3dGeomLine_MirrorByAxis_1(self,A1)};Mx3dGeomLine.prototype["MirrorByCSYSR"]=Mx3dGeomLine.prototype.MirrorByCSYSR=function(A2){var self=this.ptr;if(A2&&typeof A2==="object")A2=A2.ptr;_emscripten_bind_Mx3dGeomLine_MirrorByCSYSR_1(self,A2)};Mx3dGeomLine.prototype["Rotate"]=Mx3dGeomLine.prototype.Rotate=function(A1,Ang){var self=this.ptr;if(A1&&typeof A1==="object")A1=A1.ptr;if(Ang&&typeof Ang==="object")Ang=Ang.ptr;_emscripten_bind_Mx3dGeomLine_Rotate_2(self,A1,Ang)};Mx3dGeomLine.prototype["Scale"]=Mx3dGeomLine.prototype.Scale=function(P,S){var self=this.ptr;if(P&&typeof P==="object")P=P.ptr;if(S&&typeof S==="object")S=S.ptr;_emscripten_bind_Mx3dGeomLine_Scale_2(self,P,S)};Mx3dGeomLine.prototype["TranslateByVec"]=Mx3dGeomLine.prototype.TranslateByVec=function(V){var self=this.ptr;if(V&&typeof V==="object")V=V.ptr;_emscripten_bind_Mx3dGeomLine_TranslateByVec_1(self,V)};Mx3dGeomLine.prototype["TranslateBy2Points"]=Mx3dGeomLine.prototype.TranslateBy2Points=function(P1,P2){var self=this.ptr;if(P1&&typeof P1==="object")P1=P1.ptr;if(P2&&typeof P2==="object")P2=P2.ptr;_emscripten_bind_Mx3dGeomLine_TranslateBy2Points_2(self,P1,P2)};Mx3dGeomLine.prototype["MirroredByPoint"]=Mx3dGeomLine.prototype.MirroredByPoint=function(P){var self=this.ptr;if(P&&typeof P==="object")P=P.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomLine_MirroredByPoint_1(self,P),Mx3dGeomObject)};Mx3dGeomLine.prototype["MirroredByAxis"]=Mx3dGeomLine.prototype.MirroredByAxis=function(A1){var self=this.ptr;if(A1&&typeof A1==="object")A1=A1.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomLine_MirroredByAxis_1(self,A1),Mx3dGeomObject)};Mx3dGeomLine.prototype["MirroredByCSYSR"]=Mx3dGeomLine.prototype.MirroredByCSYSR=function(A2){var self=this.ptr;if(A2&&typeof A2==="object")A2=A2.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomLine_MirroredByCSYSR_1(self,A2),Mx3dGeomObject)};Mx3dGeomLine.prototype["Rotated"]=Mx3dGeomLine.prototype.Rotated=function(A1,Ang){var self=this.ptr;if(A1&&typeof A1==="object")A1=A1.ptr;if(Ang&&typeof Ang==="object")Ang=Ang.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomLine_Rotated_2(self,A1,Ang),Mx3dGeomObject)};Mx3dGeomLine.prototype["Scaled"]=Mx3dGeomLine.prototype.Scaled=function(P,S){var self=this.ptr;if(P&&typeof P==="object")P=P.ptr;if(S&&typeof S==="object")S=S.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomLine_Scaled_2(self,P,S),Mx3dGeomObject)};Mx3dGeomLine.prototype["Transformed"]=Mx3dGeomLine.prototype.Transformed=function(T){var self=this.ptr;if(T&&typeof T==="object")T=T.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomLine_Transformed_1(self,T),Mx3dGeomObject)};Mx3dGeomLine.prototype["TranslatedByVec"]=Mx3dGeomLine.prototype.TranslatedByVec=function(V){var self=this.ptr;if(V&&typeof V==="object")V=V.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomLine_TranslatedByVec_1(self,V),Mx3dGeomObject)};Mx3dGeomLine.prototype["TranslatedBy2Points"]=Mx3dGeomLine.prototype.TranslatedBy2Points=function(P1,P2){var self=this.ptr;if(P1&&typeof P1==="object")P1=P1.ptr;if(P2&&typeof P2==="object")P2=P2.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomLine_TranslatedBy2Points_2(self,P1,P2),Mx3dGeomObject)};Mx3dGeomLine.prototype["__destroy__"]=Mx3dGeomLine.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_Mx3dGeomLine___destroy___0(self)};function Mx3dGeomEllipse(A2,MajorRadius,MinorRadius){if(A2&&typeof A2==="object")A2=A2.ptr;if(MajorRadius&&typeof MajorRadius==="object")MajorRadius=MajorRadius.ptr;if(MinorRadius&&typeof MinorRadius==="object")MinorRadius=MinorRadius.ptr;this.ptr=_emscripten_bind_Mx3dGeomEllipse_Mx3dGeomEllipse_3(A2,MajorRadius,MinorRadius);getCache(Mx3dGeomEllipse)[this.ptr]=this}Mx3dGeomEllipse.prototype=Object.create(Mx3dGeomConic.prototype);Mx3dGeomEllipse.prototype.constructor=Mx3dGeomEllipse;Mx3dGeomEllipse.prototype.__class__=Mx3dGeomEllipse;Mx3dGeomEllipse.__cache__={};Module["Mx3dGeomEllipse"]=Mx3dGeomEllipse;Mx3dGeomEllipse.prototype["SetMajorRadius"]=Mx3dGeomEllipse.prototype.SetMajorRadius=function(MajorRadius){var self=this.ptr;if(MajorRadius&&typeof MajorRadius==="object")MajorRadius=MajorRadius.ptr;_emscripten_bind_Mx3dGeomEllipse_SetMajorRadius_1(self,MajorRadius)};Mx3dGeomEllipse.prototype["SetMinorRadius"]=Mx3dGeomEllipse.prototype.SetMinorRadius=function(MinorRadius){var self=this.ptr;if(MinorRadius&&typeof MinorRadius==="object")MinorRadius=MinorRadius.ptr;_emscripten_bind_Mx3dGeomEllipse_SetMinorRadius_1(self,MinorRadius)};Mx3dGeomEllipse.prototype["ReversedParameter"]=Mx3dGeomEllipse.prototype.ReversedParameter=function(U){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;return _emscripten_bind_Mx3dGeomEllipse_ReversedParameter_1(self,U)};Mx3dGeomEllipse.prototype["Directrix1"]=Mx3dGeomEllipse.prototype.Directrix1=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomEllipse_Directrix1_0(self),Mx3dGeAxis)};Mx3dGeomEllipse.prototype["Directrix2"]=Mx3dGeomEllipse.prototype.Directrix2=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomEllipse_Directrix2_0(self),Mx3dGeAxis)};Mx3dGeomEllipse.prototype["Eccentricity"]=Mx3dGeomEllipse.prototype.Eccentricity=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomEllipse_Eccentricity_0(self)};Mx3dGeomEllipse.prototype["Focal"]=Mx3dGeomEllipse.prototype.Focal=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomEllipse_Focal_0(self)};Mx3dGeomEllipse.prototype["Focus1"]=Mx3dGeomEllipse.prototype.Focus1=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomEllipse_Focus1_0(self),Mx3dGePoint)};Mx3dGeomEllipse.prototype["Focus2"]=Mx3dGeomEllipse.prototype.Focus2=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomEllipse_Focus2_0(self),Mx3dGePoint)};Mx3dGeomEllipse.prototype["MajorRadius"]=Mx3dGeomEllipse.prototype.MajorRadius=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomEllipse_MajorRadius_0(self)};Mx3dGeomEllipse.prototype["MinorRadius"]=Mx3dGeomEllipse.prototype.MinorRadius=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomEllipse_MinorRadius_0(self)};Mx3dGeomEllipse.prototype["Parameter"]=Mx3dGeomEllipse.prototype.Parameter=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomEllipse_Parameter_0(self)};Mx3dGeomEllipse.prototype["FirstParameter"]=Mx3dGeomEllipse.prototype.FirstParameter=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomEllipse_FirstParameter_0(self)};Mx3dGeomEllipse.prototype["LastParameter"]=Mx3dGeomEllipse.prototype.LastParameter=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomEllipse_LastParameter_0(self)};Mx3dGeomEllipse.prototype["IsClosed"]=Mx3dGeomEllipse.prototype.IsClosed=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dGeomEllipse_IsClosed_0(self)};Mx3dGeomEllipse.prototype["IsPeriodic"]=Mx3dGeomEllipse.prototype.IsPeriodic=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dGeomEllipse_IsPeriodic_0(self)};Mx3dGeomEllipse.prototype["D0"]=Mx3dGeomEllipse.prototype.D0=function(U,P){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(P&&typeof P==="object")P=P.ptr;_emscripten_bind_Mx3dGeomEllipse_D0_2(self,U,P)};Mx3dGeomEllipse.prototype["D1"]=Mx3dGeomEllipse.prototype.D1=function(U,P,V1){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(P&&typeof P==="object")P=P.ptr;if(V1&&typeof V1==="object")V1=V1.ptr;_emscripten_bind_Mx3dGeomEllipse_D1_3(self,U,P,V1)};Mx3dGeomEllipse.prototype["D2"]=Mx3dGeomEllipse.prototype.D2=function(U,P,V1,V2){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(P&&typeof P==="object")P=P.ptr;if(V1&&typeof V1==="object")V1=V1.ptr;if(V2&&typeof V2==="object")V2=V2.ptr;_emscripten_bind_Mx3dGeomEllipse_D2_4(self,U,P,V1,V2)};Mx3dGeomEllipse.prototype["D3"]=Mx3dGeomEllipse.prototype.D3=function(U,P,V1,V2,V3){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(P&&typeof P==="object")P=P.ptr;if(V1&&typeof V1==="object")V1=V1.ptr;if(V2&&typeof V2==="object")V2=V2.ptr;if(V3&&typeof V3==="object")V3=V3.ptr;_emscripten_bind_Mx3dGeomEllipse_D3_5(self,U,P,V1,V2,V3)};Mx3dGeomEllipse.prototype["DN"]=Mx3dGeomEllipse.prototype.DN=function(U,N){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(N&&typeof N==="object")N=N.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomEllipse_DN_2(self,U,N),Mx3dGeVec)};Mx3dGeomEllipse.prototype["Transform"]=Mx3dGeomEllipse.prototype.Transform=function(T){var self=this.ptr;if(T&&typeof T==="object")T=T.ptr;_emscripten_bind_Mx3dGeomEllipse_Transform_1(self,T)};Mx3dGeomEllipse.prototype["Copy"]=Mx3dGeomEllipse.prototype.Copy=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomEllipse_Copy_0(self),Mx3dGeomObject)};Mx3dGeomEllipse.prototype["Edge"]=Mx3dGeomEllipse.prototype.Edge=function(p1,p2){var self=this.ptr;if(p1&&typeof p1==="object")p1=p1.ptr;if(p2&&typeof p2==="object")p2=p2.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomEllipse_Edge_2(self,p1,p2),Mx3dShapeEdge)};Mx3dGeomEllipse.prototype["Wire"]=Mx3dGeomEllipse.prototype.Wire=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomEllipse_Wire_0(self),Mx3dShapeWire)};Mx3dGeomEllipse.prototype["OffsetCurve"]=Mx3dGeomEllipse.prototype.OffsetCurve=function(Offset,V,isNotCheckC0){var self=this.ptr;if(Offset&&typeof Offset==="object")Offset=Offset.ptr;if(V&&typeof V==="object")V=V.ptr;if(isNotCheckC0&&typeof isNotCheckC0==="object")isNotCheckC0=isNotCheckC0.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomEllipse_OffsetCurve_3(self,Offset,V,isNotCheckC0),Mx3dShapeEdge)};Mx3dGeomEllipse.prototype["DynamicType"]=Mx3dGeomEllipse.prototype.DynamicType=function(){var self=this.ptr;return UTF8ToString(_emscripten_bind_Mx3dGeomEllipse_DynamicType_0(self))};Mx3dGeomEllipse.prototype["SetAxis"]=Mx3dGeomEllipse.prototype.SetAxis=function(theA1){var self=this.ptr;if(theA1&&typeof theA1==="object")theA1=theA1.ptr;_emscripten_bind_Mx3dGeomEllipse_SetAxis_1(self,theA1)};Mx3dGeomEllipse.prototype["SetLocation"]=Mx3dGeomEllipse.prototype.SetLocation=function(theP){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;_emscripten_bind_Mx3dGeomEllipse_SetLocation_1(self,theP)};Mx3dGeomEllipse.prototype["SetPosition"]=Mx3dGeomEllipse.prototype.SetPosition=function(theA2){var self=this.ptr;if(theA2&&typeof theA2==="object")theA2=theA2.ptr;_emscripten_bind_Mx3dGeomEllipse_SetPosition_1(self,theA2)};Mx3dGeomEllipse.prototype["Axis"]=Mx3dGeomEllipse.prototype.Axis=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomEllipse_Axis_0(self),Mx3dGeAxis)};Mx3dGeomEllipse.prototype["Location"]=Mx3dGeomEllipse.prototype.Location=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomEllipse_Location_0(self),Mx3dGePoint)};Mx3dGeomEllipse.prototype["Position"]=Mx3dGeomEllipse.prototype.Position=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomEllipse_Position_0(self),Mx3dGeCSYSR)};Mx3dGeomEllipse.prototype["XAxis"]=Mx3dGeomEllipse.prototype.XAxis=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomEllipse_XAxis_0(self),Mx3dGeAxis)};Mx3dGeomEllipse.prototype["YAxis"]=Mx3dGeomEllipse.prototype.YAxis=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomEllipse_YAxis_0(self),Mx3dGeAxis)};Mx3dGeomEllipse.prototype["Reverse"]=Mx3dGeomEllipse.prototype.Reverse=function(){var self=this.ptr;_emscripten_bind_Mx3dGeomEllipse_Reverse_0(self)};Mx3dGeomEllipse.prototype["Continuity"]=Mx3dGeomEllipse.prototype.Continuity=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomEllipse_Continuity_0(self)};Mx3dGeomEllipse.prototype["IsCN"]=Mx3dGeomEllipse.prototype.IsCN=function(N){var self=this.ptr;if(N&&typeof N==="object")N=N.ptr;return!!_emscripten_bind_Mx3dGeomEllipse_IsCN_1(self,N)};Mx3dGeomEllipse.prototype["Reversed"]=Mx3dGeomEllipse.prototype.Reversed=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomEllipse_Reversed_0(self),Mx3dGeomCurve)};Mx3dGeomEllipse.prototype["Period"]=Mx3dGeomEllipse.prototype.Period=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomEllipse_Period_0(self)};Mx3dGeomEllipse.prototype["Value"]=Mx3dGeomEllipse.prototype.Value=function(U){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomEllipse_Value_1(self,U),Mx3dGePoint)};Mx3dGeomEllipse.prototype["MirrorByPoint"]=Mx3dGeomEllipse.prototype.MirrorByPoint=function(P){var self=this.ptr;if(P&&typeof P==="object")P=P.ptr;_emscripten_bind_Mx3dGeomEllipse_MirrorByPoint_1(self,P)};Mx3dGeomEllipse.prototype["MirrorByAxis"]=Mx3dGeomEllipse.prototype.MirrorByAxis=function(A1){var self=this.ptr;if(A1&&typeof A1==="object")A1=A1.ptr;_emscripten_bind_Mx3dGeomEllipse_MirrorByAxis_1(self,A1)};Mx3dGeomEllipse.prototype["MirrorByCSYSR"]=Mx3dGeomEllipse.prototype.MirrorByCSYSR=function(A2){var self=this.ptr;if(A2&&typeof A2==="object")A2=A2.ptr;_emscripten_bind_Mx3dGeomEllipse_MirrorByCSYSR_1(self,A2)};Mx3dGeomEllipse.prototype["Rotate"]=Mx3dGeomEllipse.prototype.Rotate=function(A1,Ang){var self=this.ptr;if(A1&&typeof A1==="object")A1=A1.ptr;if(Ang&&typeof Ang==="object")Ang=Ang.ptr;_emscripten_bind_Mx3dGeomEllipse_Rotate_2(self,A1,Ang)};Mx3dGeomEllipse.prototype["Scale"]=Mx3dGeomEllipse.prototype.Scale=function(P,S){var self=this.ptr;if(P&&typeof P==="object")P=P.ptr;if(S&&typeof S==="object")S=S.ptr;_emscripten_bind_Mx3dGeomEllipse_Scale_2(self,P,S)};Mx3dGeomEllipse.prototype["TranslateByVec"]=Mx3dGeomEllipse.prototype.TranslateByVec=function(V){var self=this.ptr;if(V&&typeof V==="object")V=V.ptr;_emscripten_bind_Mx3dGeomEllipse_TranslateByVec_1(self,V)};Mx3dGeomEllipse.prototype["TranslateBy2Points"]=Mx3dGeomEllipse.prototype.TranslateBy2Points=function(P1,P2){var self=this.ptr;if(P1&&typeof P1==="object")P1=P1.ptr;if(P2&&typeof P2==="object")P2=P2.ptr;_emscripten_bind_Mx3dGeomEllipse_TranslateBy2Points_2(self,P1,P2)};Mx3dGeomEllipse.prototype["MirroredByPoint"]=Mx3dGeomEllipse.prototype.MirroredByPoint=function(P){var self=this.ptr;if(P&&typeof P==="object")P=P.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomEllipse_MirroredByPoint_1(self,P),Mx3dGeomObject)};Mx3dGeomEllipse.prototype["MirroredByAxis"]=Mx3dGeomEllipse.prototype.MirroredByAxis=function(A1){var self=this.ptr;if(A1&&typeof A1==="object")A1=A1.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomEllipse_MirroredByAxis_1(self,A1),Mx3dGeomObject)};Mx3dGeomEllipse.prototype["MirroredByCSYSR"]=Mx3dGeomEllipse.prototype.MirroredByCSYSR=function(A2){var self=this.ptr;if(A2&&typeof A2==="object")A2=A2.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomEllipse_MirroredByCSYSR_1(self,A2),Mx3dGeomObject)};Mx3dGeomEllipse.prototype["Rotated"]=Mx3dGeomEllipse.prototype.Rotated=function(A1,Ang){var self=this.ptr;if(A1&&typeof A1==="object")A1=A1.ptr;if(Ang&&typeof Ang==="object")Ang=Ang.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomEllipse_Rotated_2(self,A1,Ang),Mx3dGeomObject)};Mx3dGeomEllipse.prototype["Scaled"]=Mx3dGeomEllipse.prototype.Scaled=function(P,S){var self=this.ptr;if(P&&typeof P==="object")P=P.ptr;if(S&&typeof S==="object")S=S.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomEllipse_Scaled_2(self,P,S),Mx3dGeomObject)};Mx3dGeomEllipse.prototype["Transformed"]=Mx3dGeomEllipse.prototype.Transformed=function(T){var self=this.ptr;if(T&&typeof T==="object")T=T.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomEllipse_Transformed_1(self,T),Mx3dGeomObject)};Mx3dGeomEllipse.prototype["TranslatedByVec"]=Mx3dGeomEllipse.prototype.TranslatedByVec=function(V){var self=this.ptr;if(V&&typeof V==="object")V=V.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomEllipse_TranslatedByVec_1(self,V),Mx3dGeomObject)};Mx3dGeomEllipse.prototype["TranslatedBy2Points"]=Mx3dGeomEllipse.prototype.TranslatedBy2Points=function(P1,P2){var self=this.ptr;if(P1&&typeof P1==="object")P1=P1.ptr;if(P2&&typeof P2==="object")P2=P2.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomEllipse_TranslatedBy2Points_2(self,P1,P2),Mx3dGeomObject)};Mx3dGeomEllipse.prototype["__destroy__"]=Mx3dGeomEllipse.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_Mx3dGeomEllipse___destroy___0(self)};function Mx3dGeomHyperbola(A2,MajorRadius,MinorRadius){if(A2&&typeof A2==="object")A2=A2.ptr;if(MajorRadius&&typeof MajorRadius==="object")MajorRadius=MajorRadius.ptr;if(MinorRadius&&typeof MinorRadius==="object")MinorRadius=MinorRadius.ptr;this.ptr=_emscripten_bind_Mx3dGeomHyperbola_Mx3dGeomHyperbola_3(A2,MajorRadius,MinorRadius);getCache(Mx3dGeomHyperbola)[this.ptr]=this}Mx3dGeomHyperbola.prototype=Object.create(Mx3dGeomConic.prototype);Mx3dGeomHyperbola.prototype.constructor=Mx3dGeomHyperbola;Mx3dGeomHyperbola.prototype.__class__=Mx3dGeomHyperbola;Mx3dGeomHyperbola.__cache__={};Module["Mx3dGeomHyperbola"]=Mx3dGeomHyperbola;Mx3dGeomHyperbola.prototype["SetMajorRadius"]=Mx3dGeomHyperbola.prototype.SetMajorRadius=function(MajorRadius){var self=this.ptr;if(MajorRadius&&typeof MajorRadius==="object")MajorRadius=MajorRadius.ptr;_emscripten_bind_Mx3dGeomHyperbola_SetMajorRadius_1(self,MajorRadius)};Mx3dGeomHyperbola.prototype["SetMinorRadius"]=Mx3dGeomHyperbola.prototype.SetMinorRadius=function(MinorRadius){var self=this.ptr;if(MinorRadius&&typeof MinorRadius==="object")MinorRadius=MinorRadius.ptr;_emscripten_bind_Mx3dGeomHyperbola_SetMinorRadius_1(self,MinorRadius)};Mx3dGeomHyperbola.prototype["ReversedParameter"]=Mx3dGeomHyperbola.prototype.ReversedParameter=function(U){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;return _emscripten_bind_Mx3dGeomHyperbola_ReversedParameter_1(self,U)};Mx3dGeomHyperbola.prototype["FirstParameter"]=Mx3dGeomHyperbola.prototype.FirstParameter=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomHyperbola_FirstParameter_0(self)};Mx3dGeomHyperbola.prototype["LastParameter"]=Mx3dGeomHyperbola.prototype.LastParameter=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomHyperbola_LastParameter_0(self)};Mx3dGeomHyperbola.prototype["IsClosed"]=Mx3dGeomHyperbola.prototype.IsClosed=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dGeomHyperbola_IsClosed_0(self)};Mx3dGeomHyperbola.prototype["IsPeriodic"]=Mx3dGeomHyperbola.prototype.IsPeriodic=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dGeomHyperbola_IsPeriodic_0(self)};Mx3dGeomHyperbola.prototype["Asymptote1"]=Mx3dGeomHyperbola.prototype.Asymptote1=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomHyperbola_Asymptote1_0(self),Mx3dGeAxis)};Mx3dGeomHyperbola.prototype["Asymptote2"]=Mx3dGeomHyperbola.prototype.Asymptote2=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomHyperbola_Asymptote2_0(self),Mx3dGeAxis)};Mx3dGeomHyperbola.prototype["ConjugateBranch1"]=Mx3dGeomHyperbola.prototype.ConjugateBranch1=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomHyperbola_ConjugateBranch1_0(self),Mx3dGeomHyperbola)};Mx3dGeomHyperbola.prototype["ConjugateBranch2"]=Mx3dGeomHyperbola.prototype.ConjugateBranch2=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomHyperbola_ConjugateBranch2_0(self),Mx3dGeomHyperbola)};Mx3dGeomHyperbola.prototype["Directrix1"]=Mx3dGeomHyperbola.prototype.Directrix1=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomHyperbola_Directrix1_0(self),Mx3dGeAxis)};Mx3dGeomHyperbola.prototype["Directrix2"]=Mx3dGeomHyperbola.prototype.Directrix2=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomHyperbola_Directrix2_0(self),Mx3dGeAxis)};Mx3dGeomHyperbola.prototype["Eccentricity"]=Mx3dGeomHyperbola.prototype.Eccentricity=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomHyperbola_Eccentricity_0(self)};Mx3dGeomHyperbola.prototype["Focal"]=Mx3dGeomHyperbola.prototype.Focal=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomHyperbola_Focal_0(self)};Mx3dGeomHyperbola.prototype["Focus1"]=Mx3dGeomHyperbola.prototype.Focus1=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomHyperbola_Focus1_0(self),Mx3dGePoint)};Mx3dGeomHyperbola.prototype["Focus2"]=Mx3dGeomHyperbola.prototype.Focus2=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomHyperbola_Focus2_0(self),Mx3dGePoint)};Mx3dGeomHyperbola.prototype["MajorRadius"]=Mx3dGeomHyperbola.prototype.MajorRadius=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomHyperbola_MajorRadius_0(self)};Mx3dGeomHyperbola.prototype["MinorRadius"]=Mx3dGeomHyperbola.prototype.MinorRadius=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomHyperbola_MinorRadius_0(self)};Mx3dGeomHyperbola.prototype["OtherBranch"]=Mx3dGeomHyperbola.prototype.OtherBranch=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomHyperbola_OtherBranch_0(self),Mx3dGeomHyperbola)};Mx3dGeomHyperbola.prototype["Parameter"]=Mx3dGeomHyperbola.prototype.Parameter=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomHyperbola_Parameter_0(self)};Mx3dGeomHyperbola.prototype["D0"]=Mx3dGeomHyperbola.prototype.D0=function(U,P){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(P&&typeof P==="object")P=P.ptr;_emscripten_bind_Mx3dGeomHyperbola_D0_2(self,U,P)};Mx3dGeomHyperbola.prototype["D1"]=Mx3dGeomHyperbola.prototype.D1=function(U,P,V1){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(P&&typeof P==="object")P=P.ptr;if(V1&&typeof V1==="object")V1=V1.ptr;_emscripten_bind_Mx3dGeomHyperbola_D1_3(self,U,P,V1)};Mx3dGeomHyperbola.prototype["D2"]=Mx3dGeomHyperbola.prototype.D2=function(U,P,V1,V2){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(P&&typeof P==="object")P=P.ptr;if(V1&&typeof V1==="object")V1=V1.ptr;if(V2&&typeof V2==="object")V2=V2.ptr;_emscripten_bind_Mx3dGeomHyperbola_D2_4(self,U,P,V1,V2)};Mx3dGeomHyperbola.prototype["D3"]=Mx3dGeomHyperbola.prototype.D3=function(U,P,V1,V2,V3){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(P&&typeof P==="object")P=P.ptr;if(V1&&typeof V1==="object")V1=V1.ptr;if(V2&&typeof V2==="object")V2=V2.ptr;if(V3&&typeof V3==="object")V3=V3.ptr;_emscripten_bind_Mx3dGeomHyperbola_D3_5(self,U,P,V1,V2,V3)};Mx3dGeomHyperbola.prototype["DN"]=Mx3dGeomHyperbola.prototype.DN=function(U,N){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(N&&typeof N==="object")N=N.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomHyperbola_DN_2(self,U,N),Mx3dGeVec)};Mx3dGeomHyperbola.prototype["Transform"]=Mx3dGeomHyperbola.prototype.Transform=function(T){var self=this.ptr;if(T&&typeof T==="object")T=T.ptr;_emscripten_bind_Mx3dGeomHyperbola_Transform_1(self,T)};Mx3dGeomHyperbola.prototype["Copy"]=Mx3dGeomHyperbola.prototype.Copy=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomHyperbola_Copy_0(self),Mx3dGeomObject)};Mx3dGeomHyperbola.prototype["Edge"]=Mx3dGeomHyperbola.prototype.Edge=function(p1,p2){var self=this.ptr;if(p1&&typeof p1==="object")p1=p1.ptr;if(p2&&typeof p2==="object")p2=p2.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomHyperbola_Edge_2(self,p1,p2),Mx3dShapeEdge)};Mx3dGeomHyperbola.prototype["OffsetCurve"]=Mx3dGeomHyperbola.prototype.OffsetCurve=function(Offset,V,isNotCheckC0){var self=this.ptr;if(Offset&&typeof Offset==="object")Offset=Offset.ptr;if(V&&typeof V==="object")V=V.ptr;if(isNotCheckC0&&typeof isNotCheckC0==="object")isNotCheckC0=isNotCheckC0.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomHyperbola_OffsetCurve_3(self,Offset,V,isNotCheckC0),Mx3dShapeEdge)};Mx3dGeomHyperbola.prototype["DynamicType"]=Mx3dGeomHyperbola.prototype.DynamicType=function(){var self=this.ptr;return UTF8ToString(_emscripten_bind_Mx3dGeomHyperbola_DynamicType_0(self))};Mx3dGeomHyperbola.prototype["SetAxis"]=Mx3dGeomHyperbola.prototype.SetAxis=function(theA1){var self=this.ptr;if(theA1&&typeof theA1==="object")theA1=theA1.ptr;_emscripten_bind_Mx3dGeomHyperbola_SetAxis_1(self,theA1)};Mx3dGeomHyperbola.prototype["SetLocation"]=Mx3dGeomHyperbola.prototype.SetLocation=function(theP){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;_emscripten_bind_Mx3dGeomHyperbola_SetLocation_1(self,theP)};Mx3dGeomHyperbola.prototype["SetPosition"]=Mx3dGeomHyperbola.prototype.SetPosition=function(theA2){var self=this.ptr;if(theA2&&typeof theA2==="object")theA2=theA2.ptr;_emscripten_bind_Mx3dGeomHyperbola_SetPosition_1(self,theA2)};Mx3dGeomHyperbola.prototype["Axis"]=Mx3dGeomHyperbola.prototype.Axis=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomHyperbola_Axis_0(self),Mx3dGeAxis)};Mx3dGeomHyperbola.prototype["Location"]=Mx3dGeomHyperbola.prototype.Location=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomHyperbola_Location_0(self),Mx3dGePoint)};Mx3dGeomHyperbola.prototype["Position"]=Mx3dGeomHyperbola.prototype.Position=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomHyperbola_Position_0(self),Mx3dGeCSYSR)};Mx3dGeomHyperbola.prototype["XAxis"]=Mx3dGeomHyperbola.prototype.XAxis=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomHyperbola_XAxis_0(self),Mx3dGeAxis)};Mx3dGeomHyperbola.prototype["YAxis"]=Mx3dGeomHyperbola.prototype.YAxis=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomHyperbola_YAxis_0(self),Mx3dGeAxis)};Mx3dGeomHyperbola.prototype["Reverse"]=Mx3dGeomHyperbola.prototype.Reverse=function(){var self=this.ptr;_emscripten_bind_Mx3dGeomHyperbola_Reverse_0(self)};Mx3dGeomHyperbola.prototype["Continuity"]=Mx3dGeomHyperbola.prototype.Continuity=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomHyperbola_Continuity_0(self)};Mx3dGeomHyperbola.prototype["IsCN"]=Mx3dGeomHyperbola.prototype.IsCN=function(N){var self=this.ptr;if(N&&typeof N==="object")N=N.ptr;return!!_emscripten_bind_Mx3dGeomHyperbola_IsCN_1(self,N)};Mx3dGeomHyperbola.prototype["Reversed"]=Mx3dGeomHyperbola.prototype.Reversed=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomHyperbola_Reversed_0(self),Mx3dGeomCurve)};Mx3dGeomHyperbola.prototype["Period"]=Mx3dGeomHyperbola.prototype.Period=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomHyperbola_Period_0(self)};Mx3dGeomHyperbola.prototype["Value"]=Mx3dGeomHyperbola.prototype.Value=function(U){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomHyperbola_Value_1(self,U),Mx3dGePoint)};Mx3dGeomHyperbola.prototype["MirrorByPoint"]=Mx3dGeomHyperbola.prototype.MirrorByPoint=function(P){var self=this.ptr;if(P&&typeof P==="object")P=P.ptr;_emscripten_bind_Mx3dGeomHyperbola_MirrorByPoint_1(self,P)};Mx3dGeomHyperbola.prototype["MirrorByAxis"]=Mx3dGeomHyperbola.prototype.MirrorByAxis=function(A1){var self=this.ptr;if(A1&&typeof A1==="object")A1=A1.ptr;_emscripten_bind_Mx3dGeomHyperbola_MirrorByAxis_1(self,A1)};Mx3dGeomHyperbola.prototype["MirrorByCSYSR"]=Mx3dGeomHyperbola.prototype.MirrorByCSYSR=function(A2){var self=this.ptr;if(A2&&typeof A2==="object")A2=A2.ptr;_emscripten_bind_Mx3dGeomHyperbola_MirrorByCSYSR_1(self,A2)};Mx3dGeomHyperbola.prototype["Rotate"]=Mx3dGeomHyperbola.prototype.Rotate=function(A1,Ang){var self=this.ptr;if(A1&&typeof A1==="object")A1=A1.ptr;if(Ang&&typeof Ang==="object")Ang=Ang.ptr;_emscripten_bind_Mx3dGeomHyperbola_Rotate_2(self,A1,Ang)};Mx3dGeomHyperbola.prototype["Scale"]=Mx3dGeomHyperbola.prototype.Scale=function(P,S){var self=this.ptr;if(P&&typeof P==="object")P=P.ptr;if(S&&typeof S==="object")S=S.ptr;_emscripten_bind_Mx3dGeomHyperbola_Scale_2(self,P,S)};Mx3dGeomHyperbola.prototype["TranslateByVec"]=Mx3dGeomHyperbola.prototype.TranslateByVec=function(V){var self=this.ptr;if(V&&typeof V==="object")V=V.ptr;_emscripten_bind_Mx3dGeomHyperbola_TranslateByVec_1(self,V)};Mx3dGeomHyperbola.prototype["TranslateBy2Points"]=Mx3dGeomHyperbola.prototype.TranslateBy2Points=function(P1,P2){var self=this.ptr;if(P1&&typeof P1==="object")P1=P1.ptr;if(P2&&typeof P2==="object")P2=P2.ptr;_emscripten_bind_Mx3dGeomHyperbola_TranslateBy2Points_2(self,P1,P2)};Mx3dGeomHyperbola.prototype["MirroredByPoint"]=Mx3dGeomHyperbola.prototype.MirroredByPoint=function(P){var self=this.ptr;if(P&&typeof P==="object")P=P.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomHyperbola_MirroredByPoint_1(self,P),Mx3dGeomObject)};Mx3dGeomHyperbola.prototype["MirroredByAxis"]=Mx3dGeomHyperbola.prototype.MirroredByAxis=function(A1){var self=this.ptr;if(A1&&typeof A1==="object")A1=A1.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomHyperbola_MirroredByAxis_1(self,A1),Mx3dGeomObject)};Mx3dGeomHyperbola.prototype["MirroredByCSYSR"]=Mx3dGeomHyperbola.prototype.MirroredByCSYSR=function(A2){var self=this.ptr;if(A2&&typeof A2==="object")A2=A2.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomHyperbola_MirroredByCSYSR_1(self,A2),Mx3dGeomObject)};Mx3dGeomHyperbola.prototype["Rotated"]=Mx3dGeomHyperbola.prototype.Rotated=function(A1,Ang){var self=this.ptr;if(A1&&typeof A1==="object")A1=A1.ptr;if(Ang&&typeof Ang==="object")Ang=Ang.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomHyperbola_Rotated_2(self,A1,Ang),Mx3dGeomObject)};Mx3dGeomHyperbola.prototype["Scaled"]=Mx3dGeomHyperbola.prototype.Scaled=function(P,S){var self=this.ptr;if(P&&typeof P==="object")P=P.ptr;if(S&&typeof S==="object")S=S.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomHyperbola_Scaled_2(self,P,S),Mx3dGeomObject)};Mx3dGeomHyperbola.prototype["Transformed"]=Mx3dGeomHyperbola.prototype.Transformed=function(T){var self=this.ptr;if(T&&typeof T==="object")T=T.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomHyperbola_Transformed_1(self,T),Mx3dGeomObject)};Mx3dGeomHyperbola.prototype["TranslatedByVec"]=Mx3dGeomHyperbola.prototype.TranslatedByVec=function(V){var self=this.ptr;if(V&&typeof V==="object")V=V.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomHyperbola_TranslatedByVec_1(self,V),Mx3dGeomObject)};Mx3dGeomHyperbola.prototype["TranslatedBy2Points"]=Mx3dGeomHyperbola.prototype.TranslatedBy2Points=function(P1,P2){var self=this.ptr;if(P1&&typeof P1==="object")P1=P1.ptr;if(P2&&typeof P2==="object")P2=P2.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomHyperbola_TranslatedBy2Points_2(self,P1,P2),Mx3dGeomObject)};Mx3dGeomHyperbola.prototype["__destroy__"]=Mx3dGeomHyperbola.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_Mx3dGeomHyperbola___destroy___0(self)};function Mx3dGeomParabola(A2,Focal){if(A2&&typeof A2==="object")A2=A2.ptr;if(Focal&&typeof Focal==="object")Focal=Focal.ptr;this.ptr=_emscripten_bind_Mx3dGeomParabola_Mx3dGeomParabola_2(A2,Focal);getCache(Mx3dGeomParabola)[this.ptr]=this}Mx3dGeomParabola.prototype=Object.create(Mx3dGeomConic.prototype);Mx3dGeomParabola.prototype.constructor=Mx3dGeomParabola;Mx3dGeomParabola.prototype.__class__=Mx3dGeomParabola;Mx3dGeomParabola.__cache__={};Module["Mx3dGeomParabola"]=Mx3dGeomParabola;Mx3dGeomParabola.prototype["SetFocal"]=Mx3dGeomParabola.prototype.SetFocal=function(Focal){var self=this.ptr;if(Focal&&typeof Focal==="object")Focal=Focal.ptr;_emscripten_bind_Mx3dGeomParabola_SetFocal_1(self,Focal)};Mx3dGeomParabola.prototype["ReversedParameter"]=Mx3dGeomParabola.prototype.ReversedParameter=function(U){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;return _emscripten_bind_Mx3dGeomParabola_ReversedParameter_1(self,U)};Mx3dGeomParabola.prototype["FirstParameter"]=Mx3dGeomParabola.prototype.FirstParameter=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomParabola_FirstParameter_0(self)};Mx3dGeomParabola.prototype["LastParameter"]=Mx3dGeomParabola.prototype.LastParameter=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomParabola_LastParameter_0(self)};Mx3dGeomParabola.prototype["IsClosed"]=Mx3dGeomParabola.prototype.IsClosed=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dGeomParabola_IsClosed_0(self)};Mx3dGeomParabola.prototype["IsPeriodic"]=Mx3dGeomParabola.prototype.IsPeriodic=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dGeomParabola_IsPeriodic_0(self)};Mx3dGeomParabola.prototype["Directrix"]=Mx3dGeomParabola.prototype.Directrix=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomParabola_Directrix_0(self),Mx3dGeAxis)};Mx3dGeomParabola.prototype["Eccentricity"]=Mx3dGeomParabola.prototype.Eccentricity=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomParabola_Eccentricity_0(self)};Mx3dGeomParabola.prototype["Focus"]=Mx3dGeomParabola.prototype.Focus=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomParabola_Focus_0(self),Mx3dGePoint)};Mx3dGeomParabola.prototype["Focal"]=Mx3dGeomParabola.prototype.Focal=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomParabola_Focal_0(self)};Mx3dGeomParabola.prototype["Parameter"]=Mx3dGeomParabola.prototype.Parameter=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomParabola_Parameter_0(self)};Mx3dGeomParabola.prototype["D0"]=Mx3dGeomParabola.prototype.D0=function(U,P){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(P&&typeof P==="object")P=P.ptr;_emscripten_bind_Mx3dGeomParabola_D0_2(self,U,P)};Mx3dGeomParabola.prototype["D1"]=Mx3dGeomParabola.prototype.D1=function(U,P,V1){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(P&&typeof P==="object")P=P.ptr;if(V1&&typeof V1==="object")V1=V1.ptr;_emscripten_bind_Mx3dGeomParabola_D1_3(self,U,P,V1)};Mx3dGeomParabola.prototype["D2"]=Mx3dGeomParabola.prototype.D2=function(U,P,V1,V2){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(P&&typeof P==="object")P=P.ptr;if(V1&&typeof V1==="object")V1=V1.ptr;if(V2&&typeof V2==="object")V2=V2.ptr;_emscripten_bind_Mx3dGeomParabola_D2_4(self,U,P,V1,V2)};Mx3dGeomParabola.prototype["D3"]=Mx3dGeomParabola.prototype.D3=function(U,P,V1,V2,V3){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(P&&typeof P==="object")P=P.ptr;if(V1&&typeof V1==="object")V1=V1.ptr;if(V2&&typeof V2==="object")V2=V2.ptr;if(V3&&typeof V3==="object")V3=V3.ptr;_emscripten_bind_Mx3dGeomParabola_D3_5(self,U,P,V1,V2,V3)};Mx3dGeomParabola.prototype["DN"]=Mx3dGeomParabola.prototype.DN=function(U,N){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(N&&typeof N==="object")N=N.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomParabola_DN_2(self,U,N),Mx3dGeVec)};Mx3dGeomParabola.prototype["Transform"]=Mx3dGeomParabola.prototype.Transform=function(T){var self=this.ptr;if(T&&typeof T==="object")T=T.ptr;_emscripten_bind_Mx3dGeomParabola_Transform_1(self,T)};Mx3dGeomParabola.prototype["TransformedParameter"]=Mx3dGeomParabola.prototype.TransformedParameter=function(U,T){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(T&&typeof T==="object")T=T.ptr;return _emscripten_bind_Mx3dGeomParabola_TransformedParameter_2(self,U,T)};Mx3dGeomParabola.prototype["ParametricTransformation"]=Mx3dGeomParabola.prototype.ParametricTransformation=function(T){var self=this.ptr;if(T&&typeof T==="object")T=T.ptr;return _emscripten_bind_Mx3dGeomParabola_ParametricTransformation_1(self,T)};Mx3dGeomParabola.prototype["Copy"]=Mx3dGeomParabola.prototype.Copy=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomParabola_Copy_0(self),Mx3dGeomObject)};Mx3dGeomParabola.prototype["Edge"]=Mx3dGeomParabola.prototype.Edge=function(p1,p2){var self=this.ptr;if(p1&&typeof p1==="object")p1=p1.ptr;if(p2&&typeof p2==="object")p2=p2.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomParabola_Edge_2(self,p1,p2),Mx3dShapeEdge)};Mx3dGeomParabola.prototype["OffsetCurve"]=Mx3dGeomParabola.prototype.OffsetCurve=function(Offset,V,isNotCheckC0){var self=this.ptr;if(Offset&&typeof Offset==="object")Offset=Offset.ptr;if(V&&typeof V==="object")V=V.ptr;if(isNotCheckC0&&typeof isNotCheckC0==="object")isNotCheckC0=isNotCheckC0.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomParabola_OffsetCurve_3(self,Offset,V,isNotCheckC0),Mx3dShapeEdge)};Mx3dGeomParabola.prototype["DynamicType"]=Mx3dGeomParabola.prototype.DynamicType=function(){var self=this.ptr;return UTF8ToString(_emscripten_bind_Mx3dGeomParabola_DynamicType_0(self))};Mx3dGeomParabola.prototype["SetAxis"]=Mx3dGeomParabola.prototype.SetAxis=function(theA1){var self=this.ptr;if(theA1&&typeof theA1==="object")theA1=theA1.ptr;_emscripten_bind_Mx3dGeomParabola_SetAxis_1(self,theA1)};Mx3dGeomParabola.prototype["SetLocation"]=Mx3dGeomParabola.prototype.SetLocation=function(theP){var self=this.ptr;if(theP&&typeof theP==="object")theP=theP.ptr;_emscripten_bind_Mx3dGeomParabola_SetLocation_1(self,theP)};Mx3dGeomParabola.prototype["SetPosition"]=Mx3dGeomParabola.prototype.SetPosition=function(theA2){var self=this.ptr;if(theA2&&typeof theA2==="object")theA2=theA2.ptr;_emscripten_bind_Mx3dGeomParabola_SetPosition_1(self,theA2)};Mx3dGeomParabola.prototype["Axis"]=Mx3dGeomParabola.prototype.Axis=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomParabola_Axis_0(self),Mx3dGeAxis)};Mx3dGeomParabola.prototype["Location"]=Mx3dGeomParabola.prototype.Location=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomParabola_Location_0(self),Mx3dGePoint)};Mx3dGeomParabola.prototype["Position"]=Mx3dGeomParabola.prototype.Position=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomParabola_Position_0(self),Mx3dGeCSYSR)};Mx3dGeomParabola.prototype["XAxis"]=Mx3dGeomParabola.prototype.XAxis=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomParabola_XAxis_0(self),Mx3dGeAxis)};Mx3dGeomParabola.prototype["YAxis"]=Mx3dGeomParabola.prototype.YAxis=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomParabola_YAxis_0(self),Mx3dGeAxis)};Mx3dGeomParabola.prototype["Reverse"]=Mx3dGeomParabola.prototype.Reverse=function(){var self=this.ptr;_emscripten_bind_Mx3dGeomParabola_Reverse_0(self)};Mx3dGeomParabola.prototype["Continuity"]=Mx3dGeomParabola.prototype.Continuity=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomParabola_Continuity_0(self)};Mx3dGeomParabola.prototype["IsCN"]=Mx3dGeomParabola.prototype.IsCN=function(N){var self=this.ptr;if(N&&typeof N==="object")N=N.ptr;return!!_emscripten_bind_Mx3dGeomParabola_IsCN_1(self,N)};Mx3dGeomParabola.prototype["Reversed"]=Mx3dGeomParabola.prototype.Reversed=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomParabola_Reversed_0(self),Mx3dGeomCurve)};Mx3dGeomParabola.prototype["Period"]=Mx3dGeomParabola.prototype.Period=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomParabola_Period_0(self)};Mx3dGeomParabola.prototype["Value"]=Mx3dGeomParabola.prototype.Value=function(U){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomParabola_Value_1(self,U),Mx3dGePoint)};Mx3dGeomParabola.prototype["MirrorByPoint"]=Mx3dGeomParabola.prototype.MirrorByPoint=function(P){var self=this.ptr;if(P&&typeof P==="object")P=P.ptr;_emscripten_bind_Mx3dGeomParabola_MirrorByPoint_1(self,P)};Mx3dGeomParabola.prototype["MirrorByAxis"]=Mx3dGeomParabola.prototype.MirrorByAxis=function(A1){var self=this.ptr;if(A1&&typeof A1==="object")A1=A1.ptr;_emscripten_bind_Mx3dGeomParabola_MirrorByAxis_1(self,A1)};Mx3dGeomParabola.prototype["MirrorByCSYSR"]=Mx3dGeomParabola.prototype.MirrorByCSYSR=function(A2){var self=this.ptr;if(A2&&typeof A2==="object")A2=A2.ptr;_emscripten_bind_Mx3dGeomParabola_MirrorByCSYSR_1(self,A2)};Mx3dGeomParabola.prototype["Rotate"]=Mx3dGeomParabola.prototype.Rotate=function(A1,Ang){var self=this.ptr;if(A1&&typeof A1==="object")A1=A1.ptr;if(Ang&&typeof Ang==="object")Ang=Ang.ptr;_emscripten_bind_Mx3dGeomParabola_Rotate_2(self,A1,Ang)};Mx3dGeomParabola.prototype["Scale"]=Mx3dGeomParabola.prototype.Scale=function(P,S){var self=this.ptr;if(P&&typeof P==="object")P=P.ptr;if(S&&typeof S==="object")S=S.ptr;_emscripten_bind_Mx3dGeomParabola_Scale_2(self,P,S)};Mx3dGeomParabola.prototype["TranslateByVec"]=Mx3dGeomParabola.prototype.TranslateByVec=function(V){var self=this.ptr;if(V&&typeof V==="object")V=V.ptr;_emscripten_bind_Mx3dGeomParabola_TranslateByVec_1(self,V)};Mx3dGeomParabola.prototype["TranslateBy2Points"]=Mx3dGeomParabola.prototype.TranslateBy2Points=function(P1,P2){var self=this.ptr;if(P1&&typeof P1==="object")P1=P1.ptr;if(P2&&typeof P2==="object")P2=P2.ptr;_emscripten_bind_Mx3dGeomParabola_TranslateBy2Points_2(self,P1,P2)};Mx3dGeomParabola.prototype["MirroredByPoint"]=Mx3dGeomParabola.prototype.MirroredByPoint=function(P){var self=this.ptr;if(P&&typeof P==="object")P=P.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomParabola_MirroredByPoint_1(self,P),Mx3dGeomObject)};Mx3dGeomParabola.prototype["MirroredByAxis"]=Mx3dGeomParabola.prototype.MirroredByAxis=function(A1){var self=this.ptr;if(A1&&typeof A1==="object")A1=A1.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomParabola_MirroredByAxis_1(self,A1),Mx3dGeomObject)};Mx3dGeomParabola.prototype["MirroredByCSYSR"]=Mx3dGeomParabola.prototype.MirroredByCSYSR=function(A2){var self=this.ptr;if(A2&&typeof A2==="object")A2=A2.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomParabola_MirroredByCSYSR_1(self,A2),Mx3dGeomObject)};Mx3dGeomParabola.prototype["Rotated"]=Mx3dGeomParabola.prototype.Rotated=function(A1,Ang){var self=this.ptr;if(A1&&typeof A1==="object")A1=A1.ptr;if(Ang&&typeof Ang==="object")Ang=Ang.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomParabola_Rotated_2(self,A1,Ang),Mx3dGeomObject)};Mx3dGeomParabola.prototype["Scaled"]=Mx3dGeomParabola.prototype.Scaled=function(P,S){var self=this.ptr;if(P&&typeof P==="object")P=P.ptr;if(S&&typeof S==="object")S=S.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomParabola_Scaled_2(self,P,S),Mx3dGeomObject)};Mx3dGeomParabola.prototype["Transformed"]=Mx3dGeomParabola.prototype.Transformed=function(T){var self=this.ptr;if(T&&typeof T==="object")T=T.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomParabola_Transformed_1(self,T),Mx3dGeomObject)};Mx3dGeomParabola.prototype["TranslatedByVec"]=Mx3dGeomParabola.prototype.TranslatedByVec=function(V){var self=this.ptr;if(V&&typeof V==="object")V=V.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomParabola_TranslatedByVec_1(self,V),Mx3dGeomObject)};Mx3dGeomParabola.prototype["TranslatedBy2Points"]=Mx3dGeomParabola.prototype.TranslatedBy2Points=function(P1,P2){var self=this.ptr;if(P1&&typeof P1==="object")P1=P1.ptr;if(P2&&typeof P2==="object")P2=P2.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomParabola_TranslatedBy2Points_2(self,P1,P2),Mx3dGeomObject)};Mx3dGeomParabola.prototype["__destroy__"]=Mx3dGeomParabola.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_Mx3dGeomParabola___destroy___0(self)};function Mx3dMkBox(theAxes,theDX,theDY,theDZ){if(theAxes&&typeof theAxes==="object")theAxes=theAxes.ptr;if(theDX&&typeof theDX==="object")theDX=theDX.ptr;if(theDY&&typeof theDY==="object")theDY=theDY.ptr;if(theDZ&&typeof theDZ==="object")theDZ=theDZ.ptr;if(theDY===undefined){this.ptr=_emscripten_bind_Mx3dMkBox_Mx3dMkBox_2(theAxes,theDX);getCache(Mx3dMkBox)[this.ptr]=this;return}if(theDZ===undefined){this.ptr=_emscripten_bind_Mx3dMkBox_Mx3dMkBox_3(theAxes,theDX,theDY);getCache(Mx3dMkBox)[this.ptr]=this;return}this.ptr=_emscripten_bind_Mx3dMkBox_Mx3dMkBox_4(theAxes,theDX,theDY,theDZ);getCache(Mx3dMkBox)[this.ptr]=this}Mx3dMkBox.prototype=Object.create(Mx3dMkObject.prototype);Mx3dMkBox.prototype.constructor=Mx3dMkBox;Mx3dMkBox.prototype.__class__=Mx3dMkBox;Mx3dMkBox.__cache__={};Module["Mx3dMkBox"]=Mx3dMkBox;Mx3dMkBox.prototype["Build"]=Mx3dMkBox.prototype.Build=function(){var self=this.ptr;_emscripten_bind_Mx3dMkBox_Build_0(self)};Mx3dMkBox.prototype["Shape"]=Mx3dMkBox.prototype.Shape=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dMkBox_Shape_0(self),Mx3dShapeObject)};Mx3dMkBox.prototype["Shell"]=Mx3dMkBox.prototype.Shell=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dMkBox_Shell_0(self),Mx3dShapeShell)};Mx3dMkBox.prototype["Solid"]=Mx3dMkBox.prototype.Solid=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dMkBox_Solid_0(self),Mx3dShapeSolid)};Mx3dMkBox.prototype["BottomFace"]=Mx3dMkBox.prototype.BottomFace=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dMkBox_BottomFace_0(self),Mx3dShapeFace)};Mx3dMkBox.prototype["BackFace"]=Mx3dMkBox.prototype.BackFace=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dMkBox_BackFace_0(self),Mx3dShapeFace)};Mx3dMkBox.prototype["FrontFace"]=Mx3dMkBox.prototype.FrontFace=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dMkBox_FrontFace_0(self),Mx3dShapeFace)};Mx3dMkBox.prototype["LeftFace"]=Mx3dMkBox.prototype.LeftFace=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dMkBox_LeftFace_0(self),Mx3dShapeFace)};Mx3dMkBox.prototype["RightFace"]=Mx3dMkBox.prototype.RightFace=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dMkBox_RightFace_0(self),Mx3dShapeFace)};Mx3dMkBox.prototype["TopFace"]=Mx3dMkBox.prototype.TopFace=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dMkBox_TopFace_0(self),Mx3dShapeFace)};Mx3dMkBox.prototype["IsDone"]=Mx3dMkBox.prototype.IsDone=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dMkBox_IsDone_0(self)};Mx3dMkBox.prototype["__destroy__"]=Mx3dMkBox.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_Mx3dMkBox___destroy___0(self)};function Mx3dMkCone(Axes,R1,R2,H,angle){if(Axes&&typeof Axes==="object")Axes=Axes.ptr;if(R1&&typeof R1==="object")R1=R1.ptr;if(R2&&typeof R2==="object")R2=R2.ptr;if(H&&typeof H==="object")H=H.ptr;if(angle&&typeof angle==="object")angle=angle.ptr;if(angle===undefined){this.ptr=_emscripten_bind_Mx3dMkCone_Mx3dMkCone_4(Axes,R1,R2,H);getCache(Mx3dMkCone)[this.ptr]=this;return}this.ptr=_emscripten_bind_Mx3dMkCone_Mx3dMkCone_5(Axes,R1,R2,H,angle);getCache(Mx3dMkCone)[this.ptr]=this}Mx3dMkCone.prototype=Object.create(Mx3dMkObject.prototype);Mx3dMkCone.prototype.constructor=Mx3dMkCone;Mx3dMkCone.prototype.__class__=Mx3dMkCone;Mx3dMkCone.__cache__={};Module["Mx3dMkCone"]=Mx3dMkCone;Mx3dMkCone.prototype["Build"]=Mx3dMkCone.prototype.Build=function(){var self=this.ptr;_emscripten_bind_Mx3dMkCone_Build_0(self)};Mx3dMkCone.prototype["Shape"]=Mx3dMkCone.prototype.Shape=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dMkCone_Shape_0(self),Mx3dShapeObject)};Mx3dMkCone.prototype["Face"]=Mx3dMkCone.prototype.Face=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dMkCone_Face_0(self),Mx3dShapeFace)};Mx3dMkCone.prototype["Shell"]=Mx3dMkCone.prototype.Shell=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dMkCone_Shell_0(self),Mx3dShapeShell)};Mx3dMkCone.prototype["Solid"]=Mx3dMkCone.prototype.Solid=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dMkCone_Solid_0(self),Mx3dShapeSolid)};Mx3dMkCone.prototype["IsDone"]=Mx3dMkCone.prototype.IsDone=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dMkCone_IsDone_0(self)};Mx3dMkCone.prototype["__destroy__"]=Mx3dMkCone.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_Mx3dMkCone___destroy___0(self)};function Mx3dMkCylinder(Axes,R,H,Angle){if(Axes&&typeof Axes==="object")Axes=Axes.ptr;if(R&&typeof R==="object")R=R.ptr;if(H&&typeof H==="object")H=H.ptr;if(Angle&&typeof Angle==="object")Angle=Angle.ptr;if(Angle===undefined){this.ptr=_emscripten_bind_Mx3dMkCylinder_Mx3dMkCylinder_3(Axes,R,H);getCache(Mx3dMkCylinder)[this.ptr]=this;return}this.ptr=_emscripten_bind_Mx3dMkCylinder_Mx3dMkCylinder_4(Axes,R,H,Angle);getCache(Mx3dMkCylinder)[this.ptr]=this}Mx3dMkCylinder.prototype=Object.create(Mx3dMkObject.prototype);Mx3dMkCylinder.prototype.constructor=Mx3dMkCylinder;Mx3dMkCylinder.prototype.__class__=Mx3dMkCylinder;Mx3dMkCylinder.__cache__={};Module["Mx3dMkCylinder"]=Mx3dMkCylinder;Mx3dMkCylinder.prototype["Build"]=Mx3dMkCylinder.prototype.Build=function(){var self=this.ptr;_emscripten_bind_Mx3dMkCylinder_Build_0(self)};Mx3dMkCylinder.prototype["Shape"]=Mx3dMkCylinder.prototype.Shape=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dMkCylinder_Shape_0(self),Mx3dShapeObject)};Mx3dMkCylinder.prototype["Face"]=Mx3dMkCylinder.prototype.Face=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dMkCylinder_Face_0(self),Mx3dShapeFace)};Mx3dMkCylinder.prototype["Shell"]=Mx3dMkCylinder.prototype.Shell=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dMkCylinder_Shell_0(self),Mx3dShapeShell)};Mx3dMkCylinder.prototype["Solid"]=Mx3dMkCylinder.prototype.Solid=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dMkCylinder_Solid_0(self),Mx3dShapeSolid)};Mx3dMkCylinder.prototype["IsDone"]=Mx3dMkCylinder.prototype.IsDone=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dMkCylinder_IsDone_0(self)};Mx3dMkCylinder.prototype["__destroy__"]=Mx3dMkCylinder.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_Mx3dMkCylinder___destroy___0(self)};function Mx3dMkRevol(S,A,D){if(S&&typeof S==="object")S=S.ptr;if(A&&typeof A==="object")A=A.ptr;if(D&&typeof D==="object")D=D.ptr;if(D===undefined){this.ptr=_emscripten_bind_Mx3dMkRevol_Mx3dMkRevol_2(S,A);getCache(Mx3dMkRevol)[this.ptr]=this;return}this.ptr=_emscripten_bind_Mx3dMkRevol_Mx3dMkRevol_3(S,A,D);getCache(Mx3dMkRevol)[this.ptr]=this}Mx3dMkRevol.prototype=Object.create(Mx3dMkObject.prototype);Mx3dMkRevol.prototype.constructor=Mx3dMkRevol;Mx3dMkRevol.prototype.__class__=Mx3dMkRevol;Mx3dMkRevol.__cache__={};Module["Mx3dMkRevol"]=Mx3dMkRevol;Mx3dMkRevol.prototype["Build"]=Mx3dMkRevol.prototype.Build=function(){var self=this.ptr;_emscripten_bind_Mx3dMkRevol_Build_0(self)};Mx3dMkRevol.prototype["Shape"]=Mx3dMkRevol.prototype.Shape=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dMkRevol_Shape_0(self),Mx3dShapeObject)};Mx3dMkRevol.prototype["IsDone"]=Mx3dMkRevol.prototype.IsDone=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dMkRevol_IsDone_0(self)};Mx3dMkRevol.prototype["__destroy__"]=Mx3dMkRevol.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_Mx3dMkRevol___destroy___0(self)};function Mx3dMkSphere(Axes,R,angle1,angle2,angle3){if(Axes&&typeof Axes==="object")Axes=Axes.ptr;if(R&&typeof R==="object")R=R.ptr;if(angle1&&typeof angle1==="object")angle1=angle1.ptr;if(angle2&&typeof angle2==="object")angle2=angle2.ptr;if(angle3&&typeof angle3==="object")angle3=angle3.ptr;if(angle1===undefined){this.ptr=_emscripten_bind_Mx3dMkSphere_Mx3dMkSphere_2(Axes,R);getCache(Mx3dMkSphere)[this.ptr]=this;return}if(angle2===undefined){this.ptr=_emscripten_bind_Mx3dMkSphere_Mx3dMkSphere_3(Axes,R,angle1);getCache(Mx3dMkSphere)[this.ptr]=this;return}if(angle3===undefined){this.ptr=_emscripten_bind_Mx3dMkSphere_Mx3dMkSphere_4(Axes,R,angle1,angle2);getCache(Mx3dMkSphere)[this.ptr]=this;return}this.ptr=_emscripten_bind_Mx3dMkSphere_Mx3dMkSphere_5(Axes,R,angle1,angle2,angle3);getCache(Mx3dMkSphere)[this.ptr]=this}Mx3dMkSphere.prototype=Object.create(Mx3dMkObject.prototype);Mx3dMkSphere.prototype.constructor=Mx3dMkSphere;Mx3dMkSphere.prototype.__class__=Mx3dMkSphere;Mx3dMkSphere.__cache__={};Module["Mx3dMkSphere"]=Mx3dMkSphere;Mx3dMkSphere.prototype["Build"]=Mx3dMkSphere.prototype.Build=function(){var self=this.ptr;_emscripten_bind_Mx3dMkSphere_Build_0(self)};Mx3dMkSphere.prototype["Shape"]=Mx3dMkSphere.prototype.Shape=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dMkSphere_Shape_0(self),Mx3dShapeObject)};Mx3dMkSphere.prototype["Face"]=Mx3dMkSphere.prototype.Face=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dMkSphere_Face_0(self),Mx3dShapeFace)};Mx3dMkSphere.prototype["Shell"]=Mx3dMkSphere.prototype.Shell=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dMkSphere_Shell_0(self),Mx3dShapeShell)};Mx3dMkSphere.prototype["Solid"]=Mx3dMkSphere.prototype.Solid=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dMkSphere_Solid_0(self),Mx3dShapeSolid)};Mx3dMkSphere.prototype["IsDone"]=Mx3dMkSphere.prototype.IsDone=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dMkSphere_IsDone_0(self)};Mx3dMkSphere.prototype["__destroy__"]=Mx3dMkSphere.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_Mx3dMkSphere___destroy___0(self)};function Mx3dMkTorus(Axes,R1,R2,angle1,angle2,angle){if(Axes&&typeof Axes==="object")Axes=Axes.ptr;if(R1&&typeof R1==="object")R1=R1.ptr;if(R2&&typeof R2==="object")R2=R2.ptr;if(angle1&&typeof angle1==="object")angle1=angle1.ptr;if(angle2&&typeof angle2==="object")angle2=angle2.ptr;if(angle&&typeof angle==="object")angle=angle.ptr;if(angle1===undefined){this.ptr=_emscripten_bind_Mx3dMkTorus_Mx3dMkTorus_3(Axes,R1,R2);getCache(Mx3dMkTorus)[this.ptr]=this;return}if(angle2===undefined){this.ptr=_emscripten_bind_Mx3dMkTorus_Mx3dMkTorus_4(Axes,R1,R2,angle1);getCache(Mx3dMkTorus)[this.ptr]=this;return}if(angle===undefined){this.ptr=_emscripten_bind_Mx3dMkTorus_Mx3dMkTorus_5(Axes,R1,R2,angle1,angle2);getCache(Mx3dMkTorus)[this.ptr]=this;return}this.ptr=_emscripten_bind_Mx3dMkTorus_Mx3dMkTorus_6(Axes,R1,R2,angle1,angle2,angle);getCache(Mx3dMkTorus)[this.ptr]=this}Mx3dMkTorus.prototype=Object.create(Mx3dMkObject.prototype);Mx3dMkTorus.prototype.constructor=Mx3dMkTorus;Mx3dMkTorus.prototype.__class__=Mx3dMkTorus;Mx3dMkTorus.__cache__={};Module["Mx3dMkTorus"]=Mx3dMkTorus;Mx3dMkTorus.prototype["Build"]=Mx3dMkTorus.prototype.Build=function(){var self=this.ptr;_emscripten_bind_Mx3dMkTorus_Build_0(self)};Mx3dMkTorus.prototype["Shape"]=Mx3dMkTorus.prototype.Shape=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dMkTorus_Shape_0(self),Mx3dShapeObject)};Mx3dMkTorus.prototype["Face"]=Mx3dMkTorus.prototype.Face=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dMkTorus_Face_0(self),Mx3dShapeFace)};Mx3dMkTorus.prototype["Shell"]=Mx3dMkTorus.prototype.Shell=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dMkTorus_Shell_0(self),Mx3dShapeShell)};Mx3dMkTorus.prototype["Solid"]=Mx3dMkTorus.prototype.Solid=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dMkTorus_Solid_0(self),Mx3dShapeSolid)};Mx3dMkTorus.prototype["IsDone"]=Mx3dMkTorus.prototype.IsDone=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dMkTorus_IsDone_0(self)};Mx3dMkTorus.prototype["__destroy__"]=Mx3dMkTorus.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_Mx3dMkTorus___destroy___0(self)};function Mx3dMkPipe(Spine,Profile,aMode,ForceApproxC1){if(Spine&&typeof Spine==="object")Spine=Spine.ptr;if(Profile&&typeof Profile==="object")Profile=Profile.ptr;if(aMode&&typeof aMode==="object")aMode=aMode.ptr;if(ForceApproxC1&&typeof ForceApproxC1==="object")ForceApproxC1=ForceApproxC1.ptr;if(aMode===undefined){this.ptr=_emscripten_bind_Mx3dMkPipe_Mx3dMkPipe_2(Spine,Profile);getCache(Mx3dMkPipe)[this.ptr]=this;return}if(ForceApproxC1===undefined){this.ptr=_emscripten_bind_Mx3dMkPipe_Mx3dMkPipe_3(Spine,Profile,aMode);getCache(Mx3dMkPipe)[this.ptr]=this;return}this.ptr=_emscripten_bind_Mx3dMkPipe_Mx3dMkPipe_4(Spine,Profile,aMode,ForceApproxC1);getCache(Mx3dMkPipe)[this.ptr]=this}Mx3dMkPipe.prototype=Object.create(Mx3dMkObject.prototype);Mx3dMkPipe.prototype.constructor=Mx3dMkPipe;Mx3dMkPipe.prototype.__class__=Mx3dMkPipe;Mx3dMkPipe.__cache__={};Module["Mx3dMkPipe"]=Mx3dMkPipe;Mx3dMkPipe.prototype["Build"]=Mx3dMkPipe.prototype.Build=function(){var self=this.ptr;_emscripten_bind_Mx3dMkPipe_Build_0(self)};Mx3dMkPipe.prototype["Shape"]=Mx3dMkPipe.prototype.Shape=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dMkPipe_Shape_0(self),Mx3dShapeObject)};Mx3dMkPipe.prototype["IsDone"]=Mx3dMkPipe.prototype.IsDone=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dMkPipe_IsDone_0(self)};Mx3dMkPipe.prototype["__destroy__"]=Mx3dMkPipe.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_Mx3dMkPipe___destroy___0(self)};function Mx3dMkPipeShell(Spine){if(Spine&&typeof Spine==="object")Spine=Spine.ptr;this.ptr=_emscripten_bind_Mx3dMkPipeShell_Mx3dMkPipeShell_1(Spine);getCache(Mx3dMkPipeShell)[this.ptr]=this}Mx3dMkPipeShell.prototype=Object.create(Mx3dMkObject.prototype);Mx3dMkPipeShell.prototype.constructor=Mx3dMkPipeShell;Mx3dMkPipeShell.prototype.__class__=Mx3dMkPipeShell;Mx3dMkPipeShell.__cache__={};Module["Mx3dMkPipeShell"]=Mx3dMkPipeShell;Mx3dMkPipeShell.prototype["SetTransitionMode"]=Mx3dMkPipeShell.prototype.SetTransitionMode=function(Mode){var self=this.ptr;if(Mode&&typeof Mode==="object")Mode=Mode.ptr;_emscripten_bind_Mx3dMkPipeShell_SetTransitionMode_1(self,Mode)};Mx3dMkPipeShell.prototype["Add"]=Mx3dMkPipeShell.prototype.Add=function(Profile){var self=this.ptr;if(Profile&&typeof Profile==="object")Profile=Profile.ptr;_emscripten_bind_Mx3dMkPipeShell_Add_1(self,Profile)};Mx3dMkPipeShell.prototype["Build"]=Mx3dMkPipeShell.prototype.Build=function(){var self=this.ptr;_emscripten_bind_Mx3dMkPipeShell_Build_0(self)};Mx3dMkPipeShell.prototype["MakeSolid"]=Mx3dMkPipeShell.prototype.MakeSolid=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dMkPipeShell_MakeSolid_0(self)};Mx3dMkPipeShell.prototype["Shape"]=Mx3dMkPipeShell.prototype.Shape=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dMkPipeShell_Shape_0(self),Mx3dShapeObject)};Mx3dMkPipeShell.prototype["IsDone"]=Mx3dMkPipeShell.prototype.IsDone=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dMkPipeShell_IsDone_0(self)};Mx3dMkPipeShell.prototype["__destroy__"]=Mx3dMkPipeShell.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_Mx3dMkPipeShell___destroy___0(self)};function Mx3dMkPrism(S,D,Inf,Copy,Canonize){if(S&&typeof S==="object")S=S.ptr;if(D&&typeof D==="object")D=D.ptr;if(Inf&&typeof Inf==="object")Inf=Inf.ptr;if(Copy&&typeof Copy==="object")Copy=Copy.ptr;if(Canonize&&typeof Canonize==="object")Canonize=Canonize.ptr;if(Canonize===undefined){this.ptr=_emscripten_bind_Mx3dMkPrism_Mx3dMkPrism_4(S,D,Inf,Copy);getCache(Mx3dMkPrism)[this.ptr]=this;return}this.ptr=_emscripten_bind_Mx3dMkPrism_Mx3dMkPrism_5(S,D,Inf,Copy,Canonize);getCache(Mx3dMkPrism)[this.ptr]=this}Mx3dMkPrism.prototype=Object.create(Mx3dMkObject.prototype);Mx3dMkPrism.prototype.constructor=Mx3dMkPrism;Mx3dMkPrism.prototype.__class__=Mx3dMkPrism;Mx3dMkPrism.__cache__={};Module["Mx3dMkPrism"]=Mx3dMkPrism;Mx3dMkPrism.prototype["Build"]=Mx3dMkPrism.prototype.Build=function(){var self=this.ptr;_emscripten_bind_Mx3dMkPrism_Build_0(self)};Mx3dMkPrism.prototype["Shape"]=Mx3dMkPrism.prototype.Shape=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dMkPrism_Shape_0(self),Mx3dShapeObject)};Mx3dMkPrism.prototype["IsDone"]=Mx3dMkPrism.prototype.IsDone=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dMkPrism_IsDone_0(self)};Mx3dMkPrism.prototype["__destroy__"]=Mx3dMkPrism.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_Mx3dMkPrism___destroy___0(self)};function Mx3dMkWedge(Axes,dx,dy,dz,xmin,zmin,xmax,zmax){if(Axes&&typeof Axes==="object")Axes=Axes.ptr;if(dx&&typeof dx==="object")dx=dx.ptr;if(dy&&typeof dy==="object")dy=dy.ptr;if(dz&&typeof dz==="object")dz=dz.ptr;if(xmin&&typeof xmin==="object")xmin=xmin.ptr;if(zmin&&typeof zmin==="object")zmin=zmin.ptr;if(xmax&&typeof xmax==="object")xmax=xmax.ptr;if(zmax&&typeof zmax==="object")zmax=zmax.ptr;if(xmin===undefined){this.ptr=_emscripten_bind_Mx3dMkWedge_Mx3dMkWedge_4(Axes,dx,dy,dz);getCache(Mx3dMkWedge)[this.ptr]=this;return}if(zmin===undefined){this.ptr=_emscripten_bind_Mx3dMkWedge_Mx3dMkWedge_5(Axes,dx,dy,dz,xmin);getCache(Mx3dMkWedge)[this.ptr]=this;return}if(xmax===undefined){this.ptr=_emscripten_bind_Mx3dMkWedge_Mx3dMkWedge_6(Axes,dx,dy,dz,xmin,zmin);getCache(Mx3dMkWedge)[this.ptr]=this;return}if(zmax===undefined){this.ptr=_emscripten_bind_Mx3dMkWedge_Mx3dMkWedge_7(Axes,dx,dy,dz,xmin,zmin,xmax);getCache(Mx3dMkWedge)[this.ptr]=this;return}this.ptr=_emscripten_bind_Mx3dMkWedge_Mx3dMkWedge_8(Axes,dx,dy,dz,xmin,zmin,xmax,zmax);getCache(Mx3dMkWedge)[this.ptr]=this}Mx3dMkWedge.prototype=Object.create(Mx3dMkObject.prototype);Mx3dMkWedge.prototype.constructor=Mx3dMkWedge;Mx3dMkWedge.prototype.__class__=Mx3dMkWedge;Mx3dMkWedge.__cache__={};Module["Mx3dMkWedge"]=Mx3dMkWedge;Mx3dMkWedge.prototype["Build"]=Mx3dMkWedge.prototype.Build=function(){var self=this.ptr;_emscripten_bind_Mx3dMkWedge_Build_0(self)};Mx3dMkWedge.prototype["Shape"]=Mx3dMkWedge.prototype.Shape=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dMkWedge_Shape_0(self),Mx3dShapeObject)};Mx3dMkWedge.prototype["Shell"]=Mx3dMkWedge.prototype.Shell=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dMkWedge_Shell_0(self),Mx3dShapeShell)};Mx3dMkWedge.prototype["Solid"]=Mx3dMkWedge.prototype.Solid=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dMkWedge_Solid_0(self),Mx3dShapeSolid)};Mx3dMkWedge.prototype["IsDone"]=Mx3dMkWedge.prototype.IsDone=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dMkWedge_IsDone_0(self)};Mx3dMkWedge.prototype["__destroy__"]=Mx3dMkWedge.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_Mx3dMkWedge___destroy___0(self)};function Mx3dMkLoft(isSolid,ruled,pres3d){if(isSolid&&typeof isSolid==="object")isSolid=isSolid.ptr;if(ruled&&typeof ruled==="object")ruled=ruled.ptr;if(pres3d&&typeof pres3d==="object")pres3d=pres3d.ptr;if(isSolid===undefined){this.ptr=_emscripten_bind_Mx3dMkLoft_Mx3dMkLoft_0();getCache(Mx3dMkLoft)[this.ptr]=this;return}if(ruled===undefined){this.ptr=_emscripten_bind_Mx3dMkLoft_Mx3dMkLoft_1(isSolid);getCache(Mx3dMkLoft)[this.ptr]=this;return}if(pres3d===undefined){this.ptr=_emscripten_bind_Mx3dMkLoft_Mx3dMkLoft_2(isSolid,ruled);getCache(Mx3dMkLoft)[this.ptr]=this;return}this.ptr=_emscripten_bind_Mx3dMkLoft_Mx3dMkLoft_3(isSolid,ruled,pres3d);getCache(Mx3dMkLoft)[this.ptr]=this}Mx3dMkLoft.prototype=Object.create(Mx3dMkObject.prototype);Mx3dMkLoft.prototype.constructor=Mx3dMkLoft;Mx3dMkLoft.prototype.__class__=Mx3dMkLoft;Mx3dMkLoft.__cache__={};Module["Mx3dMkLoft"]=Mx3dMkLoft;Mx3dMkLoft.prototype["AddWire"]=Mx3dMkLoft.prototype.AddWire=function(wire){var self=this.ptr;if(wire&&typeof wire==="object")wire=wire.ptr;_emscripten_bind_Mx3dMkLoft_AddWire_1(self,wire)};Mx3dMkLoft.prototype["AddVertex"]=Mx3dMkLoft.prototype.AddVertex=function(aVertex){var self=this.ptr;if(aVertex&&typeof aVertex==="object")aVertex=aVertex.ptr;_emscripten_bind_Mx3dMkLoft_AddVertex_1(self,aVertex)};Mx3dMkLoft.prototype["SetSmoothing"]=Mx3dMkLoft.prototype.SetSmoothing=function(UseSmoothing){var self=this.ptr;if(UseSmoothing&&typeof UseSmoothing==="object")UseSmoothing=UseSmoothing.ptr;_emscripten_bind_Mx3dMkLoft_SetSmoothing_1(self,UseSmoothing)};Mx3dMkLoft.prototype["SetContinuity"]=Mx3dMkLoft.prototype.SetContinuity=function(C){var self=this.ptr;if(C&&typeof C==="object")C=C.ptr;_emscripten_bind_Mx3dMkLoft_SetContinuity_1(self,C)};Mx3dMkLoft.prototype["Continuity"]=Mx3dMkLoft.prototype.Continuity=function(){var self=this.ptr;return _emscripten_bind_Mx3dMkLoft_Continuity_0(self)};Mx3dMkLoft.prototype["UseSmoothing"]=Mx3dMkLoft.prototype.UseSmoothing=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dMkLoft_UseSmoothing_0(self)};Mx3dMkLoft.prototype["Build"]=Mx3dMkLoft.prototype.Build=function(){var self=this.ptr;_emscripten_bind_Mx3dMkLoft_Build_0(self)};Mx3dMkLoft.prototype["Shape"]=Mx3dMkLoft.prototype.Shape=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dMkLoft_Shape_0(self),Mx3dShapeObject)};Mx3dMkLoft.prototype["IsDone"]=Mx3dMkLoft.prototype.IsDone=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dMkLoft_IsDone_0(self)};Mx3dMkLoft.prototype["__destroy__"]=Mx3dMkLoft.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_Mx3dMkLoft___destroy___0(self)};function Mx3dMkPolygon(){this.ptr=_emscripten_bind_Mx3dMkPolygon_Mx3dMkPolygon_0();getCache(Mx3dMkPolygon)[this.ptr]=this}Mx3dMkPolygon.prototype=Object.create(Mx3dMkObject.prototype);Mx3dMkPolygon.prototype.constructor=Mx3dMkPolygon;Mx3dMkPolygon.prototype.__class__=Mx3dMkPolygon;Mx3dMkPolygon.__cache__={};Module["Mx3dMkPolygon"]=Mx3dMkPolygon;Mx3dMkPolygon.prototype["Add"]=Mx3dMkPolygon.prototype.Add=function(P){var self=this.ptr;if(P&&typeof P==="object")P=P.ptr;_emscripten_bind_Mx3dMkPolygon_Add_1(self,P)};Mx3dMkPolygon.prototype["Added"]=Mx3dMkPolygon.prototype.Added=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dMkPolygon_Added_0(self)};Mx3dMkPolygon.prototype["Close"]=Mx3dMkPolygon.prototype.Close=function(){var self=this.ptr;_emscripten_bind_Mx3dMkPolygon_Close_0(self)};Mx3dMkPolygon.prototype["FirstVertex"]=Mx3dMkPolygon.prototype.FirstVertex=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dMkPolygon_FirstVertex_0(self),Mx3dShapeVertex)};Mx3dMkPolygon.prototype["LastVertex"]=Mx3dMkPolygon.prototype.LastVertex=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dMkPolygon_LastVertex_0(self),Mx3dShapeVertex)};Mx3dMkPolygon.prototype["Build"]=Mx3dMkPolygon.prototype.Build=function(){var self=this.ptr;_emscripten_bind_Mx3dMkPolygon_Build_0(self)};Mx3dMkPolygon.prototype["Shape"]=Mx3dMkPolygon.prototype.Shape=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dMkPolygon_Shape_0(self),Mx3dShapeObject)};Mx3dMkPolygon.prototype["IsDone"]=Mx3dMkPolygon.prototype.IsDone=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dMkPolygon_IsDone_0(self)};Mx3dMkPolygon.prototype["Edge"]=Mx3dMkPolygon.prototype.Edge=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dMkPolygon_Edge_0(self),Mx3dShapeEdge)};Mx3dMkPolygon.prototype["Wire"]=Mx3dMkPolygon.prototype.Wire=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dMkPolygon_Wire_0(self),Mx3dShapeWire)};Mx3dMkPolygon.prototype["__destroy__"]=Mx3dMkPolygon.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_Mx3dMkPolygon___destroy___0(self)};function Mx3dMkFace(theWire,OnlyPlane){if(theWire&&typeof theWire==="object")theWire=theWire.ptr;if(OnlyPlane&&typeof OnlyPlane==="object")OnlyPlane=OnlyPlane.ptr;if(OnlyPlane===undefined){this.ptr=_emscripten_bind_Mx3dMkFace_Mx3dMkFace_1(theWire);getCache(Mx3dMkFace)[this.ptr]=this;return}this.ptr=_emscripten_bind_Mx3dMkFace_Mx3dMkFace_2(theWire,OnlyPlane);getCache(Mx3dMkFace)[this.ptr]=this}Mx3dMkFace.prototype=Object.create(Mx3dMkObject.prototype);Mx3dMkFace.prototype.constructor=Mx3dMkFace;Mx3dMkFace.prototype.__class__=Mx3dMkFace;Mx3dMkFace.__cache__={};Module["Mx3dMkFace"]=Mx3dMkFace;Mx3dMkFace.prototype["Build"]=Mx3dMkFace.prototype.Build=function(){var self=this.ptr;_emscripten_bind_Mx3dMkFace_Build_0(self)};Mx3dMkFace.prototype["Shape"]=Mx3dMkFace.prototype.Shape=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dMkFace_Shape_0(self),Mx3dShapeObject)};Mx3dMkFace.prototype["Face"]=Mx3dMkFace.prototype.Face=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dMkFace_Face_0(self),Mx3dShapeFace)};Mx3dMkFace.prototype["IsDone"]=Mx3dMkFace.prototype.IsDone=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dMkFace_IsDone_0(self)};Mx3dMkFace.prototype["Add"]=Mx3dMkFace.prototype.Add=function(W){var self=this.ptr;if(W&&typeof W==="object")W=W.ptr;_emscripten_bind_Mx3dMkFace_Add_1(self,W)};Mx3dMkFace.prototype["__destroy__"]=Mx3dMkFace.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_Mx3dMkFace___destroy___0(self)};function Mx3dMkThickSolid(){this.ptr=_emscripten_bind_Mx3dMkThickSolid_Mx3dMkThickSolid_0();getCache(Mx3dMkThickSolid)[this.ptr]=this}Mx3dMkThickSolid.prototype=Object.create(Mx3dMkObject.prototype);Mx3dMkThickSolid.prototype.constructor=Mx3dMkThickSolid;Mx3dMkThickSolid.prototype.__class__=Mx3dMkThickSolid;Mx3dMkThickSolid.__cache__={};Module["Mx3dMkThickSolid"]=Mx3dMkThickSolid;Mx3dMkThickSolid.prototype["MakeThickSolidBySimple"]=Mx3dMkThickSolid.prototype.MakeThickSolidBySimple=function(theS,theOffsetValue){var self=this.ptr;if(theS&&typeof theS==="object")theS=theS.ptr;if(theOffsetValue&&typeof theOffsetValue==="object")theOffsetValue=theOffsetValue.ptr;_emscripten_bind_Mx3dMkThickSolid_MakeThickSolidBySimple_2(self,theS,theOffsetValue)};Mx3dMkThickSolid.prototype["MakeThickSolidByJoin"]=Mx3dMkThickSolid.prototype.MakeThickSolidByJoin=function(S,ClosingFaces,Offset,Tol,Mode,Intersection,SelfInter,Join,RemoveIntEdges){var self=this.ptr;if(S&&typeof S==="object")S=S.ptr;if(ClosingFaces&&typeof ClosingFaces==="object")ClosingFaces=ClosingFaces.ptr;if(Offset&&typeof Offset==="object")Offset=Offset.ptr;if(Tol&&typeof Tol==="object")Tol=Tol.ptr;if(Mode&&typeof Mode==="object")Mode=Mode.ptr;if(Intersection&&typeof Intersection==="object")Intersection=Intersection.ptr;if(SelfInter&&typeof SelfInter==="object")SelfInter=SelfInter.ptr;if(Join&&typeof Join==="object")Join=Join.ptr;if(RemoveIntEdges&&typeof RemoveIntEdges==="object")RemoveIntEdges=RemoveIntEdges.ptr;_emscripten_bind_Mx3dMkThickSolid_MakeThickSolidByJoin_9(self,S,ClosingFaces,Offset,Tol,Mode,Intersection,SelfInter,Join,RemoveIntEdges)};Mx3dMkThickSolid.prototype["Build"]=Mx3dMkThickSolid.prototype.Build=function(){var self=this.ptr;_emscripten_bind_Mx3dMkThickSolid_Build_0(self)};Mx3dMkThickSolid.prototype["Shape"]=Mx3dMkThickSolid.prototype.Shape=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dMkThickSolid_Shape_0(self),Mx3dShapeObject)};Mx3dMkThickSolid.prototype["IsDone"]=Mx3dMkThickSolid.prototype.IsDone=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dMkThickSolid_IsDone_0(self)};Mx3dMkThickSolid.prototype["__destroy__"]=Mx3dMkThickSolid.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_Mx3dMkThickSolid___destroy___0(self)};function Mx3dGeomBSplineCurve(Poles,Weights,Knots,Multiplicities,Degree){if(Poles&&typeof Poles==="object")Poles=Poles.ptr;if(Weights&&typeof Weights==="object")Weights=Weights.ptr;if(Knots&&typeof Knots==="object")Knots=Knots.ptr;if(Multiplicities&&typeof Multiplicities==="object")Multiplicities=Multiplicities.ptr;if(Degree&&typeof Degree==="object")Degree=Degree.ptr;if(Degree===undefined){this.ptr=_emscripten_bind_Mx3dGeomBSplineCurve_Mx3dGeomBSplineCurve_4(Poles,Weights,Knots,Multiplicities);getCache(Mx3dGeomBSplineCurve)[this.ptr]=this;return}this.ptr=_emscripten_bind_Mx3dGeomBSplineCurve_Mx3dGeomBSplineCurve_5(Poles,Weights,Knots,Multiplicities,Degree);getCache(Mx3dGeomBSplineCurve)[this.ptr]=this}Mx3dGeomBSplineCurve.prototype=Object.create(Mx3dGeomBoundedCurve.prototype);Mx3dGeomBSplineCurve.prototype.constructor=Mx3dGeomBSplineCurve;Mx3dGeomBSplineCurve.prototype.__class__=Mx3dGeomBSplineCurve;Mx3dGeomBSplineCurve.__cache__={};Module["Mx3dGeomBSplineCurve"]=Mx3dGeomBSplineCurve;Mx3dGeomBSplineCurve.prototype["IncreaseDegree"]=Mx3dGeomBSplineCurve.prototype.IncreaseDegree=function(Degree){var self=this.ptr;if(Degree&&typeof Degree==="object")Degree=Degree.ptr;_emscripten_bind_Mx3dGeomBSplineCurve_IncreaseDegree_1(self,Degree)};Mx3dGeomBSplineCurve.prototype["IncreaseMultiplicity"]=Mx3dGeomBSplineCurve.prototype.IncreaseMultiplicity=function(I1,I2,M){var self=this.ptr;if(I1&&typeof I1==="object")I1=I1.ptr;if(I2&&typeof I2==="object")I2=I2.ptr;if(M&&typeof M==="object")M=M.ptr;if(M===undefined){_emscripten_bind_Mx3dGeomBSplineCurve_IncreaseMultiplicity_2(self,I1,I2);return}_emscripten_bind_Mx3dGeomBSplineCurve_IncreaseMultiplicity_3(self,I1,I2,M)};Mx3dGeomBSplineCurve.prototype["IncrementMultiplicity"]=Mx3dGeomBSplineCurve.prototype.IncrementMultiplicity=function(I1,I2,M){var self=this.ptr;if(I1&&typeof I1==="object")I1=I1.ptr;if(I2&&typeof I2==="object")I2=I2.ptr;if(M&&typeof M==="object")M=M.ptr;_emscripten_bind_Mx3dGeomBSplineCurve_IncrementMultiplicity_3(self,I1,I2,M)};Mx3dGeomBSplineCurve.prototype["InsertKnot"]=Mx3dGeomBSplineCurve.prototype.InsertKnot=function(U,M,ParametricTolerance,Add){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(M&&typeof M==="object")M=M.ptr;if(ParametricTolerance&&typeof ParametricTolerance==="object")ParametricTolerance=ParametricTolerance.ptr;if(Add&&typeof Add==="object")Add=Add.ptr;if(M===undefined){_emscripten_bind_Mx3dGeomBSplineCurve_InsertKnot_1(self,U);return}if(ParametricTolerance===undefined){_emscripten_bind_Mx3dGeomBSplineCurve_InsertKnot_2(self,U,M);return}if(Add===undefined){_emscripten_bind_Mx3dGeomBSplineCurve_InsertKnot_3(self,U,M,ParametricTolerance);return}_emscripten_bind_Mx3dGeomBSplineCurve_InsertKnot_4(self,U,M,ParametricTolerance,Add)};Mx3dGeomBSplineCurve.prototype["InsertKnots"]=Mx3dGeomBSplineCurve.prototype.InsertKnots=function(Knots,Mults,ParametricTolerance,Add){var self=this.ptr;if(Knots&&typeof Knots==="object")Knots=Knots.ptr;if(Mults&&typeof Mults==="object")Mults=Mults.ptr;if(ParametricTolerance&&typeof ParametricTolerance==="object")ParametricTolerance=ParametricTolerance.ptr;if(Add&&typeof Add==="object")Add=Add.ptr;if(ParametricTolerance===undefined){_emscripten_bind_Mx3dGeomBSplineCurve_InsertKnots_2(self,Knots,Mults);return}if(Add===undefined){_emscripten_bind_Mx3dGeomBSplineCurve_InsertKnots_3(self,Knots,Mults,ParametricTolerance);return}_emscripten_bind_Mx3dGeomBSplineCurve_InsertKnots_4(self,Knots,Mults,ParametricTolerance,Add)};Mx3dGeomBSplineCurve.prototype["RemoveKnot"]=Mx3dGeomBSplineCurve.prototype.RemoveKnot=function(Index,M,Tolerance){var self=this.ptr;if(Index&&typeof Index==="object")Index=Index.ptr;if(M&&typeof M==="object")M=M.ptr;if(Tolerance&&typeof Tolerance==="object")Tolerance=Tolerance.ptr;return!!_emscripten_bind_Mx3dGeomBSplineCurve_RemoveKnot_3(self,Index,M,Tolerance)};Mx3dGeomBSplineCurve.prototype["Reverse"]=Mx3dGeomBSplineCurve.prototype.Reverse=function(){var self=this.ptr;_emscripten_bind_Mx3dGeomBSplineCurve_Reverse_0(self)};Mx3dGeomBSplineCurve.prototype["ReversedParameter"]=Mx3dGeomBSplineCurve.prototype.ReversedParameter=function(U){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;return _emscripten_bind_Mx3dGeomBSplineCurve_ReversedParameter_1(self,U)};Mx3dGeomBSplineCurve.prototype["Segment"]=Mx3dGeomBSplineCurve.prototype.Segment=function(U1,U2){var self=this.ptr;if(U1&&typeof U1==="object")U1=U1.ptr;if(U2&&typeof U2==="object")U2=U2.ptr;_emscripten_bind_Mx3dGeomBSplineCurve_Segment_2(self,U1,U2)};Mx3dGeomBSplineCurve.prototype["SetKnot"]=Mx3dGeomBSplineCurve.prototype.SetKnot=function(Index,K,M){var self=this.ptr;if(Index&&typeof Index==="object")Index=Index.ptr;if(K&&typeof K==="object")K=K.ptr;if(M&&typeof M==="object")M=M.ptr;if(M===undefined){_emscripten_bind_Mx3dGeomBSplineCurve_SetKnot_2(self,Index,K);return}_emscripten_bind_Mx3dGeomBSplineCurve_SetKnot_3(self,Index,K,M)};Mx3dGeomBSplineCurve.prototype["SetKnots"]=Mx3dGeomBSplineCurve.prototype.SetKnots=function(K){var self=this.ptr;if(K&&typeof K==="object")K=K.ptr;_emscripten_bind_Mx3dGeomBSplineCurve_SetKnots_1(self,K)};Mx3dGeomBSplineCurve.prototype["SetPeriodic"]=Mx3dGeomBSplineCurve.prototype.SetPeriodic=function(){var self=this.ptr;_emscripten_bind_Mx3dGeomBSplineCurve_SetPeriodic_0(self)};Mx3dGeomBSplineCurve.prototype["SetOrigin"]=Mx3dGeomBSplineCurve.prototype.SetOrigin=function(U,Tol){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(Tol&&typeof Tol==="object")Tol=Tol.ptr;if(Tol===undefined){_emscripten_bind_Mx3dGeomBSplineCurve_SetOrigin_1(self,U);return}_emscripten_bind_Mx3dGeomBSplineCurve_SetOrigin_2(self,U,Tol)};Mx3dGeomBSplineCurve.prototype["SetNotPeriodic"]=Mx3dGeomBSplineCurve.prototype.SetNotPeriodic=function(){var self=this.ptr;_emscripten_bind_Mx3dGeomBSplineCurve_SetNotPeriodic_0(self)};Mx3dGeomBSplineCurve.prototype["SetPole"]=Mx3dGeomBSplineCurve.prototype.SetPole=function(Index,P,Weight){var self=this.ptr;if(Index&&typeof Index==="object")Index=Index.ptr;if(P&&typeof P==="object")P=P.ptr;if(Weight&&typeof Weight==="object")Weight=Weight.ptr;if(Weight===undefined){_emscripten_bind_Mx3dGeomBSplineCurve_SetPole_2(self,Index,P);return}_emscripten_bind_Mx3dGeomBSplineCurve_SetPole_3(self,Index,P,Weight)};Mx3dGeomBSplineCurve.prototype["SetWeight"]=Mx3dGeomBSplineCurve.prototype.SetWeight=function(Index,Weight){var self=this.ptr;if(Index&&typeof Index==="object")Index=Index.ptr;if(Weight&&typeof Weight==="object")Weight=Weight.ptr;_emscripten_bind_Mx3dGeomBSplineCurve_SetWeight_2(self,Index,Weight)};Mx3dGeomBSplineCurve.prototype["IsCN"]=Mx3dGeomBSplineCurve.prototype.IsCN=function(N){var self=this.ptr;if(N&&typeof N==="object")N=N.ptr;return!!_emscripten_bind_Mx3dGeomBSplineCurve_IsCN_1(self,N)};Mx3dGeomBSplineCurve.prototype["IsG1"]=Mx3dGeomBSplineCurve.prototype.IsG1=function(theTf,theTl,theAngTol){var self=this.ptr;if(theTf&&typeof theTf==="object")theTf=theTf.ptr;if(theTl&&typeof theTl==="object")theTl=theTl.ptr;if(theAngTol&&typeof theAngTol==="object")theAngTol=theAngTol.ptr;return!!_emscripten_bind_Mx3dGeomBSplineCurve_IsG1_3(self,theTf,theTl,theAngTol)};Mx3dGeomBSplineCurve.prototype["IsClosed"]=Mx3dGeomBSplineCurve.prototype.IsClosed=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dGeomBSplineCurve_IsClosed_0(self)};Mx3dGeomBSplineCurve.prototype["IsPeriodic"]=Mx3dGeomBSplineCurve.prototype.IsPeriodic=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dGeomBSplineCurve_IsPeriodic_0(self)};Mx3dGeomBSplineCurve.prototype["IsRational"]=Mx3dGeomBSplineCurve.prototype.IsRational=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dGeomBSplineCurve_IsRational_0(self)};Mx3dGeomBSplineCurve.prototype["Continuity"]=Mx3dGeomBSplineCurve.prototype.Continuity=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomBSplineCurve_Continuity_0(self)};Mx3dGeomBSplineCurve.prototype["Degree"]=Mx3dGeomBSplineCurve.prototype.Degree=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomBSplineCurve_Degree_0(self)};Mx3dGeomBSplineCurve.prototype["D0"]=Mx3dGeomBSplineCurve.prototype.D0=function(U,P){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(P&&typeof P==="object")P=P.ptr;_emscripten_bind_Mx3dGeomBSplineCurve_D0_2(self,U,P)};Mx3dGeomBSplineCurve.prototype["D1"]=Mx3dGeomBSplineCurve.prototype.D1=function(U,P,V1){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(P&&typeof P==="object")P=P.ptr;if(V1&&typeof V1==="object")V1=V1.ptr;_emscripten_bind_Mx3dGeomBSplineCurve_D1_3(self,U,P,V1)};Mx3dGeomBSplineCurve.prototype["D2"]=Mx3dGeomBSplineCurve.prototype.D2=function(U,P,V1,V2){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(P&&typeof P==="object")P=P.ptr;if(V1&&typeof V1==="object")V1=V1.ptr;if(V2&&typeof V2==="object")V2=V2.ptr;_emscripten_bind_Mx3dGeomBSplineCurve_D2_4(self,U,P,V1,V2)};Mx3dGeomBSplineCurve.prototype["D3"]=Mx3dGeomBSplineCurve.prototype.D3=function(U,P,V1,V2,V3){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(P&&typeof P==="object")P=P.ptr;if(V1&&typeof V1==="object")V1=V1.ptr;if(V2&&typeof V2==="object")V2=V2.ptr;if(V3&&typeof V3==="object")V3=V3.ptr;_emscripten_bind_Mx3dGeomBSplineCurve_D3_5(self,U,P,V1,V2,V3)};Mx3dGeomBSplineCurve.prototype["DN"]=Mx3dGeomBSplineCurve.prototype.DN=function(U,N){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(N&&typeof N==="object")N=N.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBSplineCurve_DN_2(self,U,N),Mx3dGeVec)};Mx3dGeomBSplineCurve.prototype["LocalValue"]=Mx3dGeomBSplineCurve.prototype.LocalValue=function(U,FromK1,ToK2){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(FromK1&&typeof FromK1==="object")FromK1=FromK1.ptr;if(ToK2&&typeof ToK2==="object")ToK2=ToK2.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBSplineCurve_LocalValue_3(self,U,FromK1,ToK2),Mx3dGePoint)};Mx3dGeomBSplineCurve.prototype["LocalD0"]=Mx3dGeomBSplineCurve.prototype.LocalD0=function(U,FromK1,ToK2,P){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(FromK1&&typeof FromK1==="object")FromK1=FromK1.ptr;if(ToK2&&typeof ToK2==="object")ToK2=ToK2.ptr;if(P&&typeof P==="object")P=P.ptr;_emscripten_bind_Mx3dGeomBSplineCurve_LocalD0_4(self,U,FromK1,ToK2,P)};Mx3dGeomBSplineCurve.prototype["LocalD1"]=Mx3dGeomBSplineCurve.prototype.LocalD1=function(U,FromK1,ToK2,P,V1){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(FromK1&&typeof FromK1==="object")FromK1=FromK1.ptr;if(ToK2&&typeof ToK2==="object")ToK2=ToK2.ptr;if(P&&typeof P==="object")P=P.ptr;if(V1&&typeof V1==="object")V1=V1.ptr;_emscripten_bind_Mx3dGeomBSplineCurve_LocalD1_5(self,U,FromK1,ToK2,P,V1)};Mx3dGeomBSplineCurve.prototype["LocalD2"]=Mx3dGeomBSplineCurve.prototype.LocalD2=function(U,FromK1,ToK2,P,V1,V2){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(FromK1&&typeof FromK1==="object")FromK1=FromK1.ptr;if(ToK2&&typeof ToK2==="object")ToK2=ToK2.ptr;if(P&&typeof P==="object")P=P.ptr;if(V1&&typeof V1==="object")V1=V1.ptr;if(V2&&typeof V2==="object")V2=V2.ptr;_emscripten_bind_Mx3dGeomBSplineCurve_LocalD2_6(self,U,FromK1,ToK2,P,V1,V2)};Mx3dGeomBSplineCurve.prototype["LocalD3"]=Mx3dGeomBSplineCurve.prototype.LocalD3=function(U,FromK1,ToK2,P,V1,V2,V3){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(FromK1&&typeof FromK1==="object")FromK1=FromK1.ptr;if(ToK2&&typeof ToK2==="object")ToK2=ToK2.ptr;if(P&&typeof P==="object")P=P.ptr;if(V1&&typeof V1==="object")V1=V1.ptr;if(V2&&typeof V2==="object")V2=V2.ptr;if(V3&&typeof V3==="object")V3=V3.ptr;_emscripten_bind_Mx3dGeomBSplineCurve_LocalD3_7(self,U,FromK1,ToK2,P,V1,V2,V3)};Mx3dGeomBSplineCurve.prototype["LocalDN"]=Mx3dGeomBSplineCurve.prototype.LocalDN=function(U,FromK1,ToK2,N){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(FromK1&&typeof FromK1==="object")FromK1=FromK1.ptr;if(ToK2&&typeof ToK2==="object")ToK2=ToK2.ptr;if(N&&typeof N==="object")N=N.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBSplineCurve_LocalDN_4(self,U,FromK1,ToK2,N),Mx3dGeVec)};Mx3dGeomBSplineCurve.prototype["EndPoint"]=Mx3dGeomBSplineCurve.prototype.EndPoint=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBSplineCurve_EndPoint_0(self),Mx3dGePoint)};Mx3dGeomBSplineCurve.prototype["FirstUKnotIndex"]=Mx3dGeomBSplineCurve.prototype.FirstUKnotIndex=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomBSplineCurve_FirstUKnotIndex_0(self)};Mx3dGeomBSplineCurve.prototype["FirstParameter"]=Mx3dGeomBSplineCurve.prototype.FirstParameter=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomBSplineCurve_FirstParameter_0(self)};Mx3dGeomBSplineCurve.prototype["Knot"]=Mx3dGeomBSplineCurve.prototype.Knot=function(Index){var self=this.ptr;if(Index&&typeof Index==="object")Index=Index.ptr;return _emscripten_bind_Mx3dGeomBSplineCurve_Knot_1(self,Index)};Mx3dGeomBSplineCurve.prototype["Knots"]=Mx3dGeomBSplineCurve.prototype.Knots=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBSplineCurve_Knots_0(self),MdGeArray1OfReal)};Mx3dGeomBSplineCurve.prototype["LastUKnotIndex"]=Mx3dGeomBSplineCurve.prototype.LastUKnotIndex=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomBSplineCurve_LastUKnotIndex_0(self)};Mx3dGeomBSplineCurve.prototype["LastParameter"]=Mx3dGeomBSplineCurve.prototype.LastParameter=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomBSplineCurve_LastParameter_0(self)};Mx3dGeomBSplineCurve.prototype["Multiplicity"]=Mx3dGeomBSplineCurve.prototype.Multiplicity=function(Index){var self=this.ptr;if(Index&&typeof Index==="object")Index=Index.ptr;return _emscripten_bind_Mx3dGeomBSplineCurve_Multiplicity_1(self,Index)};Mx3dGeomBSplineCurve.prototype["Multiplicities"]=Mx3dGeomBSplineCurve.prototype.Multiplicities=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBSplineCurve_Multiplicities_0(self),MdGeArray1OfInteger)};Mx3dGeomBSplineCurve.prototype["NbKnots"]=Mx3dGeomBSplineCurve.prototype.NbKnots=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomBSplineCurve_NbKnots_0(self)};Mx3dGeomBSplineCurve.prototype["NbPoles"]=Mx3dGeomBSplineCurve.prototype.NbPoles=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomBSplineCurve_NbPoles_0(self)};Mx3dGeomBSplineCurve.prototype["Pole"]=Mx3dGeomBSplineCurve.prototype.Pole=function(Index){var self=this.ptr;if(Index&&typeof Index==="object")Index=Index.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBSplineCurve_Pole_1(self,Index),Mx3dGePoint)};Mx3dGeomBSplineCurve.prototype["Poles"]=Mx3dGeomBSplineCurve.prototype.Poles=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBSplineCurve_Poles_0(self),MdGeArray1OfPnt)};Mx3dGeomBSplineCurve.prototype["StartPoint"]=Mx3dGeomBSplineCurve.prototype.StartPoint=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBSplineCurve_StartPoint_0(self),Mx3dGePoint)};Mx3dGeomBSplineCurve.prototype["Weight"]=Mx3dGeomBSplineCurve.prototype.Weight=function(Index){var self=this.ptr;if(Index&&typeof Index==="object")Index=Index.ptr;return _emscripten_bind_Mx3dGeomBSplineCurve_Weight_1(self,Index)};Mx3dGeomBSplineCurve.prototype["Weights"]=Mx3dGeomBSplineCurve.prototype.Weights=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBSplineCurve_Weights_0(self),MdGeArray1OfReal)};Mx3dGeomBSplineCurve.prototype["Transform"]=Mx3dGeomBSplineCurve.prototype.Transform=function(T){var self=this.ptr;if(T&&typeof T==="object")T=T.ptr;_emscripten_bind_Mx3dGeomBSplineCurve_Transform_1(self,T)};Mx3dGeomBSplineCurve.prototype["Copy"]=Mx3dGeomBSplineCurve.prototype.Copy=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBSplineCurve_Copy_0(self),Mx3dGeomObject)};Mx3dGeomBSplineCurve.prototype["Edge"]=Mx3dGeomBSplineCurve.prototype.Edge=function(p1,p2){var self=this.ptr;if(p1&&typeof p1==="object")p1=p1.ptr;if(p2&&typeof p2==="object")p2=p2.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBSplineCurve_Edge_2(self,p1,p2),Mx3dShapeEdge)};Mx3dGeomBSplineCurve.prototype["Wire"]=Mx3dGeomBSplineCurve.prototype.Wire=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBSplineCurve_Wire_0(self),Mx3dShapeWire)};Mx3dGeomBSplineCurve.prototype["OffsetCurve"]=Mx3dGeomBSplineCurve.prototype.OffsetCurve=function(Offset,V,isNotCheckC0){var self=this.ptr;if(Offset&&typeof Offset==="object")Offset=Offset.ptr;if(V&&typeof V==="object")V=V.ptr;if(isNotCheckC0&&typeof isNotCheckC0==="object")isNotCheckC0=isNotCheckC0.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBSplineCurve_OffsetCurve_3(self,Offset,V,isNotCheckC0),Mx3dShapeEdge)};Mx3dGeomBSplineCurve.prototype["IsEqual"]=Mx3dGeomBSplineCurve.prototype.IsEqual=function(theOther,thePreci){var self=this.ptr;if(theOther&&typeof theOther==="object")theOther=theOther.ptr;if(thePreci&&typeof thePreci==="object")thePreci=thePreci.ptr;return!!_emscripten_bind_Mx3dGeomBSplineCurve_IsEqual_2(self,theOther,thePreci)};Mx3dGeomBSplineCurve.prototype["DynamicType"]=Mx3dGeomBSplineCurve.prototype.DynamicType=function(){var self=this.ptr;return UTF8ToString(_emscripten_bind_Mx3dGeomBSplineCurve_DynamicType_0(self))};Mx3dGeomBSplineCurve.prototype["Reversed"]=Mx3dGeomBSplineCurve.prototype.Reversed=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBSplineCurve_Reversed_0(self),Mx3dGeomCurve)};Mx3dGeomBSplineCurve.prototype["Period"]=Mx3dGeomBSplineCurve.prototype.Period=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomBSplineCurve_Period_0(self)};Mx3dGeomBSplineCurve.prototype["Value"]=Mx3dGeomBSplineCurve.prototype.Value=function(U){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBSplineCurve_Value_1(self,U),Mx3dGePoint)};Mx3dGeomBSplineCurve.prototype["MirrorByPoint"]=Mx3dGeomBSplineCurve.prototype.MirrorByPoint=function(P){var self=this.ptr;if(P&&typeof P==="object")P=P.ptr;_emscripten_bind_Mx3dGeomBSplineCurve_MirrorByPoint_1(self,P)};Mx3dGeomBSplineCurve.prototype["MirrorByAxis"]=Mx3dGeomBSplineCurve.prototype.MirrorByAxis=function(A1){var self=this.ptr;if(A1&&typeof A1==="object")A1=A1.ptr;_emscripten_bind_Mx3dGeomBSplineCurve_MirrorByAxis_1(self,A1)};Mx3dGeomBSplineCurve.prototype["MirrorByCSYSR"]=Mx3dGeomBSplineCurve.prototype.MirrorByCSYSR=function(A2){var self=this.ptr;if(A2&&typeof A2==="object")A2=A2.ptr;_emscripten_bind_Mx3dGeomBSplineCurve_MirrorByCSYSR_1(self,A2)};Mx3dGeomBSplineCurve.prototype["Rotate"]=Mx3dGeomBSplineCurve.prototype.Rotate=function(A1,Ang){var self=this.ptr;if(A1&&typeof A1==="object")A1=A1.ptr;if(Ang&&typeof Ang==="object")Ang=Ang.ptr;_emscripten_bind_Mx3dGeomBSplineCurve_Rotate_2(self,A1,Ang)};Mx3dGeomBSplineCurve.prototype["Scale"]=Mx3dGeomBSplineCurve.prototype.Scale=function(P,S){var self=this.ptr;if(P&&typeof P==="object")P=P.ptr;if(S&&typeof S==="object")S=S.ptr;_emscripten_bind_Mx3dGeomBSplineCurve_Scale_2(self,P,S)};Mx3dGeomBSplineCurve.prototype["TranslateByVec"]=Mx3dGeomBSplineCurve.prototype.TranslateByVec=function(V){var self=this.ptr;if(V&&typeof V==="object")V=V.ptr;_emscripten_bind_Mx3dGeomBSplineCurve_TranslateByVec_1(self,V)};Mx3dGeomBSplineCurve.prototype["TranslateBy2Points"]=Mx3dGeomBSplineCurve.prototype.TranslateBy2Points=function(P1,P2){var self=this.ptr;if(P1&&typeof P1==="object")P1=P1.ptr;if(P2&&typeof P2==="object")P2=P2.ptr;_emscripten_bind_Mx3dGeomBSplineCurve_TranslateBy2Points_2(self,P1,P2)};Mx3dGeomBSplineCurve.prototype["MirroredByPoint"]=Mx3dGeomBSplineCurve.prototype.MirroredByPoint=function(P){var self=this.ptr;if(P&&typeof P==="object")P=P.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBSplineCurve_MirroredByPoint_1(self,P),Mx3dGeomObject)};Mx3dGeomBSplineCurve.prototype["MirroredByAxis"]=Mx3dGeomBSplineCurve.prototype.MirroredByAxis=function(A1){var self=this.ptr;if(A1&&typeof A1==="object")A1=A1.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBSplineCurve_MirroredByAxis_1(self,A1),Mx3dGeomObject)};Mx3dGeomBSplineCurve.prototype["MirroredByCSYSR"]=Mx3dGeomBSplineCurve.prototype.MirroredByCSYSR=function(A2){var self=this.ptr;if(A2&&typeof A2==="object")A2=A2.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBSplineCurve_MirroredByCSYSR_1(self,A2),Mx3dGeomObject)};Mx3dGeomBSplineCurve.prototype["Rotated"]=Mx3dGeomBSplineCurve.prototype.Rotated=function(A1,Ang){var self=this.ptr;if(A1&&typeof A1==="object")A1=A1.ptr;if(Ang&&typeof Ang==="object")Ang=Ang.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBSplineCurve_Rotated_2(self,A1,Ang),Mx3dGeomObject)};Mx3dGeomBSplineCurve.prototype["Scaled"]=Mx3dGeomBSplineCurve.prototype.Scaled=function(P,S){var self=this.ptr;if(P&&typeof P==="object")P=P.ptr;if(S&&typeof S==="object")S=S.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBSplineCurve_Scaled_2(self,P,S),Mx3dGeomObject)};Mx3dGeomBSplineCurve.prototype["Transformed"]=Mx3dGeomBSplineCurve.prototype.Transformed=function(T){var self=this.ptr;if(T&&typeof T==="object")T=T.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBSplineCurve_Transformed_1(self,T),Mx3dGeomObject)};Mx3dGeomBSplineCurve.prototype["TranslatedByVec"]=Mx3dGeomBSplineCurve.prototype.TranslatedByVec=function(V){var self=this.ptr;if(V&&typeof V==="object")V=V.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBSplineCurve_TranslatedByVec_1(self,V),Mx3dGeomObject)};Mx3dGeomBSplineCurve.prototype["TranslatedBy2Points"]=Mx3dGeomBSplineCurve.prototype.TranslatedBy2Points=function(P1,P2){var self=this.ptr;if(P1&&typeof P1==="object")P1=P1.ptr;if(P2&&typeof P2==="object")P2=P2.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBSplineCurve_TranslatedBy2Points_2(self,P1,P2),Mx3dGeomObject)};Mx3dGeomBSplineCurve.prototype["__destroy__"]=Mx3dGeomBSplineCurve.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_Mx3dGeomBSplineCurve___destroy___0(self)};function Mx3dGeomBezierCurve(CurvePoles,PoleWeights){if(CurvePoles&&typeof CurvePoles==="object")CurvePoles=CurvePoles.ptr;if(PoleWeights&&typeof PoleWeights==="object")PoleWeights=PoleWeights.ptr;if(PoleWeights===undefined){this.ptr=_emscripten_bind_Mx3dGeomBezierCurve_Mx3dGeomBezierCurve_1(CurvePoles);getCache(Mx3dGeomBezierCurve)[this.ptr]=this;return}this.ptr=_emscripten_bind_Mx3dGeomBezierCurve_Mx3dGeomBezierCurve_2(CurvePoles,PoleWeights);getCache(Mx3dGeomBezierCurve)[this.ptr]=this}Mx3dGeomBezierCurve.prototype=Object.create(Mx3dGeomBoundedCurve.prototype);Mx3dGeomBezierCurve.prototype.constructor=Mx3dGeomBezierCurve;Mx3dGeomBezierCurve.prototype.__class__=Mx3dGeomBezierCurve;Mx3dGeomBezierCurve.__cache__={};Module["Mx3dGeomBezierCurve"]=Mx3dGeomBezierCurve;Mx3dGeomBezierCurve.prototype["Increase"]=Mx3dGeomBezierCurve.prototype.Increase=function(Degree){var self=this.ptr;if(Degree&&typeof Degree==="object")Degree=Degree.ptr;_emscripten_bind_Mx3dGeomBezierCurve_Increase_1(self,Degree)};Mx3dGeomBezierCurve.prototype["InsertPoleAfter"]=Mx3dGeomBezierCurve.prototype.InsertPoleAfter=function(Index,P,Weight){var self=this.ptr;if(Index&&typeof Index==="object")Index=Index.ptr;if(P&&typeof P==="object")P=P.ptr;if(Weight&&typeof Weight==="object")Weight=Weight.ptr;if(Weight===undefined){_emscripten_bind_Mx3dGeomBezierCurve_InsertPoleAfter_2(self,Index,P);return}_emscripten_bind_Mx3dGeomBezierCurve_InsertPoleAfter_3(self,Index,P,Weight)};Mx3dGeomBezierCurve.prototype["InsertPoleBefore"]=Mx3dGeomBezierCurve.prototype.InsertPoleBefore=function(Index,P,Weight){var self=this.ptr;if(Index&&typeof Index==="object")Index=Index.ptr;if(P&&typeof P==="object")P=P.ptr;if(Weight&&typeof Weight==="object")Weight=Weight.ptr;if(Weight===undefined){_emscripten_bind_Mx3dGeomBezierCurve_InsertPoleBefore_2(self,Index,P);return}_emscripten_bind_Mx3dGeomBezierCurve_InsertPoleBefore_3(self,Index,P,Weight)};Mx3dGeomBezierCurve.prototype["RemovePole"]=Mx3dGeomBezierCurve.prototype.RemovePole=function(Index){var self=this.ptr;if(Index&&typeof Index==="object")Index=Index.ptr;_emscripten_bind_Mx3dGeomBezierCurve_RemovePole_1(self,Index)};Mx3dGeomBezierCurve.prototype["Reverse"]=Mx3dGeomBezierCurve.prototype.Reverse=function(){var self=this.ptr;_emscripten_bind_Mx3dGeomBezierCurve_Reverse_0(self)};Mx3dGeomBezierCurve.prototype["ReversedParameter"]=Mx3dGeomBezierCurve.prototype.ReversedParameter=function(U){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;return _emscripten_bind_Mx3dGeomBezierCurve_ReversedParameter_1(self,U)};Mx3dGeomBezierCurve.prototype["Segment"]=Mx3dGeomBezierCurve.prototype.Segment=function(U1,U2){var self=this.ptr;if(U1&&typeof U1==="object")U1=U1.ptr;if(U2&&typeof U2==="object")U2=U2.ptr;_emscripten_bind_Mx3dGeomBezierCurve_Segment_2(self,U1,U2)};Mx3dGeomBezierCurve.prototype["SetPole"]=Mx3dGeomBezierCurve.prototype.SetPole=function(Index,P,Weight){var self=this.ptr;if(Index&&typeof Index==="object")Index=Index.ptr;if(P&&typeof P==="object")P=P.ptr;if(Weight&&typeof Weight==="object")Weight=Weight.ptr;if(Weight===undefined){_emscripten_bind_Mx3dGeomBezierCurve_SetPole_2(self,Index,P);return}_emscripten_bind_Mx3dGeomBezierCurve_SetPole_3(self,Index,P,Weight)};Mx3dGeomBezierCurve.prototype["SetWeight"]=Mx3dGeomBezierCurve.prototype.SetWeight=function(Index,Weight){var self=this.ptr;if(Index&&typeof Index==="object")Index=Index.ptr;if(Weight&&typeof Weight==="object")Weight=Weight.ptr;_emscripten_bind_Mx3dGeomBezierCurve_SetWeight_2(self,Index,Weight)};Mx3dGeomBezierCurve.prototype["IsClosed"]=Mx3dGeomBezierCurve.prototype.IsClosed=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dGeomBezierCurve_IsClosed_0(self)};Mx3dGeomBezierCurve.prototype["IsCN"]=Mx3dGeomBezierCurve.prototype.IsCN=function(N){var self=this.ptr;if(N&&typeof N==="object")N=N.ptr;return!!_emscripten_bind_Mx3dGeomBezierCurve_IsCN_1(self,N)};Mx3dGeomBezierCurve.prototype["IsPeriodic"]=Mx3dGeomBezierCurve.prototype.IsPeriodic=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dGeomBezierCurve_IsPeriodic_0(self)};Mx3dGeomBezierCurve.prototype["IsRational"]=Mx3dGeomBezierCurve.prototype.IsRational=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dGeomBezierCurve_IsRational_0(self)};Mx3dGeomBezierCurve.prototype["Continuity"]=Mx3dGeomBezierCurve.prototype.Continuity=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomBezierCurve_Continuity_0(self)};Mx3dGeomBezierCurve.prototype["Degree"]=Mx3dGeomBezierCurve.prototype.Degree=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomBezierCurve_Degree_0(self)};Mx3dGeomBezierCurve.prototype["D0"]=Mx3dGeomBezierCurve.prototype.D0=function(U,P){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(P&&typeof P==="object")P=P.ptr;_emscripten_bind_Mx3dGeomBezierCurve_D0_2(self,U,P)};Mx3dGeomBezierCurve.prototype["D1"]=Mx3dGeomBezierCurve.prototype.D1=function(U,P,V1){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(P&&typeof P==="object")P=P.ptr;if(V1&&typeof V1==="object")V1=V1.ptr;_emscripten_bind_Mx3dGeomBezierCurve_D1_3(self,U,P,V1)};Mx3dGeomBezierCurve.prototype["D2"]=Mx3dGeomBezierCurve.prototype.D2=function(U,P,V1,V2){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(P&&typeof P==="object")P=P.ptr;if(V1&&typeof V1==="object")V1=V1.ptr;if(V2&&typeof V2==="object")V2=V2.ptr;_emscripten_bind_Mx3dGeomBezierCurve_D2_4(self,U,P,V1,V2)};Mx3dGeomBezierCurve.prototype["D3"]=Mx3dGeomBezierCurve.prototype.D3=function(U,P,V1,V2,V3){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(P&&typeof P==="object")P=P.ptr;if(V1&&typeof V1==="object")V1=V1.ptr;if(V2&&typeof V2==="object")V2=V2.ptr;if(V3&&typeof V3==="object")V3=V3.ptr;_emscripten_bind_Mx3dGeomBezierCurve_D3_5(self,U,P,V1,V2,V3)};Mx3dGeomBezierCurve.prototype["DN"]=Mx3dGeomBezierCurve.prototype.DN=function(U,N){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(N&&typeof N==="object")N=N.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBezierCurve_DN_2(self,U,N),Mx3dGeVec)};Mx3dGeomBezierCurve.prototype["StartPoint"]=Mx3dGeomBezierCurve.prototype.StartPoint=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBezierCurve_StartPoint_0(self),Mx3dGePoint)};Mx3dGeomBezierCurve.prototype["EndPoint"]=Mx3dGeomBezierCurve.prototype.EndPoint=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBezierCurve_EndPoint_0(self),Mx3dGePoint)};Mx3dGeomBezierCurve.prototype["FirstParameter"]=Mx3dGeomBezierCurve.prototype.FirstParameter=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomBezierCurve_FirstParameter_0(self)};Mx3dGeomBezierCurve.prototype["LastParameter"]=Mx3dGeomBezierCurve.prototype.LastParameter=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomBezierCurve_LastParameter_0(self)};Mx3dGeomBezierCurve.prototype["NbPoles"]=Mx3dGeomBezierCurve.prototype.NbPoles=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomBezierCurve_NbPoles_0(self)};Mx3dGeomBezierCurve.prototype["Pole"]=Mx3dGeomBezierCurve.prototype.Pole=function(Index){var self=this.ptr;if(Index&&typeof Index==="object")Index=Index.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBezierCurve_Pole_1(self,Index),Mx3dGePoint)};Mx3dGeomBezierCurve.prototype["Poles"]=Mx3dGeomBezierCurve.prototype.Poles=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBezierCurve_Poles_0(self),MdGeArray1OfPnt)};Mx3dGeomBezierCurve.prototype["Weight"]=Mx3dGeomBezierCurve.prototype.Weight=function(Index){var self=this.ptr;if(Index&&typeof Index==="object")Index=Index.ptr;return _emscripten_bind_Mx3dGeomBezierCurve_Weight_1(self,Index)};Mx3dGeomBezierCurve.prototype["Weights"]=Mx3dGeomBezierCurve.prototype.Weights=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBezierCurve_Weights_0(self),MdGeArray1OfReal)};Mx3dGeomBezierCurve.prototype["Transform"]=Mx3dGeomBezierCurve.prototype.Transform=function(T){var self=this.ptr;if(T&&typeof T==="object")T=T.ptr;_emscripten_bind_Mx3dGeomBezierCurve_Transform_1(self,T)};Mx3dGeomBezierCurve.prototype["Copy"]=Mx3dGeomBezierCurve.prototype.Copy=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBezierCurve_Copy_0(self),Mx3dGeomObject)};Mx3dGeomBezierCurve.prototype["Edge"]=Mx3dGeomBezierCurve.prototype.Edge=function(p1,p2){var self=this.ptr;if(p1&&typeof p1==="object")p1=p1.ptr;if(p2&&typeof p2==="object")p2=p2.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBezierCurve_Edge_2(self,p1,p2),Mx3dShapeEdge)};Mx3dGeomBezierCurve.prototype["Wire"]=Mx3dGeomBezierCurve.prototype.Wire=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBezierCurve_Wire_0(self),Mx3dShapeWire)};Mx3dGeomBezierCurve.prototype["OffsetCurve"]=Mx3dGeomBezierCurve.prototype.OffsetCurve=function(Offset,V,isNotCheckC0){var self=this.ptr;if(Offset&&typeof Offset==="object")Offset=Offset.ptr;if(V&&typeof V==="object")V=V.ptr;if(isNotCheckC0&&typeof isNotCheckC0==="object")isNotCheckC0=isNotCheckC0.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBezierCurve_OffsetCurve_3(self,Offset,V,isNotCheckC0),Mx3dShapeEdge)};Mx3dGeomBezierCurve.prototype["DynamicType"]=Mx3dGeomBezierCurve.prototype.DynamicType=function(){var self=this.ptr;return UTF8ToString(_emscripten_bind_Mx3dGeomBezierCurve_DynamicType_0(self))};Mx3dGeomBezierCurve.prototype["Reversed"]=Mx3dGeomBezierCurve.prototype.Reversed=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBezierCurve_Reversed_0(self),Mx3dGeomCurve)};Mx3dGeomBezierCurve.prototype["Period"]=Mx3dGeomBezierCurve.prototype.Period=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomBezierCurve_Period_0(self)};Mx3dGeomBezierCurve.prototype["Value"]=Mx3dGeomBezierCurve.prototype.Value=function(U){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBezierCurve_Value_1(self,U),Mx3dGePoint)};Mx3dGeomBezierCurve.prototype["MirrorByPoint"]=Mx3dGeomBezierCurve.prototype.MirrorByPoint=function(P){var self=this.ptr;if(P&&typeof P==="object")P=P.ptr;_emscripten_bind_Mx3dGeomBezierCurve_MirrorByPoint_1(self,P)};Mx3dGeomBezierCurve.prototype["MirrorByAxis"]=Mx3dGeomBezierCurve.prototype.MirrorByAxis=function(A1){var self=this.ptr;if(A1&&typeof A1==="object")A1=A1.ptr;_emscripten_bind_Mx3dGeomBezierCurve_MirrorByAxis_1(self,A1)};Mx3dGeomBezierCurve.prototype["MirrorByCSYSR"]=Mx3dGeomBezierCurve.prototype.MirrorByCSYSR=function(A2){var self=this.ptr;if(A2&&typeof A2==="object")A2=A2.ptr;_emscripten_bind_Mx3dGeomBezierCurve_MirrorByCSYSR_1(self,A2)};Mx3dGeomBezierCurve.prototype["Rotate"]=Mx3dGeomBezierCurve.prototype.Rotate=function(A1,Ang){var self=this.ptr;if(A1&&typeof A1==="object")A1=A1.ptr;if(Ang&&typeof Ang==="object")Ang=Ang.ptr;_emscripten_bind_Mx3dGeomBezierCurve_Rotate_2(self,A1,Ang)};Mx3dGeomBezierCurve.prototype["Scale"]=Mx3dGeomBezierCurve.prototype.Scale=function(P,S){var self=this.ptr;if(P&&typeof P==="object")P=P.ptr;if(S&&typeof S==="object")S=S.ptr;_emscripten_bind_Mx3dGeomBezierCurve_Scale_2(self,P,S)};Mx3dGeomBezierCurve.prototype["TranslateByVec"]=Mx3dGeomBezierCurve.prototype.TranslateByVec=function(V){var self=this.ptr;if(V&&typeof V==="object")V=V.ptr;_emscripten_bind_Mx3dGeomBezierCurve_TranslateByVec_1(self,V)};Mx3dGeomBezierCurve.prototype["TranslateBy2Points"]=Mx3dGeomBezierCurve.prototype.TranslateBy2Points=function(P1,P2){var self=this.ptr;if(P1&&typeof P1==="object")P1=P1.ptr;if(P2&&typeof P2==="object")P2=P2.ptr;_emscripten_bind_Mx3dGeomBezierCurve_TranslateBy2Points_2(self,P1,P2)};Mx3dGeomBezierCurve.prototype["MirroredByPoint"]=Mx3dGeomBezierCurve.prototype.MirroredByPoint=function(P){var self=this.ptr;if(P&&typeof P==="object")P=P.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBezierCurve_MirroredByPoint_1(self,P),Mx3dGeomObject)};Mx3dGeomBezierCurve.prototype["MirroredByAxis"]=Mx3dGeomBezierCurve.prototype.MirroredByAxis=function(A1){var self=this.ptr;if(A1&&typeof A1==="object")A1=A1.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBezierCurve_MirroredByAxis_1(self,A1),Mx3dGeomObject)};Mx3dGeomBezierCurve.prototype["MirroredByCSYSR"]=Mx3dGeomBezierCurve.prototype.MirroredByCSYSR=function(A2){var self=this.ptr;if(A2&&typeof A2==="object")A2=A2.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBezierCurve_MirroredByCSYSR_1(self,A2),Mx3dGeomObject)};Mx3dGeomBezierCurve.prototype["Rotated"]=Mx3dGeomBezierCurve.prototype.Rotated=function(A1,Ang){var self=this.ptr;if(A1&&typeof A1==="object")A1=A1.ptr;if(Ang&&typeof Ang==="object")Ang=Ang.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBezierCurve_Rotated_2(self,A1,Ang),Mx3dGeomObject)};Mx3dGeomBezierCurve.prototype["Scaled"]=Mx3dGeomBezierCurve.prototype.Scaled=function(P,S){var self=this.ptr;if(P&&typeof P==="object")P=P.ptr;if(S&&typeof S==="object")S=S.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBezierCurve_Scaled_2(self,P,S),Mx3dGeomObject)};Mx3dGeomBezierCurve.prototype["Transformed"]=Mx3dGeomBezierCurve.prototype.Transformed=function(T){var self=this.ptr;if(T&&typeof T==="object")T=T.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBezierCurve_Transformed_1(self,T),Mx3dGeomObject)};Mx3dGeomBezierCurve.prototype["TranslatedByVec"]=Mx3dGeomBezierCurve.prototype.TranslatedByVec=function(V){var self=this.ptr;if(V&&typeof V==="object")V=V.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBezierCurve_TranslatedByVec_1(self,V),Mx3dGeomObject)};Mx3dGeomBezierCurve.prototype["TranslatedBy2Points"]=Mx3dGeomBezierCurve.prototype.TranslatedBy2Points=function(P1,P2){var self=this.ptr;if(P1&&typeof P1==="object")P1=P1.ptr;if(P2&&typeof P2==="object")P2=P2.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBezierCurve_TranslatedBy2Points_2(self,P1,P2),Mx3dGeomObject)};Mx3dGeomBezierCurve.prototype["__destroy__"]=Mx3dGeomBezierCurve.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_Mx3dGeomBezierCurve___destroy___0(self)};function Mx3dGeomPlane(A,B,C,D){if(A&&typeof A==="object")A=A.ptr;if(B&&typeof B==="object")B=B.ptr;if(C&&typeof C==="object")C=C.ptr;if(D&&typeof D==="object")D=D.ptr;if(B===undefined){this.ptr=_emscripten_bind_Mx3dGeomPlane_Mx3dGeomPlane_1(A);getCache(Mx3dGeomPlane)[this.ptr]=this;return}if(C===undefined){this.ptr=_emscripten_bind_Mx3dGeomPlane_Mx3dGeomPlane_2(A,B);getCache(Mx3dGeomPlane)[this.ptr]=this;return}if(D===undefined){this.ptr=_emscripten_bind_Mx3dGeomPlane_Mx3dGeomPlane_3(A,B,C);getCache(Mx3dGeomPlane)[this.ptr]=this;return}this.ptr=_emscripten_bind_Mx3dGeomPlane_Mx3dGeomPlane_4(A,B,C,D);getCache(Mx3dGeomPlane)[this.ptr]=this}Mx3dGeomPlane.prototype=Object.create(Mx3dGeomElementarySurface.prototype);Mx3dGeomPlane.prototype.constructor=Mx3dGeomPlane;Mx3dGeomPlane.prototype.__class__=Mx3dGeomPlane;Mx3dGeomPlane.__cache__={};Module["Mx3dGeomPlane"]=Mx3dGeomPlane;Mx3dGeomPlane.prototype["UReverse"]=Mx3dGeomPlane.prototype.UReverse=function(){var self=this.ptr;_emscripten_bind_Mx3dGeomPlane_UReverse_0(self)};Mx3dGeomPlane.prototype["UReversedParameter"]=Mx3dGeomPlane.prototype.UReversedParameter=function(U){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;return _emscripten_bind_Mx3dGeomPlane_UReversedParameter_1(self,U)};Mx3dGeomPlane.prototype["VReverse"]=Mx3dGeomPlane.prototype.VReverse=function(){var self=this.ptr;_emscripten_bind_Mx3dGeomPlane_VReverse_0(self)};Mx3dGeomPlane.prototype["VReversedParameter"]=Mx3dGeomPlane.prototype.VReversedParameter=function(V){var self=this.ptr;if(V&&typeof V==="object")V=V.ptr;return _emscripten_bind_Mx3dGeomPlane_VReversedParameter_1(self,V)};Mx3dGeomPlane.prototype["TransformParameters"]=Mx3dGeomPlane.prototype.TransformParameters=function(UV,T){var self=this.ptr;if(UV&&typeof UV==="object")UV=UV.ptr;if(T&&typeof T==="object")T=T.ptr;_emscripten_bind_Mx3dGeomPlane_TransformParameters_2(self,UV,T)};Mx3dGeomPlane.prototype["Bounds"]=Mx3dGeomPlane.prototype.Bounds=function(U1U2V1V2){var self=this.ptr;if(U1U2V1V2&&typeof U1U2V1V2==="object")U1U2V1V2=U1U2V1V2.ptr;_emscripten_bind_Mx3dGeomPlane_Bounds_1(self,U1U2V1V2)};Mx3dGeomPlane.prototype["Coefficients"]=Mx3dGeomPlane.prototype.Coefficients=function(ABCD){var self=this.ptr;if(ABCD&&typeof ABCD==="object")ABCD=ABCD.ptr;_emscripten_bind_Mx3dGeomPlane_Coefficients_1(self,ABCD)};Mx3dGeomPlane.prototype["IsUClosed"]=Mx3dGeomPlane.prototype.IsUClosed=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dGeomPlane_IsUClosed_0(self)};Mx3dGeomPlane.prototype["IsVClosed"]=Mx3dGeomPlane.prototype.IsVClosed=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dGeomPlane_IsVClosed_0(self)};Mx3dGeomPlane.prototype["IsUPeriodic"]=Mx3dGeomPlane.prototype.IsUPeriodic=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dGeomPlane_IsUPeriodic_0(self)};Mx3dGeomPlane.prototype["IsVPeriodic"]=Mx3dGeomPlane.prototype.IsVPeriodic=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dGeomPlane_IsVPeriodic_0(self)};Mx3dGeomPlane.prototype["D0"]=Mx3dGeomPlane.prototype.D0=function(U,V,P){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(V&&typeof V==="object")V=V.ptr;if(P&&typeof P==="object")P=P.ptr;_emscripten_bind_Mx3dGeomPlane_D0_3(self,U,V,P)};Mx3dGeomPlane.prototype["D1"]=Mx3dGeomPlane.prototype.D1=function(U,V,P,D1U,D1V){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(V&&typeof V==="object")V=V.ptr;if(P&&typeof P==="object")P=P.ptr;if(D1U&&typeof D1U==="object")D1U=D1U.ptr;if(D1V&&typeof D1V==="object")D1V=D1V.ptr;_emscripten_bind_Mx3dGeomPlane_D1_5(self,U,V,P,D1U,D1V)};Mx3dGeomPlane.prototype["D2"]=Mx3dGeomPlane.prototype.D2=function(U,V,P,D1U,D1V,D2U,D2V,D2UV){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(V&&typeof V==="object")V=V.ptr;if(P&&typeof P==="object")P=P.ptr;if(D1U&&typeof D1U==="object")D1U=D1U.ptr;if(D1V&&typeof D1V==="object")D1V=D1V.ptr;if(D2U&&typeof D2U==="object")D2U=D2U.ptr;if(D2V&&typeof D2V==="object")D2V=D2V.ptr;if(D2UV&&typeof D2UV==="object")D2UV=D2UV.ptr;_emscripten_bind_Mx3dGeomPlane_D2_8(self,U,V,P,D1U,D1V,D2U,D2V,D2UV)};Mx3dGeomPlane.prototype["D3"]=Mx3dGeomPlane.prototype.D3=function(U,V,P,D1U,D1V,D2U,D2V,D2UV,D3U,D3V,D3UUV,D3UVV){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(V&&typeof V==="object")V=V.ptr;if(P&&typeof P==="object")P=P.ptr;if(D1U&&typeof D1U==="object")D1U=D1U.ptr;if(D1V&&typeof D1V==="object")D1V=D1V.ptr;if(D2U&&typeof D2U==="object")D2U=D2U.ptr;if(D2V&&typeof D2V==="object")D2V=D2V.ptr;if(D2UV&&typeof D2UV==="object")D2UV=D2UV.ptr;if(D3U&&typeof D3U==="object")D3U=D3U.ptr;if(D3V&&typeof D3V==="object")D3V=D3V.ptr;if(D3UUV&&typeof D3UUV==="object")D3UUV=D3UUV.ptr;if(D3UVV&&typeof D3UVV==="object")D3UVV=D3UVV.ptr;_emscripten_bind_Mx3dGeomPlane_D3_12(self,U,V,P,D1U,D1V,D2U,D2V,D2UV,D3U,D3V,D3UUV,D3UVV)};Mx3dGeomPlane.prototype["DN"]=Mx3dGeomPlane.prototype.DN=function(U,V,Nu,Nv){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(V&&typeof V==="object")V=V.ptr;if(Nu&&typeof Nu==="object")Nu=Nu.ptr;if(Nv&&typeof Nv==="object")Nv=Nv.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomPlane_DN_4(self,U,V,Nu,Nv),Mx3dGeVec)};Mx3dGeomPlane.prototype["Transform"]=Mx3dGeomPlane.prototype.Transform=function(T){var self=this.ptr;if(T&&typeof T==="object")T=T.ptr;_emscripten_bind_Mx3dGeomPlane_Transform_1(self,T)};Mx3dGeomPlane.prototype["Copy"]=Mx3dGeomPlane.prototype.Copy=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomPlane_Copy_0(self),Mx3dGeomObject)};Mx3dGeomPlane.prototype["DynamicType"]=Mx3dGeomPlane.prototype.DynamicType=function(){var self=this.ptr;return UTF8ToString(_emscripten_bind_Mx3dGeomPlane_DynamicType_0(self))};Mx3dGeomPlane.prototype["Face"]=Mx3dGeomPlane.prototype.Face=function(UMin,UMax,VMin,VMax,TolDegen){var self=this.ptr;if(UMin&&typeof UMin==="object")UMin=UMin.ptr;if(UMax&&typeof UMax==="object")UMax=UMax.ptr;if(VMin&&typeof VMin==="object")VMin=VMin.ptr;if(VMax&&typeof VMax==="object")VMax=VMax.ptr;if(TolDegen&&typeof TolDegen==="object")TolDegen=TolDegen.ptr;if(UMax===undefined){return wrapPointer(_emscripten_bind_Mx3dGeomPlane_Face_1(self,UMin),Mx3dShapeFace)}if(VMin===undefined){return wrapPointer(_emscripten_bind_Mx3dGeomPlane_Face_2(self,UMin,UMax),Mx3dShapeFace)}if(VMax===undefined){return wrapPointer(_emscripten_bind_Mx3dGeomPlane_Face_3(self,UMin,UMax,VMin),Mx3dShapeFace)}if(TolDegen===undefined){return wrapPointer(_emscripten_bind_Mx3dGeomPlane_Face_4(self,UMin,UMax,VMin,VMax),Mx3dShapeFace)}return wrapPointer(_emscripten_bind_Mx3dGeomPlane_Face_5(self,UMin,UMax,VMin,VMax,TolDegen),Mx3dShapeFace)};Mx3dGeomPlane.prototype["SetAxis"]=Mx3dGeomPlane.prototype.SetAxis=function(theA1){var self=this.ptr;if(theA1&&typeof theA1==="object")theA1=theA1.ptr;_emscripten_bind_Mx3dGeomPlane_SetAxis_1(self,theA1)};Mx3dGeomPlane.prototype["SetLocation"]=Mx3dGeomPlane.prototype.SetLocation=function(theLoc){var self=this.ptr;if(theLoc&&typeof theLoc==="object")theLoc=theLoc.ptr;_emscripten_bind_Mx3dGeomPlane_SetLocation_1(self,theLoc)};Mx3dGeomPlane.prototype["SetPosition"]=Mx3dGeomPlane.prototype.SetPosition=function(theAx3){var self=this.ptr;if(theAx3&&typeof theAx3==="object")theAx3=theAx3.ptr;_emscripten_bind_Mx3dGeomPlane_SetPosition_1(self,theAx3)};Mx3dGeomPlane.prototype["Axis"]=Mx3dGeomPlane.prototype.Axis=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomPlane_Axis_0(self),Mx3dGeAxis)};Mx3dGeomPlane.prototype["Location"]=Mx3dGeomPlane.prototype.Location=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomPlane_Location_0(self),Mx3dGePoint)};Mx3dGeomPlane.prototype["Position"]=Mx3dGeomPlane.prototype.Position=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomPlane_Position_0(self),Mx3dGeCSYSR)};Mx3dGeomPlane.prototype["Continuity"]=Mx3dGeomPlane.prototype.Continuity=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomPlane_Continuity_0(self)};Mx3dGeomPlane.prototype["IsCNu"]=Mx3dGeomPlane.prototype.IsCNu=function(N){var self=this.ptr;if(N&&typeof N==="object")N=N.ptr;return!!_emscripten_bind_Mx3dGeomPlane_IsCNu_1(self,N)};Mx3dGeomPlane.prototype["IsCNv"]=Mx3dGeomPlane.prototype.IsCNv=function(N){var self=this.ptr;if(N&&typeof N==="object")N=N.ptr;return!!_emscripten_bind_Mx3dGeomPlane_IsCNv_1(self,N)};Mx3dGeomPlane.prototype["MirrorByPoint"]=Mx3dGeomPlane.prototype.MirrorByPoint=function(P){var self=this.ptr;if(P&&typeof P==="object")P=P.ptr;_emscripten_bind_Mx3dGeomPlane_MirrorByPoint_1(self,P)};Mx3dGeomPlane.prototype["MirrorByAxis"]=Mx3dGeomPlane.prototype.MirrorByAxis=function(A1){var self=this.ptr;if(A1&&typeof A1==="object")A1=A1.ptr;_emscripten_bind_Mx3dGeomPlane_MirrorByAxis_1(self,A1)};Mx3dGeomPlane.prototype["MirrorByCSYSR"]=Mx3dGeomPlane.prototype.MirrorByCSYSR=function(A2){var self=this.ptr;if(A2&&typeof A2==="object")A2=A2.ptr;_emscripten_bind_Mx3dGeomPlane_MirrorByCSYSR_1(self,A2)};Mx3dGeomPlane.prototype["Rotate"]=Mx3dGeomPlane.prototype.Rotate=function(A1,Ang){var self=this.ptr;if(A1&&typeof A1==="object")A1=A1.ptr;if(Ang&&typeof Ang==="object")Ang=Ang.ptr;_emscripten_bind_Mx3dGeomPlane_Rotate_2(self,A1,Ang)};Mx3dGeomPlane.prototype["Scale"]=Mx3dGeomPlane.prototype.Scale=function(P,S){var self=this.ptr;if(P&&typeof P==="object")P=P.ptr;if(S&&typeof S==="object")S=S.ptr;_emscripten_bind_Mx3dGeomPlane_Scale_2(self,P,S)};Mx3dGeomPlane.prototype["TranslateByVec"]=Mx3dGeomPlane.prototype.TranslateByVec=function(V){var self=this.ptr;if(V&&typeof V==="object")V=V.ptr;_emscripten_bind_Mx3dGeomPlane_TranslateByVec_1(self,V)};Mx3dGeomPlane.prototype["TranslateBy2Points"]=Mx3dGeomPlane.prototype.TranslateBy2Points=function(P1,P2){var self=this.ptr;if(P1&&typeof P1==="object")P1=P1.ptr;if(P2&&typeof P2==="object")P2=P2.ptr;_emscripten_bind_Mx3dGeomPlane_TranslateBy2Points_2(self,P1,P2)};Mx3dGeomPlane.prototype["MirroredByPoint"]=Mx3dGeomPlane.prototype.MirroredByPoint=function(P){var self=this.ptr;if(P&&typeof P==="object")P=P.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomPlane_MirroredByPoint_1(self,P),Mx3dGeomObject)};Mx3dGeomPlane.prototype["MirroredByAxis"]=Mx3dGeomPlane.prototype.MirroredByAxis=function(A1){var self=this.ptr;if(A1&&typeof A1==="object")A1=A1.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomPlane_MirroredByAxis_1(self,A1),Mx3dGeomObject)};Mx3dGeomPlane.prototype["MirroredByCSYSR"]=Mx3dGeomPlane.prototype.MirroredByCSYSR=function(A2){var self=this.ptr;if(A2&&typeof A2==="object")A2=A2.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomPlane_MirroredByCSYSR_1(self,A2),Mx3dGeomObject)};Mx3dGeomPlane.prototype["Rotated"]=Mx3dGeomPlane.prototype.Rotated=function(A1,Ang){var self=this.ptr;if(A1&&typeof A1==="object")A1=A1.ptr;if(Ang&&typeof Ang==="object")Ang=Ang.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomPlane_Rotated_2(self,A1,Ang),Mx3dGeomObject)};Mx3dGeomPlane.prototype["Scaled"]=Mx3dGeomPlane.prototype.Scaled=function(P,S){var self=this.ptr;if(P&&typeof P==="object")P=P.ptr;if(S&&typeof S==="object")S=S.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomPlane_Scaled_2(self,P,S),Mx3dGeomObject)};Mx3dGeomPlane.prototype["Transformed"]=Mx3dGeomPlane.prototype.Transformed=function(T){var self=this.ptr;if(T&&typeof T==="object")T=T.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomPlane_Transformed_1(self,T),Mx3dGeomObject)};Mx3dGeomPlane.prototype["TranslatedByVec"]=Mx3dGeomPlane.prototype.TranslatedByVec=function(V){var self=this.ptr;if(V&&typeof V==="object")V=V.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomPlane_TranslatedByVec_1(self,V),Mx3dGeomObject)};Mx3dGeomPlane.prototype["TranslatedBy2Points"]=Mx3dGeomPlane.prototype.TranslatedBy2Points=function(P1,P2){var self=this.ptr;if(P1&&typeof P1==="object")P1=P1.ptr;if(P2&&typeof P2==="object")P2=P2.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomPlane_TranslatedBy2Points_2(self,P1,P2),Mx3dGeomObject)};Mx3dGeomPlane.prototype["UReversed"]=Mx3dGeomPlane.prototype.UReversed=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomPlane_UReversed_0(self),Mx3dGeomSurface)};Mx3dGeomPlane.prototype["VReversed"]=Mx3dGeomPlane.prototype.VReversed=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomPlane_VReversed_0(self),Mx3dGeomSurface)};Mx3dGeomPlane.prototype["UPeriod"]=Mx3dGeomPlane.prototype.UPeriod=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomPlane_UPeriod_0(self)};Mx3dGeomPlane.prototype["VPeriod"]=Mx3dGeomPlane.prototype.VPeriod=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomPlane_VPeriod_0(self)};Mx3dGeomPlane.prototype["Value"]=Mx3dGeomPlane.prototype.Value=function(U,V){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(V&&typeof V==="object")V=V.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomPlane_Value_2(self,U,V),Mx3dGePoint)};Mx3dGeomPlane.prototype["__destroy__"]=Mx3dGeomPlane.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_Mx3dGeomPlane___destroy___0(self)};function Mx3dGeomConicalSurface(A3,Ang,Radius){if(A3&&typeof A3==="object")A3=A3.ptr;if(Ang&&typeof Ang==="object")Ang=Ang.ptr;if(Radius&&typeof Radius==="object")Radius=Radius.ptr;this.ptr=_emscripten_bind_Mx3dGeomConicalSurface_Mx3dGeomConicalSurface_3(A3,Ang,Radius);getCache(Mx3dGeomConicalSurface)[this.ptr]=this}Mx3dGeomConicalSurface.prototype=Object.create(Mx3dGeomElementarySurface.prototype);Mx3dGeomConicalSurface.prototype.constructor=Mx3dGeomConicalSurface;Mx3dGeomConicalSurface.prototype.__class__=Mx3dGeomConicalSurface;Mx3dGeomConicalSurface.__cache__={};Module["Mx3dGeomConicalSurface"]=Mx3dGeomConicalSurface;Mx3dGeomConicalSurface.prototype["SetRadius"]=Mx3dGeomConicalSurface.prototype.SetRadius=function(R){var self=this.ptr;if(R&&typeof R==="object")R=R.ptr;_emscripten_bind_Mx3dGeomConicalSurface_SetRadius_1(self,R)};Mx3dGeomConicalSurface.prototype["SetSemiAngle"]=Mx3dGeomConicalSurface.prototype.SetSemiAngle=function(Ang){var self=this.ptr;if(Ang&&typeof Ang==="object")Ang=Ang.ptr;_emscripten_bind_Mx3dGeomConicalSurface_SetSemiAngle_1(self,Ang)};Mx3dGeomConicalSurface.prototype["UReversedParameter"]=Mx3dGeomConicalSurface.prototype.UReversedParameter=function(U){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;return _emscripten_bind_Mx3dGeomConicalSurface_UReversedParameter_1(self,U)};Mx3dGeomConicalSurface.prototype["VReversedParameter"]=Mx3dGeomConicalSurface.prototype.VReversedParameter=function(V){var self=this.ptr;if(V&&typeof V==="object")V=V.ptr;return _emscripten_bind_Mx3dGeomConicalSurface_VReversedParameter_1(self,V)};Mx3dGeomConicalSurface.prototype["VReverse"]=Mx3dGeomConicalSurface.prototype.VReverse=function(){var self=this.ptr;_emscripten_bind_Mx3dGeomConicalSurface_VReverse_0(self)};Mx3dGeomConicalSurface.prototype["TransformParameters"]=Mx3dGeomConicalSurface.prototype.TransformParameters=function(UV,T){var self=this.ptr;if(UV&&typeof UV==="object")UV=UV.ptr;if(T&&typeof T==="object")T=T.ptr;_emscripten_bind_Mx3dGeomConicalSurface_TransformParameters_2(self,UV,T)};Mx3dGeomConicalSurface.prototype["Apex"]=Mx3dGeomConicalSurface.prototype.Apex=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomConicalSurface_Apex_0(self),Mx3dGePoint)};Mx3dGeomConicalSurface.prototype["Bounds"]=Mx3dGeomConicalSurface.prototype.Bounds=function(U1U2V1V2){var self=this.ptr;if(U1U2V1V2&&typeof U1U2V1V2==="object")U1U2V1V2=U1U2V1V2.ptr;_emscripten_bind_Mx3dGeomConicalSurface_Bounds_1(self,U1U2V1V2)};Mx3dGeomConicalSurface.prototype["Coefficients"]=Mx3dGeomConicalSurface.prototype.Coefficients=function(A1A2A3B1B2B3C1C2C3D){var self=this.ptr;if(A1A2A3B1B2B3C1C2C3D&&typeof A1A2A3B1B2B3C1C2C3D==="object")A1A2A3B1B2B3C1C2C3D=A1A2A3B1B2B3C1C2C3D.ptr;_emscripten_bind_Mx3dGeomConicalSurface_Coefficients_1(self,A1A2A3B1B2B3C1C2C3D)};Mx3dGeomConicalSurface.prototype["RefRadius"]=Mx3dGeomConicalSurface.prototype.RefRadius=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomConicalSurface_RefRadius_0(self)};Mx3dGeomConicalSurface.prototype["SemiAngle"]=Mx3dGeomConicalSurface.prototype.SemiAngle=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomConicalSurface_SemiAngle_0(self)};Mx3dGeomConicalSurface.prototype["IsUClosed"]=Mx3dGeomConicalSurface.prototype.IsUClosed=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dGeomConicalSurface_IsUClosed_0(self)};Mx3dGeomConicalSurface.prototype["IsVClosed"]=Mx3dGeomConicalSurface.prototype.IsVClosed=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dGeomConicalSurface_IsVClosed_0(self)};Mx3dGeomConicalSurface.prototype["IsUPeriodic"]=Mx3dGeomConicalSurface.prototype.IsUPeriodic=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dGeomConicalSurface_IsUPeriodic_0(self)};Mx3dGeomConicalSurface.prototype["IsVPeriodic"]=Mx3dGeomConicalSurface.prototype.IsVPeriodic=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dGeomConicalSurface_IsVPeriodic_0(self)};Mx3dGeomConicalSurface.prototype["D0"]=Mx3dGeomConicalSurface.prototype.D0=function(U,V,P){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(V&&typeof V==="object")V=V.ptr;if(P&&typeof P==="object")P=P.ptr;_emscripten_bind_Mx3dGeomConicalSurface_D0_3(self,U,V,P)};Mx3dGeomConicalSurface.prototype["D1"]=Mx3dGeomConicalSurface.prototype.D1=function(U,V,P,D1U,D1V){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(V&&typeof V==="object")V=V.ptr;if(P&&typeof P==="object")P=P.ptr;if(D1U&&typeof D1U==="object")D1U=D1U.ptr;if(D1V&&typeof D1V==="object")D1V=D1V.ptr;_emscripten_bind_Mx3dGeomConicalSurface_D1_5(self,U,V,P,D1U,D1V)};Mx3dGeomConicalSurface.prototype["D2"]=Mx3dGeomConicalSurface.prototype.D2=function(U,V,P,D1U,D1V,D2U,D2V,D2UV){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(V&&typeof V==="object")V=V.ptr;if(P&&typeof P==="object")P=P.ptr;if(D1U&&typeof D1U==="object")D1U=D1U.ptr;if(D1V&&typeof D1V==="object")D1V=D1V.ptr;if(D2U&&typeof D2U==="object")D2U=D2U.ptr;if(D2V&&typeof D2V==="object")D2V=D2V.ptr;if(D2UV&&typeof D2UV==="object")D2UV=D2UV.ptr;_emscripten_bind_Mx3dGeomConicalSurface_D2_8(self,U,V,P,D1U,D1V,D2U,D2V,D2UV)};Mx3dGeomConicalSurface.prototype["D3"]=Mx3dGeomConicalSurface.prototype.D3=function(U,V,P,D1U,D1V,D2U,D2V,D2UV,D3U,D3V,D3UUV,D3UVV){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(V&&typeof V==="object")V=V.ptr;if(P&&typeof P==="object")P=P.ptr;if(D1U&&typeof D1U==="object")D1U=D1U.ptr;if(D1V&&typeof D1V==="object")D1V=D1V.ptr;if(D2U&&typeof D2U==="object")D2U=D2U.ptr;if(D2V&&typeof D2V==="object")D2V=D2V.ptr;if(D2UV&&typeof D2UV==="object")D2UV=D2UV.ptr;if(D3U&&typeof D3U==="object")D3U=D3U.ptr;if(D3V&&typeof D3V==="object")D3V=D3V.ptr;if(D3UUV&&typeof D3UUV==="object")D3UUV=D3UUV.ptr;if(D3UVV&&typeof D3UVV==="object")D3UVV=D3UVV.ptr;_emscripten_bind_Mx3dGeomConicalSurface_D3_12(self,U,V,P,D1U,D1V,D2U,D2V,D2UV,D3U,D3V,D3UUV,D3UVV)};Mx3dGeomConicalSurface.prototype["DN"]=Mx3dGeomConicalSurface.prototype.DN=function(U,V,Nu,Nv){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(V&&typeof V==="object")V=V.ptr;if(Nu&&typeof Nu==="object")Nu=Nu.ptr;if(Nv&&typeof Nv==="object")Nv=Nv.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomConicalSurface_DN_4(self,U,V,Nu,Nv),Mx3dGeVec)};Mx3dGeomConicalSurface.prototype["Transform"]=Mx3dGeomConicalSurface.prototype.Transform=function(T){var self=this.ptr;if(T&&typeof T==="object")T=T.ptr;_emscripten_bind_Mx3dGeomConicalSurface_Transform_1(self,T)};Mx3dGeomConicalSurface.prototype["Copy"]=Mx3dGeomConicalSurface.prototype.Copy=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomConicalSurface_Copy_0(self),Mx3dGeomObject)};Mx3dGeomConicalSurface.prototype["DynamicType"]=Mx3dGeomConicalSurface.prototype.DynamicType=function(){var self=this.ptr;return UTF8ToString(_emscripten_bind_Mx3dGeomConicalSurface_DynamicType_0(self))};Mx3dGeomConicalSurface.prototype["Face"]=Mx3dGeomConicalSurface.prototype.Face=function(UMin,UMax,VMin,VMax,TolDegen){var self=this.ptr;if(UMin&&typeof UMin==="object")UMin=UMin.ptr;if(UMax&&typeof UMax==="object")UMax=UMax.ptr;if(VMin&&typeof VMin==="object")VMin=VMin.ptr;if(VMax&&typeof VMax==="object")VMax=VMax.ptr;if(TolDegen&&typeof TolDegen==="object")TolDegen=TolDegen.ptr;if(UMax===undefined){return wrapPointer(_emscripten_bind_Mx3dGeomConicalSurface_Face_1(self,UMin),Mx3dShapeFace)}if(VMin===undefined){return wrapPointer(_emscripten_bind_Mx3dGeomConicalSurface_Face_2(self,UMin,UMax),Mx3dShapeFace)}if(VMax===undefined){return wrapPointer(_emscripten_bind_Mx3dGeomConicalSurface_Face_3(self,UMin,UMax,VMin),Mx3dShapeFace)}if(TolDegen===undefined){return wrapPointer(_emscripten_bind_Mx3dGeomConicalSurface_Face_4(self,UMin,UMax,VMin,VMax),Mx3dShapeFace)}return wrapPointer(_emscripten_bind_Mx3dGeomConicalSurface_Face_5(self,UMin,UMax,VMin,VMax,TolDegen),Mx3dShapeFace)};Mx3dGeomConicalSurface.prototype["SetAxis"]=Mx3dGeomConicalSurface.prototype.SetAxis=function(theA1){var self=this.ptr;if(theA1&&typeof theA1==="object")theA1=theA1.ptr;_emscripten_bind_Mx3dGeomConicalSurface_SetAxis_1(self,theA1)};Mx3dGeomConicalSurface.prototype["SetLocation"]=Mx3dGeomConicalSurface.prototype.SetLocation=function(theLoc){var self=this.ptr;if(theLoc&&typeof theLoc==="object")theLoc=theLoc.ptr;_emscripten_bind_Mx3dGeomConicalSurface_SetLocation_1(self,theLoc)};Mx3dGeomConicalSurface.prototype["SetPosition"]=Mx3dGeomConicalSurface.prototype.SetPosition=function(theAx3){var self=this.ptr;if(theAx3&&typeof theAx3==="object")theAx3=theAx3.ptr;_emscripten_bind_Mx3dGeomConicalSurface_SetPosition_1(self,theAx3)};Mx3dGeomConicalSurface.prototype["Axis"]=Mx3dGeomConicalSurface.prototype.Axis=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomConicalSurface_Axis_0(self),Mx3dGeAxis)};Mx3dGeomConicalSurface.prototype["Location"]=Mx3dGeomConicalSurface.prototype.Location=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomConicalSurface_Location_0(self),Mx3dGePoint)};Mx3dGeomConicalSurface.prototype["Position"]=Mx3dGeomConicalSurface.prototype.Position=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomConicalSurface_Position_0(self),Mx3dGeCSYSR)};Mx3dGeomConicalSurface.prototype["Continuity"]=Mx3dGeomConicalSurface.prototype.Continuity=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomConicalSurface_Continuity_0(self)};Mx3dGeomConicalSurface.prototype["IsCNu"]=Mx3dGeomConicalSurface.prototype.IsCNu=function(N){var self=this.ptr;if(N&&typeof N==="object")N=N.ptr;return!!_emscripten_bind_Mx3dGeomConicalSurface_IsCNu_1(self,N)};Mx3dGeomConicalSurface.prototype["IsCNv"]=Mx3dGeomConicalSurface.prototype.IsCNv=function(N){var self=this.ptr;if(N&&typeof N==="object")N=N.ptr;return!!_emscripten_bind_Mx3dGeomConicalSurface_IsCNv_1(self,N)};Mx3dGeomConicalSurface.prototype["MirrorByPoint"]=Mx3dGeomConicalSurface.prototype.MirrorByPoint=function(P){var self=this.ptr;if(P&&typeof P==="object")P=P.ptr;_emscripten_bind_Mx3dGeomConicalSurface_MirrorByPoint_1(self,P)};Mx3dGeomConicalSurface.prototype["MirrorByAxis"]=Mx3dGeomConicalSurface.prototype.MirrorByAxis=function(A1){var self=this.ptr;if(A1&&typeof A1==="object")A1=A1.ptr;_emscripten_bind_Mx3dGeomConicalSurface_MirrorByAxis_1(self,A1)};Mx3dGeomConicalSurface.prototype["MirrorByCSYSR"]=Mx3dGeomConicalSurface.prototype.MirrorByCSYSR=function(A2){var self=this.ptr;if(A2&&typeof A2==="object")A2=A2.ptr;_emscripten_bind_Mx3dGeomConicalSurface_MirrorByCSYSR_1(self,A2)};Mx3dGeomConicalSurface.prototype["Rotate"]=Mx3dGeomConicalSurface.prototype.Rotate=function(A1,Ang){var self=this.ptr;if(A1&&typeof A1==="object")A1=A1.ptr;if(Ang&&typeof Ang==="object")Ang=Ang.ptr;_emscripten_bind_Mx3dGeomConicalSurface_Rotate_2(self,A1,Ang)};Mx3dGeomConicalSurface.prototype["Scale"]=Mx3dGeomConicalSurface.prototype.Scale=function(P,S){var self=this.ptr;if(P&&typeof P==="object")P=P.ptr;if(S&&typeof S==="object")S=S.ptr;_emscripten_bind_Mx3dGeomConicalSurface_Scale_2(self,P,S)};Mx3dGeomConicalSurface.prototype["TranslateByVec"]=Mx3dGeomConicalSurface.prototype.TranslateByVec=function(V){var self=this.ptr;if(V&&typeof V==="object")V=V.ptr;_emscripten_bind_Mx3dGeomConicalSurface_TranslateByVec_1(self,V)};Mx3dGeomConicalSurface.prototype["TranslateBy2Points"]=Mx3dGeomConicalSurface.prototype.TranslateBy2Points=function(P1,P2){var self=this.ptr;if(P1&&typeof P1==="object")P1=P1.ptr;if(P2&&typeof P2==="object")P2=P2.ptr;_emscripten_bind_Mx3dGeomConicalSurface_TranslateBy2Points_2(self,P1,P2)};Mx3dGeomConicalSurface.prototype["MirroredByPoint"]=Mx3dGeomConicalSurface.prototype.MirroredByPoint=function(P){var self=this.ptr;if(P&&typeof P==="object")P=P.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomConicalSurface_MirroredByPoint_1(self,P),Mx3dGeomObject)};Mx3dGeomConicalSurface.prototype["MirroredByAxis"]=Mx3dGeomConicalSurface.prototype.MirroredByAxis=function(A1){var self=this.ptr;if(A1&&typeof A1==="object")A1=A1.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomConicalSurface_MirroredByAxis_1(self,A1),Mx3dGeomObject)};Mx3dGeomConicalSurface.prototype["MirroredByCSYSR"]=Mx3dGeomConicalSurface.prototype.MirroredByCSYSR=function(A2){var self=this.ptr;if(A2&&typeof A2==="object")A2=A2.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomConicalSurface_MirroredByCSYSR_1(self,A2),Mx3dGeomObject)};Mx3dGeomConicalSurface.prototype["Rotated"]=Mx3dGeomConicalSurface.prototype.Rotated=function(A1,Ang){var self=this.ptr;if(A1&&typeof A1==="object")A1=A1.ptr;if(Ang&&typeof Ang==="object")Ang=Ang.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomConicalSurface_Rotated_2(self,A1,Ang),Mx3dGeomObject)};Mx3dGeomConicalSurface.prototype["Scaled"]=Mx3dGeomConicalSurface.prototype.Scaled=function(P,S){var self=this.ptr;if(P&&typeof P==="object")P=P.ptr;if(S&&typeof S==="object")S=S.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomConicalSurface_Scaled_2(self,P,S),Mx3dGeomObject)};Mx3dGeomConicalSurface.prototype["Transformed"]=Mx3dGeomConicalSurface.prototype.Transformed=function(T){var self=this.ptr;if(T&&typeof T==="object")T=T.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomConicalSurface_Transformed_1(self,T),Mx3dGeomObject)};Mx3dGeomConicalSurface.prototype["TranslatedByVec"]=Mx3dGeomConicalSurface.prototype.TranslatedByVec=function(V){var self=this.ptr;if(V&&typeof V==="object")V=V.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomConicalSurface_TranslatedByVec_1(self,V),Mx3dGeomObject)};Mx3dGeomConicalSurface.prototype["TranslatedBy2Points"]=Mx3dGeomConicalSurface.prototype.TranslatedBy2Points=function(P1,P2){var self=this.ptr;if(P1&&typeof P1==="object")P1=P1.ptr;if(P2&&typeof P2==="object")P2=P2.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomConicalSurface_TranslatedBy2Points_2(self,P1,P2),Mx3dGeomObject)};Mx3dGeomConicalSurface.prototype["UReversed"]=Mx3dGeomConicalSurface.prototype.UReversed=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomConicalSurface_UReversed_0(self),Mx3dGeomSurface)};Mx3dGeomConicalSurface.prototype["VReversed"]=Mx3dGeomConicalSurface.prototype.VReversed=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomConicalSurface_VReversed_0(self),Mx3dGeomSurface)};Mx3dGeomConicalSurface.prototype["UPeriod"]=Mx3dGeomConicalSurface.prototype.UPeriod=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomConicalSurface_UPeriod_0(self)};Mx3dGeomConicalSurface.prototype["VPeriod"]=Mx3dGeomConicalSurface.prototype.VPeriod=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomConicalSurface_VPeriod_0(self)};Mx3dGeomConicalSurface.prototype["Value"]=Mx3dGeomConicalSurface.prototype.Value=function(U,V){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(V&&typeof V==="object")V=V.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomConicalSurface_Value_2(self,U,V),Mx3dGePoint)};Mx3dGeomConicalSurface.prototype["__destroy__"]=Mx3dGeomConicalSurface.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_Mx3dGeomConicalSurface___destroy___0(self)};function Mx3dGeomCylindricalSurface(A3,Radius){if(A3&&typeof A3==="object")A3=A3.ptr;if(Radius&&typeof Radius==="object")Radius=Radius.ptr;this.ptr=_emscripten_bind_Mx3dGeomCylindricalSurface_Mx3dGeomCylindricalSurface_2(A3,Radius);getCache(Mx3dGeomCylindricalSurface)[this.ptr]=this}Mx3dGeomCylindricalSurface.prototype=Object.create(Mx3dGeomElementarySurface.prototype);Mx3dGeomCylindricalSurface.prototype.constructor=Mx3dGeomCylindricalSurface;Mx3dGeomCylindricalSurface.prototype.__class__=Mx3dGeomCylindricalSurface;Mx3dGeomCylindricalSurface.__cache__={};Module["Mx3dGeomCylindricalSurface"]=Mx3dGeomCylindricalSurface;Mx3dGeomCylindricalSurface.prototype["SetRadius"]=Mx3dGeomCylindricalSurface.prototype.SetRadius=function(R){var self=this.ptr;if(R&&typeof R==="object")R=R.ptr;_emscripten_bind_Mx3dGeomCylindricalSurface_SetRadius_1(self,R)};Mx3dGeomCylindricalSurface.prototype["UReversedParameter"]=Mx3dGeomCylindricalSurface.prototype.UReversedParameter=function(U){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;return _emscripten_bind_Mx3dGeomCylindricalSurface_UReversedParameter_1(self,U)};Mx3dGeomCylindricalSurface.prototype["VReversedParameter"]=Mx3dGeomCylindricalSurface.prototype.VReversedParameter=function(V){var self=this.ptr;if(V&&typeof V==="object")V=V.ptr;return _emscripten_bind_Mx3dGeomCylindricalSurface_VReversedParameter_1(self,V)};Mx3dGeomCylindricalSurface.prototype["TransformParameters"]=Mx3dGeomCylindricalSurface.prototype.TransformParameters=function(UV,T){var self=this.ptr;if(UV&&typeof UV==="object")UV=UV.ptr;if(T&&typeof T==="object")T=T.ptr;_emscripten_bind_Mx3dGeomCylindricalSurface_TransformParameters_2(self,UV,T)};Mx3dGeomCylindricalSurface.prototype["Bounds"]=Mx3dGeomCylindricalSurface.prototype.Bounds=function(U1U2V1V2){var self=this.ptr;if(U1U2V1V2&&typeof U1U2V1V2==="object")U1U2V1V2=U1U2V1V2.ptr;_emscripten_bind_Mx3dGeomCylindricalSurface_Bounds_1(self,U1U2V1V2)};Mx3dGeomCylindricalSurface.prototype["Coefficients"]=Mx3dGeomCylindricalSurface.prototype.Coefficients=function(A1A2A3B1B2B3C1C2C3D){var self=this.ptr;if(A1A2A3B1B2B3C1C2C3D&&typeof A1A2A3B1B2B3C1C2C3D==="object")A1A2A3B1B2B3C1C2C3D=A1A2A3B1B2B3C1C2C3D.ptr;_emscripten_bind_Mx3dGeomCylindricalSurface_Coefficients_1(self,A1A2A3B1B2B3C1C2C3D)};Mx3dGeomCylindricalSurface.prototype["Radius"]=Mx3dGeomCylindricalSurface.prototype.Radius=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomCylindricalSurface_Radius_0(self)};Mx3dGeomCylindricalSurface.prototype["IsUClosed"]=Mx3dGeomCylindricalSurface.prototype.IsUClosed=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dGeomCylindricalSurface_IsUClosed_0(self)};Mx3dGeomCylindricalSurface.prototype["IsVClosed"]=Mx3dGeomCylindricalSurface.prototype.IsVClosed=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dGeomCylindricalSurface_IsVClosed_0(self)};Mx3dGeomCylindricalSurface.prototype["IsUPeriodic"]=Mx3dGeomCylindricalSurface.prototype.IsUPeriodic=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dGeomCylindricalSurface_IsUPeriodic_0(self)};Mx3dGeomCylindricalSurface.prototype["IsVPeriodic"]=Mx3dGeomCylindricalSurface.prototype.IsVPeriodic=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dGeomCylindricalSurface_IsVPeriodic_0(self)};Mx3dGeomCylindricalSurface.prototype["D0"]=Mx3dGeomCylindricalSurface.prototype.D0=function(U,V,P){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(V&&typeof V==="object")V=V.ptr;if(P&&typeof P==="object")P=P.ptr;_emscripten_bind_Mx3dGeomCylindricalSurface_D0_3(self,U,V,P)};Mx3dGeomCylindricalSurface.prototype["D1"]=Mx3dGeomCylindricalSurface.prototype.D1=function(U,V,P,D1U,D1V){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(V&&typeof V==="object")V=V.ptr;if(P&&typeof P==="object")P=P.ptr;if(D1U&&typeof D1U==="object")D1U=D1U.ptr;if(D1V&&typeof D1V==="object")D1V=D1V.ptr;_emscripten_bind_Mx3dGeomCylindricalSurface_D1_5(self,U,V,P,D1U,D1V)};Mx3dGeomCylindricalSurface.prototype["D2"]=Mx3dGeomCylindricalSurface.prototype.D2=function(U,V,P,D1U,D1V,D2U,D2V,D2UV){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(V&&typeof V==="object")V=V.ptr;if(P&&typeof P==="object")P=P.ptr;if(D1U&&typeof D1U==="object")D1U=D1U.ptr;if(D1V&&typeof D1V==="object")D1V=D1V.ptr;if(D2U&&typeof D2U==="object")D2U=D2U.ptr;if(D2V&&typeof D2V==="object")D2V=D2V.ptr;if(D2UV&&typeof D2UV==="object")D2UV=D2UV.ptr;_emscripten_bind_Mx3dGeomCylindricalSurface_D2_8(self,U,V,P,D1U,D1V,D2U,D2V,D2UV)};Mx3dGeomCylindricalSurface.prototype["D3"]=Mx3dGeomCylindricalSurface.prototype.D3=function(U,V,P,D1U,D1V,D2U,D2V,D2UV,D3U,D3V,D3UUV,D3UVV){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(V&&typeof V==="object")V=V.ptr;if(P&&typeof P==="object")P=P.ptr;if(D1U&&typeof D1U==="object")D1U=D1U.ptr;if(D1V&&typeof D1V==="object")D1V=D1V.ptr;if(D2U&&typeof D2U==="object")D2U=D2U.ptr;if(D2V&&typeof D2V==="object")D2V=D2V.ptr;if(D2UV&&typeof D2UV==="object")D2UV=D2UV.ptr;if(D3U&&typeof D3U==="object")D3U=D3U.ptr;if(D3V&&typeof D3V==="object")D3V=D3V.ptr;if(D3UUV&&typeof D3UUV==="object")D3UUV=D3UUV.ptr;if(D3UVV&&typeof D3UVV==="object")D3UVV=D3UVV.ptr;_emscripten_bind_Mx3dGeomCylindricalSurface_D3_12(self,U,V,P,D1U,D1V,D2U,D2V,D2UV,D3U,D3V,D3UUV,D3UVV)};Mx3dGeomCylindricalSurface.prototype["DN"]=Mx3dGeomCylindricalSurface.prototype.DN=function(U,V,Nu,Nv){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(V&&typeof V==="object")V=V.ptr;if(Nu&&typeof Nu==="object")Nu=Nu.ptr;if(Nv&&typeof Nv==="object")Nv=Nv.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomCylindricalSurface_DN_4(self,U,V,Nu,Nv),Mx3dGeVec)};Mx3dGeomCylindricalSurface.prototype["Transform"]=Mx3dGeomCylindricalSurface.prototype.Transform=function(T){var self=this.ptr;if(T&&typeof T==="object")T=T.ptr;_emscripten_bind_Mx3dGeomCylindricalSurface_Transform_1(self,T)};Mx3dGeomCylindricalSurface.prototype["Copy"]=Mx3dGeomCylindricalSurface.prototype.Copy=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomCylindricalSurface_Copy_0(self),Mx3dGeomObject)};Mx3dGeomCylindricalSurface.prototype["DynamicType"]=Mx3dGeomCylindricalSurface.prototype.DynamicType=function(){var self=this.ptr;return UTF8ToString(_emscripten_bind_Mx3dGeomCylindricalSurface_DynamicType_0(self))};Mx3dGeomCylindricalSurface.prototype["Face"]=Mx3dGeomCylindricalSurface.prototype.Face=function(UMin,UMax,VMin,VMax,TolDegen){var self=this.ptr;if(UMin&&typeof UMin==="object")UMin=UMin.ptr;if(UMax&&typeof UMax==="object")UMax=UMax.ptr;if(VMin&&typeof VMin==="object")VMin=VMin.ptr;if(VMax&&typeof VMax==="object")VMax=VMax.ptr;if(TolDegen&&typeof TolDegen==="object")TolDegen=TolDegen.ptr;if(UMax===undefined){return wrapPointer(_emscripten_bind_Mx3dGeomCylindricalSurface_Face_1(self,UMin),Mx3dShapeFace)}if(VMin===undefined){return wrapPointer(_emscripten_bind_Mx3dGeomCylindricalSurface_Face_2(self,UMin,UMax),Mx3dShapeFace)}if(VMax===undefined){return wrapPointer(_emscripten_bind_Mx3dGeomCylindricalSurface_Face_3(self,UMin,UMax,VMin),Mx3dShapeFace)}if(TolDegen===undefined){return wrapPointer(_emscripten_bind_Mx3dGeomCylindricalSurface_Face_4(self,UMin,UMax,VMin,VMax),Mx3dShapeFace)}return wrapPointer(_emscripten_bind_Mx3dGeomCylindricalSurface_Face_5(self,UMin,UMax,VMin,VMax,TolDegen),Mx3dShapeFace)};Mx3dGeomCylindricalSurface.prototype["SetAxis"]=Mx3dGeomCylindricalSurface.prototype.SetAxis=function(theA1){var self=this.ptr;if(theA1&&typeof theA1==="object")theA1=theA1.ptr;_emscripten_bind_Mx3dGeomCylindricalSurface_SetAxis_1(self,theA1)};Mx3dGeomCylindricalSurface.prototype["SetLocation"]=Mx3dGeomCylindricalSurface.prototype.SetLocation=function(theLoc){var self=this.ptr;if(theLoc&&typeof theLoc==="object")theLoc=theLoc.ptr;_emscripten_bind_Mx3dGeomCylindricalSurface_SetLocation_1(self,theLoc)};Mx3dGeomCylindricalSurface.prototype["SetPosition"]=Mx3dGeomCylindricalSurface.prototype.SetPosition=function(theAx3){var self=this.ptr;if(theAx3&&typeof theAx3==="object")theAx3=theAx3.ptr;_emscripten_bind_Mx3dGeomCylindricalSurface_SetPosition_1(self,theAx3)};Mx3dGeomCylindricalSurface.prototype["Axis"]=Mx3dGeomCylindricalSurface.prototype.Axis=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomCylindricalSurface_Axis_0(self),Mx3dGeAxis)};Mx3dGeomCylindricalSurface.prototype["Location"]=Mx3dGeomCylindricalSurface.prototype.Location=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomCylindricalSurface_Location_0(self),Mx3dGePoint)};Mx3dGeomCylindricalSurface.prototype["Position"]=Mx3dGeomCylindricalSurface.prototype.Position=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomCylindricalSurface_Position_0(self),Mx3dGeCSYSR)};Mx3dGeomCylindricalSurface.prototype["Continuity"]=Mx3dGeomCylindricalSurface.prototype.Continuity=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomCylindricalSurface_Continuity_0(self)};Mx3dGeomCylindricalSurface.prototype["IsCNu"]=Mx3dGeomCylindricalSurface.prototype.IsCNu=function(N){var self=this.ptr;if(N&&typeof N==="object")N=N.ptr;return!!_emscripten_bind_Mx3dGeomCylindricalSurface_IsCNu_1(self,N)};Mx3dGeomCylindricalSurface.prototype["IsCNv"]=Mx3dGeomCylindricalSurface.prototype.IsCNv=function(N){var self=this.ptr;if(N&&typeof N==="object")N=N.ptr;return!!_emscripten_bind_Mx3dGeomCylindricalSurface_IsCNv_1(self,N)};Mx3dGeomCylindricalSurface.prototype["MirrorByPoint"]=Mx3dGeomCylindricalSurface.prototype.MirrorByPoint=function(P){var self=this.ptr;if(P&&typeof P==="object")P=P.ptr;_emscripten_bind_Mx3dGeomCylindricalSurface_MirrorByPoint_1(self,P)};Mx3dGeomCylindricalSurface.prototype["MirrorByAxis"]=Mx3dGeomCylindricalSurface.prototype.MirrorByAxis=function(A1){var self=this.ptr;if(A1&&typeof A1==="object")A1=A1.ptr;_emscripten_bind_Mx3dGeomCylindricalSurface_MirrorByAxis_1(self,A1)};Mx3dGeomCylindricalSurface.prototype["MirrorByCSYSR"]=Mx3dGeomCylindricalSurface.prototype.MirrorByCSYSR=function(A2){var self=this.ptr;if(A2&&typeof A2==="object")A2=A2.ptr;_emscripten_bind_Mx3dGeomCylindricalSurface_MirrorByCSYSR_1(self,A2)};Mx3dGeomCylindricalSurface.prototype["Rotate"]=Mx3dGeomCylindricalSurface.prototype.Rotate=function(A1,Ang){var self=this.ptr;if(A1&&typeof A1==="object")A1=A1.ptr;if(Ang&&typeof Ang==="object")Ang=Ang.ptr;_emscripten_bind_Mx3dGeomCylindricalSurface_Rotate_2(self,A1,Ang)};Mx3dGeomCylindricalSurface.prototype["Scale"]=Mx3dGeomCylindricalSurface.prototype.Scale=function(P,S){var self=this.ptr;if(P&&typeof P==="object")P=P.ptr;if(S&&typeof S==="object")S=S.ptr;_emscripten_bind_Mx3dGeomCylindricalSurface_Scale_2(self,P,S)};Mx3dGeomCylindricalSurface.prototype["TranslateByVec"]=Mx3dGeomCylindricalSurface.prototype.TranslateByVec=function(V){var self=this.ptr;if(V&&typeof V==="object")V=V.ptr;_emscripten_bind_Mx3dGeomCylindricalSurface_TranslateByVec_1(self,V)};Mx3dGeomCylindricalSurface.prototype["TranslateBy2Points"]=Mx3dGeomCylindricalSurface.prototype.TranslateBy2Points=function(P1,P2){var self=this.ptr;if(P1&&typeof P1==="object")P1=P1.ptr;if(P2&&typeof P2==="object")P2=P2.ptr;_emscripten_bind_Mx3dGeomCylindricalSurface_TranslateBy2Points_2(self,P1,P2)};Mx3dGeomCylindricalSurface.prototype["MirroredByPoint"]=Mx3dGeomCylindricalSurface.prototype.MirroredByPoint=function(P){var self=this.ptr;if(P&&typeof P==="object")P=P.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomCylindricalSurface_MirroredByPoint_1(self,P),Mx3dGeomObject)};Mx3dGeomCylindricalSurface.prototype["MirroredByAxis"]=Mx3dGeomCylindricalSurface.prototype.MirroredByAxis=function(A1){var self=this.ptr;if(A1&&typeof A1==="object")A1=A1.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomCylindricalSurface_MirroredByAxis_1(self,A1),Mx3dGeomObject)};Mx3dGeomCylindricalSurface.prototype["MirroredByCSYSR"]=Mx3dGeomCylindricalSurface.prototype.MirroredByCSYSR=function(A2){var self=this.ptr;if(A2&&typeof A2==="object")A2=A2.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomCylindricalSurface_MirroredByCSYSR_1(self,A2),Mx3dGeomObject)};Mx3dGeomCylindricalSurface.prototype["Rotated"]=Mx3dGeomCylindricalSurface.prototype.Rotated=function(A1,Ang){var self=this.ptr;if(A1&&typeof A1==="object")A1=A1.ptr;if(Ang&&typeof Ang==="object")Ang=Ang.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomCylindricalSurface_Rotated_2(self,A1,Ang),Mx3dGeomObject)};Mx3dGeomCylindricalSurface.prototype["Scaled"]=Mx3dGeomCylindricalSurface.prototype.Scaled=function(P,S){var self=this.ptr;if(P&&typeof P==="object")P=P.ptr;if(S&&typeof S==="object")S=S.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomCylindricalSurface_Scaled_2(self,P,S),Mx3dGeomObject)};Mx3dGeomCylindricalSurface.prototype["Transformed"]=Mx3dGeomCylindricalSurface.prototype.Transformed=function(T){var self=this.ptr;if(T&&typeof T==="object")T=T.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomCylindricalSurface_Transformed_1(self,T),Mx3dGeomObject)};Mx3dGeomCylindricalSurface.prototype["TranslatedByVec"]=Mx3dGeomCylindricalSurface.prototype.TranslatedByVec=function(V){var self=this.ptr;if(V&&typeof V==="object")V=V.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomCylindricalSurface_TranslatedByVec_1(self,V),Mx3dGeomObject)};Mx3dGeomCylindricalSurface.prototype["TranslatedBy2Points"]=Mx3dGeomCylindricalSurface.prototype.TranslatedBy2Points=function(P1,P2){var self=this.ptr;if(P1&&typeof P1==="object")P1=P1.ptr;if(P2&&typeof P2==="object")P2=P2.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomCylindricalSurface_TranslatedBy2Points_2(self,P1,P2),Mx3dGeomObject)};Mx3dGeomCylindricalSurface.prototype["UReversed"]=Mx3dGeomCylindricalSurface.prototype.UReversed=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomCylindricalSurface_UReversed_0(self),Mx3dGeomSurface)};Mx3dGeomCylindricalSurface.prototype["VReversed"]=Mx3dGeomCylindricalSurface.prototype.VReversed=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomCylindricalSurface_VReversed_0(self),Mx3dGeomSurface)};Mx3dGeomCylindricalSurface.prototype["UPeriod"]=Mx3dGeomCylindricalSurface.prototype.UPeriod=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomCylindricalSurface_UPeriod_0(self)};Mx3dGeomCylindricalSurface.prototype["VPeriod"]=Mx3dGeomCylindricalSurface.prototype.VPeriod=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomCylindricalSurface_VPeriod_0(self)};Mx3dGeomCylindricalSurface.prototype["Value"]=Mx3dGeomCylindricalSurface.prototype.Value=function(U,V){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(V&&typeof V==="object")V=V.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomCylindricalSurface_Value_2(self,U,V),Mx3dGePoint)};Mx3dGeomCylindricalSurface.prototype["__destroy__"]=Mx3dGeomCylindricalSurface.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_Mx3dGeomCylindricalSurface___destroy___0(self)};function Mx3dGeomSphericalSurface(A3,Radius){if(A3&&typeof A3==="object")A3=A3.ptr;if(Radius&&typeof Radius==="object")Radius=Radius.ptr;this.ptr=_emscripten_bind_Mx3dGeomSphericalSurface_Mx3dGeomSphericalSurface_2(A3,Radius);getCache(Mx3dGeomSphericalSurface)[this.ptr]=this}Mx3dGeomSphericalSurface.prototype=Object.create(Mx3dGeomElementarySurface.prototype);Mx3dGeomSphericalSurface.prototype.constructor=Mx3dGeomSphericalSurface;Mx3dGeomSphericalSurface.prototype.__class__=Mx3dGeomSphericalSurface;Mx3dGeomSphericalSurface.__cache__={};Module["Mx3dGeomSphericalSurface"]=Mx3dGeomSphericalSurface;Mx3dGeomSphericalSurface.prototype["SetRadius"]=Mx3dGeomSphericalSurface.prototype.SetRadius=function(R){var self=this.ptr;if(R&&typeof R==="object")R=R.ptr;_emscripten_bind_Mx3dGeomSphericalSurface_SetRadius_1(self,R)};Mx3dGeomSphericalSurface.prototype["UReversedParameter"]=Mx3dGeomSphericalSurface.prototype.UReversedParameter=function(U){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;return _emscripten_bind_Mx3dGeomSphericalSurface_UReversedParameter_1(self,U)};Mx3dGeomSphericalSurface.prototype["VReversedParameter"]=Mx3dGeomSphericalSurface.prototype.VReversedParameter=function(V){var self=this.ptr;if(V&&typeof V==="object")V=V.ptr;return _emscripten_bind_Mx3dGeomSphericalSurface_VReversedParameter_1(self,V)};Mx3dGeomSphericalSurface.prototype["Area"]=Mx3dGeomSphericalSurface.prototype.Area=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomSphericalSurface_Area_0(self)};Mx3dGeomSphericalSurface.prototype["Bounds"]=Mx3dGeomSphericalSurface.prototype.Bounds=function(U1U2V1V2){var self=this.ptr;if(U1U2V1V2&&typeof U1U2V1V2==="object")U1U2V1V2=U1U2V1V2.ptr;_emscripten_bind_Mx3dGeomSphericalSurface_Bounds_1(self,U1U2V1V2)};Mx3dGeomSphericalSurface.prototype["Coefficients"]=Mx3dGeomSphericalSurface.prototype.Coefficients=function(A1A2A3B1B2B3C1C2C3D){var self=this.ptr;if(A1A2A3B1B2B3C1C2C3D&&typeof A1A2A3B1B2B3C1C2C3D==="object")A1A2A3B1B2B3C1C2C3D=A1A2A3B1B2B3C1C2C3D.ptr;_emscripten_bind_Mx3dGeomSphericalSurface_Coefficients_1(self,A1A2A3B1B2B3C1C2C3D)};Mx3dGeomSphericalSurface.prototype["Radius"]=Mx3dGeomSphericalSurface.prototype.Radius=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomSphericalSurface_Radius_0(self)};Mx3dGeomSphericalSurface.prototype["Volume"]=Mx3dGeomSphericalSurface.prototype.Volume=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomSphericalSurface_Volume_0(self)};Mx3dGeomSphericalSurface.prototype["IsUClosed"]=Mx3dGeomSphericalSurface.prototype.IsUClosed=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dGeomSphericalSurface_IsUClosed_0(self)};Mx3dGeomSphericalSurface.prototype["IsVClosed"]=Mx3dGeomSphericalSurface.prototype.IsVClosed=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dGeomSphericalSurface_IsVClosed_0(self)};Mx3dGeomSphericalSurface.prototype["IsUPeriodic"]=Mx3dGeomSphericalSurface.prototype.IsUPeriodic=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dGeomSphericalSurface_IsUPeriodic_0(self)};Mx3dGeomSphericalSurface.prototype["IsVPeriodic"]=Mx3dGeomSphericalSurface.prototype.IsVPeriodic=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dGeomSphericalSurface_IsVPeriodic_0(self)};Mx3dGeomSphericalSurface.prototype["D0"]=Mx3dGeomSphericalSurface.prototype.D0=function(U,V,P){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(V&&typeof V==="object")V=V.ptr;if(P&&typeof P==="object")P=P.ptr;_emscripten_bind_Mx3dGeomSphericalSurface_D0_3(self,U,V,P)};Mx3dGeomSphericalSurface.prototype["D1"]=Mx3dGeomSphericalSurface.prototype.D1=function(U,V,P,D1U,D1V){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(V&&typeof V==="object")V=V.ptr;if(P&&typeof P==="object")P=P.ptr;if(D1U&&typeof D1U==="object")D1U=D1U.ptr;if(D1V&&typeof D1V==="object")D1V=D1V.ptr;_emscripten_bind_Mx3dGeomSphericalSurface_D1_5(self,U,V,P,D1U,D1V)};Mx3dGeomSphericalSurface.prototype["D2"]=Mx3dGeomSphericalSurface.prototype.D2=function(U,V,P,D1U,D1V,D2U,D2V,D2UV){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(V&&typeof V==="object")V=V.ptr;if(P&&typeof P==="object")P=P.ptr;if(D1U&&typeof D1U==="object")D1U=D1U.ptr;if(D1V&&typeof D1V==="object")D1V=D1V.ptr;if(D2U&&typeof D2U==="object")D2U=D2U.ptr;if(D2V&&typeof D2V==="object")D2V=D2V.ptr;if(D2UV&&typeof D2UV==="object")D2UV=D2UV.ptr;_emscripten_bind_Mx3dGeomSphericalSurface_D2_8(self,U,V,P,D1U,D1V,D2U,D2V,D2UV)};Mx3dGeomSphericalSurface.prototype["D3"]=Mx3dGeomSphericalSurface.prototype.D3=function(U,V,P,D1U,D1V,D2U,D2V,D2UV,D3U,D3V,D3UUV,D3UVV){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(V&&typeof V==="object")V=V.ptr;if(P&&typeof P==="object")P=P.ptr;if(D1U&&typeof D1U==="object")D1U=D1U.ptr;if(D1V&&typeof D1V==="object")D1V=D1V.ptr;if(D2U&&typeof D2U==="object")D2U=D2U.ptr;if(D2V&&typeof D2V==="object")D2V=D2V.ptr;if(D2UV&&typeof D2UV==="object")D2UV=D2UV.ptr;if(D3U&&typeof D3U==="object")D3U=D3U.ptr;if(D3V&&typeof D3V==="object")D3V=D3V.ptr;if(D3UUV&&typeof D3UUV==="object")D3UUV=D3UUV.ptr;if(D3UVV&&typeof D3UVV==="object")D3UVV=D3UVV.ptr;_emscripten_bind_Mx3dGeomSphericalSurface_D3_12(self,U,V,P,D1U,D1V,D2U,D2V,D2UV,D3U,D3V,D3UUV,D3UVV)};Mx3dGeomSphericalSurface.prototype["DN"]=Mx3dGeomSphericalSurface.prototype.DN=function(U,V,Nu,Nv){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(V&&typeof V==="object")V=V.ptr;if(Nu&&typeof Nu==="object")Nu=Nu.ptr;if(Nv&&typeof Nv==="object")Nv=Nv.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomSphericalSurface_DN_4(self,U,V,Nu,Nv),Mx3dGeVec)};Mx3dGeomSphericalSurface.prototype["Transform"]=Mx3dGeomSphericalSurface.prototype.Transform=function(T){var self=this.ptr;if(T&&typeof T==="object")T=T.ptr;_emscripten_bind_Mx3dGeomSphericalSurface_Transform_1(self,T)};Mx3dGeomSphericalSurface.prototype["Copy"]=Mx3dGeomSphericalSurface.prototype.Copy=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomSphericalSurface_Copy_0(self),Mx3dGeomObject)};Mx3dGeomSphericalSurface.prototype["DynamicType"]=Mx3dGeomSphericalSurface.prototype.DynamicType=function(){var self=this.ptr;return UTF8ToString(_emscripten_bind_Mx3dGeomSphericalSurface_DynamicType_0(self))};Mx3dGeomSphericalSurface.prototype["Face"]=Mx3dGeomSphericalSurface.prototype.Face=function(UMin,UMax,VMin,VMax,TolDegen){var self=this.ptr;if(UMin&&typeof UMin==="object")UMin=UMin.ptr;if(UMax&&typeof UMax==="object")UMax=UMax.ptr;if(VMin&&typeof VMin==="object")VMin=VMin.ptr;if(VMax&&typeof VMax==="object")VMax=VMax.ptr;if(TolDegen&&typeof TolDegen==="object")TolDegen=TolDegen.ptr;if(UMax===undefined){return wrapPointer(_emscripten_bind_Mx3dGeomSphericalSurface_Face_1(self,UMin),Mx3dShapeFace)}if(VMin===undefined){return wrapPointer(_emscripten_bind_Mx3dGeomSphericalSurface_Face_2(self,UMin,UMax),Mx3dShapeFace)}if(VMax===undefined){return wrapPointer(_emscripten_bind_Mx3dGeomSphericalSurface_Face_3(self,UMin,UMax,VMin),Mx3dShapeFace)}if(TolDegen===undefined){return wrapPointer(_emscripten_bind_Mx3dGeomSphericalSurface_Face_4(self,UMin,UMax,VMin,VMax),Mx3dShapeFace)}return wrapPointer(_emscripten_bind_Mx3dGeomSphericalSurface_Face_5(self,UMin,UMax,VMin,VMax,TolDegen),Mx3dShapeFace)};Mx3dGeomSphericalSurface.prototype["SetAxis"]=Mx3dGeomSphericalSurface.prototype.SetAxis=function(theA1){var self=this.ptr;if(theA1&&typeof theA1==="object")theA1=theA1.ptr;_emscripten_bind_Mx3dGeomSphericalSurface_SetAxis_1(self,theA1)};Mx3dGeomSphericalSurface.prototype["SetLocation"]=Mx3dGeomSphericalSurface.prototype.SetLocation=function(theLoc){var self=this.ptr;if(theLoc&&typeof theLoc==="object")theLoc=theLoc.ptr;_emscripten_bind_Mx3dGeomSphericalSurface_SetLocation_1(self,theLoc)};Mx3dGeomSphericalSurface.prototype["SetPosition"]=Mx3dGeomSphericalSurface.prototype.SetPosition=function(theAx3){var self=this.ptr;if(theAx3&&typeof theAx3==="object")theAx3=theAx3.ptr;_emscripten_bind_Mx3dGeomSphericalSurface_SetPosition_1(self,theAx3)};Mx3dGeomSphericalSurface.prototype["Axis"]=Mx3dGeomSphericalSurface.prototype.Axis=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomSphericalSurface_Axis_0(self),Mx3dGeAxis)};Mx3dGeomSphericalSurface.prototype["Location"]=Mx3dGeomSphericalSurface.prototype.Location=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomSphericalSurface_Location_0(self),Mx3dGePoint)};Mx3dGeomSphericalSurface.prototype["Position"]=Mx3dGeomSphericalSurface.prototype.Position=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomSphericalSurface_Position_0(self),Mx3dGeCSYSR)};Mx3dGeomSphericalSurface.prototype["Continuity"]=Mx3dGeomSphericalSurface.prototype.Continuity=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomSphericalSurface_Continuity_0(self)};Mx3dGeomSphericalSurface.prototype["IsCNu"]=Mx3dGeomSphericalSurface.prototype.IsCNu=function(N){var self=this.ptr;if(N&&typeof N==="object")N=N.ptr;return!!_emscripten_bind_Mx3dGeomSphericalSurface_IsCNu_1(self,N)};Mx3dGeomSphericalSurface.prototype["IsCNv"]=Mx3dGeomSphericalSurface.prototype.IsCNv=function(N){var self=this.ptr;if(N&&typeof N==="object")N=N.ptr;return!!_emscripten_bind_Mx3dGeomSphericalSurface_IsCNv_1(self,N)};Mx3dGeomSphericalSurface.prototype["MirrorByPoint"]=Mx3dGeomSphericalSurface.prototype.MirrorByPoint=function(P){var self=this.ptr;if(P&&typeof P==="object")P=P.ptr;_emscripten_bind_Mx3dGeomSphericalSurface_MirrorByPoint_1(self,P)};Mx3dGeomSphericalSurface.prototype["MirrorByAxis"]=Mx3dGeomSphericalSurface.prototype.MirrorByAxis=function(A1){var self=this.ptr;if(A1&&typeof A1==="object")A1=A1.ptr;_emscripten_bind_Mx3dGeomSphericalSurface_MirrorByAxis_1(self,A1)};Mx3dGeomSphericalSurface.prototype["MirrorByCSYSR"]=Mx3dGeomSphericalSurface.prototype.MirrorByCSYSR=function(A2){var self=this.ptr;if(A2&&typeof A2==="object")A2=A2.ptr;_emscripten_bind_Mx3dGeomSphericalSurface_MirrorByCSYSR_1(self,A2)};Mx3dGeomSphericalSurface.prototype["Rotate"]=Mx3dGeomSphericalSurface.prototype.Rotate=function(A1,Ang){var self=this.ptr;if(A1&&typeof A1==="object")A1=A1.ptr;if(Ang&&typeof Ang==="object")Ang=Ang.ptr;_emscripten_bind_Mx3dGeomSphericalSurface_Rotate_2(self,A1,Ang)};Mx3dGeomSphericalSurface.prototype["Scale"]=Mx3dGeomSphericalSurface.prototype.Scale=function(P,S){var self=this.ptr;if(P&&typeof P==="object")P=P.ptr;if(S&&typeof S==="object")S=S.ptr;_emscripten_bind_Mx3dGeomSphericalSurface_Scale_2(self,P,S)};Mx3dGeomSphericalSurface.prototype["TranslateByVec"]=Mx3dGeomSphericalSurface.prototype.TranslateByVec=function(V){var self=this.ptr;if(V&&typeof V==="object")V=V.ptr;_emscripten_bind_Mx3dGeomSphericalSurface_TranslateByVec_1(self,V)};Mx3dGeomSphericalSurface.prototype["TranslateBy2Points"]=Mx3dGeomSphericalSurface.prototype.TranslateBy2Points=function(P1,P2){var self=this.ptr;if(P1&&typeof P1==="object")P1=P1.ptr;if(P2&&typeof P2==="object")P2=P2.ptr;_emscripten_bind_Mx3dGeomSphericalSurface_TranslateBy2Points_2(self,P1,P2)};Mx3dGeomSphericalSurface.prototype["MirroredByPoint"]=Mx3dGeomSphericalSurface.prototype.MirroredByPoint=function(P){var self=this.ptr;if(P&&typeof P==="object")P=P.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomSphericalSurface_MirroredByPoint_1(self,P),Mx3dGeomObject)};Mx3dGeomSphericalSurface.prototype["MirroredByAxis"]=Mx3dGeomSphericalSurface.prototype.MirroredByAxis=function(A1){var self=this.ptr;if(A1&&typeof A1==="object")A1=A1.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomSphericalSurface_MirroredByAxis_1(self,A1),Mx3dGeomObject)};Mx3dGeomSphericalSurface.prototype["MirroredByCSYSR"]=Mx3dGeomSphericalSurface.prototype.MirroredByCSYSR=function(A2){var self=this.ptr;if(A2&&typeof A2==="object")A2=A2.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomSphericalSurface_MirroredByCSYSR_1(self,A2),Mx3dGeomObject)};Mx3dGeomSphericalSurface.prototype["Rotated"]=Mx3dGeomSphericalSurface.prototype.Rotated=function(A1,Ang){var self=this.ptr;if(A1&&typeof A1==="object")A1=A1.ptr;if(Ang&&typeof Ang==="object")Ang=Ang.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomSphericalSurface_Rotated_2(self,A1,Ang),Mx3dGeomObject)};Mx3dGeomSphericalSurface.prototype["Scaled"]=Mx3dGeomSphericalSurface.prototype.Scaled=function(P,S){var self=this.ptr;if(P&&typeof P==="object")P=P.ptr;if(S&&typeof S==="object")S=S.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomSphericalSurface_Scaled_2(self,P,S),Mx3dGeomObject)};Mx3dGeomSphericalSurface.prototype["Transformed"]=Mx3dGeomSphericalSurface.prototype.Transformed=function(T){var self=this.ptr;if(T&&typeof T==="object")T=T.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomSphericalSurface_Transformed_1(self,T),Mx3dGeomObject)};Mx3dGeomSphericalSurface.prototype["TranslatedByVec"]=Mx3dGeomSphericalSurface.prototype.TranslatedByVec=function(V){var self=this.ptr;if(V&&typeof V==="object")V=V.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomSphericalSurface_TranslatedByVec_1(self,V),Mx3dGeomObject)};Mx3dGeomSphericalSurface.prototype["TranslatedBy2Points"]=Mx3dGeomSphericalSurface.prototype.TranslatedBy2Points=function(P1,P2){var self=this.ptr;if(P1&&typeof P1==="object")P1=P1.ptr;if(P2&&typeof P2==="object")P2=P2.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomSphericalSurface_TranslatedBy2Points_2(self,P1,P2),Mx3dGeomObject)};Mx3dGeomSphericalSurface.prototype["UReversed"]=Mx3dGeomSphericalSurface.prototype.UReversed=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomSphericalSurface_UReversed_0(self),Mx3dGeomSurface)};Mx3dGeomSphericalSurface.prototype["VReversed"]=Mx3dGeomSphericalSurface.prototype.VReversed=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomSphericalSurface_VReversed_0(self),Mx3dGeomSurface)};Mx3dGeomSphericalSurface.prototype["UPeriod"]=Mx3dGeomSphericalSurface.prototype.UPeriod=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomSphericalSurface_UPeriod_0(self)};Mx3dGeomSphericalSurface.prototype["VPeriod"]=Mx3dGeomSphericalSurface.prototype.VPeriod=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomSphericalSurface_VPeriod_0(self)};Mx3dGeomSphericalSurface.prototype["Value"]=Mx3dGeomSphericalSurface.prototype.Value=function(U,V){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(V&&typeof V==="object")V=V.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomSphericalSurface_Value_2(self,U,V),Mx3dGePoint)};Mx3dGeomSphericalSurface.prototype["__destroy__"]=Mx3dGeomSphericalSurface.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_Mx3dGeomSphericalSurface___destroy___0(self)};function Mx3dGeomToroidalSurface(A3,MajorRadius,MinorRadius){if(A3&&typeof A3==="object")A3=A3.ptr;if(MajorRadius&&typeof MajorRadius==="object")MajorRadius=MajorRadius.ptr;if(MinorRadius&&typeof MinorRadius==="object")MinorRadius=MinorRadius.ptr;this.ptr=_emscripten_bind_Mx3dGeomToroidalSurface_Mx3dGeomToroidalSurface_3(A3,MajorRadius,MinorRadius);getCache(Mx3dGeomToroidalSurface)[this.ptr]=this}Mx3dGeomToroidalSurface.prototype=Object.create(Mx3dGeomElementarySurface.prototype);Mx3dGeomToroidalSurface.prototype.constructor=Mx3dGeomToroidalSurface;Mx3dGeomToroidalSurface.prototype.__class__=Mx3dGeomToroidalSurface;Mx3dGeomToroidalSurface.__cache__={};Module["Mx3dGeomToroidalSurface"]=Mx3dGeomToroidalSurface;Mx3dGeomToroidalSurface.prototype["SetMajorRadius"]=Mx3dGeomToroidalSurface.prototype.SetMajorRadius=function(MajorRadius){var self=this.ptr;if(MajorRadius&&typeof MajorRadius==="object")MajorRadius=MajorRadius.ptr;_emscripten_bind_Mx3dGeomToroidalSurface_SetMajorRadius_1(self,MajorRadius)};Mx3dGeomToroidalSurface.prototype["SetMinorRadius"]=Mx3dGeomToroidalSurface.prototype.SetMinorRadius=function(MinorRadius){var self=this.ptr;if(MinorRadius&&typeof MinorRadius==="object")MinorRadius=MinorRadius.ptr;_emscripten_bind_Mx3dGeomToroidalSurface_SetMinorRadius_1(self,MinorRadius)};Mx3dGeomToroidalSurface.prototype["UReversedParameter"]=Mx3dGeomToroidalSurface.prototype.UReversedParameter=function(U){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;return _emscripten_bind_Mx3dGeomToroidalSurface_UReversedParameter_1(self,U)};Mx3dGeomToroidalSurface.prototype["VReversedParameter"]=Mx3dGeomToroidalSurface.prototype.VReversedParameter=function(U){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;return _emscripten_bind_Mx3dGeomToroidalSurface_VReversedParameter_1(self,U)};Mx3dGeomToroidalSurface.prototype["Area"]=Mx3dGeomToroidalSurface.prototype.Area=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomToroidalSurface_Area_0(self)};Mx3dGeomToroidalSurface.prototype["Bounds"]=Mx3dGeomToroidalSurface.prototype.Bounds=function(U1U2V1V2){var self=this.ptr;if(U1U2V1V2&&typeof U1U2V1V2==="object")U1U2V1V2=U1U2V1V2.ptr;_emscripten_bind_Mx3dGeomToroidalSurface_Bounds_1(self,U1U2V1V2)};Mx3dGeomToroidalSurface.prototype["Coefficients"]=Mx3dGeomToroidalSurface.prototype.Coefficients=function(Coef){var self=this.ptr;if(Coef&&typeof Coef==="object")Coef=Coef.ptr;_emscripten_bind_Mx3dGeomToroidalSurface_Coefficients_1(self,Coef)};Mx3dGeomToroidalSurface.prototype["MajorRadius"]=Mx3dGeomToroidalSurface.prototype.MajorRadius=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomToroidalSurface_MajorRadius_0(self)};Mx3dGeomToroidalSurface.prototype["MinorRadius"]=Mx3dGeomToroidalSurface.prototype.MinorRadius=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomToroidalSurface_MinorRadius_0(self)};Mx3dGeomToroidalSurface.prototype["Volume"]=Mx3dGeomToroidalSurface.prototype.Volume=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomToroidalSurface_Volume_0(self)};Mx3dGeomToroidalSurface.prototype["IsUClosed"]=Mx3dGeomToroidalSurface.prototype.IsUClosed=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dGeomToroidalSurface_IsUClosed_0(self)};Mx3dGeomToroidalSurface.prototype["IsVClosed"]=Mx3dGeomToroidalSurface.prototype.IsVClosed=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dGeomToroidalSurface_IsVClosed_0(self)};Mx3dGeomToroidalSurface.prototype["IsUPeriodic"]=Mx3dGeomToroidalSurface.prototype.IsUPeriodic=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dGeomToroidalSurface_IsUPeriodic_0(self)};Mx3dGeomToroidalSurface.prototype["IsVPeriodic"]=Mx3dGeomToroidalSurface.prototype.IsVPeriodic=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dGeomToroidalSurface_IsVPeriodic_0(self)};Mx3dGeomToroidalSurface.prototype["D0"]=Mx3dGeomToroidalSurface.prototype.D0=function(U,V,P){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(V&&typeof V==="object")V=V.ptr;if(P&&typeof P==="object")P=P.ptr;_emscripten_bind_Mx3dGeomToroidalSurface_D0_3(self,U,V,P)};Mx3dGeomToroidalSurface.prototype["D1"]=Mx3dGeomToroidalSurface.prototype.D1=function(U,V,P,D1U,D1V){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(V&&typeof V==="object")V=V.ptr;if(P&&typeof P==="object")P=P.ptr;if(D1U&&typeof D1U==="object")D1U=D1U.ptr;if(D1V&&typeof D1V==="object")D1V=D1V.ptr;_emscripten_bind_Mx3dGeomToroidalSurface_D1_5(self,U,V,P,D1U,D1V)};Mx3dGeomToroidalSurface.prototype["D2"]=Mx3dGeomToroidalSurface.prototype.D2=function(U,V,P,D1U,D1V,D2U,D2V,D2UV){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(V&&typeof V==="object")V=V.ptr;if(P&&typeof P==="object")P=P.ptr;if(D1U&&typeof D1U==="object")D1U=D1U.ptr;if(D1V&&typeof D1V==="object")D1V=D1V.ptr;if(D2U&&typeof D2U==="object")D2U=D2U.ptr;if(D2V&&typeof D2V==="object")D2V=D2V.ptr;if(D2UV&&typeof D2UV==="object")D2UV=D2UV.ptr;_emscripten_bind_Mx3dGeomToroidalSurface_D2_8(self,U,V,P,D1U,D1V,D2U,D2V,D2UV)};Mx3dGeomToroidalSurface.prototype["D3"]=Mx3dGeomToroidalSurface.prototype.D3=function(U,V,P,D1U,D1V,D2U,D2V,D2UV,D3U,D3V,D3UUV,D3UVV){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(V&&typeof V==="object")V=V.ptr;if(P&&typeof P==="object")P=P.ptr;if(D1U&&typeof D1U==="object")D1U=D1U.ptr;if(D1V&&typeof D1V==="object")D1V=D1V.ptr;if(D2U&&typeof D2U==="object")D2U=D2U.ptr;if(D2V&&typeof D2V==="object")D2V=D2V.ptr;if(D2UV&&typeof D2UV==="object")D2UV=D2UV.ptr;if(D3U&&typeof D3U==="object")D3U=D3U.ptr;if(D3V&&typeof D3V==="object")D3V=D3V.ptr;if(D3UUV&&typeof D3UUV==="object")D3UUV=D3UUV.ptr;if(D3UVV&&typeof D3UVV==="object")D3UVV=D3UVV.ptr;_emscripten_bind_Mx3dGeomToroidalSurface_D3_12(self,U,V,P,D1U,D1V,D2U,D2V,D2UV,D3U,D3V,D3UUV,D3UVV)};Mx3dGeomToroidalSurface.prototype["DN"]=Mx3dGeomToroidalSurface.prototype.DN=function(U,V,Nu,Nv){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(V&&typeof V==="object")V=V.ptr;if(Nu&&typeof Nu==="object")Nu=Nu.ptr;if(Nv&&typeof Nv==="object")Nv=Nv.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomToroidalSurface_DN_4(self,U,V,Nu,Nv),Mx3dGeVec)};Mx3dGeomToroidalSurface.prototype["Transform"]=Mx3dGeomToroidalSurface.prototype.Transform=function(T){var self=this.ptr;if(T&&typeof T==="object")T=T.ptr;_emscripten_bind_Mx3dGeomToroidalSurface_Transform_1(self,T)};Mx3dGeomToroidalSurface.prototype["Copy"]=Mx3dGeomToroidalSurface.prototype.Copy=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomToroidalSurface_Copy_0(self),Mx3dGeomObject)};Mx3dGeomToroidalSurface.prototype["DynamicType"]=Mx3dGeomToroidalSurface.prototype.DynamicType=function(){var self=this.ptr;return UTF8ToString(_emscripten_bind_Mx3dGeomToroidalSurface_DynamicType_0(self))};Mx3dGeomToroidalSurface.prototype["Face"]=Mx3dGeomToroidalSurface.prototype.Face=function(UMin,UMax,VMin,VMax,TolDegen){var self=this.ptr;if(UMin&&typeof UMin==="object")UMin=UMin.ptr;if(UMax&&typeof UMax==="object")UMax=UMax.ptr;if(VMin&&typeof VMin==="object")VMin=VMin.ptr;if(VMax&&typeof VMax==="object")VMax=VMax.ptr;if(TolDegen&&typeof TolDegen==="object")TolDegen=TolDegen.ptr;if(UMax===undefined){return wrapPointer(_emscripten_bind_Mx3dGeomToroidalSurface_Face_1(self,UMin),Mx3dShapeFace)}if(VMin===undefined){return wrapPointer(_emscripten_bind_Mx3dGeomToroidalSurface_Face_2(self,UMin,UMax),Mx3dShapeFace)}if(VMax===undefined){return wrapPointer(_emscripten_bind_Mx3dGeomToroidalSurface_Face_3(self,UMin,UMax,VMin),Mx3dShapeFace)}if(TolDegen===undefined){return wrapPointer(_emscripten_bind_Mx3dGeomToroidalSurface_Face_4(self,UMin,UMax,VMin,VMax),Mx3dShapeFace)}return wrapPointer(_emscripten_bind_Mx3dGeomToroidalSurface_Face_5(self,UMin,UMax,VMin,VMax,TolDegen),Mx3dShapeFace)};Mx3dGeomToroidalSurface.prototype["SetAxis"]=Mx3dGeomToroidalSurface.prototype.SetAxis=function(theA1){var self=this.ptr;if(theA1&&typeof theA1==="object")theA1=theA1.ptr;_emscripten_bind_Mx3dGeomToroidalSurface_SetAxis_1(self,theA1)};Mx3dGeomToroidalSurface.prototype["SetLocation"]=Mx3dGeomToroidalSurface.prototype.SetLocation=function(theLoc){var self=this.ptr;if(theLoc&&typeof theLoc==="object")theLoc=theLoc.ptr;_emscripten_bind_Mx3dGeomToroidalSurface_SetLocation_1(self,theLoc)};Mx3dGeomToroidalSurface.prototype["SetPosition"]=Mx3dGeomToroidalSurface.prototype.SetPosition=function(theAx3){var self=this.ptr;if(theAx3&&typeof theAx3==="object")theAx3=theAx3.ptr;_emscripten_bind_Mx3dGeomToroidalSurface_SetPosition_1(self,theAx3)};Mx3dGeomToroidalSurface.prototype["Axis"]=Mx3dGeomToroidalSurface.prototype.Axis=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomToroidalSurface_Axis_0(self),Mx3dGeAxis)};Mx3dGeomToroidalSurface.prototype["Location"]=Mx3dGeomToroidalSurface.prototype.Location=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomToroidalSurface_Location_0(self),Mx3dGePoint)};Mx3dGeomToroidalSurface.prototype["Position"]=Mx3dGeomToroidalSurface.prototype.Position=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomToroidalSurface_Position_0(self),Mx3dGeCSYSR)};Mx3dGeomToroidalSurface.prototype["Continuity"]=Mx3dGeomToroidalSurface.prototype.Continuity=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomToroidalSurface_Continuity_0(self)};Mx3dGeomToroidalSurface.prototype["IsCNu"]=Mx3dGeomToroidalSurface.prototype.IsCNu=function(N){var self=this.ptr;if(N&&typeof N==="object")N=N.ptr;return!!_emscripten_bind_Mx3dGeomToroidalSurface_IsCNu_1(self,N)};Mx3dGeomToroidalSurface.prototype["IsCNv"]=Mx3dGeomToroidalSurface.prototype.IsCNv=function(N){var self=this.ptr;if(N&&typeof N==="object")N=N.ptr;return!!_emscripten_bind_Mx3dGeomToroidalSurface_IsCNv_1(self,N)};Mx3dGeomToroidalSurface.prototype["MirrorByPoint"]=Mx3dGeomToroidalSurface.prototype.MirrorByPoint=function(P){var self=this.ptr;if(P&&typeof P==="object")P=P.ptr;_emscripten_bind_Mx3dGeomToroidalSurface_MirrorByPoint_1(self,P)};Mx3dGeomToroidalSurface.prototype["MirrorByAxis"]=Mx3dGeomToroidalSurface.prototype.MirrorByAxis=function(A1){var self=this.ptr;if(A1&&typeof A1==="object")A1=A1.ptr;_emscripten_bind_Mx3dGeomToroidalSurface_MirrorByAxis_1(self,A1)};Mx3dGeomToroidalSurface.prototype["MirrorByCSYSR"]=Mx3dGeomToroidalSurface.prototype.MirrorByCSYSR=function(A2){var self=this.ptr;if(A2&&typeof A2==="object")A2=A2.ptr;_emscripten_bind_Mx3dGeomToroidalSurface_MirrorByCSYSR_1(self,A2)};Mx3dGeomToroidalSurface.prototype["Rotate"]=Mx3dGeomToroidalSurface.prototype.Rotate=function(A1,Ang){var self=this.ptr;if(A1&&typeof A1==="object")A1=A1.ptr;if(Ang&&typeof Ang==="object")Ang=Ang.ptr;_emscripten_bind_Mx3dGeomToroidalSurface_Rotate_2(self,A1,Ang)};Mx3dGeomToroidalSurface.prototype["Scale"]=Mx3dGeomToroidalSurface.prototype.Scale=function(P,S){var self=this.ptr;if(P&&typeof P==="object")P=P.ptr;if(S&&typeof S==="object")S=S.ptr;_emscripten_bind_Mx3dGeomToroidalSurface_Scale_2(self,P,S)};Mx3dGeomToroidalSurface.prototype["TranslateByVec"]=Mx3dGeomToroidalSurface.prototype.TranslateByVec=function(V){var self=this.ptr;if(V&&typeof V==="object")V=V.ptr;_emscripten_bind_Mx3dGeomToroidalSurface_TranslateByVec_1(self,V)};Mx3dGeomToroidalSurface.prototype["TranslateBy2Points"]=Mx3dGeomToroidalSurface.prototype.TranslateBy2Points=function(P1,P2){var self=this.ptr;if(P1&&typeof P1==="object")P1=P1.ptr;if(P2&&typeof P2==="object")P2=P2.ptr;_emscripten_bind_Mx3dGeomToroidalSurface_TranslateBy2Points_2(self,P1,P2)};Mx3dGeomToroidalSurface.prototype["MirroredByPoint"]=Mx3dGeomToroidalSurface.prototype.MirroredByPoint=function(P){var self=this.ptr;if(P&&typeof P==="object")P=P.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomToroidalSurface_MirroredByPoint_1(self,P),Mx3dGeomObject)};Mx3dGeomToroidalSurface.prototype["MirroredByAxis"]=Mx3dGeomToroidalSurface.prototype.MirroredByAxis=function(A1){var self=this.ptr;if(A1&&typeof A1==="object")A1=A1.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomToroidalSurface_MirroredByAxis_1(self,A1),Mx3dGeomObject)};Mx3dGeomToroidalSurface.prototype["MirroredByCSYSR"]=Mx3dGeomToroidalSurface.prototype.MirroredByCSYSR=function(A2){var self=this.ptr;if(A2&&typeof A2==="object")A2=A2.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomToroidalSurface_MirroredByCSYSR_1(self,A2),Mx3dGeomObject)};Mx3dGeomToroidalSurface.prototype["Rotated"]=Mx3dGeomToroidalSurface.prototype.Rotated=function(A1,Ang){var self=this.ptr;if(A1&&typeof A1==="object")A1=A1.ptr;if(Ang&&typeof Ang==="object")Ang=Ang.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomToroidalSurface_Rotated_2(self,A1,Ang),Mx3dGeomObject)};Mx3dGeomToroidalSurface.prototype["Scaled"]=Mx3dGeomToroidalSurface.prototype.Scaled=function(P,S){var self=this.ptr;if(P&&typeof P==="object")P=P.ptr;if(S&&typeof S==="object")S=S.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomToroidalSurface_Scaled_2(self,P,S),Mx3dGeomObject)};Mx3dGeomToroidalSurface.prototype["Transformed"]=Mx3dGeomToroidalSurface.prototype.Transformed=function(T){var self=this.ptr;if(T&&typeof T==="object")T=T.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomToroidalSurface_Transformed_1(self,T),Mx3dGeomObject)};Mx3dGeomToroidalSurface.prototype["TranslatedByVec"]=Mx3dGeomToroidalSurface.prototype.TranslatedByVec=function(V){var self=this.ptr;if(V&&typeof V==="object")V=V.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomToroidalSurface_TranslatedByVec_1(self,V),Mx3dGeomObject)};Mx3dGeomToroidalSurface.prototype["TranslatedBy2Points"]=Mx3dGeomToroidalSurface.prototype.TranslatedBy2Points=function(P1,P2){var self=this.ptr;if(P1&&typeof P1==="object")P1=P1.ptr;if(P2&&typeof P2==="object")P2=P2.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomToroidalSurface_TranslatedBy2Points_2(self,P1,P2),Mx3dGeomObject)};Mx3dGeomToroidalSurface.prototype["UReversed"]=Mx3dGeomToroidalSurface.prototype.UReversed=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomToroidalSurface_UReversed_0(self),Mx3dGeomSurface)};Mx3dGeomToroidalSurface.prototype["VReversed"]=Mx3dGeomToroidalSurface.prototype.VReversed=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomToroidalSurface_VReversed_0(self),Mx3dGeomSurface)};Mx3dGeomToroidalSurface.prototype["UPeriod"]=Mx3dGeomToroidalSurface.prototype.UPeriod=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomToroidalSurface_UPeriod_0(self)};Mx3dGeomToroidalSurface.prototype["VPeriod"]=Mx3dGeomToroidalSurface.prototype.VPeriod=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomToroidalSurface_VPeriod_0(self)};Mx3dGeomToroidalSurface.prototype["Value"]=Mx3dGeomToroidalSurface.prototype.Value=function(U,V){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(V&&typeof V==="object")V=V.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomToroidalSurface_Value_2(self,U,V),Mx3dGePoint)};Mx3dGeomToroidalSurface.prototype["__destroy__"]=Mx3dGeomToroidalSurface.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_Mx3dGeomToroidalSurface___destroy___0(self)};function Mx3dGeomBSplineSurface(Poles,Weights,UKnots,VKnots,UMults,VMults,UDegree,VDegree,UPeriodic,VPeriodic){if(Poles&&typeof Poles==="object")Poles=Poles.ptr;if(Weights&&typeof Weights==="object")Weights=Weights.ptr;if(UKnots&&typeof UKnots==="object")UKnots=UKnots.ptr;if(VKnots&&typeof VKnots==="object")VKnots=VKnots.ptr;if(UMults&&typeof UMults==="object")UMults=UMults.ptr;if(VMults&&typeof VMults==="object")VMults=VMults.ptr;if(UDegree&&typeof UDegree==="object")UDegree=UDegree.ptr;if(VDegree&&typeof VDegree==="object")VDegree=VDegree.ptr;if(UPeriodic&&typeof UPeriodic==="object")UPeriodic=UPeriodic.ptr;if(VPeriodic&&typeof VPeriodic==="object")VPeriodic=VPeriodic.ptr;if(VPeriodic===undefined){this.ptr=_emscripten_bind_Mx3dGeomBSplineSurface_Mx3dGeomBSplineSurface_9(Poles,Weights,UKnots,VKnots,UMults,VMults,UDegree,VDegree,UPeriodic);getCache(Mx3dGeomBSplineSurface)[this.ptr]=this;return}this.ptr=_emscripten_bind_Mx3dGeomBSplineSurface_Mx3dGeomBSplineSurface_10(Poles,Weights,UKnots,VKnots,UMults,VMults,UDegree,VDegree,UPeriodic,VPeriodic);getCache(Mx3dGeomBSplineSurface)[this.ptr]=this}Mx3dGeomBSplineSurface.prototype=Object.create(Mx3dGeomBoundedSurface.prototype);Mx3dGeomBSplineSurface.prototype.constructor=Mx3dGeomBSplineSurface;Mx3dGeomBSplineSurface.prototype.__class__=Mx3dGeomBSplineSurface;Mx3dGeomBSplineSurface.__cache__={};Module["Mx3dGeomBSplineSurface"]=Mx3dGeomBSplineSurface;Mx3dGeomBSplineSurface.prototype["ExchangeUV"]=Mx3dGeomBSplineSurface.prototype.ExchangeUV=function(){var self=this.ptr;_emscripten_bind_Mx3dGeomBSplineSurface_ExchangeUV_0(self)};Mx3dGeomBSplineSurface.prototype["SetUPeriodic"]=Mx3dGeomBSplineSurface.prototype.SetUPeriodic=function(){var self=this.ptr;_emscripten_bind_Mx3dGeomBSplineSurface_SetUPeriodic_0(self)};Mx3dGeomBSplineSurface.prototype["SetVPeriodic"]=Mx3dGeomBSplineSurface.prototype.SetVPeriodic=function(){var self=this.ptr;_emscripten_bind_Mx3dGeomBSplineSurface_SetVPeriodic_0(self)};Mx3dGeomBSplineSurface.prototype["PeriodicNormalization"]=Mx3dGeomBSplineSurface.prototype.PeriodicNormalization=function(UV){var self=this.ptr;if(UV&&typeof UV==="object")UV=UV.ptr;_emscripten_bind_Mx3dGeomBSplineSurface_PeriodicNormalization_1(self,UV)};Mx3dGeomBSplineSurface.prototype["SetUOrigin"]=Mx3dGeomBSplineSurface.prototype.SetUOrigin=function(Index){var self=this.ptr;if(Index&&typeof Index==="object")Index=Index.ptr;_emscripten_bind_Mx3dGeomBSplineSurface_SetUOrigin_1(self,Index)};Mx3dGeomBSplineSurface.prototype["SetVOrigin"]=Mx3dGeomBSplineSurface.prototype.SetVOrigin=function(Index){var self=this.ptr;if(Index&&typeof Index==="object")Index=Index.ptr;_emscripten_bind_Mx3dGeomBSplineSurface_SetVOrigin_1(self,Index)};Mx3dGeomBSplineSurface.prototype["SetUNotPeriodic"]=Mx3dGeomBSplineSurface.prototype.SetUNotPeriodic=function(){var self=this.ptr;_emscripten_bind_Mx3dGeomBSplineSurface_SetUNotPeriodic_0(self)};Mx3dGeomBSplineSurface.prototype["SetVNotPeriodic"]=Mx3dGeomBSplineSurface.prototype.SetVNotPeriodic=function(){var self=this.ptr;_emscripten_bind_Mx3dGeomBSplineSurface_SetVNotPeriodic_0(self)};Mx3dGeomBSplineSurface.prototype["UReverse"]=Mx3dGeomBSplineSurface.prototype.UReverse=function(){var self=this.ptr;_emscripten_bind_Mx3dGeomBSplineSurface_UReverse_0(self)};Mx3dGeomBSplineSurface.prototype["VReverse"]=Mx3dGeomBSplineSurface.prototype.VReverse=function(){var self=this.ptr;_emscripten_bind_Mx3dGeomBSplineSurface_VReverse_0(self)};Mx3dGeomBSplineSurface.prototype["UReversedParameter"]=Mx3dGeomBSplineSurface.prototype.UReversedParameter=function(U){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;return _emscripten_bind_Mx3dGeomBSplineSurface_UReversedParameter_1(self,U)};Mx3dGeomBSplineSurface.prototype["VReversedParameter"]=Mx3dGeomBSplineSurface.prototype.VReversedParameter=function(V){var self=this.ptr;if(V&&typeof V==="object")V=V.ptr;return _emscripten_bind_Mx3dGeomBSplineSurface_VReversedParameter_1(self,V)};Mx3dGeomBSplineSurface.prototype["IncreaseDegree"]=Mx3dGeomBSplineSurface.prototype.IncreaseDegree=function(UDegree,VDegree){var self=this.ptr;if(UDegree&&typeof UDegree==="object")UDegree=UDegree.ptr;if(VDegree&&typeof VDegree==="object")VDegree=VDegree.ptr;_emscripten_bind_Mx3dGeomBSplineSurface_IncreaseDegree_2(self,UDegree,VDegree)};Mx3dGeomBSplineSurface.prototype["InsertUKnots"]=Mx3dGeomBSplineSurface.prototype.InsertUKnots=function(Knots,Mults,ParametricTolerance,Add){var self=this.ptr;if(Knots&&typeof Knots==="object")Knots=Knots.ptr;if(Mults&&typeof Mults==="object")Mults=Mults.ptr;if(ParametricTolerance&&typeof ParametricTolerance==="object")ParametricTolerance=ParametricTolerance.ptr;if(Add&&typeof Add==="object")Add=Add.ptr;_emscripten_bind_Mx3dGeomBSplineSurface_InsertUKnots_4(self,Knots,Mults,ParametricTolerance,Add)};Mx3dGeomBSplineSurface.prototype["InsertVKnots"]=Mx3dGeomBSplineSurface.prototype.InsertVKnots=function(Knots,Mults,ParametricTolerance,Add){var self=this.ptr;if(Knots&&typeof Knots==="object")Knots=Knots.ptr;if(Mults&&typeof Mults==="object")Mults=Mults.ptr;if(ParametricTolerance&&typeof ParametricTolerance==="object")ParametricTolerance=ParametricTolerance.ptr;if(Add&&typeof Add==="object")Add=Add.ptr;_emscripten_bind_Mx3dGeomBSplineSurface_InsertVKnots_4(self,Knots,Mults,ParametricTolerance,Add)};Mx3dGeomBSplineSurface.prototype["RemoveUKnot"]=Mx3dGeomBSplineSurface.prototype.RemoveUKnot=function(Index,M,Tolerance){var self=this.ptr;if(Index&&typeof Index==="object")Index=Index.ptr;if(M&&typeof M==="object")M=M.ptr;if(Tolerance&&typeof Tolerance==="object")Tolerance=Tolerance.ptr;return!!_emscripten_bind_Mx3dGeomBSplineSurface_RemoveUKnot_3(self,Index,M,Tolerance)};Mx3dGeomBSplineSurface.prototype["RemoveVKnot"]=Mx3dGeomBSplineSurface.prototype.RemoveVKnot=function(Index,M,Tolerance){var self=this.ptr;if(Index&&typeof Index==="object")Index=Index.ptr;if(M&&typeof M==="object")M=M.ptr;if(Tolerance&&typeof Tolerance==="object")Tolerance=Tolerance.ptr;return!!_emscripten_bind_Mx3dGeomBSplineSurface_RemoveVKnot_3(self,Index,M,Tolerance)};Mx3dGeomBSplineSurface.prototype["IncreaseUMultiplicity"]=Mx3dGeomBSplineSurface.prototype.IncreaseUMultiplicity=function(FromI1,ToI2,M){var self=this.ptr;if(FromI1&&typeof FromI1==="object")FromI1=FromI1.ptr;if(ToI2&&typeof ToI2==="object")ToI2=ToI2.ptr;if(M&&typeof M==="object")M=M.ptr;if(M===undefined){_emscripten_bind_Mx3dGeomBSplineSurface_IncreaseUMultiplicity_2(self,FromI1,ToI2);return}_emscripten_bind_Mx3dGeomBSplineSurface_IncreaseUMultiplicity_3(self,FromI1,ToI2,M)};Mx3dGeomBSplineSurface.prototype["IncrementUMultiplicity"]=Mx3dGeomBSplineSurface.prototype.IncrementUMultiplicity=function(FromI1,ToI2,Step){var self=this.ptr;if(FromI1&&typeof FromI1==="object")FromI1=FromI1.ptr;if(ToI2&&typeof ToI2==="object")ToI2=ToI2.ptr;if(Step&&typeof Step==="object")Step=Step.ptr;_emscripten_bind_Mx3dGeomBSplineSurface_IncrementUMultiplicity_3(self,FromI1,ToI2,Step)};Mx3dGeomBSplineSurface.prototype["IncreaseVMultiplicity"]=Mx3dGeomBSplineSurface.prototype.IncreaseVMultiplicity=function(FromI1,ToI2,M){var self=this.ptr;if(FromI1&&typeof FromI1==="object")FromI1=FromI1.ptr;if(ToI2&&typeof ToI2==="object")ToI2=ToI2.ptr;if(M&&typeof M==="object")M=M.ptr;if(M===undefined){_emscripten_bind_Mx3dGeomBSplineSurface_IncreaseVMultiplicity_2(self,FromI1,ToI2);return}_emscripten_bind_Mx3dGeomBSplineSurface_IncreaseVMultiplicity_3(self,FromI1,ToI2,M)};Mx3dGeomBSplineSurface.prototype["IncrementVMultiplicity"]=Mx3dGeomBSplineSurface.prototype.IncrementVMultiplicity=function(FromI1,ToI2,Step){var self=this.ptr;if(FromI1&&typeof FromI1==="object")FromI1=FromI1.ptr;if(ToI2&&typeof ToI2==="object")ToI2=ToI2.ptr;if(Step&&typeof Step==="object")Step=Step.ptr;_emscripten_bind_Mx3dGeomBSplineSurface_IncrementVMultiplicity_3(self,FromI1,ToI2,Step)};Mx3dGeomBSplineSurface.prototype["InsertUKnot"]=Mx3dGeomBSplineSurface.prototype.InsertUKnot=function(U,M,ParametricTolerance,Add){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(M&&typeof M==="object")M=M.ptr;if(ParametricTolerance&&typeof ParametricTolerance==="object")ParametricTolerance=ParametricTolerance.ptr;if(Add&&typeof Add==="object")Add=Add.ptr;_emscripten_bind_Mx3dGeomBSplineSurface_InsertUKnot_4(self,U,M,ParametricTolerance,Add)};Mx3dGeomBSplineSurface.prototype["InsertVKnot"]=Mx3dGeomBSplineSurface.prototype.InsertVKnot=function(V,M,ParametricTolerance,Add){var self=this.ptr;if(V&&typeof V==="object")V=V.ptr;if(M&&typeof M==="object")M=M.ptr;if(ParametricTolerance&&typeof ParametricTolerance==="object")ParametricTolerance=ParametricTolerance.ptr;if(Add&&typeof Add==="object")Add=Add.ptr;_emscripten_bind_Mx3dGeomBSplineSurface_InsertVKnot_4(self,V,M,ParametricTolerance,Add)};Mx3dGeomBSplineSurface.prototype["Segment"]=Mx3dGeomBSplineSurface.prototype.Segment=function(U1,U2,V1,V2){var self=this.ptr;if(U1&&typeof U1==="object")U1=U1.ptr;if(U2&&typeof U2==="object")U2=U2.ptr;if(V1&&typeof V1==="object")V1=V1.ptr;if(V2&&typeof V2==="object")V2=V2.ptr;_emscripten_bind_Mx3dGeomBSplineSurface_Segment_4(self,U1,U2,V1,V2)};Mx3dGeomBSplineSurface.prototype["CheckAndSegment"]=Mx3dGeomBSplineSurface.prototype.CheckAndSegment=function(U1,U2,V1,V2){var self=this.ptr;if(U1&&typeof U1==="object")U1=U1.ptr;if(U2&&typeof U2==="object")U2=U2.ptr;if(V1&&typeof V1==="object")V1=V1.ptr;if(V2&&typeof V2==="object")V2=V2.ptr;_emscripten_bind_Mx3dGeomBSplineSurface_CheckAndSegment_4(self,U1,U2,V1,V2)};Mx3dGeomBSplineSurface.prototype["SetUKnot"]=Mx3dGeomBSplineSurface.prototype.SetUKnot=function(UIndex,K,M){var self=this.ptr;if(UIndex&&typeof UIndex==="object")UIndex=UIndex.ptr;if(K&&typeof K==="object")K=K.ptr;if(M&&typeof M==="object")M=M.ptr;if(M===undefined){_emscripten_bind_Mx3dGeomBSplineSurface_SetUKnot_2(self,UIndex,K);return}_emscripten_bind_Mx3dGeomBSplineSurface_SetUKnot_3(self,UIndex,K,M)};Mx3dGeomBSplineSurface.prototype["SetUKnots"]=Mx3dGeomBSplineSurface.prototype.SetUKnots=function(UK){var self=this.ptr;if(UK&&typeof UK==="object")UK=UK.ptr;_emscripten_bind_Mx3dGeomBSplineSurface_SetUKnots_1(self,UK)};Mx3dGeomBSplineSurface.prototype["SetVKnot"]=Mx3dGeomBSplineSurface.prototype.SetVKnot=function(VIndex,K,M){var self=this.ptr;if(VIndex&&typeof VIndex==="object")VIndex=VIndex.ptr;if(K&&typeof K==="object")K=K.ptr;if(M&&typeof M==="object")M=M.ptr;if(M===undefined){_emscripten_bind_Mx3dGeomBSplineSurface_SetVKnot_2(self,VIndex,K);return}_emscripten_bind_Mx3dGeomBSplineSurface_SetVKnot_3(self,VIndex,K,M)};Mx3dGeomBSplineSurface.prototype["SetVKnots"]=Mx3dGeomBSplineSurface.prototype.SetVKnots=function(VK){var self=this.ptr;if(VK&&typeof VK==="object")VK=VK.ptr;_emscripten_bind_Mx3dGeomBSplineSurface_SetVKnots_1(self,VK)};Mx3dGeomBSplineSurface.prototype["LocateU"]=Mx3dGeomBSplineSurface.prototype.LocateU=function(U,ParametricTolerance,I1I2,WithKnotRepetition){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(ParametricTolerance&&typeof ParametricTolerance==="object")ParametricTolerance=ParametricTolerance.ptr;if(I1I2&&typeof I1I2==="object")I1I2=I1I2.ptr;if(WithKnotRepetition&&typeof WithKnotRepetition==="object")WithKnotRepetition=WithKnotRepetition.ptr;_emscripten_bind_Mx3dGeomBSplineSurface_LocateU_4(self,U,ParametricTolerance,I1I2,WithKnotRepetition)};Mx3dGeomBSplineSurface.prototype["LocateV"]=Mx3dGeomBSplineSurface.prototype.LocateV=function(V,ParametricTolerance,I1I2,WithKnotRepetition){var self=this.ptr;if(V&&typeof V==="object")V=V.ptr;if(ParametricTolerance&&typeof ParametricTolerance==="object")ParametricTolerance=ParametricTolerance.ptr;if(I1I2&&typeof I1I2==="object")I1I2=I1I2.ptr;if(WithKnotRepetition&&typeof WithKnotRepetition==="object")WithKnotRepetition=WithKnotRepetition.ptr;_emscripten_bind_Mx3dGeomBSplineSurface_LocateV_4(self,V,ParametricTolerance,I1I2,WithKnotRepetition)};Mx3dGeomBSplineSurface.prototype["SetPole"]=Mx3dGeomBSplineSurface.prototype.SetPole=function(UIndex,VIndex,P,Weight){var self=this.ptr;if(UIndex&&typeof UIndex==="object")UIndex=UIndex.ptr;if(VIndex&&typeof VIndex==="object")VIndex=VIndex.ptr;if(P&&typeof P==="object")P=P.ptr;if(Weight&&typeof Weight==="object")Weight=Weight.ptr;if(Weight===undefined){_emscripten_bind_Mx3dGeomBSplineSurface_SetPole_3(self,UIndex,VIndex,P);return}_emscripten_bind_Mx3dGeomBSplineSurface_SetPole_4(self,UIndex,VIndex,P,Weight)};Mx3dGeomBSplineSurface.prototype["SetPoleCol"]=Mx3dGeomBSplineSurface.prototype.SetPoleCol=function(VIndex,CPoles,CPoleWeights){var self=this.ptr;if(VIndex&&typeof VIndex==="object")VIndex=VIndex.ptr;if(CPoles&&typeof CPoles==="object")CPoles=CPoles.ptr;if(CPoleWeights&&typeof CPoleWeights==="object")CPoleWeights=CPoleWeights.ptr;if(CPoleWeights===undefined){_emscripten_bind_Mx3dGeomBSplineSurface_SetPoleCol_2(self,VIndex,CPoles);return}_emscripten_bind_Mx3dGeomBSplineSurface_SetPoleCol_3(self,VIndex,CPoles,CPoleWeights)};Mx3dGeomBSplineSurface.prototype["SetPoleRow"]=Mx3dGeomBSplineSurface.prototype.SetPoleRow=function(UIndex,CPoles,CPoleWeights){var self=this.ptr;if(UIndex&&typeof UIndex==="object")UIndex=UIndex.ptr;if(CPoles&&typeof CPoles==="object")CPoles=CPoles.ptr;if(CPoleWeights&&typeof CPoleWeights==="object")CPoleWeights=CPoleWeights.ptr;if(CPoleWeights===undefined){_emscripten_bind_Mx3dGeomBSplineSurface_SetPoleRow_2(self,UIndex,CPoles);return}_emscripten_bind_Mx3dGeomBSplineSurface_SetPoleRow_3(self,UIndex,CPoles,CPoleWeights)};Mx3dGeomBSplineSurface.prototype["SetWeight"]=Mx3dGeomBSplineSurface.prototype.SetWeight=function(UIndex,VIndex,Weight){var self=this.ptr;if(UIndex&&typeof UIndex==="object")UIndex=UIndex.ptr;if(VIndex&&typeof VIndex==="object")VIndex=VIndex.ptr;if(Weight&&typeof Weight==="object")Weight=Weight.ptr;_emscripten_bind_Mx3dGeomBSplineSurface_SetWeight_3(self,UIndex,VIndex,Weight)};Mx3dGeomBSplineSurface.prototype["SetWeightCol"]=Mx3dGeomBSplineSurface.prototype.SetWeightCol=function(VIndex,CPoleWeights){var self=this.ptr;if(VIndex&&typeof VIndex==="object")VIndex=VIndex.ptr;if(CPoleWeights&&typeof CPoleWeights==="object")CPoleWeights=CPoleWeights.ptr;_emscripten_bind_Mx3dGeomBSplineSurface_SetWeightCol_2(self,VIndex,CPoleWeights)};Mx3dGeomBSplineSurface.prototype["SetWeightRow"]=Mx3dGeomBSplineSurface.prototype.SetWeightRow=function(UIndex,CPoleWeights){var self=this.ptr;if(UIndex&&typeof UIndex==="object")UIndex=UIndex.ptr;if(CPoleWeights&&typeof CPoleWeights==="object")CPoleWeights=CPoleWeights.ptr;_emscripten_bind_Mx3dGeomBSplineSurface_SetWeightRow_2(self,UIndex,CPoleWeights)};Mx3dGeomBSplineSurface.prototype["MovePoint"]=Mx3dGeomBSplineSurface.prototype.MovePoint=function(U,V,P,UIndex1,UIndex2,VIndex1,VIndex2,UFULVFVL){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(V&&typeof V==="object")V=V.ptr;if(P&&typeof P==="object")P=P.ptr;if(UIndex1&&typeof UIndex1==="object")UIndex1=UIndex1.ptr;if(UIndex2&&typeof UIndex2==="object")UIndex2=UIndex2.ptr;if(VIndex1&&typeof VIndex1==="object")VIndex1=VIndex1.ptr;if(VIndex2&&typeof VIndex2==="object")VIndex2=VIndex2.ptr;if(UFULVFVL&&typeof UFULVFVL==="object")UFULVFVL=UFULVFVL.ptr;_emscripten_bind_Mx3dGeomBSplineSurface_MovePoint_8(self,U,V,P,UIndex1,UIndex2,VIndex1,VIndex2,UFULVFVL)};Mx3dGeomBSplineSurface.prototype["IsUClosed"]=Mx3dGeomBSplineSurface.prototype.IsUClosed=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dGeomBSplineSurface_IsUClosed_0(self)};Mx3dGeomBSplineSurface.prototype["IsVClosed"]=Mx3dGeomBSplineSurface.prototype.IsVClosed=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dGeomBSplineSurface_IsVClosed_0(self)};Mx3dGeomBSplineSurface.prototype["IsCNu"]=Mx3dGeomBSplineSurface.prototype.IsCNu=function(N){var self=this.ptr;if(N&&typeof N==="object")N=N.ptr;return!!_emscripten_bind_Mx3dGeomBSplineSurface_IsCNu_1(self,N)};Mx3dGeomBSplineSurface.prototype["IsCNv"]=Mx3dGeomBSplineSurface.prototype.IsCNv=function(N){var self=this.ptr;if(N&&typeof N==="object")N=N.ptr;return!!_emscripten_bind_Mx3dGeomBSplineSurface_IsCNv_1(self,N)};Mx3dGeomBSplineSurface.prototype["IsUPeriodic"]=Mx3dGeomBSplineSurface.prototype.IsUPeriodic=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dGeomBSplineSurface_IsUPeriodic_0(self)};Mx3dGeomBSplineSurface.prototype["IsURational"]=Mx3dGeomBSplineSurface.prototype.IsURational=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dGeomBSplineSurface_IsURational_0(self)};Mx3dGeomBSplineSurface.prototype["IsVPeriodic"]=Mx3dGeomBSplineSurface.prototype.IsVPeriodic=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dGeomBSplineSurface_IsVPeriodic_0(self)};Mx3dGeomBSplineSurface.prototype["IsVRational"]=Mx3dGeomBSplineSurface.prototype.IsVRational=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dGeomBSplineSurface_IsVRational_0(self)};Mx3dGeomBSplineSurface.prototype["Bounds"]=Mx3dGeomBSplineSurface.prototype.Bounds=function(U1U2V1V2){var self=this.ptr;if(U1U2V1V2&&typeof U1U2V1V2==="object")U1U2V1V2=U1U2V1V2.ptr;_emscripten_bind_Mx3dGeomBSplineSurface_Bounds_1(self,U1U2V1V2)};Mx3dGeomBSplineSurface.prototype["Continuity"]=Mx3dGeomBSplineSurface.prototype.Continuity=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomBSplineSurface_Continuity_0(self)};Mx3dGeomBSplineSurface.prototype["FirstUKnotIndex"]=Mx3dGeomBSplineSurface.prototype.FirstUKnotIndex=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomBSplineSurface_FirstUKnotIndex_0(self)};Mx3dGeomBSplineSurface.prototype["FirstVKnotIndex"]=Mx3dGeomBSplineSurface.prototype.FirstVKnotIndex=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomBSplineSurface_FirstVKnotIndex_0(self)};Mx3dGeomBSplineSurface.prototype["LastUKnotIndex"]=Mx3dGeomBSplineSurface.prototype.LastUKnotIndex=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomBSplineSurface_LastUKnotIndex_0(self)};Mx3dGeomBSplineSurface.prototype["LastVKnotIndex"]=Mx3dGeomBSplineSurface.prototype.LastVKnotIndex=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomBSplineSurface_LastVKnotIndex_0(self)};Mx3dGeomBSplineSurface.prototype["NbUKnots"]=Mx3dGeomBSplineSurface.prototype.NbUKnots=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomBSplineSurface_NbUKnots_0(self)};Mx3dGeomBSplineSurface.prototype["NbUPoles"]=Mx3dGeomBSplineSurface.prototype.NbUPoles=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomBSplineSurface_NbUPoles_0(self)};Mx3dGeomBSplineSurface.prototype["NbVKnots"]=Mx3dGeomBSplineSurface.prototype.NbVKnots=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomBSplineSurface_NbVKnots_0(self)};Mx3dGeomBSplineSurface.prototype["NbVPoles"]=Mx3dGeomBSplineSurface.prototype.NbVPoles=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomBSplineSurface_NbVPoles_0(self)};Mx3dGeomBSplineSurface.prototype["Pole"]=Mx3dGeomBSplineSurface.prototype.Pole=function(UIndex,VIndex){var self=this.ptr;if(UIndex&&typeof UIndex==="object")UIndex=UIndex.ptr;if(VIndex&&typeof VIndex==="object")VIndex=VIndex.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBSplineSurface_Pole_2(self,UIndex,VIndex),Mx3dGePoint)};Mx3dGeomBSplineSurface.prototype["Poles"]=Mx3dGeomBSplineSurface.prototype.Poles=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBSplineSurface_Poles_0(self),MdGeArray2OfPnt)};Mx3dGeomBSplineSurface.prototype["UDegree"]=Mx3dGeomBSplineSurface.prototype.UDegree=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomBSplineSurface_UDegree_0(self)};Mx3dGeomBSplineSurface.prototype["UKnot"]=Mx3dGeomBSplineSurface.prototype.UKnot=function(UIndex){var self=this.ptr;if(UIndex&&typeof UIndex==="object")UIndex=UIndex.ptr;return _emscripten_bind_Mx3dGeomBSplineSurface_UKnot_1(self,UIndex)};Mx3dGeomBSplineSurface.prototype["UKnots"]=Mx3dGeomBSplineSurface.prototype.UKnots=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBSplineSurface_UKnots_0(self),MdGeArray1OfReal)};Mx3dGeomBSplineSurface.prototype["UKnotSequence"]=Mx3dGeomBSplineSurface.prototype.UKnotSequence=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBSplineSurface_UKnotSequence_0(self),MdGeArray1OfReal)};Mx3dGeomBSplineSurface.prototype["UMultiplicity"]=Mx3dGeomBSplineSurface.prototype.UMultiplicity=function(UIndex){var self=this.ptr;if(UIndex&&typeof UIndex==="object")UIndex=UIndex.ptr;return _emscripten_bind_Mx3dGeomBSplineSurface_UMultiplicity_1(self,UIndex)};Mx3dGeomBSplineSurface.prototype["UMultiplicities"]=Mx3dGeomBSplineSurface.prototype.UMultiplicities=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBSplineSurface_UMultiplicities_0(self),MdGeArray1OfInteger)};Mx3dGeomBSplineSurface.prototype["VDegree"]=Mx3dGeomBSplineSurface.prototype.VDegree=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomBSplineSurface_VDegree_0(self)};Mx3dGeomBSplineSurface.prototype["VKnot"]=Mx3dGeomBSplineSurface.prototype.VKnot=function(VIndex){var self=this.ptr;if(VIndex&&typeof VIndex==="object")VIndex=VIndex.ptr;return _emscripten_bind_Mx3dGeomBSplineSurface_VKnot_1(self,VIndex)};Mx3dGeomBSplineSurface.prototype["VKnots"]=Mx3dGeomBSplineSurface.prototype.VKnots=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBSplineSurface_VKnots_0(self),MdGeArray1OfReal)};Mx3dGeomBSplineSurface.prototype["VKnotSequence"]=Mx3dGeomBSplineSurface.prototype.VKnotSequence=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBSplineSurface_VKnotSequence_0(self),MdGeArray1OfReal)};Mx3dGeomBSplineSurface.prototype["VMultiplicity"]=Mx3dGeomBSplineSurface.prototype.VMultiplicity=function(VIndex){var self=this.ptr;if(VIndex&&typeof VIndex==="object")VIndex=VIndex.ptr;return _emscripten_bind_Mx3dGeomBSplineSurface_VMultiplicity_1(self,VIndex)};Mx3dGeomBSplineSurface.prototype["VMultiplicities"]=Mx3dGeomBSplineSurface.prototype.VMultiplicities=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBSplineSurface_VMultiplicities_0(self),MdGeArray1OfInteger)};Mx3dGeomBSplineSurface.prototype["Weight"]=Mx3dGeomBSplineSurface.prototype.Weight=function(UIndex,VIndex){var self=this.ptr;if(UIndex&&typeof UIndex==="object")UIndex=UIndex.ptr;if(VIndex&&typeof VIndex==="object")VIndex=VIndex.ptr;return _emscripten_bind_Mx3dGeomBSplineSurface_Weight_2(self,UIndex,VIndex)};Mx3dGeomBSplineSurface.prototype["Weights"]=Mx3dGeomBSplineSurface.prototype.Weights=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBSplineSurface_Weights_0(self),MdGeArray2OfReal)};Mx3dGeomBSplineSurface.prototype["D0"]=Mx3dGeomBSplineSurface.prototype.D0=function(U,V,P){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(V&&typeof V==="object")V=V.ptr;if(P&&typeof P==="object")P=P.ptr;_emscripten_bind_Mx3dGeomBSplineSurface_D0_3(self,U,V,P)};Mx3dGeomBSplineSurface.prototype["D1"]=Mx3dGeomBSplineSurface.prototype.D1=function(U,V,P,D1U,D1V){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(V&&typeof V==="object")V=V.ptr;if(P&&typeof P==="object")P=P.ptr;if(D1U&&typeof D1U==="object")D1U=D1U.ptr;if(D1V&&typeof D1V==="object")D1V=D1V.ptr;_emscripten_bind_Mx3dGeomBSplineSurface_D1_5(self,U,V,P,D1U,D1V)};Mx3dGeomBSplineSurface.prototype["D2"]=Mx3dGeomBSplineSurface.prototype.D2=function(U,V,P,D1U,D1V,D2U,D2V,D2UV){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(V&&typeof V==="object")V=V.ptr;if(P&&typeof P==="object")P=P.ptr;if(D1U&&typeof D1U==="object")D1U=D1U.ptr;if(D1V&&typeof D1V==="object")D1V=D1V.ptr;if(D2U&&typeof D2U==="object")D2U=D2U.ptr;if(D2V&&typeof D2V==="object")D2V=D2V.ptr;if(D2UV&&typeof D2UV==="object")D2UV=D2UV.ptr;_emscripten_bind_Mx3dGeomBSplineSurface_D2_8(self,U,V,P,D1U,D1V,D2U,D2V,D2UV)};Mx3dGeomBSplineSurface.prototype["D3"]=Mx3dGeomBSplineSurface.prototype.D3=function(U,V,P,D1U,D1V,D2U,D2V,D2UV,D3U,D3V,D3UUV,D3UVV){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(V&&typeof V==="object")V=V.ptr;if(P&&typeof P==="object")P=P.ptr;if(D1U&&typeof D1U==="object")D1U=D1U.ptr;if(D1V&&typeof D1V==="object")D1V=D1V.ptr;if(D2U&&typeof D2U==="object")D2U=D2U.ptr;if(D2V&&typeof D2V==="object")D2V=D2V.ptr;if(D2UV&&typeof D2UV==="object")D2UV=D2UV.ptr;if(D3U&&typeof D3U==="object")D3U=D3U.ptr;if(D3V&&typeof D3V==="object")D3V=D3V.ptr;if(D3UUV&&typeof D3UUV==="object")D3UUV=D3UUV.ptr;if(D3UVV&&typeof D3UVV==="object")D3UVV=D3UVV.ptr;_emscripten_bind_Mx3dGeomBSplineSurface_D3_12(self,U,V,P,D1U,D1V,D2U,D2V,D2UV,D3U,D3V,D3UUV,D3UVV)};Mx3dGeomBSplineSurface.prototype["DN"]=Mx3dGeomBSplineSurface.prototype.DN=function(U,V,Nu,Nv){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(V&&typeof V==="object")V=V.ptr;if(Nu&&typeof Nu==="object")Nu=Nu.ptr;if(Nv&&typeof Nv==="object")Nv=Nv.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBSplineSurface_DN_4(self,U,V,Nu,Nv),Mx3dGeVec)};Mx3dGeomBSplineSurface.prototype["LocalD0"]=Mx3dGeomBSplineSurface.prototype.LocalD0=function(U,V,FromUK1,ToUK2,FromVK1,ToVK2,P){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(V&&typeof V==="object")V=V.ptr;if(FromUK1&&typeof FromUK1==="object")FromUK1=FromUK1.ptr;if(ToUK2&&typeof ToUK2==="object")ToUK2=ToUK2.ptr;if(FromVK1&&typeof FromVK1==="object")FromVK1=FromVK1.ptr;if(ToVK2&&typeof ToVK2==="object")ToVK2=ToVK2.ptr;if(P&&typeof P==="object")P=P.ptr;_emscripten_bind_Mx3dGeomBSplineSurface_LocalD0_7(self,U,V,FromUK1,ToUK2,FromVK1,ToVK2,P)};Mx3dGeomBSplineSurface.prototype["LocalD1"]=Mx3dGeomBSplineSurface.prototype.LocalD1=function(U,V,FromUK1,ToUK2,FromVK1,ToVK2,P,D1U,D1V){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(V&&typeof V==="object")V=V.ptr;if(FromUK1&&typeof FromUK1==="object")FromUK1=FromUK1.ptr;if(ToUK2&&typeof ToUK2==="object")ToUK2=ToUK2.ptr;if(FromVK1&&typeof FromVK1==="object")FromVK1=FromVK1.ptr;if(ToVK2&&typeof ToVK2==="object")ToVK2=ToVK2.ptr;if(P&&typeof P==="object")P=P.ptr;if(D1U&&typeof D1U==="object")D1U=D1U.ptr;if(D1V&&typeof D1V==="object")D1V=D1V.ptr;_emscripten_bind_Mx3dGeomBSplineSurface_LocalD1_9(self,U,V,FromUK1,ToUK2,FromVK1,ToVK2,P,D1U,D1V)};Mx3dGeomBSplineSurface.prototype["LocalD2"]=Mx3dGeomBSplineSurface.prototype.LocalD2=function(U,V,FromUK1,ToUK2,FromVK1,ToVK2,P,D1U,D1V,D2U,D2V,D2UV){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(V&&typeof V==="object")V=V.ptr;if(FromUK1&&typeof FromUK1==="object")FromUK1=FromUK1.ptr;if(ToUK2&&typeof ToUK2==="object")ToUK2=ToUK2.ptr;if(FromVK1&&typeof FromVK1==="object")FromVK1=FromVK1.ptr;if(ToVK2&&typeof ToVK2==="object")ToVK2=ToVK2.ptr;if(P&&typeof P==="object")P=P.ptr;if(D1U&&typeof D1U==="object")D1U=D1U.ptr;if(D1V&&typeof D1V==="object")D1V=D1V.ptr;if(D2U&&typeof D2U==="object")D2U=D2U.ptr;if(D2V&&typeof D2V==="object")D2V=D2V.ptr;if(D2UV&&typeof D2UV==="object")D2UV=D2UV.ptr;_emscripten_bind_Mx3dGeomBSplineSurface_LocalD2_12(self,U,V,FromUK1,ToUK2,FromVK1,ToVK2,P,D1U,D1V,D2U,D2V,D2UV)};Mx3dGeomBSplineSurface.prototype["LocalD3"]=Mx3dGeomBSplineSurface.prototype.LocalD3=function(U,V,FromUK1,ToUK2,FromVK1,ToVK2,P,D1U,D1V,D2U,D2V,D2UV,D3U,D3V,D3UUV,D3UVV){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(V&&typeof V==="object")V=V.ptr;if(FromUK1&&typeof FromUK1==="object")FromUK1=FromUK1.ptr;if(ToUK2&&typeof ToUK2==="object")ToUK2=ToUK2.ptr;if(FromVK1&&typeof FromVK1==="object")FromVK1=FromVK1.ptr;if(ToVK2&&typeof ToVK2==="object")ToVK2=ToVK2.ptr;if(P&&typeof P==="object")P=P.ptr;if(D1U&&typeof D1U==="object")D1U=D1U.ptr;if(D1V&&typeof D1V==="object")D1V=D1V.ptr;if(D2U&&typeof D2U==="object")D2U=D2U.ptr;if(D2V&&typeof D2V==="object")D2V=D2V.ptr;if(D2UV&&typeof D2UV==="object")D2UV=D2UV.ptr;if(D3U&&typeof D3U==="object")D3U=D3U.ptr;if(D3V&&typeof D3V==="object")D3V=D3V.ptr;if(D3UUV&&typeof D3UUV==="object")D3UUV=D3UUV.ptr;if(D3UVV&&typeof D3UVV==="object")D3UVV=D3UVV.ptr;_emscripten_bind_Mx3dGeomBSplineSurface_LocalD3_16(self,U,V,FromUK1,ToUK2,FromVK1,ToVK2,P,D1U,D1V,D2U,D2V,D2UV,D3U,D3V,D3UUV,D3UVV)};Mx3dGeomBSplineSurface.prototype["LocalDN"]=Mx3dGeomBSplineSurface.prototype.LocalDN=function(U,V,FromUK1,ToUK2,FromVK1,ToVK2,Nu,Nv){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(V&&typeof V==="object")V=V.ptr;if(FromUK1&&typeof FromUK1==="object")FromUK1=FromUK1.ptr;if(ToUK2&&typeof ToUK2==="object")ToUK2=ToUK2.ptr;if(FromVK1&&typeof FromVK1==="object")FromVK1=FromVK1.ptr;if(ToVK2&&typeof ToVK2==="object")ToVK2=ToVK2.ptr;if(Nu&&typeof Nu==="object")Nu=Nu.ptr;if(Nv&&typeof Nv==="object")Nv=Nv.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBSplineSurface_LocalDN_8(self,U,V,FromUK1,ToUK2,FromVK1,ToVK2,Nu,Nv),Mx3dGeVec)};Mx3dGeomBSplineSurface.prototype["LocalValue"]=Mx3dGeomBSplineSurface.prototype.LocalValue=function(U,V,FromUK1,ToUK2,FromVK1,ToVK2){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(V&&typeof V==="object")V=V.ptr;if(FromUK1&&typeof FromUK1==="object")FromUK1=FromUK1.ptr;if(ToUK2&&typeof ToUK2==="object")ToUK2=ToUK2.ptr;if(FromVK1&&typeof FromVK1==="object")FromVK1=FromVK1.ptr;if(ToVK2&&typeof ToVK2==="object")ToVK2=ToVK2.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBSplineSurface_LocalValue_6(self,U,V,FromUK1,ToUK2,FromVK1,ToVK2),Mx3dGePoint)};Mx3dGeomBSplineSurface.prototype["Transform"]=Mx3dGeomBSplineSurface.prototype.Transform=function(T){var self=this.ptr;if(T&&typeof T==="object")T=T.ptr;_emscripten_bind_Mx3dGeomBSplineSurface_Transform_1(self,T)};Mx3dGeomBSplineSurface.prototype["Copy"]=Mx3dGeomBSplineSurface.prototype.Copy=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBSplineSurface_Copy_0(self),Mx3dGeomObject)};Mx3dGeomBSplineSurface.prototype["DynamicType"]=Mx3dGeomBSplineSurface.prototype.DynamicType=function(){var self=this.ptr;return UTF8ToString(_emscripten_bind_Mx3dGeomBSplineSurface_DynamicType_0(self))};Mx3dGeomBSplineSurface.prototype["Face"]=Mx3dGeomBSplineSurface.prototype.Face=function(UMin,UMax,VMin,VMax,TolDegen){var self=this.ptr;if(UMin&&typeof UMin==="object")UMin=UMin.ptr;if(UMax&&typeof UMax==="object")UMax=UMax.ptr;if(VMin&&typeof VMin==="object")VMin=VMin.ptr;if(VMax&&typeof VMax==="object")VMax=VMax.ptr;if(TolDegen&&typeof TolDegen==="object")TolDegen=TolDegen.ptr;if(UMax===undefined){return wrapPointer(_emscripten_bind_Mx3dGeomBSplineSurface_Face_1(self,UMin),Mx3dShapeFace)}if(VMin===undefined){return wrapPointer(_emscripten_bind_Mx3dGeomBSplineSurface_Face_2(self,UMin,UMax),Mx3dShapeFace)}if(VMax===undefined){return wrapPointer(_emscripten_bind_Mx3dGeomBSplineSurface_Face_3(self,UMin,UMax,VMin),Mx3dShapeFace)}if(TolDegen===undefined){return wrapPointer(_emscripten_bind_Mx3dGeomBSplineSurface_Face_4(self,UMin,UMax,VMin,VMax),Mx3dShapeFace)}return wrapPointer(_emscripten_bind_Mx3dGeomBSplineSurface_Face_5(self,UMin,UMax,VMin,VMax,TolDegen),Mx3dShapeFace)};Mx3dGeomBSplineSurface.prototype["MirrorByPoint"]=Mx3dGeomBSplineSurface.prototype.MirrorByPoint=function(P){var self=this.ptr;if(P&&typeof P==="object")P=P.ptr;_emscripten_bind_Mx3dGeomBSplineSurface_MirrorByPoint_1(self,P)};Mx3dGeomBSplineSurface.prototype["MirrorByAxis"]=Mx3dGeomBSplineSurface.prototype.MirrorByAxis=function(A1){var self=this.ptr;if(A1&&typeof A1==="object")A1=A1.ptr;_emscripten_bind_Mx3dGeomBSplineSurface_MirrorByAxis_1(self,A1)};Mx3dGeomBSplineSurface.prototype["MirrorByCSYSR"]=Mx3dGeomBSplineSurface.prototype.MirrorByCSYSR=function(A2){var self=this.ptr;if(A2&&typeof A2==="object")A2=A2.ptr;_emscripten_bind_Mx3dGeomBSplineSurface_MirrorByCSYSR_1(self,A2)};Mx3dGeomBSplineSurface.prototype["Rotate"]=Mx3dGeomBSplineSurface.prototype.Rotate=function(A1,Ang){var self=this.ptr;if(A1&&typeof A1==="object")A1=A1.ptr;if(Ang&&typeof Ang==="object")Ang=Ang.ptr;_emscripten_bind_Mx3dGeomBSplineSurface_Rotate_2(self,A1,Ang)};Mx3dGeomBSplineSurface.prototype["Scale"]=Mx3dGeomBSplineSurface.prototype.Scale=function(P,S){var self=this.ptr;if(P&&typeof P==="object")P=P.ptr;if(S&&typeof S==="object")S=S.ptr;_emscripten_bind_Mx3dGeomBSplineSurface_Scale_2(self,P,S)};Mx3dGeomBSplineSurface.prototype["TranslateByVec"]=Mx3dGeomBSplineSurface.prototype.TranslateByVec=function(V){var self=this.ptr;if(V&&typeof V==="object")V=V.ptr;_emscripten_bind_Mx3dGeomBSplineSurface_TranslateByVec_1(self,V)};Mx3dGeomBSplineSurface.prototype["TranslateBy2Points"]=Mx3dGeomBSplineSurface.prototype.TranslateBy2Points=function(P1,P2){var self=this.ptr;if(P1&&typeof P1==="object")P1=P1.ptr;if(P2&&typeof P2==="object")P2=P2.ptr;_emscripten_bind_Mx3dGeomBSplineSurface_TranslateBy2Points_2(self,P1,P2)};Mx3dGeomBSplineSurface.prototype["MirroredByPoint"]=Mx3dGeomBSplineSurface.prototype.MirroredByPoint=function(P){var self=this.ptr;if(P&&typeof P==="object")P=P.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBSplineSurface_MirroredByPoint_1(self,P),Mx3dGeomObject)};Mx3dGeomBSplineSurface.prototype["MirroredByAxis"]=Mx3dGeomBSplineSurface.prototype.MirroredByAxis=function(A1){var self=this.ptr;if(A1&&typeof A1==="object")A1=A1.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBSplineSurface_MirroredByAxis_1(self,A1),Mx3dGeomObject)};Mx3dGeomBSplineSurface.prototype["MirroredByCSYSR"]=Mx3dGeomBSplineSurface.prototype.MirroredByCSYSR=function(A2){var self=this.ptr;if(A2&&typeof A2==="object")A2=A2.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBSplineSurface_MirroredByCSYSR_1(self,A2),Mx3dGeomObject)};Mx3dGeomBSplineSurface.prototype["Rotated"]=Mx3dGeomBSplineSurface.prototype.Rotated=function(A1,Ang){var self=this.ptr;if(A1&&typeof A1==="object")A1=A1.ptr;if(Ang&&typeof Ang==="object")Ang=Ang.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBSplineSurface_Rotated_2(self,A1,Ang),Mx3dGeomObject)};Mx3dGeomBSplineSurface.prototype["Scaled"]=Mx3dGeomBSplineSurface.prototype.Scaled=function(P,S){var self=this.ptr;if(P&&typeof P==="object")P=P.ptr;if(S&&typeof S==="object")S=S.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBSplineSurface_Scaled_2(self,P,S),Mx3dGeomObject)};Mx3dGeomBSplineSurface.prototype["Transformed"]=Mx3dGeomBSplineSurface.prototype.Transformed=function(T){var self=this.ptr;if(T&&typeof T==="object")T=T.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBSplineSurface_Transformed_1(self,T),Mx3dGeomObject)};Mx3dGeomBSplineSurface.prototype["TranslatedByVec"]=Mx3dGeomBSplineSurface.prototype.TranslatedByVec=function(V){var self=this.ptr;if(V&&typeof V==="object")V=V.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBSplineSurface_TranslatedByVec_1(self,V),Mx3dGeomObject)};Mx3dGeomBSplineSurface.prototype["TranslatedBy2Points"]=Mx3dGeomBSplineSurface.prototype.TranslatedBy2Points=function(P1,P2){var self=this.ptr;if(P1&&typeof P1==="object")P1=P1.ptr;if(P2&&typeof P2==="object")P2=P2.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBSplineSurface_TranslatedBy2Points_2(self,P1,P2),Mx3dGeomObject)};Mx3dGeomBSplineSurface.prototype["UReversed"]=Mx3dGeomBSplineSurface.prototype.UReversed=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBSplineSurface_UReversed_0(self),Mx3dGeomSurface)};Mx3dGeomBSplineSurface.prototype["VReversed"]=Mx3dGeomBSplineSurface.prototype.VReversed=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBSplineSurface_VReversed_0(self),Mx3dGeomSurface)};Mx3dGeomBSplineSurface.prototype["UPeriod"]=Mx3dGeomBSplineSurface.prototype.UPeriod=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomBSplineSurface_UPeriod_0(self)};Mx3dGeomBSplineSurface.prototype["VPeriod"]=Mx3dGeomBSplineSurface.prototype.VPeriod=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomBSplineSurface_VPeriod_0(self)};Mx3dGeomBSplineSurface.prototype["Value"]=Mx3dGeomBSplineSurface.prototype.Value=function(U,V){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(V&&typeof V==="object")V=V.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBSplineSurface_Value_2(self,U,V),Mx3dGePoint)};Mx3dGeomBSplineSurface.prototype["__destroy__"]=Mx3dGeomBSplineSurface.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_Mx3dGeomBSplineSurface___destroy___0(self)};function Mx3dGeomBezierSurface(SurfacePoles,PoleWeights){if(SurfacePoles&&typeof SurfacePoles==="object")SurfacePoles=SurfacePoles.ptr;if(PoleWeights&&typeof PoleWeights==="object")PoleWeights=PoleWeights.ptr;if(PoleWeights===undefined){this.ptr=_emscripten_bind_Mx3dGeomBezierSurface_Mx3dGeomBezierSurface_1(SurfacePoles);getCache(Mx3dGeomBezierSurface)[this.ptr]=this;return}this.ptr=_emscripten_bind_Mx3dGeomBezierSurface_Mx3dGeomBezierSurface_2(SurfacePoles,PoleWeights);getCache(Mx3dGeomBezierSurface)[this.ptr]=this}Mx3dGeomBezierSurface.prototype=Object.create(Mx3dGeomBoundedSurface.prototype);Mx3dGeomBezierSurface.prototype.constructor=Mx3dGeomBezierSurface;Mx3dGeomBezierSurface.prototype.__class__=Mx3dGeomBezierSurface;Mx3dGeomBezierSurface.__cache__={};Module["Mx3dGeomBezierSurface"]=Mx3dGeomBezierSurface;Mx3dGeomBezierSurface.prototype["ExchangeUV"]=Mx3dGeomBezierSurface.prototype.ExchangeUV=function(){var self=this.ptr;_emscripten_bind_Mx3dGeomBezierSurface_ExchangeUV_0(self)};Mx3dGeomBezierSurface.prototype["Increase"]=Mx3dGeomBezierSurface.prototype.Increase=function(UDeg,VDeg){var self=this.ptr;if(UDeg&&typeof UDeg==="object")UDeg=UDeg.ptr;if(VDeg&&typeof VDeg==="object")VDeg=VDeg.ptr;_emscripten_bind_Mx3dGeomBezierSurface_Increase_2(self,UDeg,VDeg)};Mx3dGeomBezierSurface.prototype["InsertPoleColAfter"]=Mx3dGeomBezierSurface.prototype.InsertPoleColAfter=function(VIndex,CPoles,CPoleWeights){var self=this.ptr;if(VIndex&&typeof VIndex==="object")VIndex=VIndex.ptr;if(CPoles&&typeof CPoles==="object")CPoles=CPoles.ptr;if(CPoleWeights&&typeof CPoleWeights==="object")CPoleWeights=CPoleWeights.ptr;if(CPoleWeights===undefined){_emscripten_bind_Mx3dGeomBezierSurface_InsertPoleColAfter_2(self,VIndex,CPoles);return}_emscripten_bind_Mx3dGeomBezierSurface_InsertPoleColAfter_3(self,VIndex,CPoles,CPoleWeights)};Mx3dGeomBezierSurface.prototype["InsertPoleColBefore"]=Mx3dGeomBezierSurface.prototype.InsertPoleColBefore=function(VIndex,CPoles,CPoleWeights){var self=this.ptr;if(VIndex&&typeof VIndex==="object")VIndex=VIndex.ptr;if(CPoles&&typeof CPoles==="object")CPoles=CPoles.ptr;if(CPoleWeights&&typeof CPoleWeights==="object")CPoleWeights=CPoleWeights.ptr;if(CPoleWeights===undefined){_emscripten_bind_Mx3dGeomBezierSurface_InsertPoleColBefore_2(self,VIndex,CPoles);return}_emscripten_bind_Mx3dGeomBezierSurface_InsertPoleColBefore_3(self,VIndex,CPoles,CPoleWeights)};Mx3dGeomBezierSurface.prototype["InsertPoleRowAfter"]=Mx3dGeomBezierSurface.prototype.InsertPoleRowAfter=function(UIndex,CPoles,CPoleWeights){var self=this.ptr;if(UIndex&&typeof UIndex==="object")UIndex=UIndex.ptr;if(CPoles&&typeof CPoles==="object")CPoles=CPoles.ptr;if(CPoleWeights&&typeof CPoleWeights==="object")CPoleWeights=CPoleWeights.ptr;if(CPoleWeights===undefined){_emscripten_bind_Mx3dGeomBezierSurface_InsertPoleRowAfter_2(self,UIndex,CPoles);return}_emscripten_bind_Mx3dGeomBezierSurface_InsertPoleRowAfter_3(self,UIndex,CPoles,CPoleWeights)};Mx3dGeomBezierSurface.prototype["InsertPoleRowBefore"]=Mx3dGeomBezierSurface.prototype.InsertPoleRowBefore=function(UIndex,CPoles,CPoleWeights){var self=this.ptr;if(UIndex&&typeof UIndex==="object")UIndex=UIndex.ptr;if(CPoles&&typeof CPoles==="object")CPoles=CPoles.ptr;if(CPoleWeights&&typeof CPoleWeights==="object")CPoleWeights=CPoleWeights.ptr;if(CPoleWeights===undefined){_emscripten_bind_Mx3dGeomBezierSurface_InsertPoleRowBefore_2(self,UIndex,CPoles);return}_emscripten_bind_Mx3dGeomBezierSurface_InsertPoleRowBefore_3(self,UIndex,CPoles,CPoleWeights)};Mx3dGeomBezierSurface.prototype["RemovePoleCol"]=Mx3dGeomBezierSurface.prototype.RemovePoleCol=function(VIndex){var self=this.ptr;if(VIndex&&typeof VIndex==="object")VIndex=VIndex.ptr;_emscripten_bind_Mx3dGeomBezierSurface_RemovePoleCol_1(self,VIndex)};Mx3dGeomBezierSurface.prototype["RemovePoleRow"]=Mx3dGeomBezierSurface.prototype.RemovePoleRow=function(UIndex){var self=this.ptr;if(UIndex&&typeof UIndex==="object")UIndex=UIndex.ptr;_emscripten_bind_Mx3dGeomBezierSurface_RemovePoleRow_1(self,UIndex)};Mx3dGeomBezierSurface.prototype["Segment"]=Mx3dGeomBezierSurface.prototype.Segment=function(U1,U2,V1,V2){var self=this.ptr;if(U1&&typeof U1==="object")U1=U1.ptr;if(U2&&typeof U2==="object")U2=U2.ptr;if(V1&&typeof V1==="object")V1=V1.ptr;if(V2&&typeof V2==="object")V2=V2.ptr;_emscripten_bind_Mx3dGeomBezierSurface_Segment_4(self,U1,U2,V1,V2)};Mx3dGeomBezierSurface.prototype["SetPole"]=Mx3dGeomBezierSurface.prototype.SetPole=function(UIndex,VIndex,P,Weight){var self=this.ptr;if(UIndex&&typeof UIndex==="object")UIndex=UIndex.ptr;if(VIndex&&typeof VIndex==="object")VIndex=VIndex.ptr;if(P&&typeof P==="object")P=P.ptr;if(Weight&&typeof Weight==="object")Weight=Weight.ptr;if(Weight===undefined){_emscripten_bind_Mx3dGeomBezierSurface_SetPole_3(self,UIndex,VIndex,P);return}_emscripten_bind_Mx3dGeomBezierSurface_SetPole_4(self,UIndex,VIndex,P,Weight)};Mx3dGeomBezierSurface.prototype["SetPoleCol"]=Mx3dGeomBezierSurface.prototype.SetPoleCol=function(VIndex,CPoles,CPoleWeights){var self=this.ptr;if(VIndex&&typeof VIndex==="object")VIndex=VIndex.ptr;if(CPoles&&typeof CPoles==="object")CPoles=CPoles.ptr;if(CPoleWeights&&typeof CPoleWeights==="object")CPoleWeights=CPoleWeights.ptr;if(CPoleWeights===undefined){_emscripten_bind_Mx3dGeomBezierSurface_SetPoleCol_2(self,VIndex,CPoles);return}_emscripten_bind_Mx3dGeomBezierSurface_SetPoleCol_3(self,VIndex,CPoles,CPoleWeights)};Mx3dGeomBezierSurface.prototype["SetPoleRow"]=Mx3dGeomBezierSurface.prototype.SetPoleRow=function(UIndex,CPoles,CPoleWeights){var self=this.ptr;if(UIndex&&typeof UIndex==="object")UIndex=UIndex.ptr;if(CPoles&&typeof CPoles==="object")CPoles=CPoles.ptr;if(CPoleWeights&&typeof CPoleWeights==="object")CPoleWeights=CPoleWeights.ptr;if(CPoleWeights===undefined){_emscripten_bind_Mx3dGeomBezierSurface_SetPoleRow_2(self,UIndex,CPoles);return}_emscripten_bind_Mx3dGeomBezierSurface_SetPoleRow_3(self,UIndex,CPoles,CPoleWeights)};Mx3dGeomBezierSurface.prototype["SetWeight"]=Mx3dGeomBezierSurface.prototype.SetWeight=function(UIndex,VIndex,Weight){var self=this.ptr;if(UIndex&&typeof UIndex==="object")UIndex=UIndex.ptr;if(VIndex&&typeof VIndex==="object")VIndex=VIndex.ptr;if(Weight&&typeof Weight==="object")Weight=Weight.ptr;_emscripten_bind_Mx3dGeomBezierSurface_SetWeight_3(self,UIndex,VIndex,Weight)};Mx3dGeomBezierSurface.prototype["SetWeightCol"]=Mx3dGeomBezierSurface.prototype.SetWeightCol=function(VIndex,CPoleWeights){var self=this.ptr;if(VIndex&&typeof VIndex==="object")VIndex=VIndex.ptr;if(CPoleWeights&&typeof CPoleWeights==="object")CPoleWeights=CPoleWeights.ptr;_emscripten_bind_Mx3dGeomBezierSurface_SetWeightCol_2(self,VIndex,CPoleWeights)};Mx3dGeomBezierSurface.prototype["SetWeightRow"]=Mx3dGeomBezierSurface.prototype.SetWeightRow=function(UIndex,CPoleWeights){var self=this.ptr;if(UIndex&&typeof UIndex==="object")UIndex=UIndex.ptr;if(CPoleWeights&&typeof CPoleWeights==="object")CPoleWeights=CPoleWeights.ptr;_emscripten_bind_Mx3dGeomBezierSurface_SetWeightRow_2(self,UIndex,CPoleWeights)};Mx3dGeomBezierSurface.prototype["UReverse"]=Mx3dGeomBezierSurface.prototype.UReverse=function(){var self=this.ptr;_emscripten_bind_Mx3dGeomBezierSurface_UReverse_0(self)};Mx3dGeomBezierSurface.prototype["UReversedParameter"]=Mx3dGeomBezierSurface.prototype.UReversedParameter=function(U){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;return _emscripten_bind_Mx3dGeomBezierSurface_UReversedParameter_1(self,U)};Mx3dGeomBezierSurface.prototype["VReverse"]=Mx3dGeomBezierSurface.prototype.VReverse=function(){var self=this.ptr;_emscripten_bind_Mx3dGeomBezierSurface_VReverse_0(self)};Mx3dGeomBezierSurface.prototype["VReversedParameter"]=Mx3dGeomBezierSurface.prototype.VReversedParameter=function(V){var self=this.ptr;if(V&&typeof V==="object")V=V.ptr;return _emscripten_bind_Mx3dGeomBezierSurface_VReversedParameter_1(self,V)};Mx3dGeomBezierSurface.prototype["Bounds"]=Mx3dGeomBezierSurface.prototype.Bounds=function(U1U2V1V2){var self=this.ptr;if(U1U2V1V2&&typeof U1U2V1V2==="object")U1U2V1V2=U1U2V1V2.ptr;_emscripten_bind_Mx3dGeomBezierSurface_Bounds_1(self,U1U2V1V2)};Mx3dGeomBezierSurface.prototype["Continuity"]=Mx3dGeomBezierSurface.prototype.Continuity=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomBezierSurface_Continuity_0(self)};Mx3dGeomBezierSurface.prototype["D0"]=Mx3dGeomBezierSurface.prototype.D0=function(U,V,P){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(V&&typeof V==="object")V=V.ptr;if(P&&typeof P==="object")P=P.ptr;_emscripten_bind_Mx3dGeomBezierSurface_D0_3(self,U,V,P)};Mx3dGeomBezierSurface.prototype["D1"]=Mx3dGeomBezierSurface.prototype.D1=function(U,V,P,D1U,D1V){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(V&&typeof V==="object")V=V.ptr;if(P&&typeof P==="object")P=P.ptr;if(D1U&&typeof D1U==="object")D1U=D1U.ptr;if(D1V&&typeof D1V==="object")D1V=D1V.ptr;_emscripten_bind_Mx3dGeomBezierSurface_D1_5(self,U,V,P,D1U,D1V)};Mx3dGeomBezierSurface.prototype["D2"]=Mx3dGeomBezierSurface.prototype.D2=function(U,V,P,D1U,D1V,D2U,D2V,D2UV){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(V&&typeof V==="object")V=V.ptr;if(P&&typeof P==="object")P=P.ptr;if(D1U&&typeof D1U==="object")D1U=D1U.ptr;if(D1V&&typeof D1V==="object")D1V=D1V.ptr;if(D2U&&typeof D2U==="object")D2U=D2U.ptr;if(D2V&&typeof D2V==="object")D2V=D2V.ptr;if(D2UV&&typeof D2UV==="object")D2UV=D2UV.ptr;_emscripten_bind_Mx3dGeomBezierSurface_D2_8(self,U,V,P,D1U,D1V,D2U,D2V,D2UV)};Mx3dGeomBezierSurface.prototype["D3"]=Mx3dGeomBezierSurface.prototype.D3=function(U,V,P,D1U,D1V,D2U,D2V,D2UV,D3U,D3V,D3UUV,D3UVV){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(V&&typeof V==="object")V=V.ptr;if(P&&typeof P==="object")P=P.ptr;if(D1U&&typeof D1U==="object")D1U=D1U.ptr;if(D1V&&typeof D1V==="object")D1V=D1V.ptr;if(D2U&&typeof D2U==="object")D2U=D2U.ptr;if(D2V&&typeof D2V==="object")D2V=D2V.ptr;if(D2UV&&typeof D2UV==="object")D2UV=D2UV.ptr;if(D3U&&typeof D3U==="object")D3U=D3U.ptr;if(D3V&&typeof D3V==="object")D3V=D3V.ptr;if(D3UUV&&typeof D3UUV==="object")D3UUV=D3UUV.ptr;if(D3UVV&&typeof D3UVV==="object")D3UVV=D3UVV.ptr;_emscripten_bind_Mx3dGeomBezierSurface_D3_12(self,U,V,P,D1U,D1V,D2U,D2V,D2UV,D3U,D3V,D3UUV,D3UVV)};Mx3dGeomBezierSurface.prototype["DN"]=Mx3dGeomBezierSurface.prototype.DN=function(U,V,Nu,Nv){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(V&&typeof V==="object")V=V.ptr;if(Nu&&typeof Nu==="object")Nu=Nu.ptr;if(Nv&&typeof Nv==="object")Nv=Nv.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBezierSurface_DN_4(self,U,V,Nu,Nv),Mx3dGeVec)};Mx3dGeomBezierSurface.prototype["NbUPoles"]=Mx3dGeomBezierSurface.prototype.NbUPoles=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomBezierSurface_NbUPoles_0(self)};Mx3dGeomBezierSurface.prototype["NbVPoles"]=Mx3dGeomBezierSurface.prototype.NbVPoles=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomBezierSurface_NbVPoles_0(self)};Mx3dGeomBezierSurface.prototype["Pole"]=Mx3dGeomBezierSurface.prototype.Pole=function(UIndex,VIndex){var self=this.ptr;if(UIndex&&typeof UIndex==="object")UIndex=UIndex.ptr;if(VIndex&&typeof VIndex==="object")VIndex=VIndex.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBezierSurface_Pole_2(self,UIndex,VIndex),Mx3dGePoint)};Mx3dGeomBezierSurface.prototype["Poles"]=Mx3dGeomBezierSurface.prototype.Poles=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBezierSurface_Poles_0(self),MdGeArray2OfPnt)};Mx3dGeomBezierSurface.prototype["UDegree"]=Mx3dGeomBezierSurface.prototype.UDegree=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomBezierSurface_UDegree_0(self)};Mx3dGeomBezierSurface.prototype["Weight"]=Mx3dGeomBezierSurface.prototype.Weight=function(UIndex,VIndex){var self=this.ptr;if(UIndex&&typeof UIndex==="object")UIndex=UIndex.ptr;if(VIndex&&typeof VIndex==="object")VIndex=VIndex.ptr;return _emscripten_bind_Mx3dGeomBezierSurface_Weight_2(self,UIndex,VIndex)};Mx3dGeomBezierSurface.prototype["Weights"]=Mx3dGeomBezierSurface.prototype.Weights=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBezierSurface_Weights_0(self),MdGeArray2OfReal)};Mx3dGeomBezierSurface.prototype["IsUClosed"]=Mx3dGeomBezierSurface.prototype.IsUClosed=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dGeomBezierSurface_IsUClosed_0(self)};Mx3dGeomBezierSurface.prototype["IsVClosed"]=Mx3dGeomBezierSurface.prototype.IsVClosed=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dGeomBezierSurface_IsVClosed_0(self)};Mx3dGeomBezierSurface.prototype["IsCNu"]=Mx3dGeomBezierSurface.prototype.IsCNu=function(N){var self=this.ptr;if(N&&typeof N==="object")N=N.ptr;return!!_emscripten_bind_Mx3dGeomBezierSurface_IsCNu_1(self,N)};Mx3dGeomBezierSurface.prototype["IsCNv"]=Mx3dGeomBezierSurface.prototype.IsCNv=function(N){var self=this.ptr;if(N&&typeof N==="object")N=N.ptr;return!!_emscripten_bind_Mx3dGeomBezierSurface_IsCNv_1(self,N)};Mx3dGeomBezierSurface.prototype["IsUPeriodic"]=Mx3dGeomBezierSurface.prototype.IsUPeriodic=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dGeomBezierSurface_IsUPeriodic_0(self)};Mx3dGeomBezierSurface.prototype["IsVPeriodic"]=Mx3dGeomBezierSurface.prototype.IsVPeriodic=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dGeomBezierSurface_IsVPeriodic_0(self)};Mx3dGeomBezierSurface.prototype["IsURational"]=Mx3dGeomBezierSurface.prototype.IsURational=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dGeomBezierSurface_IsURational_0(self)};Mx3dGeomBezierSurface.prototype["IsVRational"]=Mx3dGeomBezierSurface.prototype.IsVRational=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dGeomBezierSurface_IsVRational_0(self)};Mx3dGeomBezierSurface.prototype["Transform"]=Mx3dGeomBezierSurface.prototype.Transform=function(T){var self=this.ptr;if(T&&typeof T==="object")T=T.ptr;_emscripten_bind_Mx3dGeomBezierSurface_Transform_1(self,T)};Mx3dGeomBezierSurface.prototype["Copy"]=Mx3dGeomBezierSurface.prototype.Copy=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBezierSurface_Copy_0(self),Mx3dGeomObject)};Mx3dGeomBezierSurface.prototype["Face"]=Mx3dGeomBezierSurface.prototype.Face=function(UMin,UMax,VMin,VMax,TolDegen){var self=this.ptr;if(UMin&&typeof UMin==="object")UMin=UMin.ptr;if(UMax&&typeof UMax==="object")UMax=UMax.ptr;if(VMin&&typeof VMin==="object")VMin=VMin.ptr;if(VMax&&typeof VMax==="object")VMax=VMax.ptr;if(TolDegen&&typeof TolDegen==="object")TolDegen=TolDegen.ptr;if(UMax===undefined){return wrapPointer(_emscripten_bind_Mx3dGeomBezierSurface_Face_1(self,UMin),Mx3dShapeFace)}if(VMin===undefined){return wrapPointer(_emscripten_bind_Mx3dGeomBezierSurface_Face_2(self,UMin,UMax),Mx3dShapeFace)}if(VMax===undefined){return wrapPointer(_emscripten_bind_Mx3dGeomBezierSurface_Face_3(self,UMin,UMax,VMin),Mx3dShapeFace)}if(TolDegen===undefined){return wrapPointer(_emscripten_bind_Mx3dGeomBezierSurface_Face_4(self,UMin,UMax,VMin,VMax),Mx3dShapeFace)}return wrapPointer(_emscripten_bind_Mx3dGeomBezierSurface_Face_5(self,UMin,UMax,VMin,VMax,TolDegen),Mx3dShapeFace)};Mx3dGeomBezierSurface.prototype["MirrorByPoint"]=Mx3dGeomBezierSurface.prototype.MirrorByPoint=function(P){var self=this.ptr;if(P&&typeof P==="object")P=P.ptr;_emscripten_bind_Mx3dGeomBezierSurface_MirrorByPoint_1(self,P)};Mx3dGeomBezierSurface.prototype["MirrorByAxis"]=Mx3dGeomBezierSurface.prototype.MirrorByAxis=function(A1){var self=this.ptr;if(A1&&typeof A1==="object")A1=A1.ptr;_emscripten_bind_Mx3dGeomBezierSurface_MirrorByAxis_1(self,A1)};Mx3dGeomBezierSurface.prototype["MirrorByCSYSR"]=Mx3dGeomBezierSurface.prototype.MirrorByCSYSR=function(A2){var self=this.ptr;if(A2&&typeof A2==="object")A2=A2.ptr;_emscripten_bind_Mx3dGeomBezierSurface_MirrorByCSYSR_1(self,A2)};Mx3dGeomBezierSurface.prototype["Rotate"]=Mx3dGeomBezierSurface.prototype.Rotate=function(A1,Ang){var self=this.ptr;if(A1&&typeof A1==="object")A1=A1.ptr;if(Ang&&typeof Ang==="object")Ang=Ang.ptr;_emscripten_bind_Mx3dGeomBezierSurface_Rotate_2(self,A1,Ang)};Mx3dGeomBezierSurface.prototype["Scale"]=Mx3dGeomBezierSurface.prototype.Scale=function(P,S){var self=this.ptr;if(P&&typeof P==="object")P=P.ptr;if(S&&typeof S==="object")S=S.ptr;_emscripten_bind_Mx3dGeomBezierSurface_Scale_2(self,P,S)};Mx3dGeomBezierSurface.prototype["TranslateByVec"]=Mx3dGeomBezierSurface.prototype.TranslateByVec=function(V){var self=this.ptr;if(V&&typeof V==="object")V=V.ptr;_emscripten_bind_Mx3dGeomBezierSurface_TranslateByVec_1(self,V)};Mx3dGeomBezierSurface.prototype["TranslateBy2Points"]=Mx3dGeomBezierSurface.prototype.TranslateBy2Points=function(P1,P2){var self=this.ptr;if(P1&&typeof P1==="object")P1=P1.ptr;if(P2&&typeof P2==="object")P2=P2.ptr;_emscripten_bind_Mx3dGeomBezierSurface_TranslateBy2Points_2(self,P1,P2)};Mx3dGeomBezierSurface.prototype["MirroredByPoint"]=Mx3dGeomBezierSurface.prototype.MirroredByPoint=function(P){var self=this.ptr;if(P&&typeof P==="object")P=P.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBezierSurface_MirroredByPoint_1(self,P),Mx3dGeomObject)};Mx3dGeomBezierSurface.prototype["MirroredByAxis"]=Mx3dGeomBezierSurface.prototype.MirroredByAxis=function(A1){var self=this.ptr;if(A1&&typeof A1==="object")A1=A1.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBezierSurface_MirroredByAxis_1(self,A1),Mx3dGeomObject)};Mx3dGeomBezierSurface.prototype["MirroredByCSYSR"]=Mx3dGeomBezierSurface.prototype.MirroredByCSYSR=function(A2){var self=this.ptr;if(A2&&typeof A2==="object")A2=A2.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBezierSurface_MirroredByCSYSR_1(self,A2),Mx3dGeomObject)};Mx3dGeomBezierSurface.prototype["Rotated"]=Mx3dGeomBezierSurface.prototype.Rotated=function(A1,Ang){var self=this.ptr;if(A1&&typeof A1==="object")A1=A1.ptr;if(Ang&&typeof Ang==="object")Ang=Ang.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBezierSurface_Rotated_2(self,A1,Ang),Mx3dGeomObject)};Mx3dGeomBezierSurface.prototype["Scaled"]=Mx3dGeomBezierSurface.prototype.Scaled=function(P,S){var self=this.ptr;if(P&&typeof P==="object")P=P.ptr;if(S&&typeof S==="object")S=S.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBezierSurface_Scaled_2(self,P,S),Mx3dGeomObject)};Mx3dGeomBezierSurface.prototype["Transformed"]=Mx3dGeomBezierSurface.prototype.Transformed=function(T){var self=this.ptr;if(T&&typeof T==="object")T=T.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBezierSurface_Transformed_1(self,T),Mx3dGeomObject)};Mx3dGeomBezierSurface.prototype["TranslatedByVec"]=Mx3dGeomBezierSurface.prototype.TranslatedByVec=function(V){var self=this.ptr;if(V&&typeof V==="object")V=V.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBezierSurface_TranslatedByVec_1(self,V),Mx3dGeomObject)};Mx3dGeomBezierSurface.prototype["TranslatedBy2Points"]=Mx3dGeomBezierSurface.prototype.TranslatedBy2Points=function(P1,P2){var self=this.ptr;if(P1&&typeof P1==="object")P1=P1.ptr;if(P2&&typeof P2==="object")P2=P2.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBezierSurface_TranslatedBy2Points_2(self,P1,P2),Mx3dGeomObject)};Mx3dGeomBezierSurface.prototype["UReversed"]=Mx3dGeomBezierSurface.prototype.UReversed=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBezierSurface_UReversed_0(self),Mx3dGeomSurface)};Mx3dGeomBezierSurface.prototype["VReversed"]=Mx3dGeomBezierSurface.prototype.VReversed=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBezierSurface_VReversed_0(self),Mx3dGeomSurface)};Mx3dGeomBezierSurface.prototype["UPeriod"]=Mx3dGeomBezierSurface.prototype.UPeriod=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomBezierSurface_UPeriod_0(self)};Mx3dGeomBezierSurface.prototype["VPeriod"]=Mx3dGeomBezierSurface.prototype.VPeriod=function(){var self=this.ptr;return _emscripten_bind_Mx3dGeomBezierSurface_VPeriod_0(self)};Mx3dGeomBezierSurface.prototype["Value"]=Mx3dGeomBezierSurface.prototype.Value=function(U,V){var self=this.ptr;if(U&&typeof U==="object")U=U.ptr;if(V&&typeof V==="object")V=V.ptr;return wrapPointer(_emscripten_bind_Mx3dGeomBezierSurface_Value_2(self,U,V),Mx3dGePoint)};Mx3dGeomBezierSurface.prototype["__destroy__"]=Mx3dGeomBezierSurface.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_Mx3dGeomBezierSurface___destroy___0(self)};function Mx3dAspectLine(theColor,theType,theWidth){if(theColor&&typeof theColor==="object")theColor=theColor.ptr;if(theType&&typeof theType==="object")theType=theType.ptr;if(theWidth&&typeof theWidth==="object")theWidth=theWidth.ptr;this.ptr=_emscripten_bind_Mx3dAspectLine_Mx3dAspectLine_3(theColor,theType,theWidth);getCache(Mx3dAspectLine)[this.ptr]=this}Mx3dAspectLine.prototype=Object.create(Mx3dAspectObject.prototype);Mx3dAspectLine.prototype.constructor=Mx3dAspectLine;Mx3dAspectLine.prototype.__class__=Mx3dAspectLine;Mx3dAspectLine.__cache__={};Module["Mx3dAspectLine"]=Mx3dAspectLine;Mx3dAspectLine.prototype["SetColor"]=Mx3dAspectLine.prototype.SetColor=function(theColor){var self=this.ptr;if(theColor&&typeof theColor==="object")theColor=theColor.ptr;_emscripten_bind_Mx3dAspectLine_SetColor_1(self,theColor)};Mx3dAspectLine.prototype["SetTypeOfLine"]=Mx3dAspectLine.prototype.SetTypeOfLine=function(theType){var self=this.ptr;if(theType&&typeof theType==="object")theType=theType.ptr;_emscripten_bind_Mx3dAspectLine_SetTypeOfLine_1(self,theType)};Mx3dAspectLine.prototype["SetWidth"]=Mx3dAspectLine.prototype.SetWidth=function(theWidth){var self=this.ptr;if(theWidth&&typeof theWidth==="object")theWidth=theWidth.ptr;_emscripten_bind_Mx3dAspectLine_SetWidth_1(self,theWidth)};Mx3dAspectLine.prototype["__destroy__"]=Mx3dAspectLine.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_Mx3dAspectLine___destroy___0(self)};function Mx3dAspectText(){this.ptr=_emscripten_bind_Mx3dAspectText_Mx3dAspectText_0();getCache(Mx3dAspectText)[this.ptr]=this}Mx3dAspectText.prototype=Object.create(Mx3dAspectObject.prototype);Mx3dAspectText.prototype.constructor=Mx3dAspectText;Mx3dAspectText.prototype.__class__=Mx3dAspectText;Mx3dAspectText.__cache__={};Module["Mx3dAspectText"]=Mx3dAspectText;Mx3dAspectText.prototype["SetColor"]=Mx3dAspectText.prototype.SetColor=function(theColor){var self=this.ptr;if(theColor&&typeof theColor==="object")theColor=theColor.ptr;_emscripten_bind_Mx3dAspectText_SetColor_1(self,theColor)};Mx3dAspectText.prototype["SetFont"]=Mx3dAspectText.prototype.SetFont=function(theFont){var self=this.ptr;ensureCache.prepare();if(theFont&&typeof theFont==="object")theFont=theFont.ptr;else theFont=ensureString(theFont);_emscripten_bind_Mx3dAspectText_SetFont_1(self,theFont)};Mx3dAspectText.prototype["SetHeight"]=Mx3dAspectText.prototype.SetHeight=function(theHeight){var self=this.ptr;if(theHeight&&typeof theHeight==="object")theHeight=theHeight.ptr;_emscripten_bind_Mx3dAspectText_SetHeight_1(self,theHeight)};Mx3dAspectText.prototype["SetAngle"]=Mx3dAspectText.prototype.SetAngle=function(theAngle){var self=this.ptr;if(theAngle&&typeof theAngle==="object")theAngle=theAngle.ptr;_emscripten_bind_Mx3dAspectText_SetAngle_1(self,theAngle)};Mx3dAspectText.prototype["Height"]=Mx3dAspectText.prototype.Height=function(){var self=this.ptr;return _emscripten_bind_Mx3dAspectText_Height_0(self)};Mx3dAspectText.prototype["Angle"]=Mx3dAspectText.prototype.Angle=function(){var self=this.ptr;return _emscripten_bind_Mx3dAspectText_Angle_0(self)};Mx3dAspectText.prototype["SetHorizontalJustification"]=Mx3dAspectText.prototype.SetHorizontalJustification=function(theJustification){var self=this.ptr;if(theJustification&&typeof theJustification==="object")theJustification=theJustification.ptr;_emscripten_bind_Mx3dAspectText_SetHorizontalJustification_1(self,theJustification)};Mx3dAspectText.prototype["SetVerticalJustification"]=Mx3dAspectText.prototype.SetVerticalJustification=function(theJustification){var self=this.ptr;if(theJustification&&typeof theJustification==="object")theJustification=theJustification.ptr;_emscripten_bind_Mx3dAspectText_SetVerticalJustification_1(self,theJustification)};Mx3dAspectText.prototype["SetOrientation"]=Mx3dAspectText.prototype.SetOrientation=function(theOrientation){var self=this.ptr;if(theOrientation&&typeof theOrientation==="object")theOrientation=theOrientation.ptr;_emscripten_bind_Mx3dAspectText_SetOrientation_1(self,theOrientation)};Mx3dAspectText.prototype["HorizontalJustification"]=Mx3dAspectText.prototype.HorizontalJustification=function(){var self=this.ptr;return _emscripten_bind_Mx3dAspectText_HorizontalJustification_0(self)};Mx3dAspectText.prototype["VerticalJustification"]=Mx3dAspectText.prototype.VerticalJustification=function(){var self=this.ptr;return _emscripten_bind_Mx3dAspectText_VerticalJustification_0(self)};Mx3dAspectText.prototype["Orientation"]=Mx3dAspectText.prototype.Orientation=function(){var self=this.ptr;return _emscripten_bind_Mx3dAspectText_Orientation_0(self)};Mx3dAspectText.prototype["__destroy__"]=Mx3dAspectText.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_Mx3dAspectText___destroy___0(self)};function Mx3dAspectArrow(anAngle,aLength){if(anAngle&&typeof anAngle==="object")anAngle=anAngle.ptr;if(aLength&&typeof aLength==="object")aLength=aLength.ptr;if(anAngle===undefined){this.ptr=_emscripten_bind_Mx3dAspectArrow_Mx3dAspectArrow_0();getCache(Mx3dAspectArrow)[this.ptr]=this;return}if(aLength===undefined){this.ptr=_emscripten_bind_Mx3dAspectArrow_Mx3dAspectArrow_1(anAngle);getCache(Mx3dAspectArrow)[this.ptr]=this;return}this.ptr=_emscripten_bind_Mx3dAspectArrow_Mx3dAspectArrow_2(anAngle,aLength);getCache(Mx3dAspectArrow)[this.ptr]=this}Mx3dAspectArrow.prototype=Object.create(Mx3dAspectObject.prototype);Mx3dAspectArrow.prototype.constructor=Mx3dAspectArrow;Mx3dAspectArrow.prototype.__class__=Mx3dAspectArrow;Mx3dAspectArrow.__cache__={};Module["Mx3dAspectArrow"]=Mx3dAspectArrow;Mx3dAspectArrow.prototype["SetAngle"]=Mx3dAspectArrow.prototype.SetAngle=function(anAngle){var self=this.ptr;if(anAngle&&typeof anAngle==="object")anAngle=anAngle.ptr;_emscripten_bind_Mx3dAspectArrow_SetAngle_1(self,anAngle)};Mx3dAspectArrow.prototype["Angle"]=Mx3dAspectArrow.prototype.Angle=function(){var self=this.ptr;return _emscripten_bind_Mx3dAspectArrow_Angle_0(self)};Mx3dAspectArrow.prototype["SetLength"]=Mx3dAspectArrow.prototype.SetLength=function(theLength){var self=this.ptr;if(theLength&&typeof theLength==="object")theLength=theLength.ptr;_emscripten_bind_Mx3dAspectArrow_SetLength_1(self,theLength)};Mx3dAspectArrow.prototype["Length"]=Mx3dAspectArrow.prototype.Length=function(){var self=this.ptr;return _emscripten_bind_Mx3dAspectArrow_Length_0(self)};Mx3dAspectArrow.prototype["SetZoomable"]=Mx3dAspectArrow.prototype.SetZoomable=function(theIsZoomable){var self=this.ptr;if(theIsZoomable&&typeof theIsZoomable==="object")theIsZoomable=theIsZoomable.ptr;_emscripten_bind_Mx3dAspectArrow_SetZoomable_1(self,theIsZoomable)};Mx3dAspectArrow.prototype["IsZoomable"]=Mx3dAspectArrow.prototype.IsZoomable=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dAspectArrow_IsZoomable_0(self)};Mx3dAspectArrow.prototype["SetColor"]=Mx3dAspectArrow.prototype.SetColor=function(theColor){var self=this.ptr;if(theColor&&typeof theColor==="object")theColor=theColor.ptr;_emscripten_bind_Mx3dAspectArrow_SetColor_1(self,theColor)};Mx3dAspectArrow.prototype["__destroy__"]=Mx3dAspectArrow.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_Mx3dAspectArrow___destroy___0(self)};function Mx3dAspectDim(){this.ptr=_emscripten_bind_Mx3dAspectDim_Mx3dAspectDim_0();getCache(Mx3dAspectDim)[this.ptr]=this}Mx3dAspectDim.prototype=Object.create(Mx3dAspectObject.prototype);Mx3dAspectDim.prototype.constructor=Mx3dAspectDim;Mx3dAspectDim.prototype.__class__=Mx3dAspectDim;Mx3dAspectDim.__cache__={};Module["Mx3dAspectDim"]=Mx3dAspectDim;Mx3dAspectDim.prototype["SetLineAspect"]=Mx3dAspectDim.prototype.SetLineAspect=function(theAspect){var self=this.ptr;if(theAspect&&typeof theAspect==="object")theAspect=theAspect.ptr;_emscripten_bind_Mx3dAspectDim_SetLineAspect_1(self,theAspect)};Mx3dAspectDim.prototype["SetTextAspect"]=Mx3dAspectDim.prototype.SetTextAspect=function(theAspect){var self=this.ptr;if(theAspect&&typeof theAspect==="object")theAspect=theAspect.ptr;_emscripten_bind_Mx3dAspectDim_SetTextAspect_1(self,theAspect)};Mx3dAspectDim.prototype["IsText3d"]=Mx3dAspectDim.prototype.IsText3d=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dAspectDim_IsText3d_0(self)};Mx3dAspectDim.prototype["MakeText3d"]=Mx3dAspectDim.prototype.MakeText3d=function(isText3d){var self=this.ptr;if(isText3d&&typeof isText3d==="object")isText3d=isText3d.ptr;_emscripten_bind_Mx3dAspectDim_MakeText3d_1(self,isText3d)};Mx3dAspectDim.prototype["IsTextShaded"]=Mx3dAspectDim.prototype.IsTextShaded=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dAspectDim_IsTextShaded_0(self)};Mx3dAspectDim.prototype["MakeTextShaded"]=Mx3dAspectDim.prototype.MakeTextShaded=function(theIsTextShaded){var self=this.ptr;if(theIsTextShaded&&typeof theIsTextShaded==="object")theIsTextShaded=theIsTextShaded.ptr;_emscripten_bind_Mx3dAspectDim_MakeTextShaded_1(self,theIsTextShaded)};Mx3dAspectDim.prototype["IsArrows3d"]=Mx3dAspectDim.prototype.IsArrows3d=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dAspectDim_IsArrows3d_0(self)};Mx3dAspectDim.prototype["MakeArrows3d"]=Mx3dAspectDim.prototype.MakeArrows3d=function(theIsArrows3d){var self=this.ptr;if(theIsArrows3d&&typeof theIsArrows3d==="object")theIsArrows3d=theIsArrows3d.ptr;_emscripten_bind_Mx3dAspectDim_MakeArrows3d_1(self,theIsArrows3d)};Mx3dAspectDim.prototype["IsUnitsDisplayed"]=Mx3dAspectDim.prototype.IsUnitsDisplayed=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dAspectDim_IsUnitsDisplayed_0(self)};Mx3dAspectDim.prototype["MakeUnitsDisplayed"]=Mx3dAspectDim.prototype.MakeUnitsDisplayed=function(theIsDisplayed){var self=this.ptr;if(theIsDisplayed&&typeof theIsDisplayed==="object")theIsDisplayed=theIsDisplayed.ptr;_emscripten_bind_Mx3dAspectDim_MakeUnitsDisplayed_1(self,theIsDisplayed)};Mx3dAspectDim.prototype["SetArrowOrientation"]=Mx3dAspectDim.prototype.SetArrowOrientation=function(theArrowOrient){var self=this.ptr;if(theArrowOrient&&typeof theArrowOrient==="object")theArrowOrient=theArrowOrient.ptr;_emscripten_bind_Mx3dAspectDim_SetArrowOrientation_1(self,theArrowOrient)};Mx3dAspectDim.prototype["ArrowOrientation"]=Mx3dAspectDim.prototype.ArrowOrientation=function(){var self=this.ptr;return _emscripten_bind_Mx3dAspectDim_ArrowOrientation_0(self)};Mx3dAspectDim.prototype["SetTextVerticalPosition"]=Mx3dAspectDim.prototype.SetTextVerticalPosition=function(thePosition){var self=this.ptr;if(thePosition&&typeof thePosition==="object")thePosition=thePosition.ptr;_emscripten_bind_Mx3dAspectDim_SetTextVerticalPosition_1(self,thePosition)};Mx3dAspectDim.prototype["TextVerticalPosition"]=Mx3dAspectDim.prototype.TextVerticalPosition=function(){var self=this.ptr;return _emscripten_bind_Mx3dAspectDim_TextVerticalPosition_0(self)};Mx3dAspectDim.prototype["SetTextHorizontalPosition"]=Mx3dAspectDim.prototype.SetTextHorizontalPosition=function(thePosition){var self=this.ptr;if(thePosition&&typeof thePosition==="object")thePosition=thePosition.ptr;_emscripten_bind_Mx3dAspectDim_SetTextHorizontalPosition_1(self,thePosition)};Mx3dAspectDim.prototype["TextHorizontalPosition"]=Mx3dAspectDim.prototype.TextHorizontalPosition=function(){var self=this.ptr;return _emscripten_bind_Mx3dAspectDim_TextHorizontalPosition_0(self)};Mx3dAspectDim.prototype["SetArrowAspect"]=Mx3dAspectDim.prototype.SetArrowAspect=function(theAspect){var self=this.ptr;if(theAspect&&typeof theAspect==="object")theAspect=theAspect.ptr;_emscripten_bind_Mx3dAspectDim_SetArrowAspect_1(self,theAspect)};Mx3dAspectDim.prototype["SetCommonColor"]=Mx3dAspectDim.prototype.SetCommonColor=function(theColor){var self=this.ptr;if(theColor&&typeof theColor==="object")theColor=theColor.ptr;_emscripten_bind_Mx3dAspectDim_SetCommonColor_1(self,theColor)};Mx3dAspectDim.prototype["SetExtensionSize"]=Mx3dAspectDim.prototype.SetExtensionSize=function(theSize){var self=this.ptr;if(theSize&&typeof theSize==="object")theSize=theSize.ptr;_emscripten_bind_Mx3dAspectDim_SetExtensionSize_1(self,theSize)};Mx3dAspectDim.prototype["ExtensionSize"]=Mx3dAspectDim.prototype.ExtensionSize=function(){var self=this.ptr;return _emscripten_bind_Mx3dAspectDim_ExtensionSize_0(self)};Mx3dAspectDim.prototype["SetArrowTailSize"]=Mx3dAspectDim.prototype.SetArrowTailSize=function(theSize){var self=this.ptr;if(theSize&&typeof theSize==="object")theSize=theSize.ptr;_emscripten_bind_Mx3dAspectDim_SetArrowTailSize_1(self,theSize)};Mx3dAspectDim.prototype["ArrowTailSize"]=Mx3dAspectDim.prototype.ArrowTailSize=function(){var self=this.ptr;return _emscripten_bind_Mx3dAspectDim_ArrowTailSize_0(self)};Mx3dAspectDim.prototype["SetValueStringFormat"]=Mx3dAspectDim.prototype.SetValueStringFormat=function(theFormat){var self=this.ptr;ensureCache.prepare();if(theFormat&&typeof theFormat==="object")theFormat=theFormat.ptr;else theFormat=ensureString(theFormat);_emscripten_bind_Mx3dAspectDim_SetValueStringFormat_1(self,theFormat)};Mx3dAspectDim.prototype["ValueStringFormat"]=Mx3dAspectDim.prototype.ValueStringFormat=function(){var self=this.ptr;return UTF8ToString(_emscripten_bind_Mx3dAspectDim_ValueStringFormat_0(self))};Mx3dAspectDim.prototype["__destroy__"]=Mx3dAspectDim.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_Mx3dAspectDim___destroy___0(self)};function Mx3dDimDiameter(theCircle,thePlane){if(theCircle&&typeof theCircle==="object")theCircle=theCircle.ptr;if(thePlane&&typeof thePlane==="object")thePlane=thePlane.ptr;if(thePlane===undefined){this.ptr=_emscripten_bind_Mx3dDimDiameter_Mx3dDimDiameter_1(theCircle);getCache(Mx3dDimDiameter)[this.ptr]=this;return}this.ptr=_emscripten_bind_Mx3dDimDiameter_Mx3dDimDiameter_2(theCircle,thePlane);getCache(Mx3dDimDiameter)[this.ptr]=this}Mx3dDimDiameter.prototype=Object.create(Mx3dDimObject.prototype);Mx3dDimDiameter.prototype.constructor=Mx3dDimDiameter;Mx3dDimDiameter.prototype.__class__=Mx3dDimDiameter;Mx3dDimDiameter.__cache__={};Module["Mx3dDimDiameter"]=Mx3dDimDiameter;Mx3dDimDiameter.prototype["Circle"]=Mx3dDimDiameter.prototype.Circle=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dDimDiameter_Circle_0(self),Mx3dGeCircle)};Mx3dDimDiameter.prototype["AnchorPoint"]=Mx3dDimDiameter.prototype.AnchorPoint=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dDimDiameter_AnchorPoint_0(self),Mx3dGePoint)};Mx3dDimDiameter.prototype["Shape"]=Mx3dDimDiameter.prototype.Shape=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dDimDiameter_Shape_0(self),Mx3dShapeObject)};Mx3dDimDiameter.prototype["SetMeasuredGeometry"]=Mx3dDimDiameter.prototype.SetMeasuredGeometry=function(theCircle){var self=this.ptr;if(theCircle&&typeof theCircle==="object")theCircle=theCircle.ptr;_emscripten_bind_Mx3dDimDiameter_SetMeasuredGeometry_1(self,theCircle)};Mx3dDimDiameter.prototype["SetTextPosition"]=Mx3dDimDiameter.prototype.SetTextPosition=function(theTextPos){var self=this.ptr;if(theTextPos&&typeof theTextPos==="object")theTextPos=theTextPos.ptr;_emscripten_bind_Mx3dDimDiameter_SetTextPosition_1(self,theTextPos)};Mx3dDimDiameter.prototype["GetTextPosition"]=Mx3dDimDiameter.prototype.GetTextPosition=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dDimDiameter_GetTextPosition_0(self),Mx3dGePoint)};Mx3dDimDiameter.prototype["SetDisplayUnits"]=Mx3dDimDiameter.prototype.SetDisplayUnits=function(theUnits){var self=this.ptr;ensureCache.prepare();if(theUnits&&typeof theUnits==="object")theUnits=theUnits.ptr;else theUnits=ensureString(theUnits);_emscripten_bind_Mx3dDimDiameter_SetDisplayUnits_1(self,theUnits)};Mx3dDimDiameter.prototype["SetModelUnits"]=Mx3dDimDiameter.prototype.SetModelUnits=function(theUnits){var self=this.ptr;ensureCache.prepare();if(theUnits&&typeof theUnits==="object")theUnits=theUnits.ptr;else theUnits=ensureString(theUnits);_emscripten_bind_Mx3dDimDiameter_SetModelUnits_1(self,theUnits)};Mx3dDimDiameter.prototype["GetValue"]=Mx3dDimDiameter.prototype.GetValue=function(){var self=this.ptr;return _emscripten_bind_Mx3dDimDiameter_GetValue_0(self)};Mx3dDimDiameter.prototype["SetComputedValue"]=Mx3dDimDiameter.prototype.SetComputedValue=function(){var self=this.ptr;_emscripten_bind_Mx3dDimDiameter_SetComputedValue_0(self)};Mx3dDimDiameter.prototype["SetCustomValue"]=Mx3dDimDiameter.prototype.SetCustomValue=function(theValue){var self=this.ptr;if(theValue&&typeof theValue==="object")theValue=theValue.ptr;_emscripten_bind_Mx3dDimDiameter_SetCustomValue_1(self,theValue)};Mx3dDimDiameter.prototype["GetPlane"]=Mx3dDimDiameter.prototype.GetPlane=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dDimDiameter_GetPlane_0(self),Mx3dGePlane)};Mx3dDimDiameter.prototype["GetGeometryType"]=Mx3dDimDiameter.prototype.GetGeometryType=function(){var self=this.ptr;return _emscripten_bind_Mx3dDimDiameter_GetGeometryType_0(self)};Mx3dDimDiameter.prototype["SetCustomPlane"]=Mx3dDimDiameter.prototype.SetCustomPlane=function(thePlane){var self=this.ptr;if(thePlane&&typeof thePlane==="object")thePlane=thePlane.ptr;_emscripten_bind_Mx3dDimDiameter_SetCustomPlane_1(self,thePlane)};Mx3dDimDiameter.prototype["UnsetCustomPlane"]=Mx3dDimDiameter.prototype.UnsetCustomPlane=function(){var self=this.ptr;_emscripten_bind_Mx3dDimDiameter_UnsetCustomPlane_0(self)};Mx3dDimDiameter.prototype["IsTextPositionCustom"]=Mx3dDimDiameter.prototype.IsTextPositionCustom=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dDimDiameter_IsTextPositionCustom_0(self)};Mx3dDimDiameter.prototype["SetDimensionAspect"]=Mx3dDimDiameter.prototype.SetDimensionAspect=function(theDimensionAspect){var self=this.ptr;if(theDimensionAspect&&typeof theDimensionAspect==="object")theDimensionAspect=theDimensionAspect.ptr;_emscripten_bind_Mx3dDimDiameter_SetDimensionAspect_1(self,theDimensionAspect)};Mx3dDimDiameter.prototype["KindOfDimension"]=Mx3dDimDiameter.prototype.KindOfDimension=function(){var self=this.ptr;return _emscripten_bind_Mx3dDimDiameter_KindOfDimension_0(self)};Mx3dDimDiameter.prototype["UnsetFixedTextPosition"]=Mx3dDimDiameter.prototype.UnsetFixedTextPosition=function(){var self=this.ptr;_emscripten_bind_Mx3dDimDiameter_UnsetFixedTextPosition_0(self)};Mx3dDimDiameter.prototype["SelToleranceForText2d"]=Mx3dDimDiameter.prototype.SelToleranceForText2d=function(){var self=this.ptr;return _emscripten_bind_Mx3dDimDiameter_SelToleranceForText2d_0(self)};Mx3dDimDiameter.prototype["SetSelToleranceForText2d"]=Mx3dDimDiameter.prototype.SetSelToleranceForText2d=function(theTol){var self=this.ptr;if(theTol&&typeof theTol==="object")theTol=theTol.ptr;_emscripten_bind_Mx3dDimDiameter_SetSelToleranceForText2d_1(self,theTol)};Mx3dDimDiameter.prototype["GetFlyout"]=Mx3dDimDiameter.prototype.GetFlyout=function(){var self=this.ptr;return _emscripten_bind_Mx3dDimDiameter_GetFlyout_0(self)};Mx3dDimDiameter.prototype["SetFlyout"]=Mx3dDimDiameter.prototype.SetFlyout=function(theFlyout){var self=this.ptr;if(theFlyout&&typeof theFlyout==="object")theFlyout=theFlyout.ptr;_emscripten_bind_Mx3dDimDiameter_SetFlyout_1(self,theFlyout)};Mx3dDimDiameter.prototype["IsValid"]=Mx3dDimDiameter.prototype.IsValid=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dDimDiameter_IsValid_0(self)};Mx3dDimDiameter.prototype["__destroy__"]=Mx3dDimDiameter.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_Mx3dDimDiameter___destroy___0(self)};function Mx3dDimRadius(theCircle,theAnchorPoint){if(theCircle&&typeof theCircle==="object")theCircle=theCircle.ptr;if(theAnchorPoint&&typeof theAnchorPoint==="object")theAnchorPoint=theAnchorPoint.ptr;if(theAnchorPoint===undefined){this.ptr=_emscripten_bind_Mx3dDimRadius_Mx3dDimRadius_1(theCircle);getCache(Mx3dDimRadius)[this.ptr]=this;return}this.ptr=_emscripten_bind_Mx3dDimRadius_Mx3dDimRadius_2(theCircle,theAnchorPoint);getCache(Mx3dDimRadius)[this.ptr]=this}Mx3dDimRadius.prototype=Object.create(Mx3dDimObject.prototype);Mx3dDimRadius.prototype.constructor=Mx3dDimRadius;Mx3dDimRadius.prototype.__class__=Mx3dDimRadius;Mx3dDimRadius.__cache__={};Module["Mx3dDimRadius"]=Mx3dDimRadius;Mx3dDimRadius.prototype["Circle"]=Mx3dDimRadius.prototype.Circle=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dDimRadius_Circle_0(self),Mx3dGeCircle)};Mx3dDimRadius.prototype["AnchorPoint"]=Mx3dDimRadius.prototype.AnchorPoint=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dDimRadius_AnchorPoint_0(self),Mx3dGePoint)};Mx3dDimRadius.prototype["Shape"]=Mx3dDimRadius.prototype.Shape=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dDimRadius_Shape_0(self),Mx3dShapeObject)};Mx3dDimRadius.prototype["SetMeasuredGeometry"]=Mx3dDimRadius.prototype.SetMeasuredGeometry=function(theCircle,theAnchorPoint,theHasAnchor){var self=this.ptr;if(theCircle&&typeof theCircle==="object")theCircle=theCircle.ptr;if(theAnchorPoint&&typeof theAnchorPoint==="object")theAnchorPoint=theAnchorPoint.ptr;if(theHasAnchor&&typeof theHasAnchor==="object")theHasAnchor=theHasAnchor.ptr;if(theAnchorPoint===undefined){_emscripten_bind_Mx3dDimRadius_SetMeasuredGeometry_1(self,theCircle);return}if(theHasAnchor===undefined){_emscripten_bind_Mx3dDimRadius_SetMeasuredGeometry_2(self,theCircle,theAnchorPoint);return}_emscripten_bind_Mx3dDimRadius_SetMeasuredGeometry_3(self,theCircle,theAnchorPoint,theHasAnchor)};Mx3dDimRadius.prototype["SetTextPosition"]=Mx3dDimRadius.prototype.SetTextPosition=function(theTextPos){var self=this.ptr;if(theTextPos&&typeof theTextPos==="object")theTextPos=theTextPos.ptr;_emscripten_bind_Mx3dDimRadius_SetTextPosition_1(self,theTextPos)};Mx3dDimRadius.prototype["GetTextPosition"]=Mx3dDimRadius.prototype.GetTextPosition=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dDimRadius_GetTextPosition_0(self),Mx3dGePoint)};Mx3dDimRadius.prototype["GetValue"]=Mx3dDimRadius.prototype.GetValue=function(){var self=this.ptr;return _emscripten_bind_Mx3dDimRadius_GetValue_0(self)};Mx3dDimRadius.prototype["SetComputedValue"]=Mx3dDimRadius.prototype.SetComputedValue=function(){var self=this.ptr;_emscripten_bind_Mx3dDimRadius_SetComputedValue_0(self)};Mx3dDimRadius.prototype["SetCustomValue"]=Mx3dDimRadius.prototype.SetCustomValue=function(theValue){var self=this.ptr;if(theValue&&typeof theValue==="object")theValue=theValue.ptr;_emscripten_bind_Mx3dDimRadius_SetCustomValue_1(self,theValue)};Mx3dDimRadius.prototype["GetPlane"]=Mx3dDimRadius.prototype.GetPlane=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dDimRadius_GetPlane_0(self),Mx3dGePlane)};Mx3dDimRadius.prototype["GetGeometryType"]=Mx3dDimRadius.prototype.GetGeometryType=function(){var self=this.ptr;return _emscripten_bind_Mx3dDimRadius_GetGeometryType_0(self)};Mx3dDimRadius.prototype["SetCustomPlane"]=Mx3dDimRadius.prototype.SetCustomPlane=function(thePlane){var self=this.ptr;if(thePlane&&typeof thePlane==="object")thePlane=thePlane.ptr;_emscripten_bind_Mx3dDimRadius_SetCustomPlane_1(self,thePlane)};Mx3dDimRadius.prototype["UnsetCustomPlane"]=Mx3dDimRadius.prototype.UnsetCustomPlane=function(){var self=this.ptr;_emscripten_bind_Mx3dDimRadius_UnsetCustomPlane_0(self)};Mx3dDimRadius.prototype["IsTextPositionCustom"]=Mx3dDimRadius.prototype.IsTextPositionCustom=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dDimRadius_IsTextPositionCustom_0(self)};Mx3dDimRadius.prototype["SetDimensionAspect"]=Mx3dDimRadius.prototype.SetDimensionAspect=function(theDimensionAspect){var self=this.ptr;if(theDimensionAspect&&typeof theDimensionAspect==="object")theDimensionAspect=theDimensionAspect.ptr;_emscripten_bind_Mx3dDimRadius_SetDimensionAspect_1(self,theDimensionAspect)};Mx3dDimRadius.prototype["KindOfDimension"]=Mx3dDimRadius.prototype.KindOfDimension=function(){var self=this.ptr;return _emscripten_bind_Mx3dDimRadius_KindOfDimension_0(self)};Mx3dDimRadius.prototype["UnsetFixedTextPosition"]=Mx3dDimRadius.prototype.UnsetFixedTextPosition=function(){var self=this.ptr;_emscripten_bind_Mx3dDimRadius_UnsetFixedTextPosition_0(self)};Mx3dDimRadius.prototype["SelToleranceForText2d"]=Mx3dDimRadius.prototype.SelToleranceForText2d=function(){var self=this.ptr;return _emscripten_bind_Mx3dDimRadius_SelToleranceForText2d_0(self)};Mx3dDimRadius.prototype["SetSelToleranceForText2d"]=Mx3dDimRadius.prototype.SetSelToleranceForText2d=function(theTol){var self=this.ptr;if(theTol&&typeof theTol==="object")theTol=theTol.ptr;_emscripten_bind_Mx3dDimRadius_SetSelToleranceForText2d_1(self,theTol)};Mx3dDimRadius.prototype["GetFlyout"]=Mx3dDimRadius.prototype.GetFlyout=function(){var self=this.ptr;return _emscripten_bind_Mx3dDimRadius_GetFlyout_0(self)};Mx3dDimRadius.prototype["SetFlyout"]=Mx3dDimRadius.prototype.SetFlyout=function(theFlyout){var self=this.ptr;if(theFlyout&&typeof theFlyout==="object")theFlyout=theFlyout.ptr;_emscripten_bind_Mx3dDimRadius_SetFlyout_1(self,theFlyout)};Mx3dDimRadius.prototype["IsValid"]=Mx3dDimRadius.prototype.IsValid=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dDimRadius_IsValid_0(self)};Mx3dDimRadius.prototype["__destroy__"]=Mx3dDimRadius.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_Mx3dDimRadius___destroy___0(self)};function Mx3dDimAngle(theFirstPoint,theSecondPoint,theThirdPoint){if(theFirstPoint&&typeof theFirstPoint==="object")theFirstPoint=theFirstPoint.ptr;if(theSecondPoint&&typeof theSecondPoint==="object")theSecondPoint=theSecondPoint.ptr;if(theThirdPoint&&typeof theThirdPoint==="object")theThirdPoint=theThirdPoint.ptr;if(theThirdPoint===undefined){this.ptr=_emscripten_bind_Mx3dDimAngle_Mx3dDimAngle_2(theFirstPoint,theSecondPoint);getCache(Mx3dDimAngle)[this.ptr]=this;return}this.ptr=_emscripten_bind_Mx3dDimAngle_Mx3dDimAngle_3(theFirstPoint,theSecondPoint,theThirdPoint);getCache(Mx3dDimAngle)[this.ptr]=this}Mx3dDimAngle.prototype=Object.create(Mx3dDimObject.prototype);Mx3dDimAngle.prototype.constructor=Mx3dDimAngle;Mx3dDimAngle.prototype.__class__=Mx3dDimAngle;Mx3dDimAngle.__cache__={};Module["Mx3dDimAngle"]=Mx3dDimAngle;Mx3dDimAngle.prototype["FirstPoint"]=Mx3dDimAngle.prototype.FirstPoint=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dDimAngle_FirstPoint_0(self),Mx3dGePoint)};Mx3dDimAngle.prototype["SecondPoint"]=Mx3dDimAngle.prototype.SecondPoint=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dDimAngle_SecondPoint_0(self),Mx3dGePoint)};Mx3dDimAngle.prototype["CenterPoint"]=Mx3dDimAngle.prototype.CenterPoint=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dDimAngle_CenterPoint_0(self),Mx3dGePoint)};Mx3dDimAngle.prototype["FirstShape"]=Mx3dDimAngle.prototype.FirstShape=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dDimAngle_FirstShape_0(self),Mx3dShapeObject)};Mx3dDimAngle.prototype["SecondShape"]=Mx3dDimAngle.prototype.SecondShape=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dDimAngle_SecondShape_0(self),Mx3dShapeObject)};Mx3dDimAngle.prototype["ThirdShape"]=Mx3dDimAngle.prototype.ThirdShape=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dDimAngle_ThirdShape_0(self),Mx3dShapeObject)};Mx3dDimAngle.prototype["SetMeasuredGeometry"]=Mx3dDimAngle.prototype.SetMeasuredGeometry=function(theFirstPoint,theSecondPoint,theThridPoint){var self=this.ptr;if(theFirstPoint&&typeof theFirstPoint==="object")theFirstPoint=theFirstPoint.ptr;if(theSecondPoint&&typeof theSecondPoint==="object")theSecondPoint=theSecondPoint.ptr;if(theThridPoint&&typeof theThridPoint==="object")theThridPoint=theThridPoint.ptr;if(theSecondPoint===undefined){_emscripten_bind_Mx3dDimAngle_SetMeasuredGeometry_1(self,theFirstPoint);return}if(theThridPoint===undefined){_emscripten_bind_Mx3dDimAngle_SetMeasuredGeometry_2(self,theFirstPoint,theSecondPoint);return}_emscripten_bind_Mx3dDimAngle_SetMeasuredGeometry_3(self,theFirstPoint,theSecondPoint,theThridPoint)};Mx3dDimAngle.prototype["SetTextPosition"]=Mx3dDimAngle.prototype.SetTextPosition=function(theTextPos){var self=this.ptr;if(theTextPos&&typeof theTextPos==="object")theTextPos=theTextPos.ptr;_emscripten_bind_Mx3dDimAngle_SetTextPosition_1(self,theTextPos)};Mx3dDimAngle.prototype["GetTextPosition"]=Mx3dDimAngle.prototype.GetTextPosition=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dDimAngle_GetTextPosition_0(self),Mx3dGePoint)};Mx3dDimAngle.prototype["GetDisplayUnits"]=Mx3dDimAngle.prototype.GetDisplayUnits=function(){var self=this.ptr;return UTF8ToString(_emscripten_bind_Mx3dDimAngle_GetDisplayUnits_0(self))};Mx3dDimAngle.prototype["GetModelUnits"]=Mx3dDimAngle.prototype.GetModelUnits=function(){var self=this.ptr;return UTF8ToString(_emscripten_bind_Mx3dDimAngle_GetModelUnits_0(self))};Mx3dDimAngle.prototype["SetDisplayUnits"]=Mx3dDimAngle.prototype.SetDisplayUnits=function(theUnits){var self=this.ptr;ensureCache.prepare();if(theUnits&&typeof theUnits==="object")theUnits=theUnits.ptr;else theUnits=ensureString(theUnits);_emscripten_bind_Mx3dDimAngle_SetDisplayUnits_1(self,theUnits)};Mx3dDimAngle.prototype["SetModelUnits"]=Mx3dDimAngle.prototype.SetModelUnits=function(theUnits){var self=this.ptr;ensureCache.prepare();if(theUnits&&typeof theUnits==="object")theUnits=theUnits.ptr;else theUnits=ensureString(theUnits);_emscripten_bind_Mx3dDimAngle_SetModelUnits_1(self,theUnits)};Mx3dDimAngle.prototype["SetType"]=Mx3dDimAngle.prototype.SetType=function(theType){var self=this.ptr;if(theType&&typeof theType==="object")theType=theType.ptr;_emscripten_bind_Mx3dDimAngle_SetType_1(self,theType)};Mx3dDimAngle.prototype["GetType"]=Mx3dDimAngle.prototype.GetType=function(){var self=this.ptr;return _emscripten_bind_Mx3dDimAngle_GetType_0(self)};Mx3dDimAngle.prototype["SetArrowsVisibility"]=Mx3dDimAngle.prototype.SetArrowsVisibility=function(theType){var self=this.ptr;if(theType&&typeof theType==="object")theType=theType.ptr;_emscripten_bind_Mx3dDimAngle_SetArrowsVisibility_1(self,theType)};Mx3dDimAngle.prototype["GetArrowsVisibility"]=Mx3dDimAngle.prototype.GetArrowsVisibility=function(){var self=this.ptr;return _emscripten_bind_Mx3dDimAngle_GetArrowsVisibility_0(self)};Mx3dDimAngle.prototype["GetValue"]=Mx3dDimAngle.prototype.GetValue=function(){var self=this.ptr;return _emscripten_bind_Mx3dDimAngle_GetValue_0(self)};Mx3dDimAngle.prototype["SetComputedValue"]=Mx3dDimAngle.prototype.SetComputedValue=function(){var self=this.ptr;_emscripten_bind_Mx3dDimAngle_SetComputedValue_0(self)};Mx3dDimAngle.prototype["SetCustomValue"]=Mx3dDimAngle.prototype.SetCustomValue=function(theValue){var self=this.ptr;if(theValue&&typeof theValue==="object")theValue=theValue.ptr;_emscripten_bind_Mx3dDimAngle_SetCustomValue_1(self,theValue)};Mx3dDimAngle.prototype["GetPlane"]=Mx3dDimAngle.prototype.GetPlane=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dDimAngle_GetPlane_0(self),Mx3dGePlane)};Mx3dDimAngle.prototype["GetGeometryType"]=Mx3dDimAngle.prototype.GetGeometryType=function(){var self=this.ptr;return _emscripten_bind_Mx3dDimAngle_GetGeometryType_0(self)};Mx3dDimAngle.prototype["SetCustomPlane"]=Mx3dDimAngle.prototype.SetCustomPlane=function(thePlane){var self=this.ptr;if(thePlane&&typeof thePlane==="object")thePlane=thePlane.ptr;_emscripten_bind_Mx3dDimAngle_SetCustomPlane_1(self,thePlane)};Mx3dDimAngle.prototype["UnsetCustomPlane"]=Mx3dDimAngle.prototype.UnsetCustomPlane=function(){var self=this.ptr;_emscripten_bind_Mx3dDimAngle_UnsetCustomPlane_0(self)};Mx3dDimAngle.prototype["IsTextPositionCustom"]=Mx3dDimAngle.prototype.IsTextPositionCustom=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dDimAngle_IsTextPositionCustom_0(self)};Mx3dDimAngle.prototype["SetDimensionAspect"]=Mx3dDimAngle.prototype.SetDimensionAspect=function(theDimensionAspect){var self=this.ptr;if(theDimensionAspect&&typeof theDimensionAspect==="object")theDimensionAspect=theDimensionAspect.ptr;_emscripten_bind_Mx3dDimAngle_SetDimensionAspect_1(self,theDimensionAspect)};Mx3dDimAngle.prototype["KindOfDimension"]=Mx3dDimAngle.prototype.KindOfDimension=function(){var self=this.ptr;return _emscripten_bind_Mx3dDimAngle_KindOfDimension_0(self)};Mx3dDimAngle.prototype["UnsetFixedTextPosition"]=Mx3dDimAngle.prototype.UnsetFixedTextPosition=function(){var self=this.ptr;_emscripten_bind_Mx3dDimAngle_UnsetFixedTextPosition_0(self)};Mx3dDimAngle.prototype["SelToleranceForText2d"]=Mx3dDimAngle.prototype.SelToleranceForText2d=function(){var self=this.ptr;return _emscripten_bind_Mx3dDimAngle_SelToleranceForText2d_0(self)};Mx3dDimAngle.prototype["SetSelToleranceForText2d"]=Mx3dDimAngle.prototype.SetSelToleranceForText2d=function(theTol){var self=this.ptr;if(theTol&&typeof theTol==="object")theTol=theTol.ptr;_emscripten_bind_Mx3dDimAngle_SetSelToleranceForText2d_1(self,theTol)};Mx3dDimAngle.prototype["GetFlyout"]=Mx3dDimAngle.prototype.GetFlyout=function(){var self=this.ptr;return _emscripten_bind_Mx3dDimAngle_GetFlyout_0(self)};Mx3dDimAngle.prototype["SetFlyout"]=Mx3dDimAngle.prototype.SetFlyout=function(theFlyout){var self=this.ptr;if(theFlyout&&typeof theFlyout==="object")theFlyout=theFlyout.ptr;_emscripten_bind_Mx3dDimAngle_SetFlyout_1(self,theFlyout)};Mx3dDimAngle.prototype["IsValid"]=Mx3dDimAngle.prototype.IsValid=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dDimAngle_IsValid_0(self)};Mx3dDimAngle.prototype["__destroy__"]=Mx3dDimAngle.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_Mx3dDimAngle___destroy___0(self)};function Mx3dDimLength(theFirstPoint,theSecondPoint,thePlane){if(theFirstPoint&&typeof theFirstPoint==="object")theFirstPoint=theFirstPoint.ptr;if(theSecondPoint&&typeof theSecondPoint==="object")theSecondPoint=theSecondPoint.ptr;if(thePlane&&typeof thePlane==="object")thePlane=thePlane.ptr;if(theFirstPoint===undefined){this.ptr=_emscripten_bind_Mx3dDimLength_Mx3dDimLength_0();getCache(Mx3dDimLength)[this.ptr]=this;return}if(theSecondPoint===undefined){this.ptr=_emscripten_bind_Mx3dDimLength_Mx3dDimLength_1(theFirstPoint);getCache(Mx3dDimLength)[this.ptr]=this;return}if(thePlane===undefined){this.ptr=_emscripten_bind_Mx3dDimLength_Mx3dDimLength_2(theFirstPoint,theSecondPoint);getCache(Mx3dDimLength)[this.ptr]=this;return}this.ptr=_emscripten_bind_Mx3dDimLength_Mx3dDimLength_3(theFirstPoint,theSecondPoint,thePlane);getCache(Mx3dDimLength)[this.ptr]=this}Mx3dDimLength.prototype=Object.create(Mx3dDimObject.prototype);Mx3dDimLength.prototype.constructor=Mx3dDimLength;Mx3dDimLength.prototype.__class__=Mx3dDimLength;Mx3dDimLength.__cache__={};Module["Mx3dDimLength"]=Mx3dDimLength;Mx3dDimLength.prototype["FirstPoint"]=Mx3dDimLength.prototype.FirstPoint=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dDimLength_FirstPoint_0(self),Mx3dGePoint)};Mx3dDimLength.prototype["SecondPoint"]=Mx3dDimLength.prototype.SecondPoint=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dDimLength_SecondPoint_0(self),Mx3dGePoint)};Mx3dDimLength.prototype["FirstShape"]=Mx3dDimLength.prototype.FirstShape=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dDimLength_FirstShape_0(self),Mx3dShapeObject)};Mx3dDimLength.prototype["SecondShape"]=Mx3dDimLength.prototype.SecondShape=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dDimLength_SecondShape_0(self),Mx3dShapeObject)};Mx3dDimLength.prototype["SetMeasuredGeometry"]=Mx3dDimLength.prototype.SetMeasuredGeometry=function(theFirstPoint,theSecondPoint,thePlane){var self=this.ptr;if(theFirstPoint&&typeof theFirstPoint==="object")theFirstPoint=theFirstPoint.ptr;if(theSecondPoint&&typeof theSecondPoint==="object")theSecondPoint=theSecondPoint.ptr;if(thePlane&&typeof thePlane==="object")thePlane=thePlane.ptr;_emscripten_bind_Mx3dDimLength_SetMeasuredGeometry_3(self,theFirstPoint,theSecondPoint,thePlane)};Mx3dDimLength.prototype["SetMeasuredShapes"]=Mx3dDimLength.prototype.SetMeasuredShapes=function(theFirstShape,theSecondShape){var self=this.ptr;if(theFirstShape&&typeof theFirstShape==="object")theFirstShape=theFirstShape.ptr;if(theSecondShape&&typeof theSecondShape==="object")theSecondShape=theSecondShape.ptr;_emscripten_bind_Mx3dDimLength_SetMeasuredShapes_2(self,theFirstShape,theSecondShape)};Mx3dDimLength.prototype["SetTextPosition"]=Mx3dDimLength.prototype.SetTextPosition=function(theTextPos){var self=this.ptr;if(theTextPos&&typeof theTextPos==="object")theTextPos=theTextPos.ptr;_emscripten_bind_Mx3dDimLength_SetTextPosition_1(self,theTextPos)};Mx3dDimLength.prototype["GetTextPosition"]=Mx3dDimLength.prototype.GetTextPosition=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dDimLength_GetTextPosition_0(self),Mx3dGePoint)};Mx3dDimLength.prototype["SetDirection"]=Mx3dDimLength.prototype.SetDirection=function(theDirection,theUseDirection){var self=this.ptr;if(theDirection&&typeof theDirection==="object")theDirection=theDirection.ptr;if(theUseDirection&&typeof theUseDirection==="object")theUseDirection=theUseDirection.ptr;_emscripten_bind_Mx3dDimLength_SetDirection_2(self,theDirection,theUseDirection)};Mx3dDimLength.prototype["GetValue"]=Mx3dDimLength.prototype.GetValue=function(){var self=this.ptr;return _emscripten_bind_Mx3dDimLength_GetValue_0(self)};Mx3dDimLength.prototype["SetComputedValue"]=Mx3dDimLength.prototype.SetComputedValue=function(){var self=this.ptr;_emscripten_bind_Mx3dDimLength_SetComputedValue_0(self)};Mx3dDimLength.prototype["SetCustomValue"]=Mx3dDimLength.prototype.SetCustomValue=function(theValue){var self=this.ptr;if(theValue&&typeof theValue==="object")theValue=theValue.ptr;_emscripten_bind_Mx3dDimLength_SetCustomValue_1(self,theValue)};Mx3dDimLength.prototype["GetPlane"]=Mx3dDimLength.prototype.GetPlane=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dDimLength_GetPlane_0(self),Mx3dGePlane)};Mx3dDimLength.prototype["GetGeometryType"]=Mx3dDimLength.prototype.GetGeometryType=function(){var self=this.ptr;return _emscripten_bind_Mx3dDimLength_GetGeometryType_0(self)};Mx3dDimLength.prototype["SetCustomPlane"]=Mx3dDimLength.prototype.SetCustomPlane=function(thePlane){var self=this.ptr;if(thePlane&&typeof thePlane==="object")thePlane=thePlane.ptr;_emscripten_bind_Mx3dDimLength_SetCustomPlane_1(self,thePlane)};Mx3dDimLength.prototype["UnsetCustomPlane"]=Mx3dDimLength.prototype.UnsetCustomPlane=function(){var self=this.ptr;_emscripten_bind_Mx3dDimLength_UnsetCustomPlane_0(self)};Mx3dDimLength.prototype["IsTextPositionCustom"]=Mx3dDimLength.prototype.IsTextPositionCustom=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dDimLength_IsTextPositionCustom_0(self)};Mx3dDimLength.prototype["SetDimensionAspect"]=Mx3dDimLength.prototype.SetDimensionAspect=function(theDimensionAspect){var self=this.ptr;if(theDimensionAspect&&typeof theDimensionAspect==="object")theDimensionAspect=theDimensionAspect.ptr;_emscripten_bind_Mx3dDimLength_SetDimensionAspect_1(self,theDimensionAspect)};Mx3dDimLength.prototype["KindOfDimension"]=Mx3dDimLength.prototype.KindOfDimension=function(){var self=this.ptr;return _emscripten_bind_Mx3dDimLength_KindOfDimension_0(self)};Mx3dDimLength.prototype["UnsetFixedTextPosition"]=Mx3dDimLength.prototype.UnsetFixedTextPosition=function(){var self=this.ptr;_emscripten_bind_Mx3dDimLength_UnsetFixedTextPosition_0(self)};Mx3dDimLength.prototype["SelToleranceForText2d"]=Mx3dDimLength.prototype.SelToleranceForText2d=function(){var self=this.ptr;return _emscripten_bind_Mx3dDimLength_SelToleranceForText2d_0(self)};Mx3dDimLength.prototype["SetSelToleranceForText2d"]=Mx3dDimLength.prototype.SetSelToleranceForText2d=function(theTol){var self=this.ptr;if(theTol&&typeof theTol==="object")theTol=theTol.ptr;_emscripten_bind_Mx3dDimLength_SetSelToleranceForText2d_1(self,theTol)};Mx3dDimLength.prototype["GetFlyout"]=Mx3dDimLength.prototype.GetFlyout=function(){var self=this.ptr;return _emscripten_bind_Mx3dDimLength_GetFlyout_0(self)};Mx3dDimLength.prototype["SetFlyout"]=Mx3dDimLength.prototype.SetFlyout=function(theFlyout){var self=this.ptr;if(theFlyout&&typeof theFlyout==="object")theFlyout=theFlyout.ptr;_emscripten_bind_Mx3dDimLength_SetFlyout_1(self,theFlyout)};Mx3dDimLength.prototype["IsValid"]=Mx3dDimLength.prototype.IsValid=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dDimLength_IsValid_0(self)};Mx3dDimLength.prototype["__destroy__"]=Mx3dDimLength.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_Mx3dDimLength___destroy___0(self)};function Mx3dInterpolateBSplineCurve(Points,Parameters,PeriodicFlag,Tolerance){if(Points&&typeof Points==="object")Points=Points.ptr;if(Parameters&&typeof Parameters==="object")Parameters=Parameters.ptr;if(PeriodicFlag&&typeof PeriodicFlag==="object")PeriodicFlag=PeriodicFlag.ptr;if(Tolerance&&typeof Tolerance==="object")Tolerance=Tolerance.ptr;if(Tolerance===undefined){this.ptr=_emscripten_bind_Mx3dInterpolateBSplineCurve_Mx3dInterpolateBSplineCurve_3(Points,Parameters,PeriodicFlag);getCache(Mx3dInterpolateBSplineCurve)[this.ptr]=this;return}this.ptr=_emscripten_bind_Mx3dInterpolateBSplineCurve_Mx3dInterpolateBSplineCurve_4(Points,Parameters,PeriodicFlag,Tolerance);getCache(Mx3dInterpolateBSplineCurve)[this.ptr]=this}Mx3dInterpolateBSplineCurve.prototype=Object.create(Mx3dBaseObject.prototype);Mx3dInterpolateBSplineCurve.prototype.constructor=Mx3dInterpolateBSplineCurve;Mx3dInterpolateBSplineCurve.prototype.__class__=Mx3dInterpolateBSplineCurve;Mx3dInterpolateBSplineCurve.__cache__={};Module["Mx3dInterpolateBSplineCurve"]=Mx3dInterpolateBSplineCurve;Mx3dInterpolateBSplineCurve.prototype["LoadEnds"]=Mx3dInterpolateBSplineCurve.prototype.LoadEnds=function(InitialTangent,FinalTangent){var self=this.ptr;if(InitialTangent&&typeof InitialTangent==="object")InitialTangent=InitialTangent.ptr;if(FinalTangent&&typeof FinalTangent==="object")FinalTangent=FinalTangent.ptr;_emscripten_bind_Mx3dInterpolateBSplineCurve_LoadEnds_2(self,InitialTangent,FinalTangent)};Mx3dInterpolateBSplineCurve.prototype["Load"]=Mx3dInterpolateBSplineCurve.prototype.Load=function(Tangents,TangentFlags){var self=this.ptr;if(Tangents&&typeof Tangents==="object")Tangents=Tangents.ptr;if(TangentFlags&&typeof TangentFlags==="object")TangentFlags=TangentFlags.ptr;_emscripten_bind_Mx3dInterpolateBSplineCurve_Load_2(self,Tangents,TangentFlags)};Mx3dInterpolateBSplineCurve.prototype["Perform"]=Mx3dInterpolateBSplineCurve.prototype.Perform=function(){var self=this.ptr;_emscripten_bind_Mx3dInterpolateBSplineCurve_Perform_0(self)};Mx3dInterpolateBSplineCurve.prototype["Curve"]=Mx3dInterpolateBSplineCurve.prototype.Curve=function(){var self=this.ptr;return wrapPointer(_emscripten_bind_Mx3dInterpolateBSplineCurve_Curve_0(self),Mx3dGeomBSplineCurve)};Mx3dInterpolateBSplineCurve.prototype["IsDone"]=Mx3dInterpolateBSplineCurve.prototype.IsDone=function(){var self=this.ptr;return!!_emscripten_bind_Mx3dInterpolateBSplineCurve_IsDone_0(self)};Mx3dInterpolateBSplineCurve.prototype["__destroy__"]=Mx3dInterpolateBSplineCurve.prototype.__destroy__=function(){var self=this.ptr;_emscripten_bind_Mx3dInterpolateBSplineCurve___destroy___0(self)};(function(){function setupEnums(){Module["HTA_LEFT"]=_emscripten_enum_MxHorizontalTextAlignment_HTA_LEFT();Module["HTA_CENTER"]=_emscripten_enum_MxHorizontalTextAlignment_HTA_CENTER();Module["HTA_RIGHT"]=_emscripten_enum_MxHorizontalTextAlignment_HTA_RIGHT();Module["CVTA_BOTTOM"]=_emscripten_enum_MxVerticalTextAlignment_CVTA_BOTTOM();Module["CVTA_CENTER"]=_emscripten_enum_MxVerticalTextAlignment_CVTA_CENTER();Module["CVTA_TOP"]=_emscripten_enum_MxVerticalTextAlignment_CVTA_TOP();Module["CVTA_TOPFIRSTLINE"]=_emscripten_enum_MxVerticalTextAlignment_CVTA_TOPFIRSTLINE();Module["FA_UNDEFINED"]=_emscripten_enum_MxFontAspect_FA_UNDEFINED();Module["FA_Regular"]=_emscripten_enum_MxFontAspect_FA_Regular();Module["FA_Bold"]=_emscripten_enum_MxFontAspect_FA_Bold();Module["FA_Italic"]=_emscripten_enum_MxFontAspect_FA_Italic();Module["FA_BoldItalic"]=_emscripten_enum_MxFontAspect_FA_BoldItalic();Module["TODT_NORMAL"]=_emscripten_enum_MxTypeOfDisplayText_TODT_NORMAL();Module["TODT_SUBTITLE"]=_emscripten_enum_MxTypeOfDisplayText_TODT_SUBTITLE();Module["TODT_DEKALE"]=_emscripten_enum_MxTypeOfDisplayText_TODT_DEKALE();Module["TODT_BLEND"]=_emscripten_enum_MxTypeOfDisplayText_TODT_BLEND();Module["TODT_DIMENSION"]=_emscripten_enum_MxTypeOfDisplayText_TODT_DIMENSION();Module["TODT_SHADOW"]=_emscripten_enum_MxTypeOfDisplayText_TODT_SHADOW();Module["Enum_Rational"]=_emscripten_enum_MxCF3dFilletShapeEnum_Enum_Rational();Module["Enum_QuasiAngular"]=_emscripten_enum_MxCF3dFilletShapeEnum_Enum_QuasiAngular();Module["Enum_Polynomial"]=_emscripten_enum_MxCF3dFilletShapeEnum_Enum_Polynomial();Module["Enum_COMPOUND"]=_emscripten_enum_MxShapeEnum_Enum_COMPOUND();Module["Enum_COMPSOLID"]=_emscripten_enum_MxShapeEnum_Enum_COMPSOLID();Module["Enum_SOLID"]=_emscripten_enum_MxShapeEnum_Enum_SOLID();Module["Enum_SHELL"]=_emscripten_enum_MxShapeEnum_Enum_SHELL();Module["Enum_FACE"]=_emscripten_enum_MxShapeEnum_Enum_FACE();Module["Enum_WIRE"]=_emscripten_enum_MxShapeEnum_Enum_WIRE();Module["Enum_EDGE"]=_emscripten_enum_MxShapeEnum_Enum_EDGE();Module["Enum_VERTEX"]=_emscripten_enum_MxShapeEnum_Enum_VERTEX();Module["Enum_SHAPE"]=_emscripten_enum_MxShapeEnum_Enum_SHAPE();Module["Enum_ClassicChamfer"]=_emscripten_enum_MxCFDSChamfMode_Enum_ClassicChamfer();Module["Enum_ConstThroatChamfer"]=_emscripten_enum_MxCFDSChamfMode_Enum_ConstThroatChamfer();Module["Enum_ConstThroatWithPenetrationChamfer"]=_emscripten_enum_MxCFDSChamfMode_Enum_ConstThroatWithPenetrationChamfer();Module["GF_IsCorrectedFrenet"]=_emscripten_enum_MxGFTrihedron_GF_IsCorrectedFrenet();Module["GF_IsFixed"]=_emscripten_enum_MxGFTrihedron_GF_IsFixed();Module["GF_IsFrenet"]=_emscripten_enum_MxGFTrihedron_GF_IsFrenet();Module["GF_IsConstantNormal"]=_emscripten_enum_MxGFTrihedron_GF_IsConstantNormal();Module["GF_IsDarboux"]=_emscripten_enum_MxGFTrihedron_GF_IsDarboux();Module["GF_IsGuideAC"]=_emscripten_enum_MxGFTrihedron_GF_IsGuideAC();Module["GF_IsGuidePlan"]=_emscripten_enum_MxGFTrihedron_GF_IsGuidePlan();Module["GF_IsGuideACWithContact"]=_emscripten_enum_MxGFTrihedron_GF_IsGuideACWithContact();Module["GF_IsGuidePlanWithContact"]=_emscripten_enum_MxGFTrihedron_GF_IsGuidePlanWithContact();Module["GF_IsDiscreteTrihedron"]=_emscripten_enum_MxGFTrihedron_GF_IsDiscreteTrihedron();Module["GA_C0"]=_emscripten_enum_MxGAShapeEnum_GA_C0();Module["GA_G1"]=_emscripten_enum_MxGAShapeEnum_GA_G1();Module["GA_C1"]=_emscripten_enum_MxGAShapeEnum_GA_C1();Module["GA_G2"]=_emscripten_enum_MxGAShapeEnum_GA_G2();Module["GA_C2"]=_emscripten_enum_MxGAShapeEnum_GA_C2();Module["GA_C3"]=_emscripten_enum_MxGAShapeEnum_GA_C3();Module["GA_CN"]=_emscripten_enum_MxGAShapeEnum_GA_CN();Module["Offset_Skin"]=_emscripten_enum_MxOffsetModeEnum_Offset_Skin();Module["Offset_Pipe"]=_emscripten_enum_MxOffsetModeEnum_Offset_Pipe();Module["Offset_RectoVerso"]=_emscripten_enum_MxOffsetModeEnum_Offset_RectoVerso();Module["GA_Arc"]=_emscripten_enum_MxGAJoinTypeEnum_GA_Arc();Module["GA_Tangent"]=_emscripten_enum_MxGAJoinTypeEnum_GA_Tangent();Module["GA_Intersection"]=_emscripten_enum_MxGAJoinTypeEnum_GA_Intersection();Module["Material_NOM_Brass"]=_emscripten_enum_MxNameOfMaterial_Material_NOM_Brass();Module["Material_NOM_Bronze"]=_emscripten_enum_MxNameOfMaterial_Material_NOM_Bronze();Module["Material_NOM_Copper"]=_emscripten_enum_MxNameOfMaterial_Material_NOM_Copper();Module["Material_NOM_Gold"]=_emscripten_enum_MxNameOfMaterial_Material_NOM_Gold();Module["Material_NOM_Pewter"]=_emscripten_enum_MxNameOfMaterial_Material_NOM_Pewter();Module["Material_NOM_Plastered"]=_emscripten_enum_MxNameOfMaterial_Material_NOM_Plastered();Module["Material_NOM_Plastified"]=_emscripten_enum_MxNameOfMaterial_Material_NOM_Plastified();Module["Material_NOM_Silver"]=_emscripten_enum_MxNameOfMaterial_Material_NOM_Silver();Module["Material_NOM_Steel"]=_emscripten_enum_MxNameOfMaterial_Material_NOM_Steel();Module["Material_NOM_Stone"]=_emscripten_enum_MxNameOfMaterial_Material_NOM_Stone();Module["Material_NOM_ShinyPlastified"]=_emscripten_enum_MxNameOfMaterial_Material_NOM_ShinyPlastified();Module["Material_NOM_Satin"]=_emscripten_enum_MxNameOfMaterial_Material_NOM_Satin();Module["Material_NOM_Metalized"]=_emscripten_enum_MxNameOfMaterial_Material_NOM_Metalized();Module["Material_NOM_Ionized"]=_emscripten_enum_MxNameOfMaterial_Material_NOM_Ionized();Module["Material_NOM_Chrome"]=_emscripten_enum_MxNameOfMaterial_Material_NOM_Chrome();Module["Material_NOM_Aluminum"]=_emscripten_enum_MxNameOfMaterial_Material_NOM_Aluminum();Module["Material_NOM_Obsidian"]=_emscripten_enum_MxNameOfMaterial_Material_NOM_Obsidian();Module["Material_NOM_Neon"]=_emscripten_enum_MxNameOfMaterial_Material_NOM_Neon();Module["Material_NOM_Jade"]=_emscripten_enum_MxNameOfMaterial_Material_NOM_Jade();Module["Material_NOM_Charcoal"]=_emscripten_enum_MxNameOfMaterial_Material_NOM_Charcoal();Module["Material_NOM_Water"]=_emscripten_enum_MxNameOfMaterial_Material_NOM_Water();Module["Material_NOM_Glass"]=_emscripten_enum_MxNameOfMaterial_Material_NOM_Glass();Module["Material_NOM_Diamond"]=_emscripten_enum_MxNameOfMaterial_Material_NOM_Diamond();Module["Material_NOM_Transparent"]=_emscripten_enum_MxNameOfMaterial_Material_NOM_Transparent();Module["Material_NOM_DEFAULT"]=_emscripten_enum_MxNameOfMaterial_Material_NOM_DEFAULT();Module["Material_NOM_UserDefined"]=_emscripten_enum_MxNameOfMaterial_Material_NOM_UserDefined();Module["Material_TOM_ASPECT"]=_emscripten_enum_MxTypeOfMaterial_Material_TOM_ASPECT();Module["Material_TOM_PHYSIC"]=_emscripten_enum_MxTypeOfMaterial_Material_TOM_PHYSIC();Module["Reflection_TOR_AMBIENT"]=_emscripten_enum_MxTypeOfReflection_Reflection_TOR_AMBIENT();Module["Reflection_TOR_DIFFUSE"]=_emscripten_enum_MxTypeOfReflection_Reflection_TOR_DIFFUSE();Module["Reflection_TOR_SPECULAR"]=_emscripten_enum_MxTypeOfReflection_Reflection_TOR_SPECULAR();Module["Reflection_TOR_EMISSION"]=_emscripten_enum_MxTypeOfReflection_Reflection_TOR_EMISSION();Module["Color_NOC_BLACK"]=_emscripten_enum_MxNameOfColor_Color_NOC_BLACK();Module["Color_NOC_MATRABLUE"]=_emscripten_enum_MxNameOfColor_Color_NOC_MATRABLUE();Module["Color_NOC_MATRAGRAY"]=_emscripten_enum_MxNameOfColor_Color_NOC_MATRAGRAY();Module["Color_NOC_ALICEBLUE"]=_emscripten_enum_MxNameOfColor_Color_NOC_ALICEBLUE();Module["Color_NOC_ANTIQUEWHITE"]=_emscripten_enum_MxNameOfColor_Color_NOC_ANTIQUEWHITE();Module["Color_NOC_ANTIQUEWHITE1"]=_emscripten_enum_MxNameOfColor_Color_NOC_ANTIQUEWHITE1();Module["Color_NOC_ANTIQUEWHITE2"]=_emscripten_enum_MxNameOfColor_Color_NOC_ANTIQUEWHITE2();Module["Color_NOC_ANTIQUEWHITE3"]=_emscripten_enum_MxNameOfColor_Color_NOC_ANTIQUEWHITE3();Module["Color_NOC_ANTIQUEWHITE4"]=_emscripten_enum_MxNameOfColor_Color_NOC_ANTIQUEWHITE4();Module["Color_NOC_AQUAMARINE1"]=_emscripten_enum_MxNameOfColor_Color_NOC_AQUAMARINE1();Module["Color_NOC_AQUAMARINE2"]=_emscripten_enum_MxNameOfColor_Color_NOC_AQUAMARINE2();Module["Color_NOC_AQUAMARINE4"]=_emscripten_enum_MxNameOfColor_Color_NOC_AQUAMARINE4();Module["Color_NOC_AZURE"]=_emscripten_enum_MxNameOfColor_Color_NOC_AZURE();Module["Color_NOC_AZURE2"]=_emscripten_enum_MxNameOfColor_Color_NOC_AZURE2();Module["Color_NOC_AZURE3"]=_emscripten_enum_MxNameOfColor_Color_NOC_AZURE3();Module["Color_NOC_AZURE4"]=_emscripten_enum_MxNameOfColor_Color_NOC_AZURE4();Module["Color_NOC_BEIGE"]=_emscripten_enum_MxNameOfColor_Color_NOC_BEIGE();Module["Color_NOC_BISQUE"]=_emscripten_enum_MxNameOfColor_Color_NOC_BISQUE();Module["Color_NOC_BISQUE2"]=_emscripten_enum_MxNameOfColor_Color_NOC_BISQUE2();Module["Color_NOC_BISQUE3"]=_emscripten_enum_MxNameOfColor_Color_NOC_BISQUE3();Module["Color_NOC_BISQUE4"]=_emscripten_enum_MxNameOfColor_Color_NOC_BISQUE4();Module["Color_NOC_BLANCHEDALMOND"]=_emscripten_enum_MxNameOfColor_Color_NOC_BLANCHEDALMOND();Module["Color_NOC_BLUE"]=_emscripten_enum_MxNameOfColor_Color_NOC_BLUE();Module["Color_NOC_BLUE1"]=_emscripten_enum_MxNameOfColor_Color_NOC_BLUE1();Module["Color_NOC_BLUE2"]=_emscripten_enum_MxNameOfColor_Color_NOC_BLUE2();Module["Color_NOC_BLUE3"]=_emscripten_enum_MxNameOfColor_Color_NOC_BLUE3();Module["Color_NOC_BLUE4"]=_emscripten_enum_MxNameOfColor_Color_NOC_BLUE4();Module["Color_NOC_BLUEVIOLET"]=_emscripten_enum_MxNameOfColor_Color_NOC_BLUEVIOLET();Module["Color_NOC_BROWN"]=_emscripten_enum_MxNameOfColor_Color_NOC_BROWN();Module["Color_NOC_BROWN1"]=_emscripten_enum_MxNameOfColor_Color_NOC_BROWN1();Module["Color_NOC_BROWN2"]=_emscripten_enum_MxNameOfColor_Color_NOC_BROWN2();Module["Color_NOC_BROWN3"]=_emscripten_enum_MxNameOfColor_Color_NOC_BROWN3();Module["Color_NOC_BROWN4"]=_emscripten_enum_MxNameOfColor_Color_NOC_BROWN4();Module["Color_NOC_BURLYWOOD"]=_emscripten_enum_MxNameOfColor_Color_NOC_BURLYWOOD();Module["Color_NOC_BURLYWOOD1"]=_emscripten_enum_MxNameOfColor_Color_NOC_BURLYWOOD1();Module["Color_NOC_BURLYWOOD2"]=_emscripten_enum_MxNameOfColor_Color_NOC_BURLYWOOD2();Module["Color_NOC_BURLYWOOD3"]=_emscripten_enum_MxNameOfColor_Color_NOC_BURLYWOOD3();Module["Color_NOC_BURLYWOOD4"]=_emscripten_enum_MxNameOfColor_Color_NOC_BURLYWOOD4();Module["Color_NOC_CADETBLUE"]=_emscripten_enum_MxNameOfColor_Color_NOC_CADETBLUE();Module["Color_NOC_CADETBLUE1"]=_emscripten_enum_MxNameOfColor_Color_NOC_CADETBLUE1();Module["Color_NOC_CADETBLUE2"]=_emscripten_enum_MxNameOfColor_Color_NOC_CADETBLUE2();Module["Color_NOC_CADETBLUE3"]=_emscripten_enum_MxNameOfColor_Color_NOC_CADETBLUE3();Module["Color_NOC_CADETBLUE4"]=_emscripten_enum_MxNameOfColor_Color_NOC_CADETBLUE4();Module["Color_NOC_CHARTREUSE"]=_emscripten_enum_MxNameOfColor_Color_NOC_CHARTREUSE();Module["Color_NOC_CHARTREUSE1"]=_emscripten_enum_MxNameOfColor_Color_NOC_CHARTREUSE1();Module["Color_NOC_CHARTREUSE2"]=_emscripten_enum_MxNameOfColor_Color_NOC_CHARTREUSE2();Module["Color_NOC_CHARTREUSE3"]=_emscripten_enum_MxNameOfColor_Color_NOC_CHARTREUSE3();Module["Color_NOC_CHARTREUSE4"]=_emscripten_enum_MxNameOfColor_Color_NOC_CHARTREUSE4();Module["Color_NOC_CHOCOLATE"]=_emscripten_enum_MxNameOfColor_Color_NOC_CHOCOLATE();Module["Color_NOC_CHOCOLATE1"]=_emscripten_enum_MxNameOfColor_Color_NOC_CHOCOLATE1();Module["Color_NOC_CHOCOLATE2"]=_emscripten_enum_MxNameOfColor_Color_NOC_CHOCOLATE2();Module["Color_NOC_CHOCOLATE3"]=_emscripten_enum_MxNameOfColor_Color_NOC_CHOCOLATE3();Module["Color_NOC_CHOCOLATE4"]=_emscripten_enum_MxNameOfColor_Color_NOC_CHOCOLATE4();Module["Color_NOC_CORAL"]=_emscripten_enum_MxNameOfColor_Color_NOC_CORAL();Module["Color_NOC_CORAL1"]=_emscripten_enum_MxNameOfColor_Color_NOC_CORAL1();Module["Color_NOC_CORAL2"]=_emscripten_enum_MxNameOfColor_Color_NOC_CORAL2();Module["Color_NOC_CORAL3"]=_emscripten_enum_MxNameOfColor_Color_NOC_CORAL3();Module["Color_NOC_CORAL4"]=_emscripten_enum_MxNameOfColor_Color_NOC_CORAL4();Module["Color_NOC_CORNFLOWERBLUE"]=_emscripten_enum_MxNameOfColor_Color_NOC_CORNFLOWERBLUE();Module["Color_NOC_CORNSILK1"]=_emscripten_enum_MxNameOfColor_Color_NOC_CORNSILK1();Module["Color_NOC_CORNSILK2"]=_emscripten_enum_MxNameOfColor_Color_NOC_CORNSILK2();Module["Color_NOC_CORNSILK3"]=_emscripten_enum_MxNameOfColor_Color_NOC_CORNSILK3();Module["Color_NOC_CORNSILK4"]=_emscripten_enum_MxNameOfColor_Color_NOC_CORNSILK4();Module["Color_NOC_CYAN"]=_emscripten_enum_MxNameOfColor_Color_NOC_CYAN();Module["Color_NOC_CYAN1"]=_emscripten_enum_MxNameOfColor_Color_NOC_CYAN1();Module["Color_NOC_CYAN2"]=_emscripten_enum_MxNameOfColor_Color_NOC_CYAN2();Module["Color_NOC_CYAN3"]=_emscripten_enum_MxNameOfColor_Color_NOC_CYAN3();Module["Color_NOC_CYAN4"]=_emscripten_enum_MxNameOfColor_Color_NOC_CYAN4();Module["Color_NOC_DARKGOLDENROD"]=_emscripten_enum_MxNameOfColor_Color_NOC_DARKGOLDENROD();Module["Color_NOC_DARKGOLDENROD1"]=_emscripten_enum_MxNameOfColor_Color_NOC_DARKGOLDENROD1();Module["Color_NOC_DARKGOLDENROD2"]=_emscripten_enum_MxNameOfColor_Color_NOC_DARKGOLDENROD2();Module["Color_NOC_DARKGOLDENROD3"]=_emscripten_enum_MxNameOfColor_Color_NOC_DARKGOLDENROD3();Module["Color_NOC_DARKGOLDENROD4"]=_emscripten_enum_MxNameOfColor_Color_NOC_DARKGOLDENROD4();Module["Color_NOC_DARKGREEN"]=_emscripten_enum_MxNameOfColor_Color_NOC_DARKGREEN();Module["Color_NOC_DARKKHAKI"]=_emscripten_enum_MxNameOfColor_Color_NOC_DARKKHAKI();Module["Color_NOC_DARKOLIVEGREEN"]=_emscripten_enum_MxNameOfColor_Color_NOC_DARKOLIVEGREEN();Module["Color_NOC_DARKOLIVEGREEN1"]=_emscripten_enum_MxNameOfColor_Color_NOC_DARKOLIVEGREEN1();Module["Color_NOC_DARKOLIVEGREEN2"]=_emscripten_enum_MxNameOfColor_Color_NOC_DARKOLIVEGREEN2();Module["Color_NOC_DARKOLIVEGREEN3"]=_emscripten_enum_MxNameOfColor_Color_NOC_DARKOLIVEGREEN3();Module["Color_NOC_DARKOLIVEGREEN4"]=_emscripten_enum_MxNameOfColor_Color_NOC_DARKOLIVEGREEN4();Module["Color_NOC_DARKORANGE"]=_emscripten_enum_MxNameOfColor_Color_NOC_DARKORANGE();Module["Color_NOC_DARKORANGE1"]=_emscripten_enum_MxNameOfColor_Color_NOC_DARKORANGE1();Module["Color_NOC_DARKORANGE2"]=_emscripten_enum_MxNameOfColor_Color_NOC_DARKORANGE2();Module["Color_NOC_DARKORANGE3"]=_emscripten_enum_MxNameOfColor_Color_NOC_DARKORANGE3();Module["Color_NOC_DARKORANGE4"]=_emscripten_enum_MxNameOfColor_Color_NOC_DARKORANGE4();Module["Color_NOC_DARKORCHID"]=_emscripten_enum_MxNameOfColor_Color_NOC_DARKORCHID();Module["Color_NOC_DARKORCHID1"]=_emscripten_enum_MxNameOfColor_Color_NOC_DARKORCHID1();Module["Color_NOC_DARKORCHID2"]=_emscripten_enum_MxNameOfColor_Color_NOC_DARKORCHID2();Module["Color_NOC_DARKORCHID3"]=_emscripten_enum_MxNameOfColor_Color_NOC_DARKORCHID3();Module["Color_NOC_DARKORCHID4"]=_emscripten_enum_MxNameOfColor_Color_NOC_DARKORCHID4();Module["Color_NOC_DARKSALMON"]=_emscripten_enum_MxNameOfColor_Color_NOC_DARKSALMON();Module["Color_NOC_DARKSEAGREEN"]=_emscripten_enum_MxNameOfColor_Color_NOC_DARKSEAGREEN();Module["Color_NOC_DARKSEAGREEN1"]=_emscripten_enum_MxNameOfColor_Color_NOC_DARKSEAGREEN1();Module["Color_NOC_DARKSEAGREEN2"]=_emscripten_enum_MxNameOfColor_Color_NOC_DARKSEAGREEN2();Module["Color_NOC_DARKSEAGREEN3"]=_emscripten_enum_MxNameOfColor_Color_NOC_DARKSEAGREEN3();Module["Color_NOC_DARKSEAGREEN4"]=_emscripten_enum_MxNameOfColor_Color_NOC_DARKSEAGREEN4();Module["Color_NOC_DARKSLATEBLUE"]=_emscripten_enum_MxNameOfColor_Color_NOC_DARKSLATEBLUE();Module["Color_NOC_DARKSLATEGRAY1"]=_emscripten_enum_MxNameOfColor_Color_NOC_DARKSLATEGRAY1();Module["Color_NOC_DARKSLATEGRAY2"]=_emscripten_enum_MxNameOfColor_Color_NOC_DARKSLATEGRAY2();Module["Color_NOC_DARKSLATEGRAY3"]=_emscripten_enum_MxNameOfColor_Color_NOC_DARKSLATEGRAY3();Module["Color_NOC_DARKSLATEGRAY4"]=_emscripten_enum_MxNameOfColor_Color_NOC_DARKSLATEGRAY4();Module["Color_NOC_DARKSLATEGRAY"]=_emscripten_enum_MxNameOfColor_Color_NOC_DARKSLATEGRAY();Module["Color_NOC_DARKTURQUOISE"]=_emscripten_enum_MxNameOfColor_Color_NOC_DARKTURQUOISE();Module["Color_NOC_DARKVIOLET"]=_emscripten_enum_MxNameOfColor_Color_NOC_DARKVIOLET();Module["Color_NOC_DEEPPINK"]=_emscripten_enum_MxNameOfColor_Color_NOC_DEEPPINK();Module["Color_NOC_DEEPPINK2"]=_emscripten_enum_MxNameOfColor_Color_NOC_DEEPPINK2();Module["Color_NOC_DEEPPINK3"]=_emscripten_enum_MxNameOfColor_Color_NOC_DEEPPINK3();Module["Color_NOC_DEEPPINK4"]=_emscripten_enum_MxNameOfColor_Color_NOC_DEEPPINK4();Module["Color_NOC_DEEPSKYBLUE1"]=_emscripten_enum_MxNameOfColor_Color_NOC_DEEPSKYBLUE1();Module["Color_NOC_DEEPSKYBLUE2"]=_emscripten_enum_MxNameOfColor_Color_NOC_DEEPSKYBLUE2();Module["Color_NOC_DEEPSKYBLUE3"]=_emscripten_enum_MxNameOfColor_Color_NOC_DEEPSKYBLUE3();Module["Color_NOC_DEEPSKYBLUE4"]=_emscripten_enum_MxNameOfColor_Color_NOC_DEEPSKYBLUE4();Module["Color_NOC_DODGERBLUE1"]=_emscripten_enum_MxNameOfColor_Color_NOC_DODGERBLUE1();Module["Color_NOC_DODGERBLUE2"]=_emscripten_enum_MxNameOfColor_Color_NOC_DODGERBLUE2();Module["Color_NOC_DODGERBLUE3"]=_emscripten_enum_MxNameOfColor_Color_NOC_DODGERBLUE3();Module["Color_NOC_DODGERBLUE4"]=_emscripten_enum_MxNameOfColor_Color_NOC_DODGERBLUE4();Module["Color_NOC_FIREBRICK"]=_emscripten_enum_MxNameOfColor_Color_NOC_FIREBRICK();Module["Color_NOC_FIREBRICK1"]=_emscripten_enum_MxNameOfColor_Color_NOC_FIREBRICK1();Module["Color_NOC_FIREBRICK2"]=_emscripten_enum_MxNameOfColor_Color_NOC_FIREBRICK2();Module["Color_NOC_FIREBRICK3"]=_emscripten_enum_MxNameOfColor_Color_NOC_FIREBRICK3();Module["Color_NOC_FIREBRICK4"]=_emscripten_enum_MxNameOfColor_Color_NOC_FIREBRICK4();Module["Color_NOC_FLORALWHITE"]=_emscripten_enum_MxNameOfColor_Color_NOC_FLORALWHITE();Module["Color_NOC_FORESTGREEN"]=_emscripten_enum_MxNameOfColor_Color_NOC_FORESTGREEN();Module["Color_NOC_GAINSBORO"]=_emscripten_enum_MxNameOfColor_Color_NOC_GAINSBORO();Module["Color_NOC_GHOSTWHITE"]=_emscripten_enum_MxNameOfColor_Color_NOC_GHOSTWHITE();Module["Color_NOC_GOLD"]=_emscripten_enum_MxNameOfColor_Color_NOC_GOLD();Module["Color_NOC_GOLD1"]=_emscripten_enum_MxNameOfColor_Color_NOC_GOLD1();Module["Color_NOC_GOLD2"]=_emscripten_enum_MxNameOfColor_Color_NOC_GOLD2();Module["Color_NOC_GOLD3"]=_emscripten_enum_MxNameOfColor_Color_NOC_GOLD3();Module["Color_NOC_GOLD4"]=_emscripten_enum_MxNameOfColor_Color_NOC_GOLD4();Module["Color_NOC_GOLDENROD"]=_emscripten_enum_MxNameOfColor_Color_NOC_GOLDENROD();Module["Color_NOC_GOLDENROD1"]=_emscripten_enum_MxNameOfColor_Color_NOC_GOLDENROD1();Module["Color_NOC_GOLDENROD2"]=_emscripten_enum_MxNameOfColor_Color_NOC_GOLDENROD2();Module["Color_NOC_GOLDENROD3"]=_emscripten_enum_MxNameOfColor_Color_NOC_GOLDENROD3();Module["Color_NOC_GOLDENROD4"]=_emscripten_enum_MxNameOfColor_Color_NOC_GOLDENROD4();Module["Color_NOC_GRAY"]=_emscripten_enum_MxNameOfColor_Color_NOC_GRAY();Module["Color_NOC_GRAY0"]=_emscripten_enum_MxNameOfColor_Color_NOC_GRAY0();Module["Color_NOC_GRAY1"]=_emscripten_enum_MxNameOfColor_Color_NOC_GRAY1();Module["Color_NOC_GRAY2"]=_emscripten_enum_MxNameOfColor_Color_NOC_GRAY2();Module["Color_NOC_GRAY3"]=_emscripten_enum_MxNameOfColor_Color_NOC_GRAY3();Module["Color_NOC_GRAY4"]=_emscripten_enum_MxNameOfColor_Color_NOC_GRAY4();Module["Color_NOC_GRAY5"]=_emscripten_enum_MxNameOfColor_Color_NOC_GRAY5();Module["Color_NOC_GRAY6"]=_emscripten_enum_MxNameOfColor_Color_NOC_GRAY6();Module["Color_NOC_GRAY7"]=_emscripten_enum_MxNameOfColor_Color_NOC_GRAY7();Module["Color_NOC_GRAY8"]=_emscripten_enum_MxNameOfColor_Color_NOC_GRAY8();Module["Color_NOC_GRAY9"]=_emscripten_enum_MxNameOfColor_Color_NOC_GRAY9();Module["Color_NOC_GRAY10"]=_emscripten_enum_MxNameOfColor_Color_NOC_GRAY10();Module["Color_NOC_GRAY11"]=_emscripten_enum_MxNameOfColor_Color_NOC_GRAY11();Module["Color_NOC_GRAY12"]=_emscripten_enum_MxNameOfColor_Color_NOC_GRAY12();Module["Color_NOC_GRAY13"]=_emscripten_enum_MxNameOfColor_Color_NOC_GRAY13();Module["Color_NOC_GRAY14"]=_emscripten_enum_MxNameOfColor_Color_NOC_GRAY14();Module["Color_NOC_GRAY15"]=_emscripten_enum_MxNameOfColor_Color_NOC_GRAY15();Module["Color_NOC_GRAY16"]=_emscripten_enum_MxNameOfColor_Color_NOC_GRAY16();Module["Color_NOC_GRAY17"]=_emscripten_enum_MxNameOfColor_Color_NOC_GRAY17();Module["Color_NOC_GRAY18"]=_emscripten_enum_MxNameOfColor_Color_NOC_GRAY18();Module["Color_NOC_GRAY19"]=_emscripten_enum_MxNameOfColor_Color_NOC_GRAY19();Module["Color_NOC_GRAY20"]=_emscripten_enum_MxNameOfColor_Color_NOC_GRAY20();Module["Color_NOC_GRAY21"]=_emscripten_enum_MxNameOfColor_Color_NOC_GRAY21();Module["Color_NOC_GRAY22"]=_emscripten_enum_MxNameOfColor_Color_NOC_GRAY22();Module["Color_NOC_GRAY23"]=_emscripten_enum_MxNameOfColor_Color_NOC_GRAY23();Module["Color_NOC_GRAY24"]=_emscripten_enum_MxNameOfColor_Color_NOC_GRAY24();Module["Color_NOC_GRAY25"]=_emscripten_enum_MxNameOfColor_Color_NOC_GRAY25();Module["Color_NOC_GRAY26"]=_emscripten_enum_MxNameOfColor_Color_NOC_GRAY26();Module["Color_NOC_GRAY27"]=_emscripten_enum_MxNameOfColor_Color_NOC_GRAY27();Module["Color_NOC_GRAY28"]=_emscripten_enum_MxNameOfColor_Color_NOC_GRAY28();Module["Color_NOC_GRAY29"]=_emscripten_enum_MxNameOfColor_Color_NOC_GRAY29();Module["Color_NOC_GRAY30"]=_emscripten_enum_MxNameOfColor_Color_NOC_GRAY30();Module["Color_NOC_GRAY31"]=_emscripten_enum_MxNameOfColor_Color_NOC_GRAY31();Module["Color_NOC_GRAY32"]=_emscripten_enum_MxNameOfColor_Color_NOC_GRAY32();Module["Color_NOC_GRAY33"]=_emscripten_enum_MxNameOfColor_Color_NOC_GRAY33();Module["Color_NOC_GRAY34"]=_emscripten_enum_MxNameOfColor_Color_NOC_GRAY34();Module["Color_NOC_GRAY35"]=_emscripten_enum_MxNameOfColor_Color_NOC_GRAY35();Module["Color_NOC_GRAY36"]=_emscripten_enum_MxNameOfColor_Color_NOC_GRAY36();Module["Color_NOC_GRAY37"]=_emscripten_enum_MxNameOfColor_Color_NOC_GRAY37();Module["Color_NOC_GRAY38"]=_emscripten_enum_MxNameOfColor_Color_NOC_GRAY38();Module["Color_NOC_GRAY39"]=_emscripten_enum_MxNameOfColor_Color_NOC_GRAY39();Module["Color_NOC_GRAY40"]=_emscripten_enum_MxNameOfColor_Color_NOC_GRAY40();Module["Color_NOC_GRAY41"]=_emscripten_enum_MxNameOfColor_Color_NOC_GRAY41();Module["Color_NOC_GRAY42"]=_emscripten_enum_MxNameOfColor_Color_NOC_GRAY42();Module["Color_NOC_GRAY43"]=_emscripten_enum_MxNameOfColor_Color_NOC_GRAY43();Module["Color_NOC_GRAY44"]=_emscripten_enum_MxNameOfColor_Color_NOC_GRAY44();Module["Color_NOC_GRAY45"]=_emscripten_enum_MxNameOfColor_Color_NOC_GRAY45();Module["Color_NOC_GRAY46"]=_emscripten_enum_MxNameOfColor_Color_NOC_GRAY46();Module["Color_NOC_GRAY47"]=_emscripten_enum_MxNameOfColor_Color_NOC_GRAY47();Module["Color_NOC_GRAY48"]=_emscripten_enum_MxNameOfColor_Color_NOC_GRAY48();Module["Color_NOC_GRAY49"]=_emscripten_enum_MxNameOfColor_Color_NOC_GRAY49();Module["Color_NOC_GRAY50"]=_emscripten_enum_MxNameOfColor_Color_NOC_GRAY50();Module["Color_NOC_GRAY51"]=_emscripten_enum_MxNameOfColor_Color_NOC_GRAY51();Module["Color_NOC_GRAY52"]=_emscripten_enum_MxNameOfColor_Color_NOC_GRAY52();Module["Color_NOC_GRAY53"]=_emscripten_enum_MxNameOfColor_Color_NOC_GRAY53();Module["Color_NOC_GRAY54"]=_emscripten_enum_MxNameOfColor_Color_NOC_GRAY54();Module["Color_NOC_GRAY55"]=_emscripten_enum_MxNameOfColor_Color_NOC_GRAY55();Module["Color_NOC_GRAY56"]=_emscripten_enum_MxNameOfColor_Color_NOC_GRAY56();Module["Color_NOC_GRAY57"]=_emscripten_enum_MxNameOfColor_Color_NOC_GRAY57();Module["Color_NOC_GRAY58"]=_emscripten_enum_MxNameOfColor_Color_NOC_GRAY58();Module["Color_NOC_GRAY59"]=_emscripten_enum_MxNameOfColor_Color_NOC_GRAY59();Module["Color_NOC_GRAY60"]=_emscripten_enum_MxNameOfColor_Color_NOC_GRAY60();Module["Color_NOC_GRAY61"]=_emscripten_enum_MxNameOfColor_Color_NOC_GRAY61();Module["Color_NOC_GRAY62"]=_emscripten_enum_MxNameOfColor_Color_NOC_GRAY62();Module["Color_NOC_GRAY63"]=_emscripten_enum_MxNameOfColor_Color_NOC_GRAY63();Module["Color_NOC_GRAY64"]=_emscripten_enum_MxNameOfColor_Color_NOC_GRAY64();Module["Color_NOC_GRAY65"]=_emscripten_enum_MxNameOfColor_Color_NOC_GRAY65();Module["Color_NOC_GRAY66"]=_emscripten_enum_MxNameOfColor_Color_NOC_GRAY66();Module["Color_NOC_GRAY67"]=_emscripten_enum_MxNameOfColor_Color_NOC_GRAY67();Module["Color_NOC_GRAY68"]=_emscripten_enum_MxNameOfColor_Color_NOC_GRAY68();Module["Color_NOC_GRAY69"]=_emscripten_enum_MxNameOfColor_Color_NOC_GRAY69();Module["Color_NOC_GRAY70"]=_emscripten_enum_MxNameOfColor_Color_NOC_GRAY70();Module["Color_NOC_GRAY71"]=_emscripten_enum_MxNameOfColor_Color_NOC_GRAY71();Module["Color_NOC_GRAY72"]=_emscripten_enum_MxNameOfColor_Color_NOC_GRAY72();Module["Color_NOC_GRAY73"]=_emscripten_enum_MxNameOfColor_Color_NOC_GRAY73();Module["Color_NOC_GRAY74"]=_emscripten_enum_MxNameOfColor_Color_NOC_GRAY74();Module["Color_NOC_GRAY75"]=_emscripten_enum_MxNameOfColor_Color_NOC_GRAY75();Module["Color_NOC_GRAY76"]=_emscripten_enum_MxNameOfColor_Color_NOC_GRAY76();Module["Color_NOC_GRAY77"]=_emscripten_enum_MxNameOfColor_Color_NOC_GRAY77();Module["Color_NOC_GRAY78"]=_emscripten_enum_MxNameOfColor_Color_NOC_GRAY78();Module["Color_NOC_GRAY79"]=_emscripten_enum_MxNameOfColor_Color_NOC_GRAY79();Module["Color_NOC_GRAY80"]=_emscripten_enum_MxNameOfColor_Color_NOC_GRAY80();Module["Color_NOC_GRAY81"]=_emscripten_enum_MxNameOfColor_Color_NOC_GRAY81();Module["Color_NOC_GRAY82"]=_emscripten_enum_MxNameOfColor_Color_NOC_GRAY82();Module["Color_NOC_GRAY83"]=_emscripten_enum_MxNameOfColor_Color_NOC_GRAY83();Module["Color_NOC_GRAY85"]=_emscripten_enum_MxNameOfColor_Color_NOC_GRAY85();Module["Color_NOC_GRAY86"]=_emscripten_enum_MxNameOfColor_Color_NOC_GRAY86();Module["Color_NOC_GRAY87"]=_emscripten_enum_MxNameOfColor_Color_NOC_GRAY87();Module["Color_NOC_GRAY88"]=_emscripten_enum_MxNameOfColor_Color_NOC_GRAY88();Module["Color_NOC_GRAY89"]=_emscripten_enum_MxNameOfColor_Color_NOC_GRAY89();Module["Color_NOC_GRAY90"]=_emscripten_enum_MxNameOfColor_Color_NOC_GRAY90();Module["Color_NOC_GRAY91"]=_emscripten_enum_MxNameOfColor_Color_NOC_GRAY91();Module["Color_NOC_GRAY92"]=_emscripten_enum_MxNameOfColor_Color_NOC_GRAY92();Module["Color_NOC_GRAY93"]=_emscripten_enum_MxNameOfColor_Color_NOC_GRAY93();Module["Color_NOC_GRAY94"]=_emscripten_enum_MxNameOfColor_Color_NOC_GRAY94();Module["Color_NOC_GRAY95"]=_emscripten_enum_MxNameOfColor_Color_NOC_GRAY95();Module["Color_NOC_GRAY97"]=_emscripten_enum_MxNameOfColor_Color_NOC_GRAY97();Module["Color_NOC_GRAY98"]=_emscripten_enum_MxNameOfColor_Color_NOC_GRAY98();Module["Color_NOC_GRAY99"]=_emscripten_enum_MxNameOfColor_Color_NOC_GRAY99();Module["Color_NOC_GREEN"]=_emscripten_enum_MxNameOfColor_Color_NOC_GREEN();Module["Color_NOC_GREEN1"]=_emscripten_enum_MxNameOfColor_Color_NOC_GREEN1();Module["Color_NOC_GREEN2"]=_emscripten_enum_MxNameOfColor_Color_NOC_GREEN2();Module["Color_NOC_GREEN3"]=_emscripten_enum_MxNameOfColor_Color_NOC_GREEN3();Module["Color_NOC_GREEN4"]=_emscripten_enum_MxNameOfColor_Color_NOC_GREEN4();Module["Color_NOC_GREENYELLOW"]=_emscripten_enum_MxNameOfColor_Color_NOC_GREENYELLOW();Module["Color_NOC_HONEYDEW"]=_emscripten_enum_MxNameOfColor_Color_NOC_HONEYDEW();Module["Color_NOC_HONEYDEW2"]=_emscripten_enum_MxNameOfColor_Color_NOC_HONEYDEW2();Module["Color_NOC_HONEYDEW3"]=_emscripten_enum_MxNameOfColor_Color_NOC_HONEYDEW3();Module["Color_NOC_HONEYDEW4"]=_emscripten_enum_MxNameOfColor_Color_NOC_HONEYDEW4();Module["Color_NOC_HOTPINK"]=_emscripten_enum_MxNameOfColor_Color_NOC_HOTPINK();Module["Color_NOC_HOTPINK1"]=_emscripten_enum_MxNameOfColor_Color_NOC_HOTPINK1();Module["Color_NOC_HOTPINK2"]=_emscripten_enum_MxNameOfColor_Color_NOC_HOTPINK2();Module["Color_NOC_HOTPINK3"]=_emscripten_enum_MxNameOfColor_Color_NOC_HOTPINK3();Module["Color_NOC_HOTPINK4"]=_emscripten_enum_MxNameOfColor_Color_NOC_HOTPINK4();Module["Color_NOC_INDIANRED"]=_emscripten_enum_MxNameOfColor_Color_NOC_INDIANRED();Module["Color_NOC_INDIANRED1"]=_emscripten_enum_MxNameOfColor_Color_NOC_INDIANRED1();Module["Color_NOC_INDIANRED2"]=_emscripten_enum_MxNameOfColor_Color_NOC_INDIANRED2();Module["Color_NOC_INDIANRED3"]=_emscripten_enum_MxNameOfColor_Color_NOC_INDIANRED3();Module["Color_NOC_INDIANRED4"]=_emscripten_enum_MxNameOfColor_Color_NOC_INDIANRED4();Module["Color_NOC_IVORY"]=_emscripten_enum_MxNameOfColor_Color_NOC_IVORY();Module["Color_NOC_IVORY2"]=_emscripten_enum_MxNameOfColor_Color_NOC_IVORY2();Module["Color_NOC_IVORY3"]=_emscripten_enum_MxNameOfColor_Color_NOC_IVORY3();Module["Color_NOC_IVORY4"]=_emscripten_enum_MxNameOfColor_Color_NOC_IVORY4();Module["Color_NOC_KHAKI"]=_emscripten_enum_MxNameOfColor_Color_NOC_KHAKI();Module["Color_NOC_KHAKI1"]=_emscripten_enum_MxNameOfColor_Color_NOC_KHAKI1();Module["Color_NOC_KHAKI2"]=_emscripten_enum_MxNameOfColor_Color_NOC_KHAKI2();Module["Color_NOC_KHAKI3"]=_emscripten_enum_MxNameOfColor_Color_NOC_KHAKI3();Module["Color_NOC_KHAKI4"]=_emscripten_enum_MxNameOfColor_Color_NOC_KHAKI4();Module["Color_NOC_LAVENDER"]=_emscripten_enum_MxNameOfColor_Color_NOC_LAVENDER();Module["Color_NOC_LAVENDERBLUSH1"]=_emscripten_enum_MxNameOfColor_Color_NOC_LAVENDERBLUSH1();Module["Color_NOC_LAVENDERBLUSH2"]=_emscripten_enum_MxNameOfColor_Color_NOC_LAVENDERBLUSH2();Module["Color_NOC_LAVENDERBLUSH3"]=_emscripten_enum_MxNameOfColor_Color_NOC_LAVENDERBLUSH3();Module["Color_NOC_LAVENDERBLUSH4"]=_emscripten_enum_MxNameOfColor_Color_NOC_LAVENDERBLUSH4();Module["Color_NOC_LAWNGREEN"]=_emscripten_enum_MxNameOfColor_Color_NOC_LAWNGREEN();Module["Color_NOC_LEMONCHIFFON1"]=_emscripten_enum_MxNameOfColor_Color_NOC_LEMONCHIFFON1();Module["Color_NOC_LEMONCHIFFON2"]=_emscripten_enum_MxNameOfColor_Color_NOC_LEMONCHIFFON2();Module["Color_NOC_LEMONCHIFFON3"]=_emscripten_enum_MxNameOfColor_Color_NOC_LEMONCHIFFON3();Module["Color_NOC_LEMONCHIFFON4"]=_emscripten_enum_MxNameOfColor_Color_NOC_LEMONCHIFFON4();Module["Color_NOC_LIGHTBLUE"]=_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTBLUE();Module["Color_NOC_LIGHTBLUE1"]=_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTBLUE1();Module["Color_NOC_LIGHTBLUE2"]=_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTBLUE2();Module["Color_NOC_LIGHTBLUE3"]=_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTBLUE3();Module["Color_NOC_LIGHTBLUE4"]=_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTBLUE4();Module["Color_NOC_LIGHTCORAL"]=_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTCORAL();Module["Color_NOC_LIGHTCYAN"]=_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTCYAN();Module["Color_NOC_LIGHTCYAN1"]=_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTCYAN1();Module["Color_NOC_LIGHTCYAN2"]=_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTCYAN2();Module["Color_NOC_LIGHTCYAN3"]=_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTCYAN3();Module["Color_NOC_LIGHTCYAN4"]=_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTCYAN4();Module["Color_NOC_LIGHTGOLDENROD"]=_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTGOLDENROD();Module["Color_NOC_LIGHTGOLDENROD1"]=_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTGOLDENROD1();Module["Color_NOC_LIGHTGOLDENROD2"]=_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTGOLDENROD2();Module["Color_NOC_LIGHTGOLDENROD3"]=_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTGOLDENROD3();Module["Color_NOC_LIGHTGOLDENROD4"]=_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTGOLDENROD4();Module["Color_NOC_LIGHTGOLDENRODYELLOW"]=_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTGOLDENRODYELLOW();Module["Color_NOC_LIGHTGRAY"]=_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTGRAY();Module["Color_NOC_LIGHTPINK"]=_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTPINK();Module["Color_NOC_LIGHTPINK1"]=_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTPINK1();Module["Color_NOC_LIGHTPINK2"]=_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTPINK2();Module["Color_NOC_LIGHTPINK3"]=_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTPINK3();Module["Color_NOC_LIGHTPINK4"]=_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTPINK4();Module["Color_NOC_LIGHTSALMON1"]=_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTSALMON1();Module["Color_NOC_LIGHTSALMON2"]=_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTSALMON2();Module["Color_NOC_LIGHTSALMON3"]=_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTSALMON3();Module["Color_NOC_LIGHTSALMON4"]=_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTSALMON4();Module["Color_NOC_LIGHTSEAGREEN"]=_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTSEAGREEN();Module["Color_NOC_LIGHTSKYBLUE"]=_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTSKYBLUE();Module["Color_NOC_LIGHTSKYBLUE1"]=_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTSKYBLUE1();Module["Color_NOC_LIGHTSKYBLUE2"]=_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTSKYBLUE2();Module["Color_NOC_LIGHTSKYBLUE3"]=_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTSKYBLUE3();Module["Color_NOC_LIGHTSKYBLUE4"]=_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTSKYBLUE4();Module["Color_NOC_LIGHTSLATEBLUE"]=_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTSLATEBLUE();Module["Color_NOC_LIGHTSLATEGRAY"]=_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTSLATEGRAY();Module["Color_NOC_LIGHTSTEELBLUE"]=_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTSTEELBLUE();Module["Color_NOC_LIGHTSTEELBLUE1"]=_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTSTEELBLUE1();Module["Color_NOC_LIGHTSTEELBLUE2"]=_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTSTEELBLUE2();Module["Color_NOC_LIGHTSTEELBLUE3"]=_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTSTEELBLUE3();Module["Color_NOC_LIGHTSTEELBLUE4"]=_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTSTEELBLUE4();Module["Color_NOC_LIGHTYELLOW"]=_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTYELLOW();Module["Color_NOC_LIGHTYELLOW2"]=_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTYELLOW2();Module["Color_NOC_LIGHTYELLOW3"]=_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTYELLOW3();Module["Color_NOC_LIGHTYELLOW4"]=_emscripten_enum_MxNameOfColor_Color_NOC_LIGHTYELLOW4();Module["Color_NOC_LIMEGREEN"]=_emscripten_enum_MxNameOfColor_Color_NOC_LIMEGREEN();Module["Color_NOC_LINEN"]=_emscripten_enum_MxNameOfColor_Color_NOC_LINEN();Module["Color_NOC_MAGENTA"]=_emscripten_enum_MxNameOfColor_Color_NOC_MAGENTA();Module["Color_NOC_MAGENTA1"]=_emscripten_enum_MxNameOfColor_Color_NOC_MAGENTA1();Module["Color_NOC_MAGENTA2"]=_emscripten_enum_MxNameOfColor_Color_NOC_MAGENTA2();Module["Color_NOC_MAGENTA3"]=_emscripten_enum_MxNameOfColor_Color_NOC_MAGENTA3();Module["Color_NOC_MAGENTA4"]=_emscripten_enum_MxNameOfColor_Color_NOC_MAGENTA4();Module["Color_NOC_MAROON"]=_emscripten_enum_MxNameOfColor_Color_NOC_MAROON();Module["Color_NOC_MAROON1"]=_emscripten_enum_MxNameOfColor_Color_NOC_MAROON1();Module["Color_NOC_MAROON2"]=_emscripten_enum_MxNameOfColor_Color_NOC_MAROON2();Module["Color_NOC_MAROON3"]=_emscripten_enum_MxNameOfColor_Color_NOC_MAROON3();Module["Color_NOC_MAROON4"]=_emscripten_enum_MxNameOfColor_Color_NOC_MAROON4();Module["Color_NOC_MEDIUMAQUAMARINE"]=_emscripten_enum_MxNameOfColor_Color_NOC_MEDIUMAQUAMARINE();Module["Color_NOC_MEDIUMORCHID"]=_emscripten_enum_MxNameOfColor_Color_NOC_MEDIUMORCHID();Module["Color_NOC_MEDIUMORCHID1"]=_emscripten_enum_MxNameOfColor_Color_NOC_MEDIUMORCHID1();Module["Color_NOC_MEDIUMORCHID2"]=_emscripten_enum_MxNameOfColor_Color_NOC_MEDIUMORCHID2();Module["Color_NOC_MEDIUMORCHID3"]=_emscripten_enum_MxNameOfColor_Color_NOC_MEDIUMORCHID3();Module["Color_NOC_MEDIUMORCHID4"]=_emscripten_enum_MxNameOfColor_Color_NOC_MEDIUMORCHID4();Module["Color_NOC_MEDIUMPURPLE"]=_emscripten_enum_MxNameOfColor_Color_NOC_MEDIUMPURPLE();Module["Color_NOC_MEDIUMPURPLE1"]=_emscripten_enum_MxNameOfColor_Color_NOC_MEDIUMPURPLE1();Module["Color_NOC_MEDIUMPURPLE2"]=_emscripten_enum_MxNameOfColor_Color_NOC_MEDIUMPURPLE2();Module["Color_NOC_MEDIUMPURPLE3"]=_emscripten_enum_MxNameOfColor_Color_NOC_MEDIUMPURPLE3();Module["Color_NOC_MEDIUMPURPLE4"]=_emscripten_enum_MxNameOfColor_Color_NOC_MEDIUMPURPLE4();Module["Color_NOC_MEDIUMSEAGREEN"]=_emscripten_enum_MxNameOfColor_Color_NOC_MEDIUMSEAGREEN();Module["Color_NOC_MEDIUMSLATEBLUE"]=_emscripten_enum_MxNameOfColor_Color_NOC_MEDIUMSLATEBLUE();Module["Color_NOC_MEDIUMSPRINGGREEN"]=_emscripten_enum_MxNameOfColor_Color_NOC_MEDIUMSPRINGGREEN();Module["Color_NOC_MEDIUMTURQUOISE"]=_emscripten_enum_MxNameOfColor_Color_NOC_MEDIUMTURQUOISE();Module["Color_NOC_MEDIUMVIOLETRED"]=_emscripten_enum_MxNameOfColor_Color_NOC_MEDIUMVIOLETRED();Module["Color_NOC_MIDNIGHTBLUE"]=_emscripten_enum_MxNameOfColor_Color_NOC_MIDNIGHTBLUE();Module["Color_NOC_MINTCREAM"]=_emscripten_enum_MxNameOfColor_Color_NOC_MINTCREAM();Module["Color_NOC_MISTYROSE"]=_emscripten_enum_MxNameOfColor_Color_NOC_MISTYROSE();Module["Color_NOC_MISTYROSE2"]=_emscripten_enum_MxNameOfColor_Color_NOC_MISTYROSE2();Module["Color_NOC_MISTYROSE3"]=_emscripten_enum_MxNameOfColor_Color_NOC_MISTYROSE3();Module["Color_NOC_MISTYROSE4"]=_emscripten_enum_MxNameOfColor_Color_NOC_MISTYROSE4();Module["Color_NOC_MOCCASIN"]=_emscripten_enum_MxNameOfColor_Color_NOC_MOCCASIN();Module["Color_NOC_NAVAJOWHITE1"]=_emscripten_enum_MxNameOfColor_Color_NOC_NAVAJOWHITE1();Module["Color_NOC_NAVAJOWHITE2"]=_emscripten_enum_MxNameOfColor_Color_NOC_NAVAJOWHITE2();Module["Color_NOC_NAVAJOWHITE3"]=_emscripten_enum_MxNameOfColor_Color_NOC_NAVAJOWHITE3();Module["Color_NOC_NAVAJOWHITE4"]=_emscripten_enum_MxNameOfColor_Color_NOC_NAVAJOWHITE4();Module["Color_NOC_NAVYBLUE"]=_emscripten_enum_MxNameOfColor_Color_NOC_NAVYBLUE();Module["Color_NOC_OLDLACE"]=_emscripten_enum_MxNameOfColor_Color_NOC_OLDLACE();Module["Color_NOC_OLIVEDRAB"]=_emscripten_enum_MxNameOfColor_Color_NOC_OLIVEDRAB();Module["Color_NOC_OLIVEDRAB1"]=_emscripten_enum_MxNameOfColor_Color_NOC_OLIVEDRAB1();Module["Color_NOC_OLIVEDRAB2"]=_emscripten_enum_MxNameOfColor_Color_NOC_OLIVEDRAB2();Module["Color_NOC_OLIVEDRAB3"]=_emscripten_enum_MxNameOfColor_Color_NOC_OLIVEDRAB3();Module["Color_NOC_OLIVEDRAB4"]=_emscripten_enum_MxNameOfColor_Color_NOC_OLIVEDRAB4();Module["Color_NOC_ORANGE"]=_emscripten_enum_MxNameOfColor_Color_NOC_ORANGE();Module["Color_NOC_ORANGE1"]=_emscripten_enum_MxNameOfColor_Color_NOC_ORANGE1();Module["Color_NOC_ORANGE2"]=_emscripten_enum_MxNameOfColor_Color_NOC_ORANGE2();Module["Color_NOC_ORANGE3"]=_emscripten_enum_MxNameOfColor_Color_NOC_ORANGE3();Module["Color_NOC_ORANGE4"]=_emscripten_enum_MxNameOfColor_Color_NOC_ORANGE4();Module["Color_NOC_ORANGERED"]=_emscripten_enum_MxNameOfColor_Color_NOC_ORANGERED();Module["Color_NOC_ORANGERED1"]=_emscripten_enum_MxNameOfColor_Color_NOC_ORANGERED1();Module["Color_NOC_ORANGERED2"]=_emscripten_enum_MxNameOfColor_Color_NOC_ORANGERED2();Module["Color_NOC_ORANGERED3"]=_emscripten_enum_MxNameOfColor_Color_NOC_ORANGERED3();Module["Color_NOC_ORANGERED4"]=_emscripten_enum_MxNameOfColor_Color_NOC_ORANGERED4();Module["Color_NOC_ORCHID"]=_emscripten_enum_MxNameOfColor_Color_NOC_ORCHID();Module["Color_NOC_ORCHID1"]=_emscripten_enum_MxNameOfColor_Color_NOC_ORCHID1();Module["Color_NOC_ORCHID2"]=_emscripten_enum_MxNameOfColor_Color_NOC_ORCHID2();Module["Color_NOC_ORCHID3"]=_emscripten_enum_MxNameOfColor_Color_NOC_ORCHID3();Module["Color_NOC_ORCHID4"]=_emscripten_enum_MxNameOfColor_Color_NOC_ORCHID4();Module["Color_NOC_PALEGOLDENROD"]=_emscripten_enum_MxNameOfColor_Color_NOC_PALEGOLDENROD();Module["Color_NOC_PALEGREEN"]=_emscripten_enum_MxNameOfColor_Color_NOC_PALEGREEN();Module["Color_NOC_PALEGREEN1"]=_emscripten_enum_MxNameOfColor_Color_NOC_PALEGREEN1();Module["Color_NOC_PALEGREEN2"]=_emscripten_enum_MxNameOfColor_Color_NOC_PALEGREEN2();Module["Color_NOC_PALEGREEN3"]=_emscripten_enum_MxNameOfColor_Color_NOC_PALEGREEN3();Module["Color_NOC_PALEGREEN4"]=_emscripten_enum_MxNameOfColor_Color_NOC_PALEGREEN4();Module["Color_NOC_PALETURQUOISE"]=_emscripten_enum_MxNameOfColor_Color_NOC_PALETURQUOISE();Module["Color_NOC_PALETURQUOISE1"]=_emscripten_enum_MxNameOfColor_Color_NOC_PALETURQUOISE1();Module["Color_NOC_PALETURQUOISE2"]=_emscripten_enum_MxNameOfColor_Color_NOC_PALETURQUOISE2();Module["Color_NOC_PALETURQUOISE3"]=_emscripten_enum_MxNameOfColor_Color_NOC_PALETURQUOISE3();Module["Color_NOC_PALETURQUOISE4"]=_emscripten_enum_MxNameOfColor_Color_NOC_PALETURQUOISE4();Module["Color_NOC_PALEVIOLETRED"]=_emscripten_enum_MxNameOfColor_Color_NOC_PALEVIOLETRED();Module["Color_NOC_PALEVIOLETRED1"]=_emscripten_enum_MxNameOfColor_Color_NOC_PALEVIOLETRED1();Module["Color_NOC_PALEVIOLETRED2"]=_emscripten_enum_MxNameOfColor_Color_NOC_PALEVIOLETRED2();Module["Color_NOC_PALEVIOLETRED3"]=_emscripten_enum_MxNameOfColor_Color_NOC_PALEVIOLETRED3();Module["Color_NOC_PALEVIOLETRED4"]=_emscripten_enum_MxNameOfColor_Color_NOC_PALEVIOLETRED4();Module["Color_NOC_PAPAYAWHIP"]=_emscripten_enum_MxNameOfColor_Color_NOC_PAPAYAWHIP();Module["Color_NOC_PEACHPUFF"]=_emscripten_enum_MxNameOfColor_Color_NOC_PEACHPUFF();Module["Color_NOC_PEACHPUFF2"]=_emscripten_enum_MxNameOfColor_Color_NOC_PEACHPUFF2();Module["Color_NOC_PEACHPUFF3"]=_emscripten_enum_MxNameOfColor_Color_NOC_PEACHPUFF3();Module["Color_NOC_PEACHPUFF4"]=_emscripten_enum_MxNameOfColor_Color_NOC_PEACHPUFF4();Module["Color_NOC_PERU"]=_emscripten_enum_MxNameOfColor_Color_NOC_PERU();Module["Color_NOC_PINK"]=_emscripten_enum_MxNameOfColor_Color_NOC_PINK();Module["Color_NOC_PINK1"]=_emscripten_enum_MxNameOfColor_Color_NOC_PINK1();Module["Color_NOC_PINK2"]=_emscripten_enum_MxNameOfColor_Color_NOC_PINK2();Module["Color_NOC_PINK3"]=_emscripten_enum_MxNameOfColor_Color_NOC_PINK3();Module["Color_NOC_PINK4"]=_emscripten_enum_MxNameOfColor_Color_NOC_PINK4();Module["Color_NOC_PLUM"]=_emscripten_enum_MxNameOfColor_Color_NOC_PLUM();Module["Color_NOC_PLUM1"]=_emscripten_enum_MxNameOfColor_Color_NOC_PLUM1();Module["Color_NOC_PLUM2"]=_emscripten_enum_MxNameOfColor_Color_NOC_PLUM2();Module["Color_NOC_PLUM3"]=_emscripten_enum_MxNameOfColor_Color_NOC_PLUM3();Module["Color_NOC_PLUM4"]=_emscripten_enum_MxNameOfColor_Color_NOC_PLUM4();Module["Color_NOC_POWDERBLUE"]=_emscripten_enum_MxNameOfColor_Color_NOC_POWDERBLUE();Module["Color_NOC_PURPLE"]=_emscripten_enum_MxNameOfColor_Color_NOC_PURPLE();Module["Color_NOC_PURPLE1"]=_emscripten_enum_MxNameOfColor_Color_NOC_PURPLE1();Module["Color_NOC_PURPLE2"]=_emscripten_enum_MxNameOfColor_Color_NOC_PURPLE2();Module["Color_NOC_PURPLE3"]=_emscripten_enum_MxNameOfColor_Color_NOC_PURPLE3();Module["Color_NOC_PURPLE4"]=_emscripten_enum_MxNameOfColor_Color_NOC_PURPLE4();Module["Color_NOC_RED"]=_emscripten_enum_MxNameOfColor_Color_NOC_RED();Module["Color_NOC_RED1"]=_emscripten_enum_MxNameOfColor_Color_NOC_RED1();Module["Color_NOC_RED2"]=_emscripten_enum_MxNameOfColor_Color_NOC_RED2();Module["Color_NOC_RED3"]=_emscripten_enum_MxNameOfColor_Color_NOC_RED3();Module["Color_NOC_RED4"]=_emscripten_enum_MxNameOfColor_Color_NOC_RED4();Module["Color_NOC_ROSYBROWN"]=_emscripten_enum_MxNameOfColor_Color_NOC_ROSYBROWN();Module["Color_NOC_ROSYBROWN1"]=_emscripten_enum_MxNameOfColor_Color_NOC_ROSYBROWN1();Module["Color_NOC_ROSYBROWN2"]=_emscripten_enum_MxNameOfColor_Color_NOC_ROSYBROWN2();Module["Color_NOC_ROSYBROWN3"]=_emscripten_enum_MxNameOfColor_Color_NOC_ROSYBROWN3();Module["Color_NOC_ROSYBROWN4"]=_emscripten_enum_MxNameOfColor_Color_NOC_ROSYBROWN4();Module["Color_NOC_ROYALBLUE"]=_emscripten_enum_MxNameOfColor_Color_NOC_ROYALBLUE();Module["Color_NOC_ROYALBLUE1"]=_emscripten_enum_MxNameOfColor_Color_NOC_ROYALBLUE1();Module["Color_NOC_ROYALBLUE2"]=_emscripten_enum_MxNameOfColor_Color_NOC_ROYALBLUE2();Module["Color_NOC_ROYALBLUE3"]=_emscripten_enum_MxNameOfColor_Color_NOC_ROYALBLUE3();Module["Color_NOC_ROYALBLUE4"]=_emscripten_enum_MxNameOfColor_Color_NOC_ROYALBLUE4();Module["Color_NOC_SADDLEBROWN"]=_emscripten_enum_MxNameOfColor_Color_NOC_SADDLEBROWN();Module["Color_NOC_SALMON"]=_emscripten_enum_MxNameOfColor_Color_NOC_SALMON();Module["Color_NOC_SALMON1"]=_emscripten_enum_MxNameOfColor_Color_NOC_SALMON1();Module["Color_NOC_SALMON2"]=_emscripten_enum_MxNameOfColor_Color_NOC_SALMON2();Module["Color_NOC_SALMON3"]=_emscripten_enum_MxNameOfColor_Color_NOC_SALMON3();Module["Color_NOC_SALMON4"]=_emscripten_enum_MxNameOfColor_Color_NOC_SALMON4();Module["Color_NOC_SANDYBROWN"]=_emscripten_enum_MxNameOfColor_Color_NOC_SANDYBROWN();Module["Color_NOC_SEAGREEN"]=_emscripten_enum_MxNameOfColor_Color_NOC_SEAGREEN();Module["Color_NOC_SEAGREEN1"]=_emscripten_enum_MxNameOfColor_Color_NOC_SEAGREEN1();Module["Color_NOC_SEAGREEN2"]=_emscripten_enum_MxNameOfColor_Color_NOC_SEAGREEN2();Module["Color_NOC_SEAGREEN3"]=_emscripten_enum_MxNameOfColor_Color_NOC_SEAGREEN3();Module["Color_NOC_SEAGREEN4"]=_emscripten_enum_MxNameOfColor_Color_NOC_SEAGREEN4();Module["Color_NOC_SEASHELL"]=_emscripten_enum_MxNameOfColor_Color_NOC_SEASHELL();Module["Color_NOC_SEASHELL2"]=_emscripten_enum_MxNameOfColor_Color_NOC_SEASHELL2();Module["Color_NOC_SEASHELL3"]=_emscripten_enum_MxNameOfColor_Color_NOC_SEASHELL3();Module["Color_NOC_SEASHELL4"]=_emscripten_enum_MxNameOfColor_Color_NOC_SEASHELL4();Module["Color_NOC_BEET"]=_emscripten_enum_MxNameOfColor_Color_NOC_BEET();Module["Color_NOC_TEAL"]=_emscripten_enum_MxNameOfColor_Color_NOC_TEAL();Module["Color_NOC_SIENNA"]=_emscripten_enum_MxNameOfColor_Color_NOC_SIENNA();Module["Color_NOC_SIENNA1"]=_emscripten_enum_MxNameOfColor_Color_NOC_SIENNA1();Module["Color_NOC_SIENNA2"]=_emscripten_enum_MxNameOfColor_Color_NOC_SIENNA2();Module["Color_NOC_SIENNA3"]=_emscripten_enum_MxNameOfColor_Color_NOC_SIENNA3();Module["Color_NOC_SIENNA4"]=_emscripten_enum_MxNameOfColor_Color_NOC_SIENNA4();Module["Color_NOC_SKYBLUE"]=_emscripten_enum_MxNameOfColor_Color_NOC_SKYBLUE();Module["Color_NOC_SKYBLUE1"]=_emscripten_enum_MxNameOfColor_Color_NOC_SKYBLUE1();Module["Color_NOC_SKYBLUE2"]=_emscripten_enum_MxNameOfColor_Color_NOC_SKYBLUE2();Module["Color_NOC_SKYBLUE3"]=_emscripten_enum_MxNameOfColor_Color_NOC_SKYBLUE3();Module["Color_NOC_SKYBLUE4"]=_emscripten_enum_MxNameOfColor_Color_NOC_SKYBLUE4();Module["Color_NOC_SLATEBLUE"]=_emscripten_enum_MxNameOfColor_Color_NOC_SLATEBLUE();Module["Color_NOC_SLATEBLUE1"]=_emscripten_enum_MxNameOfColor_Color_NOC_SLATEBLUE1();Module["Color_NOC_SLATEBLUE2"]=_emscripten_enum_MxNameOfColor_Color_NOC_SLATEBLUE2();Module["Color_NOC_SLATEBLUE3"]=_emscripten_enum_MxNameOfColor_Color_NOC_SLATEBLUE3();Module["Color_NOC_SLATEBLUE4"]=_emscripten_enum_MxNameOfColor_Color_NOC_SLATEBLUE4();Module["Color_NOC_SLATEGRAY1"]=_emscripten_enum_MxNameOfColor_Color_NOC_SLATEGRAY1();Module["Color_NOC_SLATEGRAY2"]=_emscripten_enum_MxNameOfColor_Color_NOC_SLATEGRAY2();Module["Color_NOC_SLATEGRAY3"]=_emscripten_enum_MxNameOfColor_Color_NOC_SLATEGRAY3();Module["Color_NOC_SLATEGRAY4"]=_emscripten_enum_MxNameOfColor_Color_NOC_SLATEGRAY4();Module["Color_NOC_SLATEGRAY"]=_emscripten_enum_MxNameOfColor_Color_NOC_SLATEGRAY();Module["Color_NOC_SNOW"]=_emscripten_enum_MxNameOfColor_Color_NOC_SNOW();Module["Color_NOC_SNOW2"]=_emscripten_enum_MxNameOfColor_Color_NOC_SNOW2();Module["Color_NOC_SNOW3"]=_emscripten_enum_MxNameOfColor_Color_NOC_SNOW3();Module["Color_NOC_SNOW4"]=_emscripten_enum_MxNameOfColor_Color_NOC_SNOW4();Module["Color_NOC_SPRINGGREEN"]=_emscripten_enum_MxNameOfColor_Color_NOC_SPRINGGREEN();Module["Color_NOC_SPRINGGREEN2"]=_emscripten_enum_MxNameOfColor_Color_NOC_SPRINGGREEN2();Module["Color_NOC_SPRINGGREEN3"]=_emscripten_enum_MxNameOfColor_Color_NOC_SPRINGGREEN3();Module["Color_NOC_SPRINGGREEN4"]=_emscripten_enum_MxNameOfColor_Color_NOC_SPRINGGREEN4();Module["Color_NOC_STEELBLUE"]=_emscripten_enum_MxNameOfColor_Color_NOC_STEELBLUE();Module["Color_NOC_STEELBLUE1"]=_emscripten_enum_MxNameOfColor_Color_NOC_STEELBLUE1();Module["Color_NOC_STEELBLUE2"]=_emscripten_enum_MxNameOfColor_Color_NOC_STEELBLUE2();Module["Color_NOC_STEELBLUE3"]=_emscripten_enum_MxNameOfColor_Color_NOC_STEELBLUE3();Module["Color_NOC_STEELBLUE4"]=_emscripten_enum_MxNameOfColor_Color_NOC_STEELBLUE4();Module["Color_NOC_TAN"]=_emscripten_enum_MxNameOfColor_Color_NOC_TAN();Module["Color_NOC_TAN1"]=_emscripten_enum_MxNameOfColor_Color_NOC_TAN1();Module["Color_NOC_TAN2"]=_emscripten_enum_MxNameOfColor_Color_NOC_TAN2();Module["Color_NOC_TAN3"]=_emscripten_enum_MxNameOfColor_Color_NOC_TAN3();Module["Color_NOC_TAN4"]=_emscripten_enum_MxNameOfColor_Color_NOC_TAN4();Module["Color_NOC_THISTLE"]=_emscripten_enum_MxNameOfColor_Color_NOC_THISTLE();Module["Color_NOC_THISTLE1"]=_emscripten_enum_MxNameOfColor_Color_NOC_THISTLE1();Module["Color_NOC_THISTLE2"]=_emscripten_enum_MxNameOfColor_Color_NOC_THISTLE2();Module["Color_NOC_THISTLE3"]=_emscripten_enum_MxNameOfColor_Color_NOC_THISTLE3();Module["Color_NOC_THISTLE4"]=_emscripten_enum_MxNameOfColor_Color_NOC_THISTLE4();Module["Color_NOC_TOMATO"]=_emscripten_enum_MxNameOfColor_Color_NOC_TOMATO();Module["Color_NOC_TOMATO1"]=_emscripten_enum_MxNameOfColor_Color_NOC_TOMATO1();Module["Color_NOC_TOMATO2"]=_emscripten_enum_MxNameOfColor_Color_NOC_TOMATO2();Module["Color_NOC_TOMATO3"]=_emscripten_enum_MxNameOfColor_Color_NOC_TOMATO3();Module["Color_NOC_TOMATO4"]=_emscripten_enum_MxNameOfColor_Color_NOC_TOMATO4();Module["Color_NOC_TURQUOISE"]=_emscripten_enum_MxNameOfColor_Color_NOC_TURQUOISE();Module["Color_NOC_TURQUOISE1"]=_emscripten_enum_MxNameOfColor_Color_NOC_TURQUOISE1();Module["Color_NOC_TURQUOISE2"]=_emscripten_enum_MxNameOfColor_Color_NOC_TURQUOISE2();Module["Color_NOC_TURQUOISE3"]=_emscripten_enum_MxNameOfColor_Color_NOC_TURQUOISE3();Module["Color_NOC_TURQUOISE4"]=_emscripten_enum_MxNameOfColor_Color_NOC_TURQUOISE4();Module["Color_NOC_VIOLET"]=_emscripten_enum_MxNameOfColor_Color_NOC_VIOLET();Module["Color_NOC_VIOLETRED"]=_emscripten_enum_MxNameOfColor_Color_NOC_VIOLETRED();Module["Color_NOC_VIOLETRED1"]=_emscripten_enum_MxNameOfColor_Color_NOC_VIOLETRED1();Module["Color_NOC_VIOLETRED2"]=_emscripten_enum_MxNameOfColor_Color_NOC_VIOLETRED2();Module["Color_NOC_VIOLETRED3"]=_emscripten_enum_MxNameOfColor_Color_NOC_VIOLETRED3();Module["Color_NOC_VIOLETRED4"]=_emscripten_enum_MxNameOfColor_Color_NOC_VIOLETRED4();Module["Color_NOC_WHEAT"]=_emscripten_enum_MxNameOfColor_Color_NOC_WHEAT();Module["Color_NOC_WHEAT1"]=_emscripten_enum_MxNameOfColor_Color_NOC_WHEAT1();Module["Color_NOC_WHEAT2"]=_emscripten_enum_MxNameOfColor_Color_NOC_WHEAT2();Module["Color_NOC_WHEAT3"]=_emscripten_enum_MxNameOfColor_Color_NOC_WHEAT3();Module["Color_NOC_WHEAT4"]=_emscripten_enum_MxNameOfColor_Color_NOC_WHEAT4();Module["Color_NOC_WHITESMOKE"]=_emscripten_enum_MxNameOfColor_Color_NOC_WHITESMOKE();Module["Color_NOC_YELLOW"]=_emscripten_enum_MxNameOfColor_Color_NOC_YELLOW();Module["Color_NOC_YELLOW1"]=_emscripten_enum_MxNameOfColor_Color_NOC_YELLOW1();Module["Color_NOC_YELLOW2"]=_emscripten_enum_MxNameOfColor_Color_NOC_YELLOW2();Module["Color_NOC_YELLOW3"]=_emscripten_enum_MxNameOfColor_Color_NOC_YELLOW3();Module["Color_NOC_YELLOW4"]=_emscripten_enum_MxNameOfColor_Color_NOC_YELLOW4();Module["Color_NOC_YELLOWGREEN"]=_emscripten_enum_MxNameOfColor_Color_NOC_YELLOWGREEN();Module["Color_NOC_WHITE"]=_emscripten_enum_MxNameOfColor_Color_NOC_WHITE();Module["Color_TOC_RGB"]=_emscripten_enum_MxTypeOfColor_Color_TOC_RGB();Module["Color_TOC_sRGB"]=_emscripten_enum_MxTypeOfColor_Color_TOC_sRGB();Module["Color_TOC_HLS"]=_emscripten_enum_MxTypeOfColor_Color_TOC_HLS();Module["Color_TOC_CIELab"]=_emscripten_enum_MxTypeOfColor_Color_TOC_CIELab();Module["Color_TOC_CIELch"]=_emscripten_enum_MxTypeOfColor_Color_TOC_CIELch();Module["DM_WireFrame"]=_emscripten_enum_MxDisplayMode_DM_WireFrame();Module["DM_Shaded"]=_emscripten_enum_MxDisplayMode_DM_Shaded();Module["LightSource_TOLS_AMBIENT"]=_emscripten_enum_MxTypeOfLightSource_LightSource_TOLS_AMBIENT();Module["LightSource_TOLS_DIRECTIONAL"]=_emscripten_enum_MxTypeOfLightSource_LightSource_TOLS_DIRECTIONAL();Module["LightSource_TOLS_POSITIONAL"]=_emscripten_enum_MxTypeOfLightSource_LightSource_TOLS_POSITIONAL();Module["LightSource_TOLS_SPOT"]=_emscripten_enum_MxTypeOfLightSource_LightSource_TOLS_SPOT();Module["CProjection_Orthographic"]=_emscripten_enum_MxCameraProjection_CProjection_Orthographic();Module["CProjection_Perspective"]=_emscripten_enum_MxCameraProjection_CProjection_Perspective();Module["CProjection_Stereo"]=_emscripten_enum_MxCameraProjection_CProjection_Stereo();Module["CProjection_MonoLeftEye"]=_emscripten_enum_MxCameraProjection_CProjection_MonoLeftEye();Module["CProjection_MonoRightEye"]=_emscripten_enum_MxCameraProjection_CProjection_MonoRightEye();Module["Orientation_Xpos"]=_emscripten_enum_MxV3dTypeOfOrientation_Orientation_Xpos();Module["Orientation_Ypos"]=_emscripten_enum_MxV3dTypeOfOrientation_Orientation_Ypos();Module["Orientation_Zpos"]=_emscripten_enum_MxV3dTypeOfOrientation_Orientation_Zpos();Module["Orientation_Xneg"]=_emscripten_enum_MxV3dTypeOfOrientation_Orientation_Xneg();Module["Orientation_Yneg"]=_emscripten_enum_MxV3dTypeOfOrientation_Orientation_Yneg();Module["Orientation_Zneg"]=_emscripten_enum_MxV3dTypeOfOrientation_Orientation_Zneg();Module["Orientation_XposYpos"]=_emscripten_enum_MxV3dTypeOfOrientation_Orientation_XposYpos();Module["Orientation_XposZpos"]=_emscripten_enum_MxV3dTypeOfOrientation_Orientation_XposZpos();Module["Orientation_YposZpos"]=_emscripten_enum_MxV3dTypeOfOrientation_Orientation_YposZpos();Module["Orientation_XnegYneg"]=_emscripten_enum_MxV3dTypeOfOrientation_Orientation_XnegYneg();Module["Orientation_XnegYpos"]=_emscripten_enum_MxV3dTypeOfOrientation_Orientation_XnegYpos();Module["Orientation_XnegZneg"]=_emscripten_enum_MxV3dTypeOfOrientation_Orientation_XnegZneg();Module["Orientation_XnegZpos"]=_emscripten_enum_MxV3dTypeOfOrientation_Orientation_XnegZpos();Module["Orientation_YnegZneg"]=_emscripten_enum_MxV3dTypeOfOrientation_Orientation_YnegZneg();Module["Orientation_YnegZpos"]=_emscripten_enum_MxV3dTypeOfOrientation_Orientation_YnegZpos();Module["Orientation_XposYneg"]=_emscripten_enum_MxV3dTypeOfOrientation_Orientation_XposYneg();Module["Orientation_XposZneg"]=_emscripten_enum_MxV3dTypeOfOrientation_Orientation_XposZneg();Module["Orientation_YposZneg"]=_emscripten_enum_MxV3dTypeOfOrientation_Orientation_YposZneg();Module["Orientation_XposYposZpos"]=_emscripten_enum_MxV3dTypeOfOrientation_Orientation_XposYposZpos();Module["Orientation_XposYnegZpos"]=_emscripten_enum_MxV3dTypeOfOrientation_Orientation_XposYnegZpos();Module["Orientation_XposYposZneg"]=_emscripten_enum_MxV3dTypeOfOrientation_Orientation_XposYposZneg();Module["Orientation_XnegYposZpos"]=_emscripten_enum_MxV3dTypeOfOrientation_Orientation_XnegYposZpos();Module["Orientation_XposYnegZneg"]=_emscripten_enum_MxV3dTypeOfOrientation_Orientation_XposYnegZneg();Module["Orientation_XnegYposZneg"]=_emscripten_enum_MxV3dTypeOfOrientation_Orientation_XnegYposZneg();Module["Orientation_XnegYnegZpos"]=_emscripten_enum_MxV3dTypeOfOrientation_Orientation_XnegYnegZpos();Module["Orientation_XnegYnegZneg"]=_emscripten_enum_MxV3dTypeOfOrientation_Orientation_XnegYnegZneg();Module["Orientation_TypeOfOrientation_Zup_AxoLeft"]=_emscripten_enum_MxV3dTypeOfOrientation_Orientation_TypeOfOrientation_Zup_AxoLeft();Module["Orientation_TypeOfOrientation_Zup_AxoRight"]=_emscripten_enum_MxV3dTypeOfOrientation_Orientation_TypeOfOrientation_Zup_AxoRight();Module["Orientation_TypeOfOrientation_Zup_Front"]=_emscripten_enum_MxV3dTypeOfOrientation_Orientation_TypeOfOrientation_Zup_Front();Module["Orientation_TypeOfOrientation_Zup_Back"]=_emscripten_enum_MxV3dTypeOfOrientation_Orientation_TypeOfOrientation_Zup_Back();Module["Orientation_TypeOfOrientation_Zup_Top"]=_emscripten_enum_MxV3dTypeOfOrientation_Orientation_TypeOfOrientation_Zup_Top();Module["Orientation_TypeOfOrientation_Zup_Bottom"]=_emscripten_enum_MxV3dTypeOfOrientation_Orientation_TypeOfOrientation_Zup_Bottom();Module["Orientation_TypeOfOrientation_Zup_Left"]=_emscripten_enum_MxV3dTypeOfOrientation_Orientation_TypeOfOrientation_Zup_Left();Module["Orientation_TypeOfOrientation_Zup_Right"]=_emscripten_enum_MxV3dTypeOfOrientation_Orientation_TypeOfOrientation_Zup_Right();Module["Orientation_TypeOfOrientation_Yup_AxoLeft"]=_emscripten_enum_MxV3dTypeOfOrientation_Orientation_TypeOfOrientation_Yup_AxoLeft();Module["Orientation_TypeOfOrientation_Yup_AxoRight"]=_emscripten_enum_MxV3dTypeOfOrientation_Orientation_TypeOfOrientation_Yup_AxoRight();Module["Orientation_TypeOfOrientation_Yup_Front"]=_emscripten_enum_MxV3dTypeOfOrientation_Orientation_TypeOfOrientation_Yup_Front();Module["Orientation_TypeOfOrientation_Yup_Back"]=_emscripten_enum_MxV3dTypeOfOrientation_Orientation_TypeOfOrientation_Yup_Back();Module["Orientation_TypeOfOrientation_Yup_Top"]=_emscripten_enum_MxV3dTypeOfOrientation_Orientation_TypeOfOrientation_Yup_Top();Module["Orientation_TypeOfOrientation_Yup_Bottom"]=_emscripten_enum_MxV3dTypeOfOrientation_Orientation_TypeOfOrientation_Yup_Bottom();Module["Orientation_TypeOfOrientation_Yup_Left"]=_emscripten_enum_MxV3dTypeOfOrientation_Orientation_TypeOfOrientation_Yup_Left();Module["Orientation_TypeOfOrientation_Yup_Right"]=_emscripten_enum_MxV3dTypeOfOrientation_Orientation_TypeOfOrientation_Yup_Right();Module["Angle_TypeOfAngle_Interior"]=_emscripten_enum_MxTypeOfAngle_Angle_TypeOfAngle_Interior();Module["Angle_TypeOfAngle_Exterior"]=_emscripten_enum_MxTypeOfAngle_Angle_TypeOfAngle_Exterior();Module["Visibility_TOAAV_Both"]=_emscripten_enum_MxTypeOfAngleArrowVisibility_Visibility_TOAAV_Both();Module["Visibility_TOAAV_First"]=_emscripten_enum_MxTypeOfAngleArrowVisibility_Visibility_TOAAV_First();Module["Visibility_TOAAV_Second"]=_emscripten_enum_MxTypeOfAngleArrowVisibility_Visibility_TOAAV_Second();Module["Visibility_TOAAV_None"]=_emscripten_enum_MxTypeOfAngleArrowVisibility_Visibility_TOAAV_None();Module["Line_TOL_EMPTY"]=_emscripten_enum_MxTypeOfLine_Line_TOL_EMPTY();Module["Line_TOL_SOLID"]=_emscripten_enum_MxTypeOfLine_Line_TOL_SOLID();Module["Line_TOL_DASH"]=_emscripten_enum_MxTypeOfLine_Line_TOL_DASH();Module["Line_TOL_DOT"]=_emscripten_enum_MxTypeOfLine_Line_TOL_DOT();Module["Line_TOL_DOTDASH"]=_emscripten_enum_MxTypeOfLine_Line_TOL_DOTDASH();Module["Line_TOL_USERDEFINED"]=_emscripten_enum_MxTypeOfLine_Line_TOL_USERDEFINED();Module["TextPath_TP_UP"]=_emscripten_enum_MxTextPath_TextPath_TP_UP();Module["TextPath_TP_DOWN"]=_emscripten_enum_MxTextPath_TextPath_TP_DOWN();Module["TextPath_TP_LEFT"]=_emscripten_enum_MxTextPath_TextPath_TP_LEFT();Module["TextPath_TP_RIGHT"]=_emscripten_enum_MxTextPath_TextPath_TP_RIGHT();Module["DimensionArrowOrientation_DAO_Internal"]=_emscripten_enum_MxDimensionArrowOrientation_DimensionArrowOrientation_DAO_Internal();Module["DimensionArrowOrientation_DAO_External"]=_emscripten_enum_MxDimensionArrowOrientation_DimensionArrowOrientation_DAO_External();Module["DimensionArrowOrientation_DAO_Fit"]=_emscripten_enum_MxDimensionArrowOrientation_DimensionArrowOrientation_DAO_Fit();Module["DimensionTextVerticalPosition_DTVP_Above"]=_emscripten_enum_MxDimensionTextVerticalPosition_DimensionTextVerticalPosition_DTVP_Above();Module["DimensionTextVerticalPosition_DTVP_Below"]=_emscripten_enum_MxDimensionTextVerticalPosition_DimensionTextVerticalPosition_DTVP_Below();Module["DimensionTextVerticalPosition_DTVP_Center"]=_emscripten_enum_MxDimensionTextVerticalPosition_DimensionTextVerticalPosition_DTVP_Center();Module["DimensionTextHorizontalPosition_DTHP_Left"]=_emscripten_enum_MxDimensionTextHorizontalPosition_DimensionTextHorizontalPosition_DTHP_Left();Module["DimensionTextHorizontalPosition_DTHP_Right"]=_emscripten_enum_MxDimensionTextHorizontalPosition_DimensionTextHorizontalPosition_DTHP_Right();Module["DimensionTextHorizontalPosition_DTHP_Center"]=_emscripten_enum_MxDimensionTextHorizontalPosition_DimensionTextHorizontalPosition_DTHP_Center();Module["DimensionTextHorizontalPosition_DTHP_Fit"]=_emscripten_enum_MxDimensionTextHorizontalPosition_DimensionTextHorizontalPosition_DTHP_Fit();Module["KindOfDimension_KOD_NONE"]=_emscripten_enum_MxKindOfDimension_KindOfDimension_KOD_NONE();Module["KindOfDimension_KOD_LENGTH"]=_emscripten_enum_MxKindOfDimension_KindOfDimension_KOD_LENGTH();Module["KindOfDimension_KOD_PLANEANGLE"]=_emscripten_enum_MxKindOfDimension_KindOfDimension_KOD_PLANEANGLE();Module["KindOfDimension_KOD_SOLIDANGLE"]=_emscripten_enum_MxKindOfDimension_KindOfDimension_KOD_SOLIDANGLE();Module["KindOfDimension_KOD_AREA"]=_emscripten_enum_MxKindOfDimension_KindOfDimension_KOD_AREA();Module["KindOfDimension_KOD_VOLUME"]=_emscripten_enum_MxKindOfDimension_KindOfDimension_KOD_VOLUME();Module["KindOfDimension_KOD_MASS"]=_emscripten_enum_MxKindOfDimension_KindOfDimension_KOD_MASS();Module["KindOfDimension_KOD_TIME"]=_emscripten_enum_MxKindOfDimension_KindOfDimension_KOD_TIME();Module["KindOfDimension_KOD_RADIUS"]=_emscripten_enum_MxKindOfDimension_KindOfDimension_KOD_RADIUS();Module["KindOfDimension_KOD_DIAMETER"]=_emscripten_enum_MxKindOfDimension_KindOfDimension_KOD_DIAMETER();Module["KindOfDimension_KOD_CHAMF2D"]=_emscripten_enum_MxKindOfDimension_KindOfDimension_KOD_CHAMF2D();Module["KindOfDimension_KOD_CHAMF3D"]=_emscripten_enum_MxKindOfDimension_KindOfDimension_KOD_CHAMF3D();Module["KindOfDimension_KOD_OFFSET"]=_emscripten_enum_MxKindOfDimension_KindOfDimension_KOD_OFFSET();Module["KindOfDimension_KOD_ELLIPSERADIUS"]=_emscripten_enum_MxKindOfDimension_KindOfDimension_KOD_ELLIPSERADIUS();Module["DocColor_ColorGen"]=_emscripten_enum_MxDocColorType_DocColor_ColorGen();Module["DocColor_ColorSurf"]=_emscripten_enum_MxDocColorType_DocColor_ColorSurf();Module["DocColor_ColorCurv"]=_emscripten_enum_MxDocColorType_DocColor_ColorCurv();Module["KindOfInteractive_None"]=_emscripten_enum_MxKindOfInteractive_KindOfInteractive_None();Module["KindOfInteractive_Datum"]=_emscripten_enum_MxKindOfInteractive_KindOfInteractive_Datum();Module["KindOfInteractive_Shape"]=_emscripten_enum_MxKindOfInteractive_KindOfInteractive_Shape();Module["KindOfInteractive_Object"]=_emscripten_enum_MxKindOfInteractive_KindOfInteractive_Object();Module["KindOfInteractive_Relation"]=_emscripten_enum_MxKindOfInteractive_KindOfInteractive_Relation();Module["KindOfInteractive_Dimension"]=_emscripten_enum_MxKindOfInteractive_KindOfInteractive_Dimension();Module["KindOfInteractive_LightSource"]=_emscripten_enum_MxKindOfInteractive_KindOfInteractive_LightSource();Module["KOI_None"]=_emscripten_enum_MxKindOfInteractive_KOI_None();Module["KOI_Datum"]=_emscripten_enum_MxKindOfInteractive_KOI_Datum();Module["KOI_Shape"]=_emscripten_enum_MxKindOfInteractive_KOI_Shape();Module["KOI_Object"]=_emscripten_enum_MxKindOfInteractive_KOI_Object();Module["KOI_Relation"]=_emscripten_enum_MxKindOfInteractive_KOI_Relation();Module["KOI_Dimension"]=_emscripten_enum_MxKindOfInteractive_KOI_Dimension();Module["TOH_NotSet"]=_emscripten_enum_MxPrs3dTypeOfHLR_TOH_NotSet();Module["TOH_PolyAlgo"]=_emscripten_enum_MxPrs3dTypeOfHLR_TOH_PolyAlgo();Module["TOH_Algo"]=_emscripten_enum_MxPrs3dTypeOfHLR_TOH_Algo();Module["DisplayStatus_Displayed"]=_emscripten_enum_MxDisplayStatus_DisplayStatus_Displayed();Module["DisplayStatus_Erased"]=_emscripten_enum_MxDisplayStatus_DisplayStatus_Erased();Module["DisplayStatus_None"]=_emscripten_enum_MxDisplayStatus_DisplayStatus_None();Module["DS_Displayed"]=_emscripten_enum_MxDisplayStatus_DS_Displayed();Module["DS_Erased"]=_emscripten_enum_MxDisplayStatus_DS_Erased();Module["DS_None"]=_emscripten_enum_MxDisplayStatus_DS_None();Module["DisplayMode_Wireframe"]=_emscripten_enum_MxGlobalDisplayMode_DisplayMode_Wireframe();Module["DisplayMode_HiddenLineRemoval"]=_emscripten_enum_MxGlobalDisplayMode_DisplayMode_HiddenLineRemoval();Module["DisplayMode_Shaded"]=_emscripten_enum_MxGlobalDisplayMode_DisplayMode_Shaded();Module["DisplayMode_ShadedWithFaceBoundary"]=_emscripten_enum_MxGlobalDisplayMode_DisplayMode_ShadedWithFaceBoundary();Module["DisplayMode_Transparency"]=_emscripten_enum_MxGlobalDisplayMode_DisplayMode_Transparency();Module["GradientFillMethod_None"]=_emscripten_enum_MxGradientFillMethod_GradientFillMethod_None();Module["GradientFillMethod_Horizontal"]=_emscripten_enum_MxGradientFillMethod_GradientFillMethod_Horizontal();Module["GradientFillMethod_Vertical"]=_emscripten_enum_MxGradientFillMethod_GradientFillMethod_Vertical();Module["GradientFillMethod_Diagonal1"]=_emscripten_enum_MxGradientFillMethod_GradientFillMethod_Diagonal1();Module["GradientFillMethod_Diagonal2"]=_emscripten_enum_MxGradientFillMethod_GradientFillMethod_Diagonal2();Module["GradientFillMethod_Corner1"]=_emscripten_enum_MxGradientFillMethod_GradientFillMethod_Corner1();Module["GradientFillMethod_Corner2"]=_emscripten_enum_MxGradientFillMethod_GradientFillMethod_Corner2();Module["GradientFillMethod_Corner3"]=_emscripten_enum_MxGradientFillMethod_GradientFillMethod_Corner3();Module["GradientFillMethod_Corner4"]=_emscripten_enum_MxGradientFillMethod_GradientFillMethod_Corner4();Module["GradientFillMethod_Elliptical"]=_emscripten_enum_MxGradientFillMethod_GradientFillMethod_Elliptical();Module["Format_Unknown"]=_emscripten_enum_MxFormat_Format_Unknown();Module["Format_Image"]=_emscripten_enum_MxFormat_Format_Image();Module["Format_3DS"]=_emscripten_enum_MxFormat_Format_3DS();Module["Format_3MF"]=_emscripten_enum_MxFormat_Format_3MF();Module["Format_AMF"]=_emscripten_enum_MxFormat_Format_AMF();Module["Format_COLLADA"]=_emscripten_enum_MxFormat_Format_COLLADA();Module["Format_DXF"]=_emscripten_enum_MxFormat_Format_DXF();Module["Format_FBX"]=_emscripten_enum_MxFormat_Format_FBX();Module["Format_GLTF"]=_emscripten_enum_MxFormat_Format_GLTF();Module["Format_IGES"]=_emscripten_enum_MxFormat_Format_IGES();Module["Format_OBJ"]=_emscripten_enum_MxFormat_Format_OBJ();Module["Format_OCCBREP"]=_emscripten_enum_MxFormat_Format_OCCBREP();Module["Format_OFF"]=_emscripten_enum_MxFormat_Format_OFF();Module["Format_PLY"]=_emscripten_enum_MxFormat_Format_PLY();Module["Format_STEP"]=_emscripten_enum_MxFormat_Format_STEP();Module["Format_STL"]=_emscripten_enum_MxFormat_Format_STL();Module["Format_VRML"]=_emscripten_enum_MxFormat_Format_VRML();Module["Format_X3D"]=_emscripten_enum_MxFormat_Format_X3D();Module["Format_Blender"]=_emscripten_enum_MxFormat_Format_Blender();Module["Quant_Length"]=_emscripten_enum_MxQuantAspect_Quant_Length();Module["Quant_Area"]=_emscripten_enum_MxQuantAspect_Quant_Area();Module["Quant_Volume"]=_emscripten_enum_MxQuantAspect_Quant_Volume();Module["Orientation_FORWARD"]=_emscripten_enum_MxOrientation_Orientation_FORWARD();Module["Orientation_REVERSED"]=_emscripten_enum_MxOrientation_Orientation_REVERSED();Module["Orientation_INTERNAL"]=_emscripten_enum_MxOrientation_Orientation_INTERNAL();Module["Orientation_EXTERNAL"]=_emscripten_enum_MxOrientation_Orientation_EXTERNAL();Module["Mx_Transformed"]=_emscripten_enum_MxTransitionMode_Mx_Transformed();Module["Mx_RightCorner"]=_emscripten_enum_MxTransitionMode_Mx_RightCorner();Module["Mx_RoundCorner"]=_emscripten_enum_MxTransitionMode_Mx_RoundCorner()}if(runtimeInitialized)setupEnums();else addOnInit(setupEnums)})();
return mxdraw3d.ready
}
);
})();
if (typeof exports === 'object' && typeof module === 'object')
module.exports = mxdraw3d;
else if (typeof define === 'function' && define['amd'])
define([], function() { return mxdraw3d; });
else if (typeof exports === 'object')
exports["mxdraw3d"] = mxdraw3d;