From d4898c5d7e1bbbbba384a0e29f29c066d6f502a7 Mon Sep 17 00:00:00 2001
From: Shuxia Ning <NingShuxia0927@outlook.com>
Date: 星期一, 25 十一月 2024 17:44:18 +0800
Subject: [PATCH] Merge branch 'master' of http://47.103.154.90:83/r/HStation/XHS.V1.0

---
 WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/02-bimface/XhsProjectSimulationBimfaceCtrl.cs |   24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/02-bimface/XhsProjectSimulationBimfaceCtrl.cs b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/02-bimface/XhsProjectSimulationBimfaceCtrl.cs
index 6d374b0..bc38493 100644
--- a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/02-bimface/XhsProjectSimulationBimfaceCtrl.cs
+++ b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/02-bimface/XhsProjectSimulationBimfaceCtrl.cs
@@ -2,7 +2,7 @@
 
 namespace HStation.WinFrmUI
 {
-    public partial class XhsProjectSimulationBimfaceCtrl : DevExpress.XtraEditors.XtraUserControl
+    public partial class XhsProjectSimulationBimfaceCtrl : DevExpress.XtraEditors.XtraUserControl, ISimulationFlowEffectView, ISimulationVisualVisibleView, ISimulationMonitorMarkerView, ISimulationCalcuResultLabelView, ISimulationMarkView, ISimulationGradingView
     {
         public XhsProjectSimulationBimfaceCtrl()
         {
@@ -178,22 +178,22 @@
 
         #endregion
 
-        #region 鏋勪欢鐨勫崐閫忔槑涓庡彇娑�
+        #region 鍗婇�忔槑
 
         /// <summary>
-        /// 鍗婇�忔槑鏋勪欢
+        /// 鍗婇�忔槑
         /// </summary>
-        public async Task TranslucentComponents(List<string> elementIds)
+        public async Task TranslucentComponents(List<string> codes)
         {
-            await _bimfaceInteropContainer?.TranslucentComponents(elementIds);
+            await _bimfaceInteropContainer?.TranslucentComponents(codes);
         }
 
         /// <summary>
-        /// 鍙栨秷鏋勪欢鍗婇�忔槑
+        /// 鍙栨秷鍗婇�忔槑
         /// </summary>
-        public async Task OpaqueComponents(List<string> elementIds)
+        public async Task OpaqueComponents(List<string> codes)
         {
-            await _bimfaceInteropContainer?.OpaqueComponents(elementIds);
+            await _bimfaceInteropContainer?.OpaqueComponents(codes);
         }
 
         #endregion
@@ -400,7 +400,7 @@
 
         #endregion
 
-        #region 涓氬姟鏍囨敞寮曠嚎鏍囩
+        #region 妯″瀷鏍囨敞
 
         /// <summary>
         /// 璁剧疆涓氬姟鏍囨敞寮曠嚎鏍囩
@@ -436,7 +436,7 @@
 
         #endregion
 
-        #region 涓氬姟姘存祦鍔ㄧ敾
+        #region 姘存祦鍔ㄧ敾
 
         /// <summary>
         /// 鍔犺浇姘存祦鍔ㄧ敾
@@ -558,12 +558,12 @@
 
         #endregion
 
-        #region 涓氬姟鐩戞祴鐐�
+        #region 鐩戞祴鐐规爣璁�
 
         /// <summary>
         /// 璁剧疆涓氬姟鐩戞祴鐐�
         /// </summary>
-        public async Task SetLogicMonitors(List<LogicMonitor> obj)
+        public async Task SetLogicMonitors(List<LogicMonitorMarker> obj)
         {
             await _bimfaceInteropContainer?.SetLogicMonitors(obj);
         }

--
Gitblit v1.9.3