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

Method setPositionYCoordinate

src/model/GlareSensor.cpp:114–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112 }
113
114 bool GlareSensor_Impl::setPositionYCoordinate(double positionYCoordinate) {
115 bool result = setDouble(OS_Glare_SensorFields::PositionYCoordinate, positionYCoordinate);
116 OS_ASSERT(result);
117 return result;
118 }
119
120 bool GlareSensor_Impl::setPositionZCoordinate(double positionZCoordinate) {
121 bool result = setDouble(OS_Glare_SensorFields::PositionZCoordinate, positionZCoordinate);

Callers 6

setPositionMethod · 0.95
setTransformationMethod · 0.95
translateThermalZoneMethod · 0.45
modelFromThreeJSMethod · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.36