public void OnObjectDragged(AIS_InteractiveContext theCtx, V3d_View theView, AIS_DragAction theAction)
 {
     throw new NotImplementedException();
 }
Esempio n. 2
0
 public bool ProcessDragging(AIS_InteractiveContext theCtx, V3d_View theView, SelectMgr_EntityOwner theOwner,
                             Graphic3d_Vec2i theDragFrom, Graphic3d_Vec2i theDragTo, AIS_DragAction theAction)
 {
     throw new NotImplementedException();
 }