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

Method removeAllZoneBoundaries

src/model/RefrigerationWalkIn.cpp:174–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172 }
173
174 void RefrigerationWalkIn_Impl::removeAllZoneBoundaries() {
175 getObject<ModelObject>().clearExtensibleGroups();
176 }
177
178 std::vector<RefrigerationWalkInZoneBoundary> RefrigerationWalkIn_Impl::zoneBoundaries() const {
179 std::vector<RefrigerationWalkInZoneBoundary> result;

Callers 2

cloneMethod · 0.80
TEST_FFunction · 0.80

Calls 1

clearExtensibleGroupsMethod · 0.80

Tested by 1

TEST_FFunction · 0.64