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

Method resetFrameWidth

src/model/WindowPropertyFrameAndDivider.cpp:312–315  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

310 }
311
312 void WindowPropertyFrameAndDivider_Impl::resetFrameWidth() {
313 bool result = setString(OS_WindowProperty_FrameAndDividerFields::FrameWidth, "");
314 OS_ASSERT(result);
315 }
316
317 bool WindowPropertyFrameAndDivider_Impl::setFrameOutsideProjection(double frameOutsideProjection) {
318 bool result = setDouble(OS_WindowProperty_FrameAndDividerFields::FrameOutsideProjection, frameOutsideProjection);

Callers 1

TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64