Harness proD API Help
EPLAN.Harness.API.Common.Enums Namespace / ApiShadingModel Enumeration
In This Topic
    ApiShadingModel Enumeration
    In This Topic
    Type of shading model. The following shading models are available for the User-defined preset.
    Syntax
    public enum ApiShadingModel : System.Enum 
    Members
    MemberDescription
    FlatRequires the least processing. Each facet of an object has one color and is illuminated individually.
    GoochNon-photorealistic rendering, suitable for dark / bright objects.
    GouraudBetter display quality than the Flat shading setting.
    PhongBest quality, smooth shading.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             EPLAN.Harness.API.Common.Enums.ApiShadingModel

    See Also