Eplan Platform API
Eplan.EplApi.DataModel.Graphics Namespace / PolyLine Class / GetBulgeAt Method
Index of the point. The index starts with 0.

In This Topic
    GetBulgeAt Method
    In This Topic
    Returns the corner arc of one vertex of a poly line
    Syntax
    public double GetBulgeAt( 
       int index
    )
    public:
    double GetBulgeAt( 
       int index
    ) 

    Parameters

    index
    Index of the point. The index starts with 0.

    Return Value

    Radius of the corner arc.
    See Also