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

Method perimeterofBottomofWell

src/model/DaylightingDeviceLightWell.cpp:66–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64 }
65
66 double DaylightingDeviceLightWell_Impl::perimeterofBottomofWell() const {
67 boost::optional<double> value = getDouble(OS_DaylightingDevice_LightWellFields::PerimeterofBottomofWell, true);
68 OS_ASSERT(value);
69 return value.get();
70 }
71
72 double DaylightingDeviceLightWell_Impl::areaofBottomofWell() const {
73 boost::optional<double> value = getDouble(OS_DaylightingDevice_LightWellFields::AreaofBottomofWell, true);

Callers 2

TEST_FFunction · 0.80

Calls 1

getMethod · 0.45

Tested by 1

TEST_FFunction · 0.64