CADability dotNET

The Reduce2D type exposes the following members.

Constructors

  NameDescription
Public methodReduce2D
Empty constructor. Use Add(ICurve2D) to add curves.

Methods

  NameDescription
Public methodAdd(ICurve2D)
Adds a curve to the reduction.
Public methodAdd(array<ICurve2D>[]()[][])
Adds an array of curves to the reduction

Fields

  NameDescription
Public fieldBreakPolylines
Break up polylines added to this object. Depending on OutputMode the result may again be combined to polylines or paths.
Public fieldOutputMode
Desired output mode.
Public fieldPrecision
Precision: two curves are combined if the resulting curve differs less than this value from the orginal curves.

Properties

  NameDescription
Public propertyReduced
Access this property for the result of the reduction.

See Also