public Graphic3d_Structure(Graphic3d_StructureManager theManager)
     : base()
 {
     throw new NotImplementedException();
 }
Beispiel #2
0
 public Graphic3d_CView(Graphic3d_StructureManager theMgr)
     : base()
 {
     throw new NotImplementedException("Native class is abstract");
 }
 public Graphic3d_CStructure ShadowLink(Graphic3d_StructureManager theManager)
 {
     throw new NotImplementedException();
 }
Beispiel #4
0
 public Graphic3d_CView CreateView(Graphic3d_StructureManager theMgr)
 {
     throw new NotImplementedException();
 }
Beispiel #5
0
 public Graphic3d_CStructure CreateStructure(Graphic3d_StructureManager theManager)
 {
     throw new NotImplementedException();
 }
Beispiel #6
0
 public Graphic3d_StructureManager(Graphic3d_StructureManager parameter1)
     : base()
 {
     throw new NotImplementedException();
 }