You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed a masking effect when two Binding Connectors share a client part with port. Consider the following snippet from a parametric diagram:
In this case the Binding Connectors were created starting with block 2 (supplier) and moving to block 1 (client). An export using MTIP contains the following:
Note that the Binding Connector definitions have different Client IDs and identical ClientPartWithPortIDs. This makes sense. They are connected to the same part property but different constraint parameters. When I import an XML like this using MTIP, both Binding Connectors are set to the same constraint parameter:
To me, this indicates a masking effect where the initial constraint parameter is overwritten with the latter before changes to the model are actually committed.
Any thoughts on what is happening here or where in the code to look first?
Thank you!
The text was updated successfully, but these errors were encountered:
I've noticed a masking effect when two Binding Connectors share a client part with port. Consider the following snippet from a parametric diagram:
In this case the Binding Connectors were created starting with block 2 (supplier) and moving to block 1 (client). An export using MTIP contains the following:
Note that the Binding Connector definitions have different
Client
IDs and identicalClientPartWithPort
IDs. This makes sense. They are connected to the same part property but different constraint parameters. When I import an XML like this using MTIP, both Binding Connectors are set to the same constraint parameter:To me, this indicates a masking effect where the initial constraint parameter is overwritten with the latter before changes to the model are actually committed.
Any thoughts on what is happening here or where in the code to look first?
Thank you!
The text was updated successfully, but these errors were encountered: