namespace Yw.WinFrmUI.HydroL3d { /// /// 节点 /// public abstract class Node : Parter { /// /// 位置 /// public Point3d Position { get; set; } } }