CIM Issues #6983
Diagram HyperLink
Description
There is a need for DiagramObject to have a hyperlink to a another Diagram. Typically this would be a TextObject but there was a requirement to be flexible so the link generalized to be from DiagramObject so you can have for example a rectangle or a shape that when you click on it it takes you to another Diagram.
Text for the DiagramHyperLink role: Hyperlink to a Diagram.
Text for the DiagramObjectHyperLink role: DiagramObject that has the hyperlink that points to a Diagram.
Files
Updated by Domagoj Peharda about 2 months ago
- File Bookmark_proposal.png Bookmark_proposal.png added
Added another solution for this problem.
Creating new Bookmark class which has obligatory link to Diagram, and IdentifiedObject and DiagramObject can refer to Bookmark which can point to a Diagram or to a view of the part of Diagram (if x1View, x2View, y1View, y2View are defined).