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