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

Method shadingType

src/model/ShadingControl.cpp:132–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130 }
131
132 std::string ShadingControl_Impl::shadingType() const {
133 boost::optional<std::string> result = getString(OS_ShadingControlFields::ShadingType, true);
134 OS_ASSERT(result);
135 return result.get();
136 }
137
138 boost::optional<Construction> ShadingControl_Impl::construction() const {
139 return getObject<ShadingControl>().getModelObjectTarget<Construction>(OS_ShadingControlFields::ConstructionwithShadingName);

Callers 9

setSlatAngleScheduleMethod · 0.95
interiorShadeBSDFMethod · 0.80
translateModelMethod · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80

Calls 1

getMethod · 0.45

Tested by 3

TEST_FFunction · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64