Its been a couple of days I had been working on Forge Api of Autodesk and I am doing well with my implementation as per requirement recently I am trying to render a specific / single view Example - I am having a RVT file which renders a building with 4 rooms now my issue is there are 4 people and I want to only show one room to each of this people so Room A to Person A, Room B to Person B and so On, Room B should not be visible to person A.
In short I dont want to render the whole model I am only interested in rendering few model inside a parent model
I had been going to the documentation and I could not find much help from it so can some one guide me over it or could refer me a right place in the documentation which I could use to implement above scenario