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

Method isNorthAxisDefaulted

src/model/Building.cpp:276–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

274 }
275
276 bool Building_Impl::isNorthAxisDefaulted() const {
277 return isEmpty(OS_BuildingFields::NorthAxis);
278 }
279
280 boost::optional<double> Building_Impl::nominalFloortoFloorHeight() const {
281 boost::optional<double> value = getDouble(OS_BuildingFields::NominalFloortoFloorHeight, true);

Callers 4

mergeBuildingMethod · 0.80
TEST_FFunction · 0.80
translateBuildingMethod · 0.80
TEST_FFunction · 0.80

Calls 1

isEmptyFunction · 0.85

Tested by 2

TEST_FFunction · 0.64
TEST_FFunction · 0.64