

Keep in mind that the custom geometry created with ModelBuilder will really act as another model. The ModelBuilder class exposes additional methods you can use to manipulate your custom model, for example:įor a detailed overview of all the methods and their arguments, see. ModelBuilder.addFragment(myGeometry, 'M圜ustomMaterial', myTransform) ModelBuilder.addMaterial('M圜ustomMaterial', myMaterial) While overlays may be a better fit for certain scenarios, the content inserted with behaves just like the standard Forge models - you can interact with it both programatically and through user input.Īfter loading the extension the usual way, call its (async) method addNewModel to create a new Model and instantiate a ModelBuilder for it: async function addModel(viewer) ) The extension is not meant to replace the scene overlays mentioned above. The extension allows you to create Models similar to those you load from the Model Derivative service, and populate them on-the-fly. Let's take a look at it! What it can and can't do Well, if this is something you've been waiting for, worry no more! The Forge Viewer team has put together a new extension that turns your custom three.js content into "proper" viewer models:. You cannot hover or select the objects, move camera to them using the Viewer APIs, and so on. While these techniques work - meaning that you can see your custom objects rendered with your custom materials - they don't really play well with the rest of the viewer. We usually recommend using scene overlays, and those feeling more adventurous go directly to the uncharted territories of or. Whilst this online Viewer can accept and show a variety of file formats (see list below) – we will just stick to Revit files for the purpose of this blog post.Embedding custom three.js geometry into Forge Viewer is a very common request. You can easily share the model via link, print or screenshot It accepts over 50 2D & 3D file formats including. It requires no downloading or installing of software It’s a hit! WHY THIS ONLINE REVIT VIEWER IS AWESOME: It worked a treat! My boss was impressed, and now most of the Engineers in my office are using A360 to view, present and share our Models with clients. We found the Autodesk A360 Online Viewer which let him navigate and present the Revit model to the clients during his presentation. My Boss doesn’t have Revit, so we started looking for a Revit Viewer or something similar. It was a fairly complex building and 3D images just weren’t showing the whole picture. We were working on an apartment complex with a lot of stakeholders, and these clients wanted to see the impact of our design on their individual tenancies.


My Boss was giving a presentation to a lot of clients recently.
