| approximationSettingsType Complex Type |
Namespace: Empty
Schema: Empty
| Name | Occurrences | Description |
|---|---|---|
| | ||
| | Defines the number of control points that should be used for approximating the given points with a B-spline curve. The minimal value is 4. | |
| | Instead of specifying the number of control points, the positive upper bound for the error of the approximation is provided. The number of control points is increased automatically until the approximation error lies below the given maximum approximation error. | |
| | [0, 1] | Index list of points that should still be interpolated. Each index is in the range [1, npoints]. |
| Name | Type | Required | Description |
|---|---|---|---|
Here, the approximation error's computation method can be chosen. The error is computed between the defined points (A) and their respective projections on the approximated curve (B). By default, this error is computed as the root mean square error of the distances between (A) and (B). In the following, the currently allowed entries are listed together with their meaning (-> respective computation method): 1. RMSE: Root Mean Square Error 2. MaxError: Maximum Error |