-
Notifications
You must be signed in to change notification settings - Fork 44
Description
We use geometry records for our heat exchangers in TIL and have one partial record with e.g. two child records that extend from the partial record.
The parameters are all defined in the partial class.
Now I want to attach a different image next to the parameter group for child record 1 than for child record 2 with groupImage.
I could do that by adding a dummy parameter in each child record that has to show up in the parameter dialog (at least i'm able to disable it).
But that doesn't seem to be a nice option.
I tried to add the groupImage annotation in the partial class and use if expressions or DynamicSelect but no tool seems to support it.
Am I doing it wrong?
I found #2225:
Is it really a tool issue and should I write to Dassault/Wolfram/Modelon/ESI seperately to get support for something like that?
Or is it not well defined enough?
For other graphical annotations expressions seem possible:
#3376