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

Method heightofWell

src/model/DaylightingDeviceLightWell.cpp:60–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58 }
59
60 double DaylightingDeviceLightWell_Impl::heightofWell() const {
61 boost::optional<double> value = getDouble(OS_DaylightingDevice_LightWellFields::HeightofWell, true);
62 OS_ASSERT(value);
63 return value.get();
64 }
65
66 double DaylightingDeviceLightWell_Impl::perimeterofBottomofWell() const {
67 boost::optional<double> value = getDouble(OS_DaylightingDevice_LightWellFields::PerimeterofBottomofWell, true);

Callers 2

TEST_FFunction · 0.80

Calls 1

getMethod · 0.45

Tested by 1

TEST_FFunction · 0.64