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

Method isRelocatableDefaulted

src/model/Building.cpp:428–430  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

426 }
427
428 bool Building_Impl::isRelocatableDefaulted() const {
429 return isEmpty(OS_BuildingFields::Relocatable);
430 }
431
432 bool Building_Impl::setNorthAxis(double northAxis) {
433 bool result = setDouble(OS_BuildingFields::NorthAxis, northAxis);

Callers 1

mergeBuildingMethod · 0.80

Calls 1

isEmptyFunction · 0.85

Tested by

no test coverage detected