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

In This Topic
    Spline Property
    In This Topic
    Array of points representing the shape of spline.
    Syntax
    public PointD3D[] Spline {get;}
    public:
    property array<PointD3D>^ Spline {
       array<PointD3D>^ get();
    }
    See Also