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

Method isDesignSpecificationOutdoorAirDefaulted

src/model/Space.cpp:790–792  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

788 }
789
790 bool Space_Impl::isDesignSpecificationOutdoorAirDefaulted() const {
791 return isEmpty(OS_SpaceFields::DesignSpecificationOutdoorAirObjectName);
792 }
793
794 bool Space_Impl::setDesignSpecificationOutdoorAir(const DesignSpecificationOutdoorAir& designSpecificationOutdoorAir) {
795 return setPointer(OS_SpaceFields::DesignSpecificationOutdoorAirObjectName, designSpecificationOutdoorAir.handle());

Callers 2

combineSpacesMethod · 0.45
TEST_FFunction · 0.45

Calls 1

isEmptyFunction · 0.85

Tested by 1

TEST_FFunction · 0.36