Lately I've been using BIM360Team to store all of my team's .rvt files and then I want to use the room data from the model itself to manipulate some information.
The main goal of using .rvt instead of .nwc for room data extraction is to reduce the re-work as much as possible, So I found this update https://forge.autodesk.com/blog/new-rvt-svf-model-derivative-parameter-generates-additional-content-including-rooms-and-spaces which I really grateful for this update. But it required to translate model again rather than using data management api to get the svf from BIM360Team directly
So is it possible to extract the model data likely using the model derivative api new features? your help would be greatly appreciated.