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

Method subSurfaceDiffuser

src/model/DaylightingDeviceTubular.cpp:59–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57 }
58
59 SubSurface DaylightingDeviceTubular_Impl::subSurfaceDiffuser() const {
60 OptionalSubSurface subSurface = getObject<ModelObject>().getModelObjectTarget<SubSurface>(OS_DaylightingDevice_TubularFields::DiffuserName);
61 OS_ASSERT(subSurface);
62 return subSurface.get();
63 }
64
65 ConstructionBase DaylightingDeviceTubular_Impl::construction() const {
66 boost::optional<ConstructionBase> construction =

Callers 3

setSubSurfaceTypeMethod · 0.80
TEST_FFunction · 0.80

Calls 1

getMethod · 0.45

Tested by 1

TEST_FFunction · 0.64