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

Method write

src/svgfill/src/svgfill.cpp:641–645  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

639}
640
641void svgfill::context::write(std::vector<std::vector<polygon_2>>& p) {
642 std::vector<polygon_2> polygons;
643 arr_->write(polygons, progress_);
644 p.push_back(polygons);
645}

Callers 15

stream_readerFunction · 0.45
build_dependencyFunction · 0.45
archive_executablesFunction · 0.45
archive_python_packageFunction · 0.45
tests.pyFile · 0.45
choco_release.pyFile · 0.45
post_viewpoint_workMethod · 0.45
upload_partFunction · 0.45
upload_completionFunction · 0.45
upload_partFunction · 0.45
to_obj_fileMethod · 0.45

Calls 1

push_backMethod · 0.80