How to get the coordinates of the mouse click on the model presentation?
Please have a look at the given demo model. This model catches (and displays) the mouse coordinates when the user clicks on the presentation at the model runtime. The implementation is the following: a rectangle is drawn on the diagram. When the user clicks on the rectangle, the code of its On click dynamic parameter is executed. The mouse coordinates are available there as clickx and clicky.