mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-17 14:02:27 +00:00
Prevent stackoverflow on long alignments in adjustments
This commit is contained in:
@@ -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_;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user