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

Method newPolygons1

src/utilities/geometry/Intersection.cpp:544–546  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

542}
543
544std::vector<std::vector<Point3d>> IntersectionResult::newPolygons1() const {
545 return m_newPolygons1;
546}
547
548std::vector<std::vector<Point3d>> IntersectionResult::newPolygons2() const {
549 return m_newPolygons2;

Callers 3

computeIntersectionMethod · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64