How to fix relation between two parts

Ajinkya 0 Reputation points
2023-12-06T07:47:13.55+00:00

I have multiple sub-circuits and one main circuit. I've established relationships between each sub-circuit and the main circuit. In the 3D model, I've assigned behaviors to the sub-circuits. However, when one or more sub-circuits encounter an error and are highlighted in red, I expected the main circuit to also turn red. Surprisingly, this doesn't happen; only the color of the sub-circuit changes.
My question is when I update a value in the sub-circuit, it is also automatically reflected in the main circuit. Can you please help me with this?

Azure Digital Twins
Azure Digital Twins
An Azure platform that is used to create digital representations of real-world things, places, business processes, and people.
220 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Sander van de Velde 29,271 Reputation points MVP
    2023-12-06T16:13:40.2933333+00:00

    Hello @Ajinkya,

    welcome to this moderated Azure community forum.

    This feels to be the same question as seen here.

    Having a relationship only is not enough for a 'parent' to change when a child changes.

    You need to change any of the 'main-circuit' properties based on the relationship by 'graph traversal'.

    Then the elements visualizating the parent can be attached and changes of the property can be visualized.


    If the response helped, do "Accept Answer". If it doesn't work, please let us know the progress. All community members with similar issues will benefit by doing so. Your contribution is highly appreciated.

    0 comments No comments