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

Method positionYCoordinate

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

Source from the content-addressed store, hash-verified

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

Callers 4

positionMethod · 0.95
transformationMethod · 0.95
TEST_FFunction · 0.45
translateThermalZoneMethod · 0.45

Calls 1

getMethod · 0.45

Tested by 1

TEST_FFunction · 0.36