Shuxia Ning
2024-10-12 819d81bf994c10c8cd0252ebb8c6660eb4c82166
WinFrmUI/Yw.WinFrmUI.Phart.Core/00-core/01-calculate/PumpParallelConnectionHelper.cs
@@ -257,6 +257,10 @@
                head = head + space;
            }
            if (!pt_qh_list.Any())
            {
                return false;
            }
            //根据流量排序
            Point2dComparer.Sort featPointComp = new Point2dComparer.Sort(Point2dComparer.eSortType.X);
            pt_qh_list.Sort(featPointComp);