Forget information about plane angle units in previously processed files

This commit is contained in:
Thomas Krijnen
2012-07-29 15:26:36 +00:00
parent 975d0caa0f
commit 31daf8dd20
+1
View File
@@ -710,6 +710,7 @@ bool Ifc::Init(IfcParse::File* f) {
if ( log1 ) (*log1) << "\rDone scanning file " << std::endl;
hasPlaneAngleUnit = false;
Ifc2x3::IfcUnitAssignment::list unit_assignments = EntitiesByType<Ifc2x3::IfcUnitAssignment>();
IfcUtil::IfcAbstractSelect::list units = IfcUtil::IfcAbstractSelect::list();
if ( unit_assignments->Size() ) {