Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / RoutingSpline Class / PointsOnSpline Property

In This Topic
    PointsOnSpline Property
    In This Topic
    Array of points on spline (these are the nodes of the spline).
    Syntax
    public PointD3D[] PointsOnSpline {get; set;}
    public:
    property array<PointD3D>^ PointsOnSpline {
       array<PointD3D>^ get();
       void set (    array<PointD3D>^ value);
    }
    See Also