Example #1
0
 public void HideGridEcho(V3d_View theView)
 {
     throw new NotImplementedException();
 }
Example #2
0
 public void DelView(V3d_View theView)
 {
     throw new NotImplementedException();
 }
Example #3
0
 public void SetMagnify(Aspect_Window theWindow, V3d_View thePreviousView, int theX1, int theY1, int theX2,
                        int theY2)
 {
     throw new NotImplementedException();
 }
Example #4
0
 public void SetViewOff(V3d_View theView)
 {
     throw new NotImplementedException();
 }
Example #5
0
 public V3d_View(V3d_View parameter1)
     : base()
 {
     throw new NotImplementedException();
 }
Example #6
0
 public V3d_View(V3d_Viewer theViewer, V3d_View theView)
     : base()
 {
     throw new NotImplementedException();
 }
Example #7
0
 public void SwitchViewsinWindow(V3d_View aPreviousView, V3d_View aNextView)
 {
     throw new NotImplementedException();
 }
Example #8
0
 public void Display(V3d_View theView, Quantity_Color theColor)
 {
     throw new NotImplementedException();
 }
 public V3d_View Prepend(V3d_View theItem)
 {
     throw new NotImplementedException();
 }