IShift |
public interface IShiftOrder : IImmutable
The IShiftOrder type exposes the following members.
Name | Description | |
---|---|---|
IsPivotIndexRequired | Gets a value indicating whether this instance requires a pivot index to be set. | |
PivotIndex | Gets /sets the pivot index. |
Name | Description | |
---|---|---|
GetShiftOrderIndices | Gets the indices of the curves in the order in which they should be shifted. Attention: the first returned index is the index of the curve that is fixed! | |
WithPivotIndex | Returns a new instance of the same class with the pivot index set. If no pivot index is required (check by IsPivotIndexRequired), the same instance is returned./> |