| | |
| | | |
| | | //计算(带修正) |
| | | static public bool CalcPoints(PumpGroupPt ratedParas, double n, double? K0, |
| | | ref List<Yw.Geometry.Point2d> pointsQH, |
| | | ref List<Yw.Geometry.Point2d> pointsQE, |
| | | ref List<Yw.Geometry.Point2d> pointsQP, |
| | | ref List<Yw.Geometry.Point2d> pointsNPSH, bool isSxp, int stageNumber) |
| | | ref List<Yw.Geometry.Point2d> pointsQH, |
| | | ref List<Yw.Geometry.Point2d> pointsQE, |
| | | ref List<Yw.Geometry.Point2d> pointsQP, |
| | | ref List<Yw.Geometry.Point2d> pointsNPSH, bool isSxp, int stageNumber) |
| | | { |
| | | bool re = CalcPoints(ratedParas, n, ref pointsQH, ref pointsQE, ref pointsQP, ref pointsNPSH, isSxp, stageNumber); |
| | | if (!re) |