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

Method shadingSurfaces

src/model/ShadingSurfaceGroup.cpp:324–326  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

322 }
323
324 ShadingSurfaceVector ShadingSurfaceGroup_Impl::shadingSurfaces() const {
325 return getObject<ModelObject>().getModelObjectSources<ShadingSurface>(ShadingSurface::iddObjectType());
326 }
327
328 boost::optional<SubSurface> ShadingSurfaceGroup_Impl::shadedSubSurface() const {
329 boost::optional<SubSurface> result;

Callers 15

childrenMethod · 0.95
changeTransformationMethod · 0.95
boundingBoxMethod · 0.95
translateModelMethod · 0.80
translateBuildingMethod · 0.80
translateSpaceMethod · 0.80
buildingSpacesMethod · 0.80
TEST_FFunction · 0.80

Calls 1

iddObjectTypeFunction · 0.70

Tested by 5

TEST_FFunction · 0.64
CompareSurfaceGroupsFunction · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64