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

Method planarSurfaceGroup

src/model/SubSurface.cpp:289–291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

287 }
288
289 boost::optional<PlanarSurfaceGroup> SubSurface_Impl::planarSurfaceGroup() const {
290 return boost::optional<PlanarSurfaceGroup>(this->space());
291 }
292
293 boost::optional<Space> SubSurface_Impl::space() const {
294 boost::optional<Space> result;

Callers

nothing calls this directly

Calls 1

spaceMethod · 0.95

Tested by

no test coverage detected