| 79 | } |
| 80 | |
| 81 | std::string SurfaceControlMovableInsulation_Impl::insulationType() const { |
| 82 | boost::optional<std::string> insulationType = getString(OS_SurfaceControl_MovableInsulationFields::InsulationType, true, true); |
| 83 | OS_ASSERT(insulationType); |
| 84 | return insulationType.get(); |
| 85 | } |
| 86 | |
| 87 | Surface SurfaceControlMovableInsulation_Impl::surface() const { |
| 88 | boost::optional<Surface> surface = |