Eplan Platform API
Eplan.EplApi.EServices.Ged Namespace / Interaction Class / OnAngle Method

In This Topic
    OnAngle Method
    In This Topic
    Is called after input of an angle by the user.
    Syntax
    public virtual RequestCode OnAngle( 
       double dAngle
    )
    public:
    virtual RequestCode OnAngle( 
       double dAngle
    ) 

    Parameters

    dAngle

    Return Value

    Default RequestCode for this function is Stop.
    Remarks
    If this interaction needs an angle, the graphical editor changes to an angle input mode. In this case, the user has define an angle by a click into the CAD window or by typing the angle into the command line window. Value is in radians.
    See Also