EllipseArc public class EllipseArc : Curve Documentation Code public Point CenterPoint { get; } public Vector MajorAxis { get; } public Vector MinorAxis { get; } public double StartAngle { get; } public double SweepAngle { get; } public static EllipseArc ByPlaneRadiiStartAngleSweepAngle(Plane plane, double xRadius = 1, double yRadius = 1, double startAngle = 0, double sweepAngle = 180)