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

Method polygon2

src/utilities/geometry/Intersection.cpp:540–542  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

538}
539
540std::vector<Point3d> IntersectionResult::polygon2() const {
541 return m_polygon2;
542}
543
544std::vector<std::vector<Point3d>> IntersectionResult::newPolygons1() const {
545 return m_newPolygons1;

Callers 2

computeIntersectionMethod · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64