lixiaojun
2025-04-12 0036161bed7249bed9cbf7cef71cc8a35378b08a
Yw.WpfUI.Hydro.L3d.Core/01-network/03-node/00-core/NodeL3d.cs
@@ -10,7 +10,7 @@
        /// </summary>
        public NodeL3d()
        {
            this.SimpleStyle = new SimpleNodeL3dStyle("#E94242", 0.5d);
        }
        /// <summary>
@@ -25,16 +25,6 @@
        /// 位置
        /// </summary>
        public PointL3d Position { get; set; }
        /// <summary>
        /// 简单样式
        /// </summary>
        public new SimpleNodeL3dStyle SimpleStyle
        {
            get { return _simpleStyle as SimpleNodeL3dStyle; }
            set { _simpleStyle = value; }
        }
        /// <summary>