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

Method sourceZone

src/model/ZoneMixing.cpp:139–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137 }
138
139 boost::optional<ThermalZone> ZoneMixing_Impl::sourceZone() const {
140 return getObject<ModelObject>().getModelObjectTarget<ThermalZone>(OS_ZoneMixingFields::SourceZoneorSpaceName);
141 }
142
143 boost::optional<Space> ZoneMixing_Impl::sourceSpace() const {
144 return getObject<ModelObject>().getModelObjectTarget<Space>(OS_ZoneMixingFields::SourceZoneorSpaceName);

Callers 1

TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64