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

Method setRelocatableNoFail

src/model/Building.cpp:1228–1231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1226 }
1227
1228 void Building::setRelocatableNoFail(bool isRelocatable) {
1229 bool result = getImpl<detail::Building_Impl>()->setRelocatable(isRelocatable);
1230 OS_ASSERT(result);
1231 }
1232
1233 void Building::resetRelocatable() {
1234 getImpl<detail::Building_Impl>()->resetRelocatable();

Callers

nothing calls this directly

Calls 1

setRelocatableMethod · 0.80

Tested by

no test coverage detected