MCPcopy Create free account
hub / github.com/NatLabRockies/OpenStudio / outsideBoundaryCondition

Method outsideBoundaryCondition

src/model/SubSurface.cpp:990–997  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

988 }
989
990 std::string SubSurface_Impl::outsideBoundaryCondition() const {
991 std::string result;
992 OptionalSurface oSurface = surface();
993 if (oSurface) {
994 result = oSurface->outsideBoundaryCondition();
995 }
996 return result;
997 }
998
999 boost::optional<ShadingSurface> SubSurface_Impl::addOverhang(double depth, double offset) {
1000 std::string subSurfaceType = this->subSurfaceType();

Callers 1

applySkylightPatternFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected