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

Method boundingBoxBuildingCoordinates

src/model/BuildingStory.cpp:72–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70 }
71
72 openstudio::BoundingBox BuildingStory_Impl::boundingBoxBuildingCoordinates() const {
73 BoundingBox result;
74 for (const auto& space : spaces()) {
75 result.addPoints(space.boundingBoxBuildingCoordinates().corners());
76 }
77 return result;
78 }
79
80 openstudio::BoundingBox BuildingStory_Impl::boundingBoxSiteCoordinates() const {
81 BoundingBox result;

Callers 2

modelFromThreeJSMethod · 0.45

Calls 2

addPointsMethod · 0.80
cornersMethod · 0.45

Tested by

no test coverage detected