| | |
| | | #region 第一步选择压缩文件 |
| | | |
| | | /// <summary> |
| | | /// 压缩文件 |
| | | /// 是否为本地 |
| | | /// </summary> |
| | | public string ZipFile { get; set; } |
| | | public bool IsLocal { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 本地压缩文件 |
| | | /// </summary> |
| | | public string LocalZipFile { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 云文件 |
| | | /// </summary> |
| | | public TransferRevitFileVmo TransferRevitFile { get; set; } |
| | | |
| | | #endregion |
| | | |
| | |
| | | #region 第四步自动生成项目 |
| | | |
| | | /// <summary> |
| | | /// |
| | | /// </summary> |
| | | public HStation.Model.RevitModel RevitModel { get; set; } |
| | | |
| | | /// <summary> |
| | | /// 水力模型id |
| | | /// </summary> |
| | | public long? HydroID { get; set; } |
| | |
| | | /// </summary> |
| | | public bool BimfaceConverted { get; set; } |
| | | |
| | | |
| | | #endregion |
| | | |
| | | #region 第五步项目导入完成 |