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

Method setFrameWidth

src/model/WindowPropertyFrameAndDivider.cpp:307–310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

305 }
306
307 bool WindowPropertyFrameAndDivider_Impl::setFrameWidth(double frameWidth) {
308 bool result = setDouble(OS_WindowProperty_FrameAndDividerFields::FrameWidth, frameWidth);
309 return result;
310 }
311
312 void WindowPropertyFrameAndDivider_Impl::resetFrameWidth() {
313 bool result = setString(OS_WindowProperty_FrameAndDividerFields::FrameWidth, "");

Callers 3

TEST_FFunction · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.64
TEST_FFunction · 0.64