qin
2024-09-28 e358beb08f5be49703009b64f058ecfbcfeefbd9
HStation.RevitDev/RevitDataExport/Common/NetWorkHelper.cs
@@ -285,7 +285,7 @@
                                        Name = p.名称,
                                        Floor = p.楼层,
                                        Diameter = float.Parse(string.IsNullOrEmpty(p.直径) ? "0" : p.直径),
                                        Length = float.Parse(string.IsNullOrEmpty(p.长度) ? "0" : p.长度),
                                        Length = float.Parse(string.IsNullOrEmpty(p.长度) ? "0" : p.长度)/1000,
                                        MinorLoss = float.Parse(string.IsNullOrEmpty(p.比摩阻) ? "0" : p.比摩阻),
                                        Roughness = float.Parse(string.IsNullOrEmpty(p.压力损失) ? "0" : p.压力损失),
                                        Node1 = p.连接构件.Contains(",") ? p.连接构件.Split(',')[0] : p.连接构件,