| | |
| | | feedBackProgress?.Invoke(100, 100); |
| | | return true; |
| | | } |
| | | var structOthersFileInfo = allFileInfoList.Find(x => x.Name == HStation.Revit.ConstParas.StructOthersFileName); |
| | | |
| | | var structRevitModel = HStation.Service.RevitParseHelper.FromJsonFile(structFileInfo.FullName, out msg); |
| | | var structRevitModel = HStation.Service.RevitParseHelper.FromJsonFile(structFileInfo.FullName, structOthersFileInfo?.FullName, out msg); |
| | | if (structRevitModel == null) |
| | | { |
| | | feedBackMsg?.Invoke($"{msg}!!!", Color.Red); |
| | |
| | | } |
| | | |
| | | // var bimfaceId = await Yw.WinFrmUI.BimfaceHelper.UploadFile(rvtFileInfo.FullName);//上传 |
| | | //var bimfaceId = 10000878332030; //测试用例 |
| | | var bimfaceId = 10000870453147;//简单用例 |
| | | var bimfaceId = 10000878572231; //测试用例 |
| | | if (bimfaceId < 1) |
| | | { |
| | | feedBackMsg?.Invoke("Revit模型文件上传失败!!!", Color.Red); |