| | |
| | | using Yw.WinFrmUI.Q3D; |
| | | using Yw.WinFrmUI.Q3d; |
| | | using System; |
| | | using System.Collections.Generic; |
| | | using System.ComponentModel; |
| | |
| | | using System.Text; |
| | | using System.Threading; |
| | | using System.Threading.Tasks; |
| | | using static Yw.WinFrmUI.Q3D.MapViewEnum; |
| | | using static Yw.WinFrmUI.Q3d.MapViewEnum; |
| | | using System.Xml.Linq; |
| | | using Newtonsoft.Json; |
| | | using static Yw.WinFrmUI.Q3D.ObjectEnum; |
| | | using static Yw.WinFrmUI.Q3d.ObjectEnum; |
| | | using System.Drawing.Design; |
| | | |
| | | namespace Yw.WinFrmUI.Q3D |
| | | namespace Yw.WinFrmUI.Q3d |
| | | { |
| | | [Serializable] |
| | | public class LinkViewModel : LinkCalcModel, IBaseViewModel |
| | | public class LinkViewModel : Q3DLinkCalcModel, IBaseViewModel |
| | | { |
| | | #region 构造函数 |
| | | |
| | |
| | | //Points = points; |
| | | } |
| | | #endregion |
| | | |
| | | #region 属性 |
| | | |
| | | |
| | |
| | | [DisplayName("ID类型")] |
| | | [Browsable(false)] |
| | | #endregion |
| | | |
| | | #region 方法 |
| | | |
| | | |