Reputation: 1
We essentially work with Revit and its API. We export our Revit models into Forge for our customers to view them. But we would like them to be able to do simple modifications (such as textures modification) and later larger modifications (change an object for another). And of course visualize the modified model. Let's start with the simplest task: modify a texture. Is that possible? I understand from that post that I could modify metadata of the model. Does this include textures, and does it mean that the modified texture will appear in the model in Forge? Thanks by advance Benoit
Upvotes: 0
Views: 745
Reputation: 2054
In general, the answer is Yes. You can use the API to modify the metadata, geometry and texture as you mentioned. You can do most of the job that you did in your Revit desktop plugin which doesn't require UI interaction. Of course, it still has some limitation, please refer Design Automation for Revit limitation for some details.
Back to your question to view the Revit model, that's another topic, after you modified the texture of Revit model, you need to trigger another translation and then view it in browser, there are some issue or limitation of Revit material/texture to be translated/viewed in Forge viewer, handle revit custom texture is some suggestion while viewing custom texture.
Upvotes: 1