From 7b4b2eb7dd57c29a4b3a75de8234ff9afcbe18d4 Mon Sep 17 00:00:00 2001 From: Shuxia Ning <NingShuxia0927@outlook.com> Date: 星期三, 08 一月 2025 15:13:33 +0800 Subject: [PATCH] 水力业务图表 根据运行点延长 --- Service/HStation.Service.PhartRelation.Core/05-service/00-core/PhartGraphHelper.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Service/HStation.Service.PhartRelation.Core/05-service/00-core/PhartGraphHelper.cs b/Service/HStation.Service.PhartRelation.Core/05-service/00-core/PhartGraphHelper.cs index f56109f..a26b61c 100644 --- a/Service/HStation.Service.PhartRelation.Core/05-service/00-core/PhartGraphHelper.cs +++ b/Service/HStation.Service.PhartRelation.Core/05-service/00-core/PhartGraphHelper.cs @@ -229,7 +229,7 @@ { case eGeometryStyle.FeatCurve: { - obj = Model.FeatCurveGeometryParasModel.ToModel(geometryParas); + obj = CurveGeometryParasModel.ToModel(geometryParas); } break; default: break; @@ -284,7 +284,7 @@ featCurve = new Yw.Ahart.CubicCurve(pts); } break; - case Yw.Ahart.eFeatType.Through2d: + case Yw.Ahart.eFeatType.Through: { featCurve = new Yw.Ahart.ThroughCurve(pts); } -- Gitblit v1.9.3