MCPcopy Create free account
hub / github.com/NatLabRockies/OpenStudio / setThetaRotationAroundYAxis

Method setThetaRotationAroundYAxis

src/model/DaylightingControl.cpp:201–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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, "");

Callers 1

aimAtMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected