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

Method parent

src/model/ShadingSurface.cpp:51–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 : PlanarSurface_Impl(other, model, keepHandle) {}
50
51 boost::optional<ParentObject> ShadingSurface_Impl::parent() const {
52 boost::optional<ParentObject> result;
53 result = this->shadingSurfaceGroup();
54 return result;
55 }
56
57 std::vector<ModelObject> ShadingSurface_Impl::children() const {
58 std::vector<ModelObject> result;

Callers

nothing calls this directly

Calls 1

shadingSurfaceGroupMethod · 0.95

Tested by

no test coverage detected