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

Method setBuildingUnit

src/model/Space.cpp:685–687  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

683 }
684
685 bool Space_Impl::setBuildingUnit(const BuildingUnit& buildingUnit) {
686 return this->setPointer(OS_SpaceFields::BuildingUnitName, buildingUnit.handle());
687 }
688
689 void Space_Impl::resetBuildingUnit() {
690 bool result = this->setString(OS_SpaceFields::BuildingUnitName, "");

Callers 5

createSpaceMethod · 0.80
mergeSpaceMethod · 0.80
modelFromThreeJSMethod · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80

Calls 2

setPointerMethod · 0.45
handleMethod · 0.45

Tested by 2

TEST_FFunction · 0.64
TEST_FFunction · 0.64