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)
     : base()
 {
     throw new NotImplementedException();
 }
Exemple #2
0
 public bool SetShadingModel(Graphic3d_TypeOfShadingModel theModel)
 {
     throw new NotImplementedException();
 }
Exemple #3
0
 public bool SetShadingModel(Graphic3d_TypeOfShadingModel theModel, bool theToOverrideDefaults)
 {
     throw new NotImplementedException();
 }
 public void SetDefaultShadingModel(Graphic3d_TypeOfShadingModel theType)
 {
     throw new NotImplementedException();
 }