Struct GearShapeCustomBase.Point2D Last update: 16.07.2025 Namespace: VM.Managed.DAFUL.GearTrain Assembly: VMDGearTrain.dll This struct is to represent the two dimension point. public struct GearShapeCustomBase.Point2D Properties X x value public double X { readonly get; set; } Property Value double Y y value public double Y { readonly get; set; } Property Value double