DynamoVisualProgramming.ZeroTouchLibrary by Autodesk

<PackageReference Include="DynamoVisualProgramming.ZeroTouchLibrary" Version="3.5.0-beta7606" />

 EllipseArc

public class EllipseArc : Curve
public Point CenterPoint { get; }

public Vector MajorAxis { get; }

public Vector MinorAxis { get; }

public Plane Plane { get; }

public double StartAngle { get; }

public double SweepAngle { get; }

public static EllipseArc ByPlaneRadiiAngles(Plane plane, double xRadius = 1, double yRadius = 1, double startAngle = 0, double sweepAngle = 180)

public static EllipseArc ByPlaneRadiiStartAngleSweepAngle(Plane plane, double xRadius = 1, double yRadius = 1, double startAngle = 0, double sweepAngle = 180)