| 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); |