From e358beb08f5be49703009b64f058ecfbcfeefbd9 Mon Sep 17 00:00:00 2001
From: qin <a@163.com>
Date: 星期六, 28 九月 2024 14:27:52 +0800
Subject: [PATCH] 测试standard2.1

---
 HStation.RevitDev/RevitDataExport/Common/MEPHelper.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/HStation.RevitDev/RevitDataExport/Common/MEPHelper.cs b/HStation.RevitDev/RevitDataExport/Common/MEPHelper.cs
index ab9f6a0..fb1c69b 100644
--- a/HStation.RevitDev/RevitDataExport/Common/MEPHelper.cs
+++ b/HStation.RevitDev/RevitDataExport/Common/MEPHelper.cs
@@ -136,7 +136,7 @@
             if (obj == null) return null;
             try
             {
-                return UnitUtils.ConvertFromInternalUnits(Convert.ToDouble(obj), /*DisplayUnitType.DUT_MILLIMETERS*/ UnitTypeId.Millimeters);
+                return UnitUtils.ConvertFromInternalUnits(Convert.ToDouble(obj), DisplayUnitType.DUT_MILLIMETERS /*UnitTypeId.Millimeters*/);
             }
             catch (Exception ex)
             {

--
Gitblit v1.9.3