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

Method removeAllShadingControls

src/model/SubSurface.cpp:657–662  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

655 }
656
657 void SubSurface_Impl::removeAllShadingControls() {
658 auto thisSubSurface = getObject<SubSurface>();
659 for (ShadingControl& shadingControl : shadingControls()) {
660 shadingControl.removeSubSurface(thisSubSurface);
661 }
662 }
663
664 bool SubSurface_Impl::setWindowPropertyFrameAndDivider(const WindowPropertyFrameAndDivider& windowPropertyFrameAndDivider) {
665 bool result = false;

Callers 3

setSubSurfaceTypeMethod · 0.95
setAdjacentSubSurfaceMethod · 0.95
TEST_FFunction · 0.80

Calls 1

removeSubSurfaceMethod · 0.80

Tested by 1

TEST_FFunction · 0.64