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
{{ message }}
This repository was archived by the owner on Jan 10, 2024. It is now read-only.
Let's suppose I have a big complex diagram and I want to present only the part of it that is related to a relevant element of the system. Is it possible to create a view which would include only those elements of the model that have direct or indirect relationships with the element that I select?
Or maybe it should be possible currently using expressions like element.parent==<identifier> || element.parent.parent==<identifier> || element.parent.parent.parent==<identifier> || element.parent.parent.parent.parent==<identifier> ....