namespace Yw.WinFrmUI.HydroL3d { [TypeConverter(typeof(PropertySorter))] public class LookAt3d { /// /// /// public Point3d Eye { get; set; } /// /// /// public Point3d Center { get; set; } /// /// /// public Point3d Up { get; set; } } }