lixiaojun
2024-12-23 f34b7d74e30f1c902d87e0cae6bd02a02d991492
WinFrmUI/HStation.WinFrmUI.PhartRelation.Core/01-viewmodel/01-pump/00-core/CurveEqualPViewModel.cs
@@ -15,7 +15,8 @@
        {
            this.Power = paras.Power;
            this.Tension = paras.Tension;
            this.IsClose = paras.IsClose;
            this.IsClosed = paras.IsClose;
            this.DefinePoints = curve.FeatCurve.GetPointList();
        }
        /// <summary>
@@ -31,6 +32,11 @@
        /// <summary>
        /// 是否封闭
        /// </summary>
        public bool IsClose { get; set; }
        public bool IsClosed { get; set; }
        /// <summary>
        /// 定义点列表
        /// </summary>
        public List<Yw.Geometry.Point2d> DefinePoints { get; set; }
    }
}