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