API Help
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);
    }
    See Also