Пример #1
0
 public void handleXRPresentations(AIS_InteractiveContext theCtx, V3d_View theView)
 {
     throw new NotImplementedException();
 }
Пример #2
0
 public int handleXRMoveTo(AIS_InteractiveContext theCtx, V3d_View theView, gp_Trsf thePose, bool theToHighlight)
 {
     throw new NotImplementedException();
 }
Пример #3
0
 public AIS_WalkDelta handleNavigationKeys(AIS_InteractiveContext theCtx, V3d_View theView)
 {
     throw new NotImplementedException();
 }
Пример #4
0
 public void handleXRInput(AIS_InteractiveContext theCtx, V3d_View theView, AIS_WalkDelta theWalk)
 {
     throw new NotImplementedException();
 }
Пример #5
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();
 }
Пример #6
0
 public void FitAllAuto(AIS_InteractiveContext theCtx, V3d_View theView)
 {
     throw new NotImplementedException();
 }
Пример #7
0
 public void OnObjectDragged(AIS_InteractiveContext theCtx, V3d_View theView, AIS_DragAction theAction)
 {
     throw new NotImplementedException();
 }
Пример #8
0
 public void handleSelectionPoly(AIS_InteractiveContext theCtx, V3d_View theView)
 {
     throw new NotImplementedException();
 }
Пример #9
0
 public void HandleViewEvents(AIS_InteractiveContext theCtx, V3d_View theView)
 {
     throw new NotImplementedException();
 }
Пример #10
0
 public void OnSelectionChanged(AIS_InteractiveContext theCtx, V3d_View theView)
 {
     throw new NotImplementedException();
 }
Пример #11
0
 public void FlushViewEvents(AIS_InteractiveContext theCtx, V3d_View theView, bool theToHandle)
 {
     throw new NotImplementedException();
 }
Пример #12
0
 public AIS_AnimationObject(TCollection_AsciiString theAnimationName, AIS_InteractiveContext theContext,
                            AIS_InteractiveObject theObject, gp_Trsf theTrsfStart, gp_Trsf theTrsfEnd)
     : base()
 {
     throw new NotImplementedException();
 }
Пример #13
0
 public AIS_InteractiveContext(AIS_InteractiveContext parameter1)
     : base()
 {
     throw new NotImplementedException();
 }
Пример #14
0
 public void flushGestures(AIS_InteractiveContext theCtx, V3d_View theView)
 {
     throw new NotImplementedException();
 }
Пример #15
0
 public bool PickPoint(gp_Pnt thePnt, AIS_InteractiveContext theCtx, V3d_View theView, Graphic3d_Vec2i theCursor,
                       bool theToStickToPickRay)
 {
     throw new NotImplementedException();
 }
Пример #16
0
 public void handleDynamicHighlight(AIS_InteractiveContext theCtx, V3d_View theView)
 {
     throw new NotImplementedException();
 }
Пример #17
0
 public gp_Pnt GravityPoint(AIS_InteractiveContext theCtx, V3d_View theView)
 {
     throw new NotImplementedException();
 }
Пример #18
0
 public void contextLazyMoveTo(AIS_InteractiveContext theCtx, V3d_View theView, Graphic3d_Vec2i thePnt)
 {
     throw new NotImplementedException();
 }
Пример #19
0
 public void SetContext(AIS_InteractiveContext aCtx)
 {
     throw new NotImplementedException();
 }