Greetings,
I’ve got a dynamo script that will create spaces from rooms in a linked model. It does this successfully, however when I go to validate the spaces via area and volume they are all ‘0’ despite the Space Schedule in Revit showing otherwise.
My suspicion is that the Parameter.Value dynamo nodes are querying the spaces before whatever internal Area and Volume Computation can occur. Should I just use a quick and dirty python script to wait with ‘time.sleep’? Is there a cleaner way to do this?