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

Method isFrameWidthDefaulted

src/model/WindowPropertyFrameAndDivider.cpp:51–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 }
50
51 bool WindowPropertyFrameAndDivider_Impl::isFrameWidthDefaulted() const {
52 return isEmpty(OS_WindowProperty_FrameAndDividerFields::FrameWidth);
53 }
54
55 double WindowPropertyFrameAndDivider_Impl::frameOutsideProjection() const {
56 boost::optional<double> value = getDouble(OS_WindowProperty_FrameAndDividerFields::FrameOutsideProjection, true);

Callers 1

TEST_FFunction · 0.80

Calls 1

isEmptyFunction · 0.85

Tested by 1

TEST_FFunction · 0.64