Sort |
The OptimizationSettingsSortSettings type exposes the following members.
| Name | Description | |
|---|---|---|
| ByDirection | Sorts vectors by direction (SortDirection). | |
| MaxWidth | Maximum with of path when using Segment | |
| MinimizeJumpLength | Reorders vectors, to minimize jumps. | |
| RemoveEmptyPaths | Remove path without any commands when using MinimizeJumpLength. | |
| Segment | Splits paths, which are larger than MaxWidth in SortDirection | |
| SegmentByTime | Splits paths into segments with SegmentTimeInSeconds as execution time | |
| SegmentTimeInSeconds | Splits paths into segments with , which are larger than MaxWidth in SortDirection | |
| SortDirection | Angle from X-axis to sort direction. If null, direction of main motf encoder will be used. | |
| SortRange | Commands within this range won't be sorted. This can useful if sorting by direction results in too many long jumps. | |
| TolerancesSort | This delta is used for comparing locations in the sort optimization algorithm. |