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

Method setDiameter

src/model/DaylightingDeviceTubular.cpp:119–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117 }
118
119 bool DaylightingDeviceTubular_Impl::setDiameter(double diameter) {
120 bool result = setDouble(OS_DaylightingDevice_TubularFields::Diameter, diameter);
121 OS_ASSERT(result);
122 return result;
123 }
124
125 bool DaylightingDeviceTubular_Impl::setTotalLength(double totalLength) {
126 bool result = setDouble(OS_DaylightingDevice_TubularFields::TotalLength, totalLength);

Callers 3

TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.36
TEST_FFunction · 0.36