mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 09:21:46 +00:00
Forget information about plane angle units in previously processed files
This commit is contained in:
@@ -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() ) {
|
||||
|
||||
Reference in New Issue
Block a user