| 274 | } |
| 275 | |
| 276 | bool Building_Impl::isNorthAxisDefaulted() const { |
| 277 | return isEmpty(OS_BuildingFields::NorthAxis); |
| 278 | } |
| 279 | |
| 280 | boost::optional<double> Building_Impl::nominalFloortoFloorHeight() const { |
| 281 | boost::optional<double> value = getDouble(OS_BuildingFields::NominalFloortoFloorHeight, true); |