duheng
2024-12-11 2e8e85f65748ee5a5adf0dcda864aa4167cbf2ef
WinFrmUI/HStation.WinFrmUI.PhartRelation.Core/00-helper/PhartPerformCurveHelper.cs
@@ -32,7 +32,7 @@
        /// <summary>
        /// To 存储字符串
        /// </summary> 
        public static string ToDbString(HStation.PhartRelation.eGraphType GraphType, Yw.Pump.eFeatType FeatType, List<Yw.Geometry.Point2d> PointList)
        public static string ToDbString(HStation.PhartRelation.eGraphType GraphType, Yw.Ahart.eFeatType FeatType, List<Yw.Geometry.Point2d> PointList)
        {
            var pts = PointList?.Select(x => new Yw.Geometry.Point2d(x.X, x.Y)).ToList();
            var dbString = HStation.Service.PhartRelation.PerformCurveHelper.ToDbString(GraphType, FeatType, pts);