RESEARCH

autodesk forge – PixelCompare extensions: compareTwoModels is not a function

I follow the instructions from: // Load 2 sheets viewer.loadModel(‘scissors1.pdf’, {}, (model1) => { viewer.loadModel(‘scissors2.pdf’, {}, async (model2) => { // Compare them const pcExt = await viewer.loadExtension(‘Autodesk.Viewing.PixelCompare’); pcExt.compareTwoModels(model1, model2);…Read moreautodesk forge – PixelCompare extensions: compareTwoModels is not a function

3D PRINTING DATA MANAGEMENT RESEARCH

autodesk forge – I am using the Data Management API to Upload a File. When reached “Step 5: Upload a file to the signed url”, I encounter difficulties

我正在按照以下网址里的教程操作 aps.autodesk.com/en/docs/data/v2/tutorials/upload-file/%EF%BC%8C when i used the signed url to upload file .这一步就出错了,找不到问题在哪。(My app’s client script code is php. I use the curl fountion to sent the request.) 上传这一步就有问题,只返回false 。没有任何其它的提示。 然后验证上传就返回…Read moreautodesk forge – I am using the Data Management API to Upload a File. When reached “Step 5: Upload a file to the signed url”, I encounter difficulties

JS, REACT, & NODE RESEARCH

autodesk forge – How to fix ‘n.computeBoundingBox is not a function’ error while using THREE.Mesh?

fragIds.forEach(function(fragId){ var fragProxy = Viewer.impl.getFragmentProxy( Viewer.model, fragId) fragProxy.getAnimTransform() //fragProxy.parameters console.log(‘frag position in LCS before transform:’ + fragProxy.position.x + ‘,’+ fragProxy.position.y + ‘,’+ fragProxy.position.z); var wcsMatrix = new THREE.Matrix4(); fragProxy.getWorldMatrix(wcsMatrix); var…Read moreautodesk forge – How to fix ‘n.computeBoundingBox is not a function’ error while using THREE.Mesh?

DATA MANAGEMENT JS, REACT, & NODE RESEARCH

autodesk forge – Getting Refused to load Scripts Error while running custom visual in PowerBI service in chrome

I am loading a external script in power bi custom visual. powerbi-visuals-tools version – 4.2.1 powerbi-visuals-api version “5.1.0”, Getting following error while running custom visual in developer mode in chrome:…Read moreautodesk forge – Getting Refused to load Scripts Error while running custom visual in PowerBI service in chrome

DATA MANAGEMENT MQTT & IOT AUTOMATION RESEARCH

autodesk forge – Creating a Custom Data Adapter: Importing data adapter

Following the tutorial for creating a custom data adapter: forge.autodesk.com/en/docs/dataviz/v1/developers_guide/advanced_topics/custom_data_adapter/ Getting error in chrome console: Created file Hyperion.Data.BimapiDataAdapter in the folder forge-dataviz-iot-reference-app-main\node_modules\forge-dataviz-iot-data-modules\client\data based on the Hyperion.Data.Adapter file in the same…Read moreautodesk forge – Creating a Custom Data Adapter: Importing data adapter