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

Method positionZCoordinate

src/model/DaylightingControl.cpp:62–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60 }
61
62 double DaylightingControl_Impl::positionZCoordinate() const {
63 boost::optional<double> value = getDouble(OS_Daylighting_ControlFields::PositionZCoordinate, true);
64 OS_ASSERT(value);
65 return value.get();
66 }
67
68 double DaylightingControl_Impl::psiRotationAroundXAxis() const {
69 boost::optional<double> value = getDouble(OS_Daylighting_ControlFields::PsiRotationAroundXAxis, true);

Callers 2

positionMethod · 0.95
transformationMethod · 0.95

Calls 1

getMethod · 0.45

Tested by

no test coverage detected