Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
641
void 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_reader
Function · 0.45
build_dependency
Function · 0.45
archive_executables
Function · 0.45
archive_python_package
Function · 0.45
tests.py
File · 0.45
choco_release.py
File · 0.45
post_viewpoint_work
Method · 0.45
upload_part
Function · 0.45
upload_completion
Function · 0.45
upload_part
Function · 0.45
line_segments_to_polygons
Method · 0.45
to_obj_file
Method · 0.45
Calls
1
push_back
Method · 0.80
Tested by
10
__exit__
Method · 0.36
test_clear_recent_ifc_projects
Method · 0.36
test_run
Method · 0.36
_commit_ifc
Function · 0.36
test_converts_crlf_to_lf
Method · 0.36
test_lf_only_file_is_unchanged
Method · 0.36
test_empty_file_unchanged
Method · 0.36
test_does_not_overwrite_existing_attributes
Method · 0.36
test_diff_against_working_tree_with_none_hash_a
Method · 0.36
run_test
Method · 0.36