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

Method boundingBoxSiteCoordinates

src/model/BuildingStory.cpp:80–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78 }
79
80 openstudio::BoundingBox BuildingStory_Impl::boundingBoxSiteCoordinates() const {
81 BoundingBox result;
82 for (const auto& space : spaces()) {
83 result.addPoints(space.boundingBoxSiteCoordinates().corners());
84 }
85 return result;
86 }
87
88 bool BuildingStory_Impl::setNominalZCoordinate(double nominalZCoordinate) {
89 bool result = setDouble(OS_BuildingStoryFields::NominalZCoordinate, nominalZCoordinate);

Callers

nothing calls this directly

Calls 2

addPointsMethod · 0.80
cornersMethod · 0.45

Tested by

no test coverage detected