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

Method yLength

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

Source from the content-addressed store, hash-verified

112 }
113
114 double IlluminanceMap_Impl::yLength() const {
115 boost::optional<double> value = getDouble(OS_IlluminanceMapFields::YLength, true);
116 OS_ASSERT(value);
117 return value.get();
118 }
119
120 bool IlluminanceMap_Impl::isYLengthDefaulted() const {
121 return isEmpty(OS_IlluminanceMapFields::YLength);

Callers 3

referencePointsMethod · 0.95
cornersMethod · 0.95
translateThermalZoneMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected