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

Method directionofRelativeNorth

src/model/Space.cpp:294–298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

292 }
293
294 double Space_Impl::directionofRelativeNorth() const {
295 boost::optional<double> value = getDouble(OS_SpaceFields::DirectionofRelativeNorth, true);
296 OS_ASSERT(value);
297 return value.get();
298 }
299
300 bool Space_Impl::isDirectionofRelativeNorthDefaulted() const {
301 return isEmpty(OS_SpaceFields::DirectionofRelativeNorth);

Callers 8

runMethod · 0.45
test_SurfMatch_TolFixMethod · 0.45
combineSpacesMethod · 0.45
mergeSpaceMethod · 0.45
TEST_FFunction · 0.45
translateThermalZoneMethod · 0.45

Calls 1

getMethod · 0.45

Tested by 3

test_SurfMatch_TolFixMethod · 0.36
TEST_FFunction · 0.36