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

Method positionZCoordinate

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

Source from the content-addressed store, hash-verified

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

Callers 5

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

Calls 1

getMethod · 0.45

Tested by 1

TEST_FFunction · 0.36