API Help
Eplan.EplApi.DataModel.E3D Namespace / BusBar Class / ChangeSegmentLength Method
Length.
Fix bending point (0,...,n)
Moving bending point (Must be greater or less than fix bending point)

In This Topic
    ChangeSegmentLength Method
    In This Topic
    Change length of segment of bended bus bar.
    Syntax
    public void ChangeSegmentLength( 
       double dNewLength,
       long nFixBendingPoint,
       long nMovingBendingPoint
    )
    public:
    void ChangeSegmentLength( 
       double dNewLength,
       int64 nFixBendingPoint,
       int64 nMovingBendingPoint
    ) 

    Parameters

    dNewLength
    Length.
    nFixBendingPoint
    Fix bending point (0,...,n)
    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