Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
975 views

I want to add a skybox to my Forge scene, but Forge is different from three.js. I want to know what I can do for it. I have tried new THREE.CubeTextureLoader, but the three.js in Forge doesn't have ...
weijie's user avatar
  • 54
0 votes
3 answers
1k views

What is the correct process for getting a transform between Forge coordinates and Revit's shared coordinates? I know there is globalOffset, but does it reference the Revit project internal coordinate ...
jacobmlovelace's user avatar
1 vote
1 answer
769 views

I'm aware that it's possible to get the cameras from saved views in the Navisworks models, but it would be great to get the names as well. When uploading a nwd file to a BIM 360 Document Management ...
FrodeTo's user avatar
  • 83
1 vote
1 answer
824 views

I am building an application around Autodesk Forge Viewer, where I add extra functionalities using basic functions from Viewer (coloring, isolating etc.) depending on client data. This application ...
Berk Kurkcuoglu's user avatar
0 votes
1 answer
1k views

When using the Autodesk Viewer, decals do not seem to display as expected. The image above has the decal displaying correctly (not rendered in Autodesk Viewer), and the image below has no decal (...
sabrehagen's user avatar
  • 1,647
2 votes
1 answer
3k views

I would like to get the THREE.Mesh object of an element in Autodesk Forge Viewer. Here is the code: var dbId; // geometry node Id of an element var viewer; // GuiViewer3D var mesh = viewer.impl....
Khoa Ho's user avatar
  • 97
2 votes
2 answers
2k views

I am trying to download file from Autodesk BIM360 Doc (https://docs.b360.autodesk.com) with the Forge API so the files can be then afterward archieved to our local storage. I have managed to download ...
Kevin Zhu's user avatar
1 vote
1 answer
521 views

I'm trying to use Snapper functionnalities from Forge Viewer in order to ask user to pick a point and then retrieve point world coordinates of selected point. I look at this topic but doesn't work ...
Lucas Gibaud's user avatar
1 vote
1 answer
2k views

In our application we're using Autodesk Forge Viewer to render 3D and 2D design files. Files with other formats get rendered pretty well. But in case of the pdf files, only the first page gets ...
kabirbaidhya's user avatar
  • 3,498
0 votes
1 answer
796 views

I wanted to build a section box inside forge viewer. I have the minx, maxX, minY, maxY through area marking. Also I have minZ and maxZ through level selection (levels[i].elevation – globalOffset.Z). ...
Saurabh Agrawal's user avatar
0 votes
1 answer
174 views

I am a student in the Department of Architecture of National Cheng Kung University in Taiwan. It is my first time to use stackoverflow. The Autodesk staff told me that I can come here to ask questions ...
RUEI-HONG LIN's user avatar
3 votes
3 answers
991 views

Surely there is a way to read the description attribute of a file in Docs using the API?!?! It isn't returned using this endpoint as it isn't a custom attribute: https://aps.autodesk.com/en/docs/...
Connor Ferguson's user avatar
3 votes
1 answer
1k views

I am getting error like: Uncaught TypeError: Cannot read property '__webglFramebuffer' of null when i am going to another page linked with the page which has autodesk viewer attached . I dont know ...
Apurva Bhavsar's user avatar
2 votes
1 answer
1k views

Please tell me how to get the urn of the bucket file. You can get the urn that is included in the response when uploading to the bucket, but I'd like to obtain the urn of the file already uploaded to ...
user28019's user avatar
  • 143
2 votes
1 answer
2k views

I'm using the Forge Viewer on an Angular 5 application. Is there a way to completely unload the viewer so it can later be reloaded? I have the following code to unload the viewer: if (this.viewer &...
Ivan Aguilar's user avatar
2 votes
1 answer
504 views

I am placing marker objects on a model using data taken from drone surveys. I have access to high accuracy GPS data and also omega/phi/kappa rotation data. The goal is to move the viewer camera into ...
Lewy Blue's user avatar
  • 638
1 vote
1 answer
493 views

I have used below code to get bounding box of 2D element. function find2DBounds(fragList, fragId, dbId, bc) { const mesh = fragList.getVizmesh(fragId); const vbr = new Autodesk.Viewing.Private....
Amit Mandal's user avatar
1 vote
3 answers
1k views

I am writing a plugin for existing JavaScript app - Forge Autodesk.Viewing After version 6 they have included THREE.js inside of their app bundle. Right now I'm able to use it with my plugin like this:...
Mikhail Kh's user avatar
1 vote
1 answer
434 views

I've been using the externalId to uniquely refer to objects in the forge viewer and connect them with outside data about these objects. This has worked well for revit files, which have a kind of GUID ...
jorisjh's user avatar
  • 146
1 vote
1 answer
495 views

In certain circumstances, BIM360 will serve a zip file of a Revit document along with its links, such as explained here: https://forums.autodesk.com/t5/bim-360-document-management/linked-revit-files-...
Dion Moult's user avatar
1 vote
1 answer
1k views

I want to understand how Autodesk Forge viewer stores node elements in multiple THREE.Scene objects. There are several scenes: viewer.impl.scene // The main scene viewer.impl.overlayScenes // Three ...
Khoa Ho's user avatar
  • 97
1 vote
1 answer
4k views

I'm trying to control the camera in the Autodesk Forge Viewer. Setting target and position seems to work fine, but if I try to set rotation or quaternion it do not have any effect. To get the camera ...
FrodeTo's user avatar
  • 83
1 vote
1 answer
300 views

I am using the sample C# SDK for using the Forge Derivative service and viewer. I've been successful with using any document but not with PDF. All the PDF's I've tried, translated successfully but it ...
BHosta's user avatar
  • 25
1 vote
1 answer
2k views

We want to show a marker on the different origin locations of Revit files. I can show the Revit Iternal Point (viewer.model.getData().refPointTransform) and also the Survey Point (viewer.model....
Nic Maes's user avatar
1 vote
1 answer
494 views

Question about the Design Automation API. Is it possible to create a Design Automation script that removes worksharing so that Design Automation can work on the rest of the file and then throw that ...
M Scott's user avatar
  • 55

1
2 3 4 5
10