0
How can I select 3d elements on ViewPort
I hawe ViewPort and many "TubeVisual3D" generated on it.
Is there a way to select and delete or edit this visuals?
Customer support service by UserEcho
I hawe ViewPort and many "TubeVisual3D" generated on it.
Is there a way to select and delete or edit this visuals?
Customer support service by UserEcho
Put this in your component .MouseDown Event:
Dim o as Object = helixViewport.FindNearestVisual(e.GetPosition(helixViewport))