lixiaojun
2024-12-10 5587341ac6e50a040972d33d83de632e7d0c87af
WinFrmUI/HStation.WinFrmUI.Xhs.Core/02-project/01-import/00-core/ImportXhsProjectHelper.cs
@@ -179,6 +179,7 @@
            var structOthersFileInfo = allFileInfoList.Find(x => x.Name == HStation.Revit.ConstParas.StructOthersFileName);
            var structRevitModel = HStation.Service.RevitParseHelper.FromJsonFile
                (structFileInfo.FullName, structOthersFileInfo?.FullName, out bool structFileResult, out List<string> structFileMsgList);
            vm.RevitModel = structRevitModel;
            //解析结果判断
            if (!structFileResult)
            {
@@ -219,8 +220,6 @@
                feedBackProgress?.Invoke(100, 100);
                return true;
            }
            vm.RevitModel = structRevitModel;
            var hydroInfo = HStation.Hydro.TransferHelper.FromRevit(structRevitModel, out msg);
            if (hydroInfo == null)