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

Method positionYCoordinate

src/model/DaylightingControl.cpp:56–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 }
55
56 double DaylightingControl_Impl::positionYCoordinate() const {
57 boost::optional<double> value = getDouble(OS_Daylighting_ControlFields::PositionYCoordinate, true);
58 OS_ASSERT(value);
59 return value.get();
60 }
61
62 double DaylightingControl_Impl::positionZCoordinate() const {
63 boost::optional<double> value = getDouble(OS_Daylighting_ControlFields::PositionZCoordinate, true);

Callers 2

positionMethod · 0.95
transformationMethod · 0.95

Calls 1

getMethod · 0.45

Tested by

no test coverage detected