Questions tagged [autodesk-data-visualization]

12 questions
0
votes
0 answers

DataVizExtension: Issue with deleting a sprite dynamically in the viewer (getViewableUV being called unexpectedly)

I am currently working on DataVizExtension, specifically on the sprites feature. I created an extension in the viewer that allows users to add and delete the sprites on the viewer itself. An error occurs each time I delete a sprite. The sprites'…
0
votes
1 answer

Loading back extensions after changing models for Forge Viewer

Currently, I am implementing a Viewer Application that makes use of the angular wrapper from https://github.com/theNBS/ng2-adsk-forge-viewer I managed to get the viewer set up, created and loaded several extensions from the DataVisualisation…
0
votes
0 answers

Cannot Display Sprites in Autodesk Data Visualization Extension Demo

I replicated the APS DataViz Extensions Demo and I have used my own Model URN. For the Model GUID, I left it an empty string. All other extensions (Sensor List, Sensor Detail, and Sensor Heatmap) works. I have adjusted my iot.mocked.js code to suits…
0
votes
1 answer

Switch different pointMeshes of the dataVizExtn in the invalidateViewables() function

I try to use different pointMeshes of the dataVizExtn when I using the invalidateViewables(). Because I try to have different size of the sprite ,I create two ViewableDatas. I also finish() them respectively, so I get two pointMeshs of the…
0
votes
0 answers

Search all InfluxData sources How to configure influxDBCloud time zone

I visualized my real-time sensor data on InfluxDBCloud Data Explorer. Then I queried data for Autodesk data visualization extension. But still, I was unable to visualize real-time data in my Autodesk data visualization extension app. There is 8-hour…
0
votes
0 answers

Sprite Equivalent for 2D View in Forge/APS Viewer?

We have an application with a database of model objects and dbids. We want to automatically generate pinpoints or markups for the elements visible/selectable on the current 2D sheet, and have those icons be selectable to direct the user back to a…
0
votes
1 answer

Assistance with having multiple sensor types in APS DataViz Extensions Demo

We are building an application upon "APS DataViz Extensions Demo" and we've run into a problem for having different sensor types in one room, as shown in "original_heatmap.PNG". In summary, we have two sensor types: 1. ENV sensors including…
0
votes
1 answer

Why is the example application throwing me the error: bug/1173575, non-JS module files deprecated?

came back to an application based off of this reference app after a little time away from it, but I'm now unable to run the application locally. With both my version, and the base reference app, trying to connect to localhost:9000 throws me a screen…
0
votes
1 answer

ForgeViewer: creating a SurfaceShadingNode without Revit-Room

Is there a way to create a SurfaceShadingNode without passing a dbId of existing Room created in Revit? According to API documentation, I understand that I can create a LevelRoomMap using custom bounds and then use it to generate SurfaceShadingData.…
Bandu W
  • 99
  • 8
0
votes
1 answer

I want to maker a Forge Heat Map using my personal CSV files with a Revit Building

I hope you all are well. I have been trying to use the Forge reference application template to be able to make a heat map for a building (I have the .RVT file for it). However, whenever I try to run this github.com/weshinchman/forge-dataviz-testrepo…
0
votes
1 answer

Replacing a model in the reference application, Forge AutoDesk Data Visualization

I followed the steps per listed on their website, but my VS Code threw the following error, and when I went to the localhost it appeared as such (with no where to upload my own .rvt files) Reference Application Local Host VS Code error…
-1
votes
1 answer

how to add tooltip to autodesk forge sprite viewable?

i am trying to add tooltip and data over hover of a sprite inside using the data visualization api. I have achieved adding the sprite viewable, but it is not mentioned as to how we add a tooltip on hover. Docs just mention there is a…