elementOverride with modelOverride #7430
-
I have overridden the colors of models ... which works well ... using
However, when I try and override an element within one of those coloured models, this does not work
Can I only have one override ... I could uncolor the model and then color all elements of the model and then override ... if that is what I have to ... I just figured it was moving a lot of elementIds around. Not sure who many elementIds will be in the target models as yet so looking to do this efficiently. I did try and build a sandbox of the code ... but the sandbox kept crashing when coloring the models in the widget (or did not color them at all if I did not use a widget ;)) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
You can override different aspects of the appearance based on different criteria. Conflicts between multiple overrides attempting to override the same aspect are resolved using a defined priority order:
You're correct that given the current implementation, you would have to individually override every element in the model. That would be unacceptable performance-wise. To avoid that, we would need to give you some control over the priority of your overrides. |
Beta Was this translation helpful? Give feedback.
You can override different aspects of the appearance based on different criteria. Conflicts between multiple overrides attempting to override the same aspect are resolved using a defined priority order: