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

Method removeShadingControl

src/model/SubSurface.cpp:652–655  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

650 }
651
652 void SubSurface_Impl::removeShadingControl(ShadingControl& shadingControl) {
653 auto thisSubSurface = getObject<SubSurface>();
654 shadingControl.removeSubSurface(thisSubSurface);
655 }
656
657 void SubSurface_Impl::removeAllShadingControls() {
658 auto thisSubSurface = getObject<SubSurface>();

Callers 1

TEST_FFunction · 0.80

Calls 1

removeSubSurfaceMethod · 0.80

Tested by 1

TEST_FFunction · 0.64