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

Method addSubSurfaces

src/model/ShadingControl.cpp:499–505  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

497 }
498
499 bool ShadingControl_Impl::addSubSurfaces(const std::vector<SubSurface>& subSurfaces) {
500 bool ok = true;
501 for (const SubSurface& subSurface : subSurfaces) {
502 ok &= addSubSurface(subSurface);
503 }
504 return ok;
505 }
506
507 void ShadingControl_Impl::removeAllSubSurfaces() {
508 clearExtensibleGroups();

Callers 1

TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64