Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / BusBar Class / BendingPoints Property

In This Topic
    BendingPoints Property
    In This Topic
    Array of bending points.
    Syntax
    public PointD3D[] BendingPoints {get; set;}
    public:
    property array<PointD3D>^ BendingPoints {
       array<PointD3D>^ get();
       void set (    array<PointD3D>^ value);
    }
    Remarks
    Please be aware that the bending points are different than in GUI during the interaction
    In API the bending points coordinates are relative to local coordinates system There is also 1 extra point at each ending of the bus bar added by default.
    See Also