Service/HStation.Service.PhartRelation.Core/05-service/00-core/PerformCurveHelper.cs
@@ -44,6 +44,15 @@ } } break; case eGraphType.ValveQL: { var cubic_spline_ql = new Yw.Geometry.CubicSpline2d(geometryInfo); if (cubic_spline_ql != null) { pts = cubic_spline_ql.GetPointList(pointNumber, minSpace); } } break; default: break; } return pts;