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

Method setMaterial

src/model/SurfaceControlMovableInsulation.cpp:124–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122 }
123
124 bool SurfaceControlMovableInsulation_Impl::setMaterial(const Material& material) {
125 return setPointer(OS_SurfaceControl_MovableInsulationFields::MaterialName, material.handle());
126 }
127
128 bool SurfaceControlMovableInsulation_Impl::setSchedule(Schedule& schedule) {
129 bool result = ModelObject_Impl::setSchedule(OS_SurfaceControl_MovableInsulationFields::ScheduleName, "SurfaceControlMovableInsulation",

Callers 2

TEST_FFunction · 0.80
TEST_FFunction · 0.80

Calls 1

handleMethod · 0.45

Tested by 2

TEST_FFunction · 0.64
TEST_FFunction · 0.64