| | |
| | | |
| | | #endregion |
| | | |
| | | #region 业务整体发光效果 |
| | | |
| | | /// <summary> |
| | | /// 设置业务整体发光效果 |
| | | /// </summary> |
| | | public async Task SetLogicBodyGlowEffect(List<string> obj) |
| | | { |
| | | await _bimfaceInteropContainer?.SetLogicBodyGlowEffect(obj); |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 移除业务整体发光效果 |
| | | /// </summary> |
| | | public async Task RemoveLogicBodyGlowEffect() |
| | | { |
| | | await _bimfaceInteropContainer?.RemoveLogicBodyGlowEffect(); |
| | | } |
| | | |
| | | #endregion |
| | | |
| | | #region 业务轮廓线发光效果 |
| | | |
| | | /// <summary> |
| | | /// 设置业务轮廓线发光效果 |
| | | /// </summary> |
| | | public async Task SetLogicOutlineGlowEffect(List<string> obj) |
| | | { |
| | | await _bimfaceInteropContainer?.SetLogicOutlineGlowEffect(obj); |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 移除业务轮廓线发光效果 |
| | | /// </summary> |
| | | public async Task RemoveLogicOutlineGlowEffect() |
| | | { |
| | | await _bimfaceInteropContainer?.RemoveLogicOutlineGlowEffect(); |
| | | } |
| | | |
| | | #endregion |
| | | |
| | | } |
| | | } |