iTwin / imodel-transformer

API for exporting an iModel's parts and also importing them into another iModel
MIT License
3 stars 2 forks source link

Add ElementCascadingDeleter to fix FK errors while deleting element which is referenced in code scopes #75

Closed DeividasDavidav closed 1 year ago

DeividasDavidav commented 1 year ago

Added ElementCascadingDeleter, which works similarly to ElementTreeDeleter, but also finds elements that reference this element in their code scopes and deletes those elements.

https://github.com/iTwin/imodel-transformer/issues/61

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.