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

Method surface1

src/model/Surface.cpp:2410–2412  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2408 : m_surface1(surface1), m_surface2(surface2), m_newSurfaces1(newSurfaces1), m_newSurfaces2(newSurfaces2) {}
2409
2410 Surface SurfaceIntersection::surface1() const {
2411 return m_surface1;
2412 }
2413
2414 Surface SurfaceIntersection::surface2() const {
2415 return m_surface2;

Callers 1

Surface.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected