Click or drag to resize

OptimizationSettingsSortSettings Class

[Missing <summary> documentation for "T:RAYLASE.Marker.Configuration.OptimizationSettings.SortSettings"]

Inheritance Hierarchy
SystemObject
  RAYLASE.Marker.ConfigurationOptimizationSettingsSortSettings

Namespace: RAYLASE.Marker.Configuration
Assembly: RAYLASE.Marker.Configuration (in RAYLASE.Marker.Configuration.dll) Version: 2.19.0
Syntax
C#
public class SortSettings

The OptimizationSettingsSortSettings type exposes the following members.

Constructors
 NameDescription
Public methodOptimizationSettingsSortSettingsInitializes a new instance of the OptimizationSettingsSortSettings class
Top
Properties
 NameDescription
Public propertyByDirection Sorts vectors by direction (SortDirection).
Public propertyMaxWidth Maximum with of path when using Segment
Public propertyMinimizeJumpLength Reorders vectors, to minimize jumps.
Public propertyRemoveEmptyPaths Remove path without any commands when using MinimizeJumpLength.
Public propertySegment Splits paths, which are larger than MaxWidth in SortDirection
Public propertySegmentByTime Splits paths into segments with SegmentTimeInSeconds as execution time
Public propertySegmentTimeInSeconds Splits paths into segments with , which are larger than MaxWidth in SortDirection
Public propertySortDirection Angle from X-axis to sort direction. If null, direction of main motf encoder will be used.
Public propertySortRange Commands within this range won't be sorted. This can useful if sorting by direction results in too many long jumps.
Public propertyTolerancesSort This delta is used for comparing locations in the sort optimization algorithm.
Top
See Also