In my work, I need to extract the analytical properties (U-Value, solar heat gain coefficient, visual light transmittance) of a Revit window with Grasshopper and Rhino.Inside.Revit. The properties are available in Revit as shown in the picture below
Hi @Gregor_Ruta,
if you are still there, I found what the actual problem. All the “Analytical properties” of the Revit windows are Type parameter instead of Instance parameter. So instead, I can use “Inspect Element” on the Window type to get the U-Value. However, some how the value is still not correct. As you can see in the picture, it gives out 0.00004 instead of 3.6886 W/(m2.K)