| 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); |
no outgoing calls