Hi,
using Rhino.Inside, I am opening a dwg file in Rhino and converting the line work to Room Separators and then Add Room with Grasshopper. Unfortunately I come across the error: “RevitAPI: Could not obtain valid UV point in this project from circuit”.
Surprisingly, the script runs well if I run it into the “rac_basic_sample_project” but I get the error if I run it into the “rac_advanced_sample_project”. I also get the error in our company Revit template. I can’t figure out what is the difference.
cb0301pp.3dm (667.2 KB)
McNeel_CreateRooms_BASIC.gh (25.8 KB)
McNeel_CreateRooms_ADVANCED.gh (22.3 KB)
Users reporting the same issue have suggested two workarounds: adding the Phase to the Add Room component and making sure that lines don’t overlap. Both workarounds have been taken care of but it is still not working.
I have attached the script and the Rhino file(line work). The scripts for basic and advanced are exactly the same but just changed the View Name and Phase.
Note:
If you run it in the Basic sample, make sure to turn off Crop View in Level 1
If you run it in the Advanced sample, make sure to turn on the category Model Line / Room Separator
Any help much appreciated as I am stuck.