WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/02-bimface/XhsProjectSimulationBimfaceCtrl.cs
@@ -416,6 +416,26 @@ #endregion #region 引线标签 /// <summary> /// 设置引线标签 /// </summary> public async Task SetLeadLabels(List<LeadLabel> obj) { await _bimfaceInteropContainer?.SetLeadLabels(obj); } /// <summary> /// 清除引线标签 /// </summary> public async Task ClearLeadLabels() { await _bimfaceInteropContainer?.ClearLeadLabels(); } #endregion #region 业务 @@ -488,7 +508,6 @@ } #endregion #region 设置Open构件颜色 @@ -591,6 +610,12 @@ #endregion #region 标注 #endregion #endregion