0

make Point Visual3D clickable?

Anonymous 10 years ago 0
This discussion was imported from CodePlex

bennasi wrote at 2012-11-16 11:12:

Is it possible to make a point Visual 3D clickable? If yes how?

Thanks


objo wrote at 2012-11-19 17:00:

No, the PointsVisual3D class is not based on the UIElement3D, so there will be no mouse events. Try changing the base class to ModelUIElement3D!


bennasi wrote at 2012-11-23 16:28:

Could you give me a small example of how I could make a clickable point then? Am really new to wpf 3D.

If not a good reference to how to start with wpf 3d would be much appreciated.

I am trying to make a grid of points (of which the positions I have) and lines connecting them.