lixiaojun
2025-04-22 0329c48a57f33a4c94e44c5e4d3d3c116184986f
Yw.WpfUI.Hydro.L3d.Core/03-logical/09-control/LogicalEditerL3d.xaml.cs
@@ -124,11 +124,31 @@
            _manager.SetBackView();
        }
        public void SetNorthWestView()
        {
            _manager.SetNorthWestView();
        }
        public void SetNorthEastView()
        {
            _manager.SetNorthEastView();
        }
        public void SetSouthWestView()
        {
            _manager.SetSouthWestView();
        }
        public void SetSouthEastView()
        {
            _manager.SetSouthEastView();
        }
        #endregion
        #region 公告板文本
        public void SetBillboardText(List<LogicalTextL3d> items)
        public void SetBillboardText(List<TextL3d> items)
        {
            _manager.SetBillboardText(items);
        }
@@ -201,5 +221,38 @@
        #endregion
        #region 相机
        public void SaveDefaultCamera()
        {
            _manager.SaveDefaultCamera();
        }
        public void ApplyDefaultCamera()
        {
            _manager.ApplyDefaultCamera();
        }
        #endregion
        #region 编辑
        public void StartEdit()
        {
            _manager.StartEdit();
        }
        public void EndEdit()
        {
            _manager.EndEdit();
        }
        #endregion
        public void ShowFlowDirection()
        {
            _manager.ShowFlowDirection();
        }
    }
}