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

Method interiorPartitionSurfaceGroups

src/model/Space.cpp:698–700  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

696 }
697
698 InteriorPartitionSurfaceGroupVector Space_Impl::interiorPartitionSurfaceGroups() const {
699 return getObject<ModelObject>().getModelObjectSources<InteriorPartitionSurfaceGroup>(InteriorPartitionSurfaceGroup::iddObjectType());
700 }
701
702 SurfaceVector Space_Impl::surfaces() const {
703 return getObject<ModelObject>().getModelObjectSources<Surface>(Surface::iddObjectType());

Callers 6

childrenMethod · 0.95
changeTransformationMethod · 0.95
boundingBoxMethod · 0.95
buildingSpacesMethod · 0.80
translateSpaceMethod · 0.80

Calls 1

iddObjectTypeFunction · 0.70

Tested by

no test coverage detected