API Diff between 2.1.0-beta7020 and 2.16.0.2501
    
        
            1 Additions
        
        
            35 Removals
        
    
        Autodesk.DesignScript.Geometry
        
                - 
                    public class Application : IExtensionApplication
                    
                            - public void StartUp(ExtensionStartupParams extParams)
 
                    
                 
                - 
                    public class BoundingBox : DesignScriptEntity
                    
                
 
                - 
                    public class Curve : Geometry
                    
                
 
                - 
                    public abstract class DesignScriptEntity : IDisposable, IGraphicItem
                    
                
 
                - 
                    public abstract class Geometry : DesignScriptEntity
                    
                
 
                - 
                    public class PolyCurve : Curve
                    
                            - public Point[] Points { get; }
 
                            - public static PolyCurve[] ByGroupedCurves(IEnumerable<Curve> curves, double joinTolerance = 0.001)
 
                            - public static PolyCurve[] ByGroupedCurves(IEnumerable<Curve> curves, double joinTolerance = 0.001, bool trimCurves = false, double trimLength = 0)
 
                            - public static PolyCurve ByJoinedCurves(IEnumerable<Curve> curves, double joinTolerance = 0.001, bool trimCurves = false, double trimLength = 0)
 
                            - public static PolyCurve ByThickeningCurveNormal(Curve curve, double thickness, Vector normal)
 
                            - public PolyCurve Heal(double trimLength = 0)
 
                            - public Curve[] OffsetMany(double signedDistance, bool extendCircular, Vector planeNormal)
 
                    
                 
                - 
                    public class ProtoGeometryConfiguration : IProtoGeometryConfiguration
                    
                
 
                - 
                    public class Solid : Topology
                    
                
 
                - 
                    public class Surface : Topology
                    
                
 
        
        Autodesk.DesignScript.Geometry.TSpline
        
        DynamoUnits