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

Method isConstructionDefaulted

src/model/SubSurface.cpp:261–263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

259 }
260
261 bool SubSurface_Impl::isConstructionDefaulted() const {
262 return isEmpty(OS_SubSurfaceFields::ConstructionName);
263 }
264
265 bool SubSurface_Impl::setVertices(const std::vector<Point3d>& vertices) {
266 bool result = PlanarSurface_Impl::setVertices(vertices);

Callers 1

defaultSubSurfaceTypeMethod · 0.95

Calls 1

isEmptyFunction · 0.85

Tested by

no test coverage detected