Update geom server

This commit is contained in:
Thomas Krijnen
2023-03-22 09:28:02 +01:00
parent de93ad1e92
commit 236f470ae6
2 changed files with 32 additions and 16 deletions
+9
View File
@@ -735,6 +735,15 @@ namespace IfcGeom {
{
}
Iterator(const IteratorSettings& settings, IfcParse::IfcFile* file)
: settings_(settings)
, ifc_file(file)
, owns_ifc_file(false)
, num_threads_(1)
, geometry_library_("opencascade")
{
}
~Iterator() {
if (owns_ifc_file) {
delete ifc_file;