文件名从 OpenUI/DPumpHydr.OpenFwUI.Volute/ViewModel/OutflowParas.cs 修改 |
| | |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | |
| | | namespace DPumpHydr.WinFrmUI.Volute.ViewModel |
| | | namespace DPumpHydr.OpenFwUI.Volute |
| | | { |
| | | public class OutflowParas |
| | | { |
| | | public OutflowParas() |
| | | { |
| | | ShapeStyle = ViewModel.eOutflowShapeStyle.鏈煡; |
| | | LinkStyle = ViewModel.eOutflowLinkStyle.鏇茬嚎; |
| | | ShapeStyle = eOutflowShapeStyle.鏈煡; |
| | | LinkStyle = eOutflowLinkStyle.鏇茬嚎; |
| | | |
| | | this.Tangent_Top_Right = 1; |
| | | this.Tangent_Btm_Right = 1; |
| | |
| | | this.R2 = rhs.R2; |
| | | this.Septalradius = rhs.Septalradius; |
| | | } |
| | | public ViewModel.eOutflowShapeStyle ShapeStyle { get; set; } |
| | | public ViewModel.eOutflowLinkStyle LinkStyle { get; set; } |
| | | public eOutflowShapeStyle ShapeStyle { get; set; } |
| | | public eOutflowLinkStyle LinkStyle { get; set; } |
| | | /// <summary> |
| | | /// 涓績璺濈 鍥剧墖涓殑A |
| | | /// </summary> |