lixiaojun
2024-10-25 ba4fd2f2456a3cee97cc90204c9e21505a42b2aa
优化Revit解析
已修改2个文件
5 ■■■■■ 文件已修改
Service/HStation.Service.Revit.Core/04-service/01-json/RevitJsonHelper.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Service/HStation.Service.Revit.Core/HStation.Service.Revit.Core.csproj 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Service/HStation.Service.Revit.Core/04-service/01-json/RevitJsonHelper.cs
@@ -2868,7 +2868,7 @@
            if (jobject[RevitJsonProp.Press].MatchNumeric(out double press))
            {
                pressmeter.CurrentPress = press;
                pressmeter.CurrentPress = Yw.Pump.CalculationHelper.Mpa2M(press);
            }
            else
            {
Service/HStation.Service.Revit.Core/HStation.Service.Revit.Core.csproj
@@ -7,7 +7,8 @@
  </PropertyGroup>
  <ItemGroup>
    <PackageReference Include="Yw.Untity.Core" Version="3.0.2" />
    <PackageReference Include="Yw.Pump.Core" Version="3.1.2" />
    <PackageReference Include="Yw.Untity.Core" Version="3.0.3" />
  </ItemGroup>
</Project>