| 64 | } |
| 65 | |
| 66 | double DaylightingDeviceLightWell_Impl::perimeterofBottomofWell() const { |
| 67 | boost::optional<double> value = getDouble(OS_DaylightingDevice_LightWellFields::PerimeterofBottomofWell, true); |
| 68 | OS_ASSERT(value); |
| 69 | return value.get(); |
| 70 | } |
| 71 | |
| 72 | double DaylightingDeviceLightWell_Impl::areaofBottomofWell() const { |
| 73 | boost::optional<double> value = getDouble(OS_DaylightingDevice_LightWellFields::AreaofBottomofWell, true); |