tangxu
2024-11-25 0a2c59670b82d61d3fa79f51a54e82e7bd0134c4
WinFrmUI/DPumpHydr.WinFrmUI.Volute/断面设计/ViewModel/SectionBundleInfo.cs
@@ -78,6 +78,23 @@
        /// <summary>
        /// 
        /// </summary>
        /// <param name="index"></param>
        /// <returns></returns>
        public void FromSectionShapePara(SectionShapePara model)
        {
            var index = model.Index   ;
             this.GaMa_Left[index] = model.Gama_Left ;
             this.GaMa_Right[index] = model.Gama_Right ;
            this.H[index] = model.H;
             this.R_Left[index]= model.R_Left ;
            this.R_Right[index] = model.R_Right ;
        }
        /// <summary>
        ///
        /// </summary>
        /// <param name="sectionShapePara"></param>
        /// <param name="index"></param>
        public void SetShapeInfo(SectionShapePara sectionShapePara, int index)