| | |
| | | using HStation.Dto.Assets; |
| | | |
| | | namespace HStation.Vmo |
| | | namespace HStation.Vmo |
| | | { |
| | | /// <summary> |
| | | /// 过渡件 |
| | |
| | | this.Name = rhs.Name; |
| | | this.Material = rhs.Material; |
| | | this.MinorLoss = rhs.MinorLoss; |
| | | this.StartDiameter = rhs.StartDiameter; |
| | | this.EndDiameter = rhs.EndDiameter; |
| | | this.TranslationType = rhs.TranslationType; |
| | | this.KeyWords = rhs.KeyWords; |
| | | this.Paras = rhs.Paras; |
| | | this.Flags = rhs.Flags; |
| | |
| | | this.SeriesID = rhs.SeriesID; |
| | | this.Name = rhs.Name; |
| | | this.Material = rhs.Material; |
| | | this.StartDiameter = rhs.StartDiameter; |
| | | this.EndDiameter = rhs.EndDiameter; |
| | | this.TranslationType = rhs.TranslationType; |
| | | this.MinorLoss = rhs.MinorLoss; |
| | | this.Roughness = rhs.Roughness; |
| | | this.KeyWords = rhs.KeyWords; |
| | | this.Paras = rhs.Paras; |
| | | this.Flags = rhs.Flags; |
| | |
| | | public long SeriesID { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 直径 |
| | | /// </summary> |
| | | public double Diameter { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 上游直径 |
| | | /// </summary> |
| | | public double StartDiameter { get; set; } |
| | |
| | | public double EndDiameter { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 粗糙系数 |
| | | /// 过渡件类型 |
| | | /// </summary> |
| | | public double Roughness { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 算法类型 |
| | | /// </summary> |
| | | public HStation.Assets.eAlgorithmType eAlgorithmType { get; set; } |
| | | public HStation.Assets.eTranslationType? TranslationType { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 材料 |
| | |
| | | public double MinorLoss { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 粗糙系数 |
| | | /// </summary> |
| | | public double Roughness { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 识别关键字 |
| | | /// </summary> |
| | | public List<string> KeyWords { get; set; } |