API Help
Eplan.EplApi.DataModel.E3D Namespace / BusBar Class / ChangeSegmentAngle Method
Angle in radians.
Fix bending point (1,...,n-1).
Moving bending point (Must be greater or less than fix bending point).

In This Topic
    ChangeSegmentAngle Method
    In This Topic
    Change angle between segments of bended bus bar.
    Syntax
    public void ChangeSegmentAngle( 
       double dNewAngle,
       long nFixBendingPoint,
       long nMovingBendingPoint
    )
    public:
    void ChangeSegmentAngle( 
       double dNewAngle,
       int64 nFixBendingPoint,
       int64 nMovingBendingPoint
    ) 

    Parameters

    dNewAngle
    Angle in radians.
    nFixBendingPoint
    Fix bending point (1,...,n-1).
    nMovingBendingPoint
    Moving bending point (Must be greater or less than fix bending point).
    Remarks
    A bus bar with one angle has three bending points (0,1,2).
    See Also