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

Method space

src/model/ZoneMixing.cpp:123–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121 }
122
123 boost::optional<Space> ZoneMixing_Impl::space() const {
124 return zoneOrSpace().optionalCast<Space>();
125 }
126
127 bool ZoneMixing_Impl::setZone(const ThermalZone& zone) {
128 return setPointer(OS_ZoneMixingFields::ZoneorSpaceName, zone.handle());

Callers 1

hardSizeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected