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

Method frameWidth

src/model/WindowPropertyFrameAndDivider.cpp:45–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 }
44
45 double WindowPropertyFrameAndDivider_Impl::frameWidth() const {
46 boost::optional<double> value = getDouble(OS_WindowProperty_FrameAndDividerFields::FrameWidth, true);
47 OS_ASSERT(value);
48 return value.get();
49 }
50
51 bool WindowPropertyFrameAndDivider_Impl::isFrameWidthDefaulted() const {
52 return isEmpty(OS_WindowProperty_FrameAndDividerFields::FrameWidth);

Callers 3

roughOpeningVerticesMethod · 0.80
TEST_FFunction · 0.80

Calls 1

getMethod · 0.45

Tested by 1

TEST_FFunction · 0.64