MCPcopy Create free account
hub / github.com/IfcOpenShell/IfcOpenShell / write_polygon

Method write_polygon

src/svgfill/src/arrange_polygons.cpp:410–416  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

408 }
409
410 void write_polygon(const Polygon_2& polygon, const std::string& name) {
411 if (enabled_) {
412 write_polygon_to_obj_(obj, vi, true, polygon, name);
413 write_polygon_to_svg_(svg, polygon, name);
414 obj << std::flush;
415 }
416 }
417
418 void write_segment(const Point_2& p, const Point_2& q, const std::string& name) {
419 if (enabled_) {

Callers 2

eliminate_overlapsFunction · 0.80
arrange_cgal_polygonsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected