| 199 | } |
| 200 | |
| 201 | bool DaylightingControl_Impl::setThetaRotationAroundYAxis(double thetaRotationAroundYAxis) { |
| 202 | bool result = setDouble(OS_Daylighting_ControlFields::ThetaRotationAroundYAxis, thetaRotationAroundYAxis); |
| 203 | OS_ASSERT(result); |
| 204 | return result; |
| 205 | } |
| 206 | |
| 207 | void DaylightingControl_Impl::resetThetaRotationAroundYAxis() { |
| 208 | bool result = setString(OS_Daylighting_ControlFields::ThetaRotationAroundYAxis, ""); |