0

I am looking into ways to colour an element in my BIM file (Walls, Floors etc.) with multiple colours. The idea is that when I have a wall or floor through multiple rooms, I want to colour that wall based on the Room data. However the Room data can be different and so the elements should get one colour in one room, and another colour in the other room.

I have seen a video from Autodesk Forge, where a floor got a shade from green to red, based on how good WiFi reception. It was said that it was just a texture over a surface. Would something like this be possible using Autodesk Forge? Or any other possibilities?

Any help would be greatly appreciated. Thank you.

  • Hi Sjors, welcome :). Stackoverflow works best when you try to code something and then ask questions on that code that didn't work as you intended. Would you share what you have already tried so far? – WurmD Feb 15 '21 at 17:55

1 Answers1

0

The easiest way is to use setThemingColor method. For Rooms, make sure to get the master view. For advanced coloring, please refere to shaders.

Augusto Goncalves
  • 8,493
  • 2
  • 17
  • 44