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

Method diameter

src/model/DaylightingDeviceTubular.cpp:72–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70 }
71
72 double DaylightingDeviceTubular_Impl::diameter() const {
73 boost::optional<double> value = getDouble(OS_DaylightingDevice_TubularFields::Diameter, true);
74 OS_ASSERT(value);
75 return value.get();
76 }
77
78 double DaylightingDeviceTubular_Impl::totalLength() const {
79 boost::optional<double> value = getDouble(OS_DaylightingDevice_TubularFields::TotalLength, true);

Callers 4

TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls 1

getMethod · 0.45

Tested by 2

TEST_FFunction · 0.36
TEST_FFunction · 0.36