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

Method generateSkylightPattern

src/model/Building.cpp:983–986  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

981 }
982
983 std::vector<std::vector<Point3d>> Building_Impl::generateSkylightPattern(double skylightToProjectedFloorRatio, double desiredWidth,
984 double desiredHeight) const {
985 return openstudio::model::generateSkylightPattern(this->spaces(), 0.0, skylightToProjectedFloorRatio, desiredWidth, desiredHeight);
986 }
987
988 boost::optional<ModelObject> Building_Impl::spaceTypeAsModelObject() const {
989 OptionalModelObject result;

Callers 1

TEST_FFunction · 0.80

Calls 2

spacesMethod · 0.95
generateSkylightPatternFunction · 0.85

Tested by 1

TEST_FFunction · 0.64