DynamoVisualProgramming.ZeroTouchLibrary by Autodesk

<PackageReference Include="DynamoVisualProgramming.ZeroTouchLibrary" Version="0.7.5.1" />

 IEllipseEntity

using Autodesk.DesignScript.Runtime; using System; namespace Autodesk.DesignScript.Interfaces { [PrintParentProperty(new string[] { "Normal" })] [SupressImportIntoVM] [ExportToProtoGeometryClass] public interface IEllipseEntity : ICurveEntity, IGeometryEntity, IDesignScriptEntity, IDisposable, ITransformableEntity { IPointEntity CenterPoint { get; } IVectorEntity MajorAxis { get; } IVectorEntity MinorAxis { get; } } }