From 1769ce67e1395498e598398b77cedcee2ade5b7c Mon Sep 17 00:00:00 2001
From: lixiaojun <1287241240@qq.com>
Date: 星期三, 15 一月 2025 14:05:53 +0800
Subject: [PATCH] 基准标高解析

---
 Service/HStation.Service.Revit.Core/04-service/01-json/00-core/RevitJsonProp.cs |   24 ++++++++++++++++++++++--
 1 files changed, 22 insertions(+), 2 deletions(-)

diff --git a/Service/HStation.Service.Revit.Core/04-service/01-json/00-core/RevitJsonProp.cs b/Service/HStation.Service.Revit.Core/04-service/01-json/00-core/RevitJsonProp.cs
index aa560ec..0f7fc31 100644
--- a/Service/HStation.Service.Revit.Core/04-service/01-json/00-core/RevitJsonProp.cs
+++ b/Service/HStation.Service.Revit.Core/04-service/01-json/00-core/RevitJsonProp.cs
@@ -67,14 +67,29 @@
         public const string Position = "浣嶇疆淇℃伅";
 
         /// <summary>
+        /// 鏍囬珮
+        /// </summary>
+        public const string Elev = "鏍囬珮";
+
+        /// <summary>
         /// 鏍囬珮淇℃伅
         /// </summary>
-        public const string Elev = "鏍囬珮淇℃伅";
+        public const string ElevInfo = "鏍囬珮淇℃伅";
 
         /// <summary>
         /// 鏍囬珮涓殑楂樼▼
         /// </summary>
         public const string ElevOfElevation = "鏍囬珮涓殑楂樼▼";
+
+        /// <summary>
+        /// 鍙傜収鏍囬珮
+        /// </summary>
+        public const string ElevOfReference = "鍙傜収鏍囬珮";
+
+        /// <summary>
+        /// 绔嬮潰
+        /// </summary>
+        public const string ElevFacade = "绔嬮潰";
 
         /// <summary>
         /// 姹犲簳鏍囬珮
@@ -149,7 +164,12 @@
         /// <summary>
         /// 鐩村緞淇℃伅
         /// </summary>
-        public const string Diameter = "鐩村緞淇℃伅";
+        public const string DiameterInfo = "鐩村緞淇℃伅";
+
+        /// <summary>
+        /// 鐩村緞
+        /// </summary>
+        public const string Diameter = "鐩村緞";
 
         /// <summary>
         /// 鍏О鐩村緞

--
Gitblit v1.9.3