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

Method resetWindowPropertyFrameAndDivider

src/model/SubSurface.cpp:672–675  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

670 }
671
672 void SubSurface_Impl::resetWindowPropertyFrameAndDivider() {
673 bool result = setString(OS_SubSurfaceFields::FrameandDividerName, "");
674 OS_ASSERT(result);
675 }
676
677 bool SubSurface_Impl::setMultiplier(double multiplier) {
678 bool result = setDouble(OS_SubSurfaceFields::Multiplier, multiplier);

Callers 2

setSubSurfaceTypeMethod · 0.95
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64