| 122 | } |
| 123 | |
| 124 | bool SurfaceControlMovableInsulation_Impl::setMaterial(const Material& material) { |
| 125 | return setPointer(OS_SurfaceControl_MovableInsulationFields::MaterialName, material.handle()); |
| 126 | } |
| 127 | |
| 128 | bool SurfaceControlMovableInsulation_Impl::setSchedule(Schedule& schedule) { |
| 129 | bool result = ModelObject_Impl::setSchedule(OS_SurfaceControl_MovableInsulationFields::ScheduleName, "SurfaceControlMovableInsulation", |