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

Method positionXCoordinate

src/model/DaylightingControl.cpp:50–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 }
49
50 double DaylightingControl_Impl::positionXCoordinate() const {
51 boost::optional<double> value = getDouble(OS_Daylighting_ControlFields::PositionXCoordinate, true);
52 OS_ASSERT(value);
53 return value.get();
54 }
55
56 double DaylightingControl_Impl::positionYCoordinate() const {
57 boost::optional<double> value = getDouble(OS_Daylighting_ControlFields::PositionYCoordinate, true);

Callers 2

positionMethod · 0.95
transformationMethod · 0.95

Calls 1

getMethod · 0.45

Tested by

no test coverage detected