Call process_deletion_inverse()

This commit is contained in:
Thomas Krijnen
2025-08-29 13:48:00 +02:00
parent a73c60a467
commit 9330e73a70
+2
View File
@@ -2161,6 +2161,8 @@ void IfcFile::removeEntity(IfcUtil::IfcBaseClass* entity) {
}
}
process_deletion_inverse(entity);
//byid_.erase(byid_.find(id));
byid_.erase(id);