API Diff between 2.16.0.2501 and 2.1.0-beta7372
    
        
            74 Additions
        
        
            1 Removals
        
    
        Autodesk.DesignScript.Geometry
        
                - 
                    public class Application : IExtensionApplication
                    
                
- 
                    public class BoundingBox : DesignScriptEntity
                    
                
- 
                    public class Curve : Geometry
                    
                
- 
                    public abstract class DesignScriptEntity : IDisposable, IGraphicItem, IInstanceableGraphicItem
                    
                
- 
                    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