Shuxia Ning
2024-10-09 eccc597eb5b29ce1a9982ebf31f0e1272d3db14f
Service/HStation.Service.PhartRelation.Core/05-service/00-core/PerformCurveHelper.cs
@@ -4,7 +4,7 @@
    /// 特性曲线辅助类
    /// </summary>
    public class PerformCurveHelper
    {
    {
        /// <summary>
        /// 获取性能点列表
        /// </summary>
@@ -43,7 +43,16 @@
                            pts = curveQE.FeatCurve.GetPointList(pointNumber, minSpace);
                        }
                    }
                    break;
                    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;