| | |
| | | this.StartDiameter = rhs.StartDiameter; |
| | | this.EndDiameter = rhs.EndDiameter; |
| | | this.Roughness = rhs.Roughness; |
| | | this.eAlgorithmType = rhs.eAlgorithmType; |
| | | this.TranslationType = rhs.TranslationType; |
| | | this.Material = rhs.Material; |
| | | this.MinorLoss = rhs.MinorLoss; |
| | | this.KeyWord = rhs.KeyWord; |
| | | this.KeyWords = rhs.KeyWords; |
| | | this.Paras = rhs.Paras; |
| | | this.Flags = rhs.Flags; |
| | | this.TagName = rhs.TagName; |
| | |
| | | public double Roughness { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 算法类型 |
| | | /// 过渡件类型 |
| | | /// </summary> |
| | | public int eAlgorithmType { get; set; } |
| | | public int TranslationType { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 材料 |
| | |
| | | /// 识别关键字 |
| | | ///</summary> |
| | | [SugarColumn(Length = 255, IsNullable = true)] |
| | | public string KeyWord { get; set; } |
| | | public string KeyWords { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 参数 |