0

How can I select 3d elements on ViewPort

Дмитро Шпак 8 years ago updated by Lucas Silva 7 years ago 1

I hawe ViewPort and many "TubeVisual3D" generated on it.

Is there a way to select and delete or edit this visuals?

+2

Put this in your component .MouseDown Event:


Dim o as Object = helixViewport.FindNearestVisual(e.GetPosition(helixViewport))