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

Function unmatchSurfaces

src/model/Space.cpp:4075–4079  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4073 }
4074
4075 void unmatchSurfaces(std::vector<Space>& spaces) {
4076 for (Space& space : spaces) {
4077 space.unmatchSurfaces();
4078 }
4079 }
4080
4081 std::vector<std::vector<Point3d>> generateSkylightPattern(const std::vector<Space>& spaces, double directionOfRelativeNorth,
4082 double skylightToProjectedFloorRatio, double desiredWidth, double desiredHeight) {

Callers

nothing calls this directly

Calls 1

unmatchSurfacesMethod · 0.80

Tested by

no test coverage detected