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

In This Topic
    SetBulgeAt Method
    In This Topic
    Sets the corner arc of one vertex of a poly line
    Syntax
    public void SetBulgeAt( 
       int index,
       double dBulge
    )
    public:
    void SetBulgeAt( 
       int index,
       double dBulge
    ) 

    Parameters

    index
    Index of the point. The index starts with 0.
    dBulge
    Radius of the corner arc.
    See Also