mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 09:21:46 +00:00
Call process_deletion_inverse()
This commit is contained in:
@@ -2161,6 +2161,8 @@ void IfcFile::removeEntity(IfcUtil::IfcBaseClass* entity) {
|
||||
}
|
||||
}
|
||||
|
||||
process_deletion_inverse(entity);
|
||||
|
||||
//byid_.erase(byid_.find(id));
|
||||
byid_.erase(id);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user