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

Method space

src/model/SubSurface.cpp:293–300  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

291 }
292
293 boost::optional<Space> SubSurface_Impl::space() const {
294 boost::optional<Space> result;
295 boost::optional<Surface> surface = this->surface();
296 if (surface) {
297 result = surface->space();
298 }
299 return result;
300 }
301
302 boost::optional<double> SubSurface_Impl::uFactor() const {
303 OptionalConstructionBase oConstruction = construction();

Callers 4

planarSurfaceGroupMethod · 0.95
addOverhangMethod · 0.95

Calls 1

surfaceMethod · 0.95

Tested by

no test coverage detected