CADability dotNET
Helper class to reduce duplicated or 2d connected curves. To use this class create an empty instance, Add/> curves to it and access the Reduced/> property. Some flags add additional control on how the reduction is performed

Namespace: CADability.Curve2D
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public class Reduce2D
Visual Basic
Public Class Reduce2D
Visual C++
public ref class Reduce2D

Inheritance Hierarchy

System..::..Object
  CADability.Curve2D..::..Reduce2D

See Also