I am experiencing a total Revit crash when attempting to export the Revit Pollination model in a gbXML format. I am able to export the same model as an HBJson without issue.
Here is the dumpdata from the crash if it is any help. dumpdata.zip (1.7 MB)
I exported and opened the HBJSON file in Rhino 7 but when I try to load the Pollination model in GH for DumpGBXML I receive an error. I made a custom construction set for the building in Revit Pollination before exporting but now I’m receiving an error message about that material.
The error message is:
Solution exception:Failed to apply energy properties to the Model: Typical Insulated Steel Framed Exterior Wall-R19
I’m not sure I’m allowed to privately share the file given the project security requirements. I will need to check and let you know.
That might be why the export is failing. If we can create an isolated example that represents the issue it will be really helpful. Something like exporting a single room with the construction that might be causing the issue.
@chriswmackey, can you provide more insight on why this issue might be happening?
It’s pretty clear from the validation error that the model isn’t being exported with the construction definitions. So Revit is Exporting the ConstructionSet definition but it’s not exporting the Construction definitions that the ConstructionSet references.
So it’s definitely an invalid HBJSON that’s being produced by the .NET bindings. @mingbo would probably know more.
@JustinShultz, based on @chriswmackey’s command this is a bug for exporting custom construction sets from Revit. I think a quick fix would be to fix the construction set inside Rhino. The UI is the same and I hope it is not too much work but that should make it possible to export the model to gbXML correctly.
@asisnath, did you face such an issue when using custom construction sets? Or I assume you didn’t have to deal with this since you didn’t use the gbXML exporter.
Hi @asisnath the issue with loading custom constructions should just be fixed in the latest development of the Rhino plugin. Please take a look at the new installer, and let us know if you have any issues with it.
Hi @mostapha . Thanks for sharing the update. I installed it and could see the new UI with correctly reading custom user data. But unfortunately still I am not able to assign any data set inside revit UI. I can confirm this is the same issue which I was facing in Rhino plugin a week ago
Thanks for getting back @mostapha
First I opened the room properties dialogue to assign user defined construction set. and assigned One user defined Construction set as shown below. Then I clicked ok