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

Expose a function findRemappedElementClass #173

Open nick4598 opened 2 months ago

nick4598 commented 2 months ago

Transformer allows remapping of element classes, but we can't search the already added remappings like we can with something like an element Id remapping. In transformer repo: Element ID Remapping: remapElement(sourceId, targetId) findTargetElementId(sourceId) => targetId ClassFullName Remapping: remapElementClass(sourceClassFullName: string, targetClassFullName: string) findRemappedElementClass(sourceClassFullName)<--- THIS DOESN'T EXIST