You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The measure adds shading surface and assign PV object to shading surface however it does not take into account building north axis and hence results in this kind of output. Request to kindly include building north axis and assign directionofRelativeNorth to the surface group.
The text was updated successfully, but these errors were encountered:
I added the following code and it worked for me, so thought of sharing the same.
if (model.building.get.northAxis == 0.0)
shading_surface_group.setDirectionofRelativeNorth(surface.space.get.directionofRelativeNorth)
else
shading_surface_group.setDirectionofRelativeNorth(model.building.get.northAxis)
end
The measure adds shading surface and assign PV object to shading surface however it does not take into account building north axis and hence results in this kind of output. Request to kindly include building north axis and assign directionofRelativeNorth to the surface group.
The text was updated successfully, but these errors were encountered: