Shuxia Ning
2024-10-09 eccc597eb5b29ce1a9982ebf31f0e1272d3db14f
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;