EllipseArc
The center of the Ellipse
The major axis of the Ellipse. This is the longer axis. The length of the Vector is the Major radius.
The minor axis of the Ellipse. This is the shorter axis. The length of the Vector is the Minor radius.
The plane in which the ellipse lies
The start angle in degrees
The total sweep angle in degrees
public static EllipseArc ByPlaneRadiiAngles(Plane plane, double xRadius = 1, double yRadius = 1, double startAngle = 0, double sweepAngle = 180)
Create an EllipseArc in a plane with the given the radii along the X and Y axes and the angles to sweep through
public static EllipseArc ByPlaneRadiiStartAngleSweepAngle(Plane plane, double xRadius = 1, double yRadius = 1, double startAngle = 0, double sweepAngle = 180)
Create an EllipseArc in a plane with the given the radii along the X and Y axes and the angles to sweep through