public void FrameEnd(Graphic3d_CView theView, bool theIsImmediateOnly)
 {
     throw new NotImplementedException();
 }
Exemple #2
0
 public void CopySettings(Graphic3d_CView theOther)
 {
     throw new NotImplementedException();
 }
 public void updateStatistics(Graphic3d_CView theView, bool theIsImmediateOnly)
 {
     throw new NotImplementedException();
 }
Exemple #4
0
 public Graphic3d_CView(Graphic3d_CView parameter1)
     : base()
 {
     throw new NotImplementedException("Native class is abstract");
 }
Exemple #5
0
 public void TextSize(Graphic3d_CView theView, string theText, float theHeight, ref float theWidth,
                      ref float theAscent, ref float theDescent)
 {
     throw new NotImplementedException();
 }
Exemple #6
0
 public void RemoveView(Graphic3d_CView theView)
 {
     throw new NotImplementedException();
 }
Exemple #7
0
 public bool ViewExists(Aspect_Window theWindow, Graphic3d_CView theView)
 {
     throw new NotImplementedException();
 }
Exemple #8
0
 public void UnIdentification(Graphic3d_CView theView)
 {
     throw new NotImplementedException();
 }