Questions tagged [autodesk-viewer]

The Autodesk Viewer enables your customers to visualize and interact with 2D and 3D design data in a web browser or on a mobile device, anytime, anywhere. No downloads or plug-ins required.

The Viewer is a WebGL-based, JavaScript library for 3D and 2D model rendering. 3D and 2D model data may come from a wide array of applications, such as AutoCAD, Fusion 360, Revit, and many more.

The API supports over 60 file formats to bring you stunning, detailed, high-fidelity visualizations of models - right within your browser experience. The REST and JavaScript APIs make it easy for you to quickly develop web applications.

The Viewer requires a WebGL-canvas compatible browser:

  • Chrome 50+
  • Firefox 45+
  • Opera 37+
  • Safari 9+
  • Microsoft Edge 20+
  • Internet Explorer 11

Learn more about Autodesk Viewer.

1738 questions
0
votes
1 answer

Cannot read property 'enumNodeFragments' of undefined

I'm trying to change the color of elements in 3D Viewer using the Autodesk-forge platform, and for this I'm using this API https://forge.autodesk.com/cloud_and_mobile/2015/12/change-color-of-elements-with-view-and-data-api.html by Daniel Du. But the…
0
votes
1 answer

How can you use HTML in the viewer, with the same scaling?

So, I am trying to take a different approach of adding text into the viewer by using HTML. My current approach is that I append the elements to the viewer container, but the problem with that is that the position is absolute. It always sticks to the…
Sam Curry
  • 445
  • 2
  • 11
0
votes
1 answer

Set the panning state of the forge viewer manually

I have a case where I need to turn the panning state of the forge viewer on and off manually from a button custom button created outside the viewer. (Basically I need to recreate the functionality of the pan button within the forge viewer). Is this…
cpwynn
  • 23
  • 1
  • 7
0
votes
1 answer

Mouse and key events in Forge Viewer

Is it possible to neglect the key events in the Forge viewer, outside the viewer DOM element? I have a separate DOM element with it's own key events, but they don't work, because the viewer events apply to the whole DOM (window). I can see that…
torjuss
  • 11
  • 4
0
votes
1 answer

3ds Max textures/custom materials

I read in the Viewer Release Notes: v4.0.1 that Protein Materials tiling patterns (Revit 2019) are now supported. This is great! However, as a 3ds Max user I am curious whether there's any plans to support bitmap-textures or custom materials coming…
artobii
  • 175
  • 11
0
votes
1 answer

How do you implement drag controls in the AutoDesk forge viewer?

I am trying to implement drag controls on this text geometry that I am creating in the viewer. I create the text like so: createText(params) { const textGeometry = new TextGeometry(params.text, Object.assign({}, { font: new…
Sam Curry
  • 445
  • 2
  • 11
0
votes
1 answer

Unable to retrieve frag IDs in autodesk forge viewer

I am currently looking at trying to get a very simple solution working as a proof of concept before going any further with forge. I have gone through the basic application quick start guide and the basic extension guide and the viewer it self works…
wolfman1001
  • 171
  • 1
  • 13
0
votes
1 answer

3ds Max TransNode not recognized as object

We're having some problems accessing the parent object (the TransNode) in our Forge viewer application. The TransNode is the object/node which contains all the materials used in the object. Our research found that TransNodes are not recognized as…
Mykita
  • 437
  • 2
  • 8
  • 31
0
votes
1 answer

Ionic App throwing "Cannot read property 'id' of null at PinchRecognizer.recognizeWith" loading Forge Viewer

I am working on an app written in TypeScript using the Ionic Framework. I'm attempting to load the first model into the forge viewer and I receive the below error when I attempt to call the viewer start method: ERROR Error: Uncaught (in promise):…
0
votes
1 answer

Forge Viewer THREE.MeshLambertMaterial

One of the properties available on the var material = NEW THREE.MeshLambertMaterial is texture maps: {( map: new THREE.TextureLoader().load('wool.jpg') )} We're very curious whether it would be possible to load in a texture this way and apply it to…
artobii
  • 175
  • 11
0
votes
1 answer

Forge AR|VR Toolkit

We recently came across these slides: https://www.slideshare.net/CyrilleFauvel/introducing-the-forge-arvr-toolkit And slide number 20 made us VERY enthusiastic! Is there actually a Forge to Unreal Engine 4 pipeline? We're aware of the Unity and 3ds…
Mykita
  • 437
  • 2
  • 8
  • 31
0
votes
2 answers

Latest versioning in production code

I'd like to update my project with the latest version of the Forge Viewer. I haven't previously been using versioning this far. How would I update the Forge Viewer to the latest version in my code?
artobii
  • 175
  • 11
0
votes
1 answer

Custom texture autodesk forge

Is it possible to show custom textures applied to materials in Revit using the forge viewer? Thanks for your help in advance.
xloayza
  • 11
  • 1
0
votes
1 answer

How add a new extention?

I have a simple project of viewer on NodeJs: https://github.com/Autodesk-Forge/viewer-nodejs-tutorial with some basic exstention. I want to know how can I add the new extention from https://github.com/jeremytammik/forgefader to my project?
0
votes
1 answer

How to show pointCloudMarkup programmatically?

Forge RCDB URL is https://forge-rcdb.autodesk.io/configurator?id=5a361b2b58144b5ed2936ddf I am using only…
小川修
  • 11
  • 1