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

Method shadingSurfaceType

src/model/ShadingSurfaceGroup.cpp:165–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163 }
164
165 std::string ShadingSurfaceGroup_Impl::shadingSurfaceType() const {
166 boost::optional<std::string> value = getString(OS_ShadingSurfaceGroupFields::ShadingSurfaceType, true);
167 OS_ASSERT(value);
168 return value.get();
169 }
170
171 double ShadingSurfaceGroup_Impl::directionofRelativeNorth() const {
172 boost::optional<double> value = getDouble(OS_ShadingSurfaceGroupFields::DirectionofRelativeNorth, true);

Callers 15

parentMethod · 0.95
translateModelMethod · 0.80
translateBuildingMethod · 0.80
getPolygonMethod · 0.80
updateUserDataFunction · 0.80
shadingSurfaceGroupsMethod · 0.80
shadingSurfaceGroupsMethod · 0.80
TEST_FFunction · 0.80
CompareSurfaceGroupsFunction · 0.80

Calls 1

getMethod · 0.45

Tested by 3

TEST_FFunction · 0.64
CompareSurfaceGroupsFunction · 0.64
TEST_FFunction · 0.64