Пример #1
0
 public V3d_Viewer(Graphic3d_GraphicDriver theDriver, string theName, string theDomain, double theViewSize,
                   V3d_TypeOfOrientation theViewProj, Quantity_Color theViewBackground,
                   V3d_TypeOfVisualization theV_isualization)
     : base()
 {
     throw new NotImplementedException();
 }
Пример #2
0
 public V3d_Viewer(Graphic3d_GraphicDriver theDriver, string theName, string theDomain, double theViewSize,
                   V3d_TypeOfOrientation theViewProj, Quantity_Color theViewBackground,
                   V3d_TypeOfVisualization theV_isualization, Graphic3d_TypeOfShadingModel theShadingModel,
                   bool theComputedMode, bool theDefaultComputedMode)
     : base()
 {
     throw new NotImplementedException();
 }
Пример #3
0
 public V3d_Viewer(Graphic3d_GraphicDriver theDriver, string theName)
     : base()
 {
     throw new NotImplementedException();
 }
Пример #4
0
 public V3d_Viewer(Graphic3d_GraphicDriver theDriver, string theName, string theDomain, double theViewSize,
                   V3d_TypeOfOrientation theViewProj)
     : base()
 {
     throw new NotImplementedException();
 }