IModel Tree Merge #8234
Answered
by
grigasp
zhang-zimin
asked this question in
Q&A
IModel Tree Merge
#8234
-
I want to combine two iModels in one viewer and merge their model trees together. How can I achieve this? |
Beta Was this translation helpful? Give feedback.
Answered by
grigasp
Jun 17, 2025
Replies: 1 comment 2 replies
-
At the moment this is not possible, but we do have a work item for this feature and an internal consumer that is also interested. Could you provide more context on what you're trying to achieve? E.g., are the two iModels related to each other in some way? Anything else you can add would be helpful. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In that case, I think I'll have to say that this feature is not and will not be supported in near future.
To create a hierarchy we use metadata of displayed elements (their classes, properties, etc.). That metadata is required for:
With elements coming from multiple independent iModels, we may see similar-named classes that have different attributes or properties, or similar-named properties that have different types / attributes. That hugely increases complexity of the features that rely on metadata.
I've linked this discussi…