Shuxia Ning
2024-10-14 9f67c03421019eba72e945d590ca93a75c54bdf3
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);