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

Method floorArea

src/model/SpaceLoadDefinition.cpp:48–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 }
47
48 double SpaceLoadDefinition_Impl::floorArea() const {
49 double result = 0;
50 for (const SpaceLoadInstance& instance : this->instances()) {
51 result += instance.floorArea();
52 }
53 return result;
54 }
55
56 int SpaceLoadDefinition_Impl::quantity() const {
57 int result = 0;

Callers

nothing calls this directly

Calls 1

instancesMethod · 0.95

Tested by

no test coverage detected