mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 09:21:46 +00:00
committed by
Thomas Krijnen
parent
84e9e2396a
commit
5c2b7404d2
@@ -1,5 +1,9 @@
|
||||
#include "ParseIfcFile.h"
|
||||
|
||||
#include "../ifcparse/Ifc2x3.h"
|
||||
#define IfcSchema Ifc2x3
|
||||
|
||||
#include "../ifcgeom/IfcGeom.h"
|
||||
#include "../ifcgeom_schema_agnostic/IfcGeomIterator.h"
|
||||
|
||||
ParseIfcFile::ParseIfcFile() {}
|
||||
@@ -39,4 +43,4 @@ void ParseIfcFile::Parse(const std::string& filePath)
|
||||
outputMsg(" " + mat.original_name());
|
||||
}
|
||||
} while (it->next());
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user