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

Method northAxis

src/model/Building.cpp:270–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

268 }
269
270 double Building_Impl::northAxis() const {
271 boost::optional<double> value = getDouble(OS_BuildingFields::NorthAxis, true);
272 OS_ASSERT(value);
273 return value.get();
274 }
275
276 bool Building_Impl::isNorthAxisDefaulted() const {
277 return isEmpty(OS_BuildingFields::NorthAxis);

Callers 15

transformationMethod · 0.95
runMethod · 0.45
translateBuildingMethod · 0.45
modelToThreeJSMethod · 0.45
DispatchMethod · 0.45
mergeBuildingMethod · 0.45
modelFromThreeJSMethod · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls 1

getMethod · 0.45

Tested by 7

TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36