I want to visualize a wireframe 3d model using helixtoolkit in a WPF project (a building frame). the elements should be clickable so the user could interact with them. also when the mouse is hovering above the objects, their color should change. so basically I need both Mouse Enter/Leave and Mouse Down event on them. I wasn't aware that the library didn't implement events. is there any way that I could add these events to a custom class by inheriting from let's say LinesVisual3D class?
P.S. I'm thinking maybe writing my own Routed Events, is it possible? Also I appreciate any ideas on how to implement this using other tools rather than helix.