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

Method resetCachedGeometryDiagnostics

src/model/Space.cpp:3253–3257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3251 }
3252
3253 void Space_Impl::resetCachedGeometryDiagnostics() {
3254 m_cachedNonConvexSurfaces.reset();
3255 m_cachedIsConvex.reset();
3256 m_cachedIsEnclosed.reset();
3257 }
3258
3259 bool Space_Impl::isPlenum() const {
3260 bool result = false;

Callers 1

modelToThreeJSMethod · 0.80

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected