| 188 | } |
| 189 | |
| 190 | bool DaylightingControl_Impl::setPsiRotationAroundXAxis(double psiRotationAroundXAxis) { |
| 191 | bool result = setDouble(OS_Daylighting_ControlFields::PsiRotationAroundXAxis, psiRotationAroundXAxis); |
| 192 | OS_ASSERT(result); |
| 193 | return result; |
| 194 | } |
| 195 | |
| 196 | void DaylightingControl_Impl::resetPsiRotationAroundXAxis() { |
| 197 | bool result = setString(OS_Daylighting_ControlFields::PsiRotationAroundXAxis, ""); |