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

Method steamEquipment

src/model/Space.cpp:738–740  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

736 }
737
738 SteamEquipmentVector Space_Impl::steamEquipment() const {
739 return getObject<ModelObject>().getModelObjectSources<SteamEquipment>(SteamEquipment::iddObjectType());
740 }
741
742 OtherEquipmentVector Space_Impl::otherEquipment() const {
743 return getObject<ModelObject>().getModelObjectSources<OtherEquipment>(OtherEquipment::iddObjectType());

Callers 3

childrenMethod · 0.95
translateSpaceTypeMethod · 0.45
translateSpaceMethod · 0.45

Calls 1

iddObjectTypeFunction · 0.70

Tested by

no test coverage detected