Reputation: 11
I have some troubles after Forge model generation. The main goal is to get rvt model from JSON. I have tested my code with Revit API in Revit. It works nice. But when add bundle to the Forge app and got rvt result - I have faced with weird glitch. I can`t see any wall in the project, but walls exist. I have checked with lookupRevit and saw walls and ids. The question is "How to make invisible walls be visible?" I have attached the recording demonstrating my glitch. https://www.youtube.com/watch?v=WiZC2VLcVSc
Thanks
Upvotes: 1
Views: 59
Reputation: 8304
Please share the code for a minimal reproducible case so we can take a look. I am not aware of any way to achieve this result just creating a wall and saving the BIM. So, it will be interesting to see how you succeed with this feat.
Correction: a colleague spotted the problem in your video:
It looks like the walls were created in Phase 3, and the view phase is 1.
Copy-pasting them puts them on the active phase thus making them visible. (At least best I can tell from the video!)
Upvotes: 1