| | |
| | | this.ID = rhs.ID; |
| | | this.Name = rhs.Name; |
| | | this.Material = rhs.Material; |
| | | this.Diameter = rhs.Diameter; |
| | | this.StartDiameter = rhs.StartDiameter; |
| | | this.EndDiameter = rhs.EndDiameter; |
| | | this.TranslationType = rhs.TranslationType; |
| | |
| | | this.ID = rhs.ID; |
| | | this.Name = rhs.Name; |
| | | this.Material = rhs.Material; |
| | | this.Diameter = rhs.Diameter; |
| | | this.StartDiameter = rhs.StartDiameter; |
| | | this.EndDiameter = rhs.EndDiameter; |
| | | this.TranslationType = rhs.TranslationType; |
| | |
| | | /// 材料 |
| | | ///</summary> |
| | | public string Material { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 直径 |
| | | /// </summary> |
| | | public double Diameter { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 上游直径 |