Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / BusBar Class / SetBendingRadiusAt Method
Radius.
Bending point (1,...,n-1).

In This Topic
    SetBendingRadiusAt Method
    In This Topic
    Sets bending radius at specific bending point
    Syntax
    public void SetBendingRadiusAt( 
       double dNewRadius,
       long nBendingPoint
    )
    public:
    void SetBendingRadiusAt( 
       double dNewRadius,
       int64 nBendingPoint
    ) 

    Parameters

    dNewRadius
    Radius.
    nBendingPoint
    Bending point (1,...,n-1).
    Remarks
    A bus bar with one angle has three bending points (0,1,2). Please be aware that the number of radiuses should be equal to number of bending points (ie. in .BendingPoints property) Otherwise, i.e if there could be an exception thrown or , if there are only 2, they are set to all the points.
    See Also