Prevent stackoverflow on long alignments in adjustments

This commit is contained in:
Thomas Krijnen
2024-04-29 21:02:31 +02:00
parent e6cc500227
commit 710f19af08
5 changed files with 75 additions and 30 deletions
+1
View File
@@ -22,6 +22,7 @@ namespace geometry {
IfcParse::IfcFile* file_;
double length_unit_, angle_unit_;
std::string length_unit_name_;
size_t current_segment_count_;
std::map<uint32_t, ifcopenshell::geometry::taxonomy::ptr> cache_;