CADability dotNET
The Reduce2D type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Reduce2D |
Empty constructor. Use Add(ICurve2D) to add curves.
|
Methods
| Name | Description | |
|---|---|---|
| Add(ICurve2D) |
Adds a curve to the reduction.
| |
| Add(array<ICurve2D>[]()[][]) |
Adds an array of curves to the reduction
|
Fields
| Name | Description | |
|---|---|---|
| BreakPolylines |
Break up polylines added to this object. Depending on OutputMode the result may again be combined
to polylines or paths.
| |
| OutputMode |
Desired output mode.
| |
| Precision |
Precision: two curves are combined if the resulting curve differs less than this value from the orginal curves.
|
Properties
| Name | Description | |
|---|---|---|
| Reduced |
Access this property for the result of the reduction.
|