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

Method newSurfaces2

src/model/Surface.cpp:2422–2424  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2420 }
2421
2422 std::vector<Surface> SurfaceIntersection::newSurfaces2() const {
2423 return m_newSurfaces2;
2424 }
2425
2426 std::ostream& operator<<(std::ostream& os, const SurfaceIntersection& surfaceIntersection) {
2427 os << "(" << surfaceIntersection.surface1().name().get() << "), ";

Callers 3

intersectSurfacesMethod · 0.80
Surface.cppFile · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64