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

Method plane

src/model/PlanarSurface.cpp:460–465  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

458 }
459
460 Plane PlanarSurface_Impl::plane() const {
461 if (!m_cachedPlane) {
462 m_cachedPlane = Plane(this->vertices());
463 }
464 return m_cachedPlane.get();
465 }
466
467 Surface3d PlanarSurface_Impl::surface3d() const {
468 return {this->vertices(), this->nameString(), 0};

Callers 7

test_SurfMatch_TolFixMethod · 0.80
applySkylightPatternFunction · 0.80
computeIntersectionMethod · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80

Calls 3

verticesMethod · 0.95
PlaneClass · 0.70
getMethod · 0.45

Tested by 4

test_SurfMatch_TolFixMethod · 0.64
TEST_FFunction · 0.64
TEST_FFunction · 0.64