Harness proD API Help
EPLAN.Harness.API.Settings.Common Namespace / ApiGraphicsSettings3D Class
Members
In This Topic
    ApiGraphicsSettings3D Class
    In This Topic
    Definition of settings for 3D graphics.
    Object Model
    ApiGraphicsSettings3D ClassBooleanProperty ClassBooleanProperty ClassIntegerProperty ClassBooleanProperty ClassBooleanProperty ClassBooleanProperty ClassIntegerProperty Class
    Inheritance Hierarchy

    System.Object
       EPLAN.Harness.API.Settings.Common.ApiGraphicsSettings3D

    Syntax
    public class ApiGraphicsSettings3D 
    Public Properties
     NameDescription
    Public PropertyDetermines type of anti-aliasing. Possible values: EPLAN.Harness.API.Common.Enums.ApiAntialiasingType  
    Public PropertyIf check-marked, all surfaces seen from behind are culled.  
    Public PropertyEnables constant frame rate using pixel culling.  
    Public PropertyPixel culling threshold for constant frame rate.  
    Public PropertyTurns on / off the dark contours of edges.  
    Public PropertyDetermines the driver for displaying graphics. Possible values: EPLAN.Harness.API.Common.Enums.ApiDriverType  
    Public PropertyIf activated, the internal transparency calculation is accelerated.  
    Public PropertyTurns on / off the shadows of objects.  
    Public PropertyObjects smaller than the value determined here are not displayed in the Workspace / Workdesk.  
    Public PropertyIt can be set as EPLAN.Harness.API.Common.Enums.ApiGraphicsPreset.  
    Public PropertySet shading model. See EPLAN.Harness.API.Common.Enums.ApiShadingModel.  
    Top
    See Also