First time here? Check out the Help page!
1 | initial version |
Hi all,
I ended up writing my own script for calculating a wall and floor intersection. It comes with some caveats (found in the comments) but it can be found here:
https://github.com/NREL/openstudio-standards/blob/pnnl/ground_FC_factors/lib/openstudio-standards/prototypes/common/objects/Prototype.Model.rb#L695-L744
It's how I ended up solving this issue. It's not super generalized, but works for calculating most cases of walls and floors. Any feedback on it would be greatly appreciated.
Thanks!
2 | No.2 Revision |
Hi all,
I ended up writing my own script for calculating a wall and floor intersection. It comes with some caveats (found in the comments) but it can be found here:
https://github.com/NREL/openstudio-standards/blob/pnnl/ground_FC_factors/lib/openstudio-standards/prototypes/common/objects/Prototype.Model.rb#L695-L744https://github.com/NREL/openstudio-standards/blob/master/lib/openstudio-standards/prototypes/common/objects/Prototype.Model.rb#L699-L748
It's how I ended up solving this issue. It's not super generalized, but works for calculating most cases of walls and floors. Any feedback on it would be greatly appreciated.
Thanks!
EDIT: Updated URL