WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/07-matching/00-core/AssetsMatchingHelper.cs
@@ -111,7 +111,7 @@ } } //喷头匹配 //冷却塔匹配 foreach (var item in assetsAutoMatchingView.Coolings) { if (Matching(item, allCoolingMain)) @@ -1768,7 +1768,10 @@ { input.MatchingBendingAngle = elbow.Angle; } input.MatchingElbowType = (Yw.WinFrmUI.eElbowType)(int)elbow.ElbowType; if (elbow.ElbowType != null) { input.MatchingElbowType = (Yw.WinFrmUI.eElbowType)(int)elbow.ElbowType; } if (input.Material == null || input.Material == string.Empty) { input.MatchingMaterial = elbow.Material;