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

Method removeAllTransitionZones

src/model/DaylightingDeviceTubular.cpp:175–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173 }
174
175 void DaylightingDeviceTubular_Impl::removeAllTransitionZones() {
176 getObject<ModelObject>().clearExtensibleGroups();
177 }
178
179 bool DaylightingDeviceTubular_Impl::addTransitionZones(const std::vector<TransitionZone>& transitionZones) {
180 for (const TransitionZone& transitionZone : transitionZones) {

Callers 1

TEST_FFunction · 0.80

Calls 1

clearExtensibleGroupsMethod · 0.80

Tested by 1

TEST_FFunction · 0.64